aboutsummaryrefslogtreecommitdiff
path: root/sim/erc32
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-05-16 23:07:01 +0000
committerDoug Evans <dje@google.com>1998-05-16 23:07:01 +0000
commit17f382c9bf9cec7dac828f0ba1aa351796f2ace8 (patch)
tree436954fe691812f821278153f353060673c6be6d /sim/erc32
parentc19916b73ee3c695f168e9ddbe867124d8110caf (diff)
downloadgdb-17f382c9bf9cec7dac828f0ba1aa351796f2ace8.zip
gdb-17f382c9bf9cec7dac828f0ba1aa351796f2ace8.tar.gz
gdb-17f382c9bf9cec7dac828f0ba1aa351796f2ace8.tar.bz2
* erc32.c (close_port): Don't close stdin; it kills GDB.
(byte_swap_words): New function. * sis.h: (byte_swap_words): Declare. * interf.c (run_sim): Always fetch instructions as big-endian. * sis.c (run_sim): Ditto. Move this c/l entry from ../ChangeLog.
Diffstat (limited to 'sim/erc32')
-rw-r--r--sim/erc32/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog
index fa805cc..04a3642 100644
--- a/sim/erc32/ChangeLog
+++ b/sim/erc32/ChangeLog
@@ -7,6 +7,14 @@ Thu May 14 23:10:48 1998 Mark Alexander <marka@cygnus.com>
* (dispatch_instruction): Add emulation of SDIV, SDIVCC, UDIV,
and UDIVCC.
+Wed May 13 14:59:54 1998 Mark Alexander <marka@cygnus.com>
+
+ * erc32.c (close_port): Don't close stdin; it kills GDB.
+ (byte_swap_words): New function.
+ * sis.h: (byte_swap_words): Declare.
+ * interf.c (run_sim): Always fetch instructions as big-endian.
+ * sis.c (run_sim): Ditto.
+
Tue Apr 28 18:33:31 1998 Geoffrey Noer <noer@cygnus.com>
* configure: Regenerated to track ../common/aclocal.m4 changes.