diff options
author | Chris Demetriou <cgd@google.com> | 2002-03-06 06:21:17 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-03-06 06:21:17 +0000 |
commit | d35d4f709fbc3d254fca5ec67aaeb820bf6a43e2 (patch) | |
tree | 3538da0eedecb11a45eaec6cb675dcfbbed44e01 /sim/mips/ChangeLog | |
parent | 3ad6f714f2528bf03a4eb49fb27e89eabfc05654 (diff) | |
download | gdb-d35d4f709fbc3d254fca5ec67aaeb820bf6a43e2.zip gdb-d35d4f709fbc3d254fca5ec67aaeb820bf6a43e2.tar.gz gdb-d35d4f709fbc3d254fca5ec67aaeb820bf6a43e2.tar.bz2 |
2002-03-05 Chris Demetriou <cgd@broadcom.com>
* sim-main.h (status_UX, status_SX, status_KX, status_TS)
(status_PX, status_MX, status_CU0, status_CU1, status_CU2)
(status_CU3): New definitions.
* sim-main.h (ExceptionCause): Add new values for MIPS32
and MIPS64: MDMX, MCheck, CacheErr. Update comments
for DebugBreakPoint and NMIReset to note their status in
MIPS32 and MIPS64.
(SignalExceptionMDMX, SignalExceptionWatch, SignalExceptionMCheck)
(SignalExceptionCacheErr): New exception macros.
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r-- | sim/mips/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 3bcc294..25ce89c 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,5 +1,18 @@ 2002-03-05 Chris Demetriou <cgd@broadcom.com> + * sim-main.h (status_UX, status_SX, status_KX, status_TS) + (status_PX, status_MX, status_CU0, status_CU1, status_CU2) + (status_CU3): New definitions. + + * sim-main.h (ExceptionCause): Add new values for MIPS32 + and MIPS64: MDMX, MCheck, CacheErr. Update comments + for DebugBreakPoint and NMIReset to note their status in + MIPS32 and MIPS64. + (SignalExceptionMDMX, SignalExceptionWatch, SignalExceptionMCheck) + (SignalExceptionCacheErr): New exception macros. + +2002-03-05 Chris Demetriou <cgd@broadcom.com> + * mips.igen (check_fpu): Enable check for coprocessor 1 usability. * sim-main.h (COP_Usable): Define, but for now coprocessor 1 is always enabled. |