From 85093dcae3b1e1ca5997576c27b95cd4ecf756d8 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 2 Aug 1995 22:38:58 +0000 Subject: [PATCH] * 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index 6aa7cc76cb6..a94b67b39ae 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 -- 2.30.2