Skip to content

Commit

Permalink
Rename .text.start to .text..start.
Browse files Browse the repository at this point in the history
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
  • Loading branch information
Denys Vlasenko authored and michal42 committed Mar 3, 2010
1 parent b6f4e45 commit e9cfaa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/mips/lasat/image/head.S
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <asm/lasat/head.h>

.text
.section .text.start, "ax"
.section .text..start, "ax"
.set noreorder
.set mips3

Expand Down
2 changes: 1 addition & 1 deletion arch/mips/lasat/image/romscript.normal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SECTIONS
{
.text :
{
*(.text.start)
*(.text..start)
}

/* Data in ROM */
Expand Down

0 comments on commit e9cfaa9

Please sign in to comment.