From 5d6db9a379db286560b4a66ba5545cd1756234d5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 20 Feb 2010 01:03:57 +0100 Subject: [PATCH] --- yaml --- r: 199545 b: refs/heads/master c: e9cfaa9f4c99be6d6bfe468daa1dd3a3f326bc52 h: refs/heads/master i: 199543: 698540d52333e5b6fd4b6cbbb8cb20f6326941b8 v: v3 --- [refs] | 2 +- trunk/arch/mips/lasat/image/head.S | 2 +- trunk/arch/mips/lasat/image/romscript.normal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 */