david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[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:
Bastian Blank 2011-03-16 15:44:33 +01:00 committed by Michael Brown
parent 9b68dc78b9
commit d0eb4e529d
2 changed files with 2 additions and 2 deletions

View File

@ -25,4 +25,4 @@ _linux_start:
movl $__NR_exit, %eax
int $0x80
.size _start, . - _start
.size _linux_start, . - _linux_start

View File

@ -72,7 +72,7 @@ _nbi_start:
int $0x19
.previous
.size start, . - start
.size _nbi_start, . - _nbi_start
nbi_header_end:
.org 512