diff --git a/[refs] b/[refs] index 850f16325343..7afca3f944dd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b6f4e451de78547a369a8dbb7bcb56c1919a6b79 +refs/heads/master: e9cfaa9f4c99be6d6bfe468daa1dd3a3f326bc52 diff --git a/trunk/arch/mips/lasat/image/head.S b/trunk/arch/mips/lasat/image/head.S index efb95f2609c2..e0ecda92c40a 100644 --- a/trunk/arch/mips/lasat/image/head.S +++ b/trunk/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/trunk/arch/mips/lasat/image/romscript.normal b/trunk/arch/mips/lasat/image/romscript.normal index 988f8ad189cb..0864c963e188 100644 --- a/trunk/arch/mips/lasat/image/romscript.normal +++ b/trunk/arch/mips/lasat/image/romscript.normal @@ -4,7 +4,7 @@ SECTIONS { .text : { - *(.text.start) + *(.text..start) } /* Data in ROM */