Browse Source

[build] Fix building with latest binutils

Signed-off-by: Bastian Blank <waldi@debian.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Bastian Blank 13 years ago
parent
commit
d0eb4e529d
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      src/arch/i386/prefix/linuxprefix.S
  2. 1
    1
      src/arch/i386/prefix/nbiprefix.S

+ 1
- 1
src/arch/i386/prefix/linuxprefix.S View File

25
 	movl	$__NR_exit, %eax
25
 	movl	$__NR_exit, %eax
26
 	int	$0x80
26
 	int	$0x80
27
 
27
 
28
-	.size _start, . - _start
28
+	.size _linux_start, . - _linux_start

+ 1
- 1
src/arch/i386/prefix/nbiprefix.S View File

72
 	int $0x19
72
 	int $0x19
73
 
73
 
74
 	.previous
74
 	.previous
75
-	.size	start, . - start
75
+	.size	_nbi_start, . - _nbi_start
76
 
76
 
77
 nbi_header_end:
77
 nbi_header_end:
78
 	.org 512
78
 	.org 512

Loading…
Cancel
Save