Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Rename .text.start to .text..start.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>

authored by

Denys Vlasenko and committed by
Michal Marek
e9cfaa9f b6f4e451

+2 -2
+1 -1
arch/mips/lasat/image/head.S
··· 1 1 #include <asm/lasat/head.h> 2 2 3 3 .text 4 - .section .text.start, "ax" 4 + .section .text..start, "ax" 5 5 .set noreorder 6 6 .set mips3 7 7
+1 -1
arch/mips/lasat/image/romscript.normal
··· 4 4 { 5 5 .text : 6 6 { 7 - *(.text.start) 7 + *(.text..start) 8 8 } 9 9 10 10 /* Data in ROM */