From d98bb281e84ba33e1e19f67319f01e19c9c9c8e3 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Fri, 10 Aug 2001 16:22:08 +0000 Subject: * mips-dis.c (print_insn_mips): Remove OPCODE_IS_MEMBER's gp32 argument. * mips-opc.c (G6): Undefine. (mips_builtin_opcodes): Remove gp32 entry for "move". Add macro as the first "move" alternative. --- opcodes/mips-dis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcodes/mips-dis.c') diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index 97f263d..eb18ff8 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -469,7 +469,7 @@ print_insn_mips (memaddr, word, info) { register const char *d; - if (! OPCODE_IS_MEMBER (op, mips_isa, target_processor, 0)) + if (! OPCODE_IS_MEMBER (op, mips_isa, target_processor)) continue; (*info->fprintf_func) (info->stream, "%s", op->name); -- cgit v1.1