summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-09 12:53:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-09 12:53:50 +0000
commit1e1222ce439c01091b9acc3f61533e3bab56a99a (patch)
tree27d406e541aa72affd821f2c87e6f56c909d4855
parent2002-08-09 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-1e1222ce439c01091b9acc3f61533e3bab56a99a.tar.bz2
2002-08-09 Joel Sherrill <joel@OARcorp.com>
* shared/interrupts/isr_entries.S: Corrected typo in mips1 END_FRAME directive that lead to linker errors.
-rw-r--r--c/src/lib/libcpu/mips/ChangeLog5
-rw-r--r--c/src/lib/libcpu/mips/shared/interrupts/isr_entries.S2
2 files changed, 6 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/mips/ChangeLog b/c/src/lib/libcpu/mips/ChangeLog
index dce82e5e00..0f9e52c188 100644
--- a/c/src/lib/libcpu/mips/ChangeLog
+++ b/c/src/lib/libcpu/mips/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-09 Joel Sherrill <joel@OARcorp.com>
+
+ * shared/interrupts/isr_entries.S: Corrected typo in mips1
+ END_FRAME directive that lead to linker errors.
+
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
diff --git a/c/src/lib/libcpu/mips/shared/interrupts/isr_entries.S b/c/src/lib/libcpu/mips/shared/interrupts/isr_entries.S
index 25ee7793d5..68e0b5234b 100644
--- a/c/src/lib/libcpu/mips/shared/interrupts/isr_entries.S
+++ b/c/src/lib/libcpu/mips/shared/interrupts/isr_entries.S
@@ -38,7 +38,7 @@ FRAME(exc_utlb_code,sp,0,ra)
la k0, (R_VEC+((48)*8))
j k0
nop
-ENDFRAME(exc_tlb_code)
+ENDFRAME(exc_utlb_code)
/*
* MIPS ISA Level 3