summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/mips/ChangeLog')
-rw-r--r--cpukit/score/cpu/mips/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog
index 57ae0ade36..e274fe1307 100644
--- a/cpukit/score/cpu/mips/ChangeLog
+++ b/cpukit/score/cpu/mips/ChangeLog
@@ -1,5 +1,14 @@
2001-02-05 Joel Sherrill <joel@OARcorp.com>
+ * cpu_asm.S: Enhanced to save/restore more registers on
+ exceptions.
+ * rtems/score/cpu.h (CPU_Interrupt_frame): Enhanced to list every
+ register individually and document when it is saved.
+ * idtcpu.h: Added constants for the coprocessor 1 registers
+ revision and status.
+
+2001-02-05 Joel Sherrill <joel@OARcorp.com>
+
* rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
2001-02-04 Joel Sherrill <joel@OARcorp.com>