mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
[build] Fix building with latest binutils
Signed-off-by: Bastian Blank <waldi@debian.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
9b68dc78b9
commit
d0eb4e529d
@@ -25,4 +25,4 @@ _linux_start:
|
||||
movl $__NR_exit, %eax
|
||||
int $0x80
|
||||
|
||||
.size _start, . - _start
|
||||
.size _linux_start, . - _linux_start
|
||||
|
||||
@@ -72,7 +72,7 @@ _nbi_start:
|
||||
int $0x19
|
||||
|
||||
.previous
|
||||
.size start, . - start
|
||||
.size _nbi_start, . - _nbi_start
|
||||
|
||||
nbi_header_end:
|
||||
.org 512
|
||||
|
||||
Reference in New Issue
Block a user