From: Doug Evans Date: Fri, 30 Jan 1998 01:15:06 +0000 (+0000) Subject: (print_insn_little_mips): tweak dvp support. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=33d3a00d426c2863344c53a5a28d4fb4a7acf816;p=binutils-gdb.git (print_insn_little_mips): tweak dvp support. --- diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index 9079021f1a6..517fba1130b 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 */