* m68k-opc.c: New file, holding tables from include/opcode/m68k.h.
authorIan Lance Taylor <ian@airs.com>
Wed, 2 Aug 1995 22:38:58 +0000 (22:38 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 2 Aug 1995 22:38:58 +0000 (22:38 +0000)
commit85093dcae3b1e1ca5997576c27b95cd4ecf756d8
tree1601cf85be0d96b34f8b907751d595b0fa3a25d2
parent9b86fa21c312e0ed02a8068975433b0c09adc34d
* 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.
opcodes/.Sanitize