summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/jmr3904/start/start.S
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-27 17:11:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-27 17:11:03 +0000
commit980ee08fa9e330ef27eb18f6ed7b83eb24843b69 (patch)
tree2a15b164b16cb1a2c745d0bd3386d4fcf5fd5606 /c/src/lib/libbsp/mips/jmr3904/start/start.S
parentRegenerate. (diff)
downloadrtems-980ee08fa9e330ef27eb18f6ed7b83eb24843b69.tar.bz2
2010-04-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* start/start.S, startup/linkcmds: Revert previous change. Remove .reginfo from .bss section where it was present.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/start/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/mips/jmr3904/start/start.S b/c/src/lib/libbsp/mips/jmr3904/start/start.S
index 3dec390ea0..7d963dcc69 100644
--- a/c/src/lib/libbsp/mips/jmr3904/start/start.S
+++ b/c/src/lib/libbsp/mips/jmr3904/start/start.S
@@ -124,7 +124,7 @@ _start_in_ram:
nop
3:
LA (gp, _gp) # set the global data pointer
- .end _start
+ .end _start_in_ram
/*
* zero out the bss section.