aboutsummaryrefslogtreecommitdiff
path: root/opcodes/mips-dis.c
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2000-02-22 14:41:46 +0000
committerAndrew Haley <aph@redhat.com>2000-02-22 14:41:46 +0000
commit8027df8989e109409e2661cd9d963f7416f7aba2 (patch)
treeb883478236e4cc62f9dfcbe1487c331e448130d2 /opcodes/mips-dis.c
parent367c01aff994bc4ae31cdf92707ef91cad68abcf (diff)
downloadgdb-8027df8989e109409e2661cd9d963f7416f7aba2.zip
gdb-8027df8989e109409e2661cd9d963f7416f7aba2.tar.gz
gdb-8027df8989e109409e2661cd9d963f7416f7aba2.tar.bz2
1999-12-30 Andrew Haley <aph@cygnus.com>
* mips-dis.c (_print_insn_mips): New arg for OPCODE_IS_MEMBER: force gp32 to zero. * mips-opc.c (G6): New define. (mips_builtin_op): Add "move" definition for -gp32.
Diffstat (limited to 'opcodes/mips-dis.c')
-rw-r--r--opcodes/mips-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c
index a1bd62e..2e75266 100644
--- a/opcodes/mips-dis.c
+++ b/opcodes/mips-dis.c
@@ -388,7 +388,7 @@ _print_insn_mips (memaddr, word, info)
{
register const char *d;
- if (! OPCODE_IS_MEMBER (op, mips_isa, target_processor))
+ if (! OPCODE_IS_MEMBER (op, mips_isa, target_processor, 0))
continue;
(*info->fprintf_func) (info->stream, "%s", op->name);