From 44ce2da15537b1123bb4c37800c47b307c6b486d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 24 May 2001 19:49:30 +0000 Subject: 2000-05-24 Joel Sherrill * 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. --- cpukit/score/cpu/mips/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit') diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog index 27a75e7b84..5be34d5eb3 100644 --- a/cpukit/score/cpu/mips/ChangeLog +++ b/cpukit/score/cpu/mips/ChangeLog @@ -1,3 +1,10 @@ +2000-05-24 Joel Sherrill + + * 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 * Assisted in design and debug by Joel Sherrill . -- cgit v1.2.3