mirror of https://github.com/ipxe/ipxe.git
[build] Fix building with latest binutils
Signed-off-by: Bastian Blank <waldi@debian.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/1/head
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
|
||||
|
|
Loading…
Reference in New Issue