aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-08-21 17:03:49 +0000
committerNick Clifton <nickc@redhat.com>1998-08-21 17:03:49 +0000
commitfdd378489f9a55005a08f8592988ecaa45478a35 (patch)
tree88c940b49d5c0f85985eb159df63ce79711afaf9 /opcodes
parent108fb83e1360cdf134cf08ed3adeefd41a9bf1cb (diff)
downloadgdb-fdd378489f9a55005a08f8592988ecaa45478a35.zip
gdb-fdd378489f9a55005a08f8592988ecaa45478a35.tar.gz
gdb-fdd378489f9a55005a08f8592988ecaa45478a35.tar.bz2
Fix for PR15003 - add FLAG_MUL32 to MAC, MACS, MSUB and MSUBS insns.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 7071a5f..5b40303 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+Fri Aug 21 16:07:52 1998 Nick Clifton <nickc@cygnus.com>
+
+ * d30v-opc.c (d30v_opcode_table): Add FLAG_MUL32 to MAC, MACS,
+ MSUB and MSUBS instructions.
+
start-sanitize-r5900
Tue Aug 18 16:48:52 1998 Ian Lance Taylor <ian@cygnus.com>