aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-08-03 19:58:36 +0000
committerDoug Evans <dje@google.com>1998-08-03 19:58:36 +0000
commit13ccace0ca8640550e0a9ac225aeca43e564237b (patch)
treeb6f429457ce34534c0b619012e5f829463cfcd6c /sim/m32r/ChangeLog
parentc2009f4a31b33b3615f0425bfac096b9f3055d22 (diff)
downloadgdb-13ccace0ca8640550e0a9ac225aeca43e564237b.zip
gdb-13ccace0ca8640550e0a9ac225aeca43e564237b.tar.gz
gdb-13ccace0ca8640550e0a9ac225aeca43e564237b.tar.bz2
* Makefile.in (INCLUDE_DEPS): Add include/opcode/cgen.h.
* sim-if.c (sim_open): Open opcode table. (sim_close): Close it.
Diffstat (limited to 'sim/m32r/ChangeLog')
-rw-r--r--sim/m32r/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog
index 545393c..e5dd022 100644
--- a/sim/m32r/ChangeLog
+++ b/sim/m32r/ChangeLog
@@ -1,3 +1,18 @@
+Mon Aug 3 12:59:17 1998 Doug Evans <devans@seba.cygnus.com>
+
+ * Makefile.in (INCLUDE_DEPS): Add include/opcode/cgen.h.
+
+ * sim-if.c (sim_open): Open opcode table.
+ (sim_close): Close it.
+
+start-sanitize-m32rx
+Tue Jul 28 13:06:19 1998 Doug Evans <devans@canuck.cygnus.com>
+
+ Add support for new versions of mulwhi,mulwlo,macwhi,macwlo that
+ accept an accumulator choice.
+ * cpux.c,decodex.c,decodex.h,modelx.c,readx.c,semx.c: Regenerate.
+
+end-sanitize-m32rx
Fri Jul 24 13:00:29 1998 Doug Evans <devans@canuck.cygnus.com>
* m32r.c: Include cgen-mem.h.