aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/ChangeLog
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@cygnus>1995-01-22 22:12:59 +0000
committerTorbjorn Granlund <tege@cygnus>1995-01-22 22:12:59 +0000
commit0fb39e84f9c0f0a007cfef3de3db842f3da669f4 (patch)
tree6c203a67d49f08971caee91c67d9fcd2c2d00a92 /sim/sh/ChangeLog
parent89ac6f79fb43c4eb9be856864f5229ca65df2a43 (diff)
downloadgdb-0fb39e84f9c0f0a007cfef3de3db842f3da669f4.zip
gdb-0fb39e84f9c0f0a007cfef3de3db842f3da669f4.tar.gz
gdb-0fb39e84f9c0f0a007cfef3de3db842f3da669f4.tar.bz2
Changes for PR 6203.
Diffstat (limited to 'sim/sh/ChangeLog')
-rw-r--r--sim/sh/ChangeLog21
1 files changed, 19 insertions, 2 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog
index 3dd94dd..39bc83f 100644
--- a/sim/sh/ChangeLog
+++ b/sim/sh/ChangeLog
@@ -1,6 +1,23 @@
-Thu Jan 19 05:50:50 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
+Sun Jan 22 13:55:36 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
- * gecode.c (op_tab): Replace code for ADDC and SUBC.
+ * gencode.c (op_tab): Make MAC.W call macw, not abort.
+ * interp.c (macw): New function.
+ (S): New #define.
+
+Sat Jan 21 15:52:30 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
+
+ * gencode.c (op_tab): New code for ADDV and SUBV.
+ Make MAC.L abort sicne it is not implemented.
+
+ * interp.c (dmul): Handle the signed case by adjusting after unsigned multiply.
+ Get rid of __GNUC__ conditional.
+
+aThu Jan 19 05:50:50 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
+
+ * gencode.c (op_tab): Also replace NEGC, and try again with SUBC.
+ Change ADDC for symmetry.
+
+ * gencode.c (op_tab): Replace code for ADDC and SUBC.
Mon Jan 9 15:43:53 1995 Stu Grossman (grossman@cygnus.com)