Эх сурвалжийг харах

Rename .text.startup to .text..startup.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Denys Vlasenko 15 жил өмнө
parent
commit
9bf5942486

+ 1 - 1
arch/h8300/boot/compressed/head.S

@@ -9,7 +9,7 @@
 
 
 #define SRAM_START 0xff4000
 #define SRAM_START 0xff4000
 
 
-	.section	.text.startup
+	.section	.text..startup
 	.global	startup
 	.global	startup
 startup:
 startup:
 	mov.l	#SRAM_START+0x8000, sp
 	mov.l	#SRAM_START+0x8000, sp

+ 1 - 1
arch/h8300/boot/compressed/vmlinux.lds

@@ -4,7 +4,7 @@ SECTIONS
         {
         {
         __stext = . ;
         __stext = . ;
 	__text = .;
 	__text = .;
-	       *(.text.startup)
+	       *(.text..startup)
 	       *(.text)
 	       *(.text)
         __etext = . ;
         __etext = . ;
         }
         }