diff options
author | Andrew Haley <aph@redhat.com> | 2000-02-22 14:41:46 +0000 |
---|---|---|
committer | Andrew Haley <aph@redhat.com> | 2000-02-22 14:41:46 +0000 |
commit | 8027df8989e109409e2661cd9d963f7416f7aba2 (patch) | |
tree | b883478236e4cc62f9dfcbe1487c331e448130d2 /opcodes/mips-dis.c | |
parent | 367c01aff994bc4ae31cdf92707ef91cad68abcf (diff) | |
download | gdb-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.c | 2 |
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); |