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 | 45c58141c8cd4af9a8ed0a4c12e7478a488bd737 (patch) | |
tree | d8fa01dcd3cdba1c58a38c86a511e21c7540b902 /opcodes/mips-dis.c | |
parent | 0451d1fcca66ae08963b7cb84c9d3a5accc24989 (diff) | |
download | gdb-45c58141c8cd4af9a8ed0a4c12e7478a488bd737.tar.gz |
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 a1bd62ed577..2e75266cef2 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); |