diff options
author | Doug Evans <dje@google.com> | 1998-01-30 01:15:06 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-30 01:15:06 +0000 |
commit | 33d3a00d426c2863344c53a5a28d4fb4a7acf816 (patch) | |
tree | 3d014553f0db7603bb59256582061b1a85611748 /opcodes | |
parent | 72e6c688c303373c9e9ef05abc505a9ec78e1b62 (diff) | |
download | gdb-33d3a00d426c2863344c53a5a28d4fb4a7acf816.zip gdb-33d3a00d426c2863344c53a5a28d4fb4a7acf816.tar.gz gdb-33d3a00d426c2863344c53a5a28d4fb4a7acf816.tar.bz2 |
(print_insn_little_mips): tweak dvp support.
Diffstat (limited to 'opcodes')
-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 9079021..517fba1 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -472,7 +472,7 @@ print_insn_little_mips (memaddr, info) if (bfd_mach_dvp_p (info->mach) || (info->flavour == bfd_target_elf_flavour && info->symbol != NULL - && MIPS_STO_DVP_P (((elf_symbol_type *) info->symbol)->internal_elf_sym.st_other))) + && STO_DVP_P (((elf_symbol_type *) info->symbol)->internal_elf_sym.st_other))) return print_insn_dvp (memaddr, info); #endif /* end-sanitize-sky */ |