浏览代码

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

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Denys Vlasenko 15 年之前
父节点
当前提交
e9cfaa9f4c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      arch/mips/lasat/image/head.S
  2. 1 1
      arch/mips/lasat/image/romscript.normal

+ 1 - 1
arch/mips/lasat/image/head.S

@@ -1,7 +1,7 @@
 #include <asm/lasat/head.h>
 
 	.text
-	.section .text.start, "ax"
+	.section .text..start, "ax"
 	.set noreorder
 	.set mips3
 

+ 1 - 1
arch/mips/lasat/image/romscript.normal

@@ -4,7 +4,7 @@ SECTIONS
 {
   .text :
   {
-    *(.text.start)
+    *(.text..start)
   }
 
   /* Data in ROM */