diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-08-02 22:38:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-08-02 22:38:58 +0000 |
commit | 85093dcae3b1e1ca5997576c27b95cd4ecf756d8 (patch) | |
tree | 1601cf85be0d96b34f8b907751d595b0fa3a25d2 /opcodes/.Sanitize | |
parent | 9b86fa21c312e0ed02a8068975433b0c09adc34d (diff) | |
download | gdb-85093dcae3b1e1ca5997576c27b95cd4ecf756d8.zip gdb-85093dcae3b1e1ca5997576c27b95cd4ecf756d8.tar.gz gdb-85093dcae3b1e1ca5997576c27b95cd4ecf756d8.tar.bz2 |
* m68k-opc.c: New file, holding tables from include/opcode/m68k.h.
Clean up tables.
* m68k-dis.c: Remove BREAK_UP_BIG_DECL stuff.
(opcode): Remove.
(print_insn_m68k): Change d to be const. Use m68k_numopcodes
rather than numopcodes. Use m68k_opcodes rather than removed
opcode function. Don't check F_ALIAS.
(print_insn_arg): Change first parameter to be const char *.
* Makefile.in (ALL_MACHINES): Add m68k-opc.o.
(m68k-opc.o): New target.
* configure.in: Build m68k-opc.o for bfd_m68k_arch.
* configure: Rebuild.
Diffstat (limited to 'opcodes/.Sanitize')
-rw-r--r-- | opcodes/.Sanitize | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index 6aa7cc7..a94b67b 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -59,6 +59,7 @@ hppa-dis.c i386-dis.c i960-dis.c m68k-dis.c +m68k-opc.c m88k-dis.c mips-dis.c mips-opc.c |