diff options
author | gdb-3.1 <gdb@fsf.org> | 1989-01-31 17:56:40 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-06-03 15:36:31 +0100 |
commit | e91b87a36830d061ef87d67be5f309e4d4ed918f (patch) | |
tree | 3408ea913a9cccd51c9b7d0b3bc7d7897cac8a5b /gdb/ns32k-opcode.h | |
parent | bb7592f01006b09c846831a9fb9c306307ba34f6 (diff) | |
download | gdb-e91b87a36830d061ef87d67be5f309e4d4ed918f.zip gdb-e91b87a36830d061ef87d67be5f309e4d4ed918f.tar.gz gdb-e91b87a36830d061ef87d67be5f309e4d4ed918f.tar.bz2 |
gdb-3.1
Diffstat (limited to 'gdb/ns32k-opcode.h')
-rw-r--r-- | gdb/ns32k-opcode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ns32k-opcode.h b/gdb/ns32k-opcode.h index 2d5ff30..f72d013 100644 --- a/gdb/ns32k-opcode.h +++ b/gdb/ns32k-opcode.h @@ -40,6 +40,8 @@ notstrs[] = { "absw", 14,24, 0x314e, "1W2W" }, { "absd", 14,24, 0x334e, "1D2D" }, { "acbb", 7,16, 0x4c, "2B1q3p" }, + { "acbw", 7,16, 0x4d, "2W1q3p" }, + { "acbd", 7,16, 0x4f, "2D1q3p" }, { "addf", 14,24, 0x01be, "1F2F" }, { "addl", 14,24, 0x00be, "1L2L" }, { "addb", 6,16, 0x00, "1B2B" }, |