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.
This commit is contained in:
Joel Sherrill
2001-05-24 19:49:30 +00:00
parent 3b286783ca
commit 44ce2da155
2 changed files with 14 additions and 0 deletions

View File

@@ -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> 2001-05-24 Greg Menke <gregory.menke@gsfc.nasa.gov>
* Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>. * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.

View File

@@ -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> 2001-05-24 Greg Menke <gregory.menke@gsfc.nasa.gov>
* Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>. * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.