summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-06-22 08:21:14 +0000
committerNick Clifton <nickc@redhat.com>2001-06-22 08:21:14 +0000
commit3b7472a1ab83ed3a2d3a0fc37bf2f82aee42aeda (patch)
tree5c836e0de38d93d7ec6c9894e45b085819c3389b /opcodes
parentc904867479539a809407ca9eb76c40bf7230827d (diff)
downloadbinutils-redhat-3b7472a1ab83ed3a2d3a0fc37bf2f82aee42aeda.tar.gz
Add wdebug instruction
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/m68k-opc.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index b6d3b1a71d..ad043836f5 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-22 Pauli <pauli@moreton.com.au>
+
+ * m68k-opc.c: Add wdebug instruction.
+
2001-06-15 Aldy Hernandez <aldyh@redhat.com>
* m10300-opc.c (mn10300_opcodes): Change opcode for AM33 subc.
diff --git a/opcodes/m68k-opc.c b/opcodes/m68k-opc.c
index 70b0585320..fe8b731729 100644
--- a/opcodes/m68k-opc.c
+++ b/opcodes/m68k-opc.c
@@ -1955,6 +1955,8 @@ TBL("tblunb", "tblunw", "tblunl", 0, 0),
{"wddataw", one(0172100), one(0177700), "~s", mcf },
{"wddatal", one(0172200), one(0177700), "~s", mcf },
+{"wdebug", two(0175720, 03), two(0177770, 0xffff), "as", mcf },
+{"wdebug", two(0175750, 03), two(0177770, 0xffff), "ds", mcf },
};
const int m68k_numopcodes = sizeof m68k_opcodes / sizeof m68k_opcodes[0];