summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-02-20 01:03:57 +0100
committerMichal Marek <mmarek@suse.cz>2010-03-03 11:26:01 +0100
commite9cfaa9f4c99be6d6bfe468daa1dd3a3f326bc52 (patch)
treec828e6b4376c4929d0d16ab30bc633ba9d35648c /arch
parentb6f4e451de78547a369a8dbb7bcb56c1919a6b79 (diff)
downloadop-kernel-dev-e9cfaa9f4c99be6d6bfe468daa1dd3a3f326bc52.zip
op-kernel-dev-e9cfaa9f4c99be6d6bfe468daa1dd3a3f326bc52.tar.gz
Rename .text.start to .text..start.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/lasat/image/head.S2
-rw-r--r--arch/mips/lasat/image/romscript.normal2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/lasat/image/head.S b/arch/mips/lasat/image/head.S
index efb95f2..e0ecda9 100644
--- a/arch/mips/lasat/image/head.S
+++ b/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
diff --git a/arch/mips/lasat/image/romscript.normal b/arch/mips/lasat/image/romscript.normal
index 988f8ad..0864c96 100644
--- a/arch/mips/lasat/image/romscript.normal
+++ b/arch/mips/lasat/image/romscript.normal
@@ -4,7 +4,7 @@ SECTIONS
{
.text :
{
- *(.text.start)
+ *(.text..start)
}
/* Data in ROM */
OpenPOWER on IntegriCloud