summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-24 19:49:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-24 19:49:30 +0000
commit44ce2da15537b1123bb4c37800c47b307c6b486d (patch)
tree61af7d9030e9f95842e844ae217c7171a4321d6d /c/src/exec/score
parent2001-05-24 Greg Menke <gregory.menke@gsfc.nasa.gov> (diff)
downloadrtems-44ce2da15537b1123bb4c37800c47b307c6b486d.tar.bz2
2000-05-24 Joel Sherrill <joel@OARcorp.com>
* rtems/score/mips.h: Added constants for MIPS exception numbers. All exceptions should be given low numbers and thus can be installed and processed in a uniform manner. Variances between various MIPS ISA levels were not accounted for.
Diffstat (limited to 'c/src/exec/score')
-rw-r--r--c/src/exec/score/cpu/mips/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/mips/ChangeLog b/c/src/exec/score/cpu/mips/ChangeLog
index 27a75e7b84..5be34d5eb3 100644
--- a/c/src/exec/score/cpu/mips/ChangeLog
+++ b/c/src/exec/score/cpu/mips/ChangeLog
@@ -1,3 +1,10 @@
+2000-05-24 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/score/mips.h: Added constants for MIPS exception numbers.
+ All exceptions should be given low numbers and thus can be installed
+ and processed in a uniform manner. Variances between various MIPS
+ ISA levels were not accounted for.
+
2001-05-24 Greg Menke <gregory.menke@gsfc.nasa.gov>
* Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.