summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/mips/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-30 14:02:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-30 14:02:33 +0000
commit7f8c11c73d834cbaec472fd2b35cb9f76aaae76b (patch)
treed65e31951357dcef8998992279838e92c3d086b6 /c/src/exec/score/cpu/mips/ChangeLog
parent2000-11-30 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-7f8c11c73d834cbaec472fd2b35cb9f76aaae76b.tar.bz2
2000-11-30 Joel Sherrill <joel@OARcorp.com>
* cpu_asm.S: Changed "_CPU_Ccontext_switch_restore: typo to correct name of _CPU_Context_switch_restore. Added dummy version of exc_utlb_code() so applications would link.
Diffstat (limited to 'c/src/exec/score/cpu/mips/ChangeLog')
-rw-r--r--c/src/exec/score/cpu/mips/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/mips/ChangeLog b/c/src/exec/score/cpu/mips/ChangeLog
index 3374aa8a29..9edafc7635 100644
--- a/c/src/exec/score/cpu/mips/ChangeLog
+++ b/c/src/exec/score/cpu/mips/ChangeLog
@@ -1,3 +1,9 @@
+2000-11-30 Joel Sherrill <joel@OARcorp.com>
+
+ * cpu_asm.S: Changed "_CPU_Ccontext_switch_restore: typo to
+ correct name of _CPU_Context_switch_restore. Added dummy
+ version of exc_utlb_code() so applications would link.
+
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.