Commit e9cfaa9f4c99be6d6bfe468daa1dd3a3f326bc52

Authored by Denys Vlasenko
Committed by Michal Marek
1 parent b6f4e451de

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

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

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

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  
arch/mips/lasat/image/romscript.normal
... ... @@ -4,7 +4,7 @@
4 4 {
5 5 .text :
6 6 {
7   - *(.text.start)
  7 + *(.text..start)
8 8 }
9 9  
10 10 /* Data in ROM */