summaryrefslogtreecommitdiffstats
path: root/c/src/lib
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-25 13:35:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-25 13:35:04 +0000
commit7358c5a9307018b7e6dbb52acfbf9bb24cbdf9ad (patch)
tree153af238dcfa0007b2cd768847ae5990fe3430e8 /c/src/lib
parent2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7358c5a9307018b7e6dbb52acfbf9bb24cbdf9ad.tar.bz2
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* start/start.S: Fix name of idtsim__exit.
Diffstat (limited to 'c/src/lib')
-rw-r--r--c/src/lib/libbsp/mips/hurricane/ChangeLog4
-rw-r--r--c/src/lib/libbsp/mips/hurricane/start/start.S2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/mips/hurricane/ChangeLog b/c/src/lib/libbsp/mips/hurricane/ChangeLog
index f742c53d90..9fb3302d31 100644
--- a/c/src/lib/libbsp/mips/hurricane/ChangeLog
+++ b/c/src/lib/libbsp/mips/hurricane/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * start/start.S: Fix name of idtsim__exit.
+
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Make letting boot_card() handle work area allocation
diff --git a/c/src/lib/libbsp/mips/hurricane/start/start.S b/c/src/lib/libbsp/mips/hurricane/start/start.S
index cbf98a8fbb..de43425326 100644
--- a/c/src/lib/libbsp/mips/hurricane/start/start.S
+++ b/c/src/lib/libbsp/mips/hurricane/start/start.S
@@ -300,7 +300,7 @@ FRAME(start,sp,0,ra)
nop
# jump to the "exit" routine
- jal _idtsim_exit
+ jal idtsim__exit
move a0,v0 # pass through the exit code