diff options
author | Jeff Law <law@redhat.com> | 1998-06-24 16:00:43 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-06-24 16:00:43 +0000 |
commit | c29d7797d215507ac0b737d9bc81fc8a2cc9524c (patch) | |
tree | 8c03406e4371565d988a948ebbdc40db9d211bf1 /opcodes/.Sanitize | |
parent | 4da06098ff46dc392c0dfbcab4d3d3028388f659 (diff) | |
download | gdb-c29d7797d215507ac0b737d9bc81fc8a2cc9524c.zip gdb-c29d7797d215507ac0b737d9bc81fc8a2cc9524c.tar.gz gdb-c29d7797d215507ac0b737d9bc81fc8a2cc9524c.tar.bz2 |
* mn10300-dis.c (print_insn_mn10300): 0xf9 opcode prefix specifies
3 byte instructions.
(disassemble): Handle new instruction formats FMT_D6, FMT_D7, FMT_D8
FMT_D9 and FMT_D10. Handle various new opcode flags for the am33.
Diffstat (limited to 'opcodes/.Sanitize')
-rw-r--r-- | opcodes/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index 21f4cc9..c4cc5c7 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -163,7 +163,7 @@ else done fi -am33_files="ChangeLog m10300-opc.c" +am33_files="ChangeLog m10300-opc.c m10300-dis.c" if ( echo $* | grep keep\-am33 > /dev/null ) ; then for i in $am33_files ; do if test ! -d $i && (grep sanitize-am33 $i > /dev/null) ; then |