From: Denys Vlasenko Date: Sat, 20 Feb 2010 00:03:57 +0000 (+0100) Subject: Rename .text.start to .text..start. X-Git-Tag: v2.6.36-rc1~29^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9cfaa9f4c99be6d6bfe468daa1dd3a3f326bc52;p=platform%2Fkernel%2Flinux-3.10.git Rename .text.start to .text..start. Signed-off-by: Denys Vlasenko Signed-off-by: Michal Marek --- diff --git a/arch/mips/lasat/image/head.S b/arch/mips/lasat/image/head.S index efb95f2..e0ecda9 100644 --- a/arch/mips/lasat/image/head.S +++ b/arch/mips/lasat/image/head.S @@ -1,7 +1,7 @@ #include .text - .section .text.start, "ax" + .section .text..start, "ax" .set noreorder .set mips3 diff --git a/arch/mips/lasat/image/romscript.normal b/arch/mips/lasat/image/romscript.normal index 988f8ad..0864c96 100644 --- a/arch/mips/lasat/image/romscript.normal +++ b/arch/mips/lasat/image/romscript.normal @@ -4,7 +4,7 @@ SECTIONS { .text : { - *(.text.start) + *(.text..start) } /* Data in ROM */