aboutsummaryrefslogtreecommitdiff
path: root/sim/mips
diff options
context:
space:
mode:
authorIan Carmichael <iancarm@cygnus>1998-06-09 22:11:24 +0000
committerIan Carmichael <iancarm@cygnus>1998-06-09 22:11:24 +0000
commit0001bce1f8c317323ebc22cf331d4a335fa9a21d (patch)
tree3e25c5f93a388444267acee959568edd9fbf28ea /sim/mips
parentc36224ac5acf470603dcf0af63a3714fd634fc6d (diff)
downloadgdb-0001bce1f8c317323ebc22cf331d4a335fa9a21d.zip
gdb-0001bce1f8c317323ebc22cf331d4a335fa9a21d.tar.gz
gdb-0001bce1f8c317323ebc22cf331d4a335fa9a21d.tar.bz2
* Handle 10 and 20-bit versions of Break instruction. Move handling
* of special values from signal_exception() in interp.c into mips.igen. * * Modified: ChangeLog gencode.c interp.c mips.igen sim-main.h
Diffstat (limited to 'sim/mips')
-rw-r--r--sim/mips/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog
index 65280f3..1be0821 100644
--- a/sim/mips/ChangeLog
+++ b/sim/mips/ChangeLog
@@ -1,3 +1,13 @@
+Tue Jun 9 12:46:24 1998 Ian Carmichael <iancarm@cygnus.com>
+
+ * mips.igen (BREAK): Moved code to here for
+ simulator-reserved break instructions.
+ * gencode.c (build_instruction): Ditto.
+ * interp.c (signal_exception): Code moved from here. Non-
+ reserved instructions now use exception vector, rather
+ than halting sim.
+ * sim-main.h: Moved magic constants to here.
+
start-sanitize-tx3904
Tue Jun 9 12:29:50 1998 Frank Ch. Eigler <fche@cygnus.com>