summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 16:35:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 16:35:08 +0000
commit9fd4f5c5c2029548accfc814430fbbfd27e29e17 (patch)
treeaf1fbea2ff8d29c3dd62c0afd10684fbc9cf4105 /cpukit/score/cpu/mips/ChangeLog
parent2001-01-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-9fd4f5c5c2029548accfc814430fbbfd27e29e17.tar.bz2
2001-01-03 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Added _CPU_Initialize_vectors(). * cpu_asm.S: Eliminated warning for duplicate definition of EXTERN.
Diffstat (limited to 'cpukit/score/cpu/mips/ChangeLog')
-rw-r--r--cpukit/score/cpu/mips/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog
index 86dfd0e121..aa76ef66c0 100644
--- a/cpukit/score/cpu/mips/ChangeLog
+++ b/cpukit/score/cpu/mips/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-03 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
+ * cpu_asm.S: Eliminated warning for duplicate definition of EXTERN.
+
2000-12-19 Joel Sherrill <joel@OARcorp.com>
* cpu_asm.S (_ISR_Handler): Return to the address in the EPC register.