Sfoglia il codice sorgente

[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 anni fa
parent
commit
d0eb4e529d
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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 Vedi File

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

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

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

Loading…
Annulla
Salva