Skip to content

Commit

Permalink
[build] Fix building with latest binutils
Browse files Browse the repository at this point in the history
Signed-off-by: Bastian Blank <waldi@debian.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
Bastian Blank authored and mcb30 committed Mar 16, 2011
1 parent 9b68dc7 commit d0eb4e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/arch/i386/prefix/linuxprefix.S
Expand Up @@ -25,4 +25,4 @@ _linux_start:
movl $__NR_exit, %eax
int $0x80

.size _start, . - _start
.size _linux_start, . - _linux_start
2 changes: 1 addition & 1 deletion src/arch/i386/prefix/nbiprefix.S
Expand Up @@ -72,7 +72,7 @@ _nbi_start:
int $0x19

.previous
.size start, . - start
.size _nbi_start, . - _nbi_start

nbi_header_end:
.org 512

0 comments on commit d0eb4e5

Please sign in to comment.