From 33d3a00d426c2863344c53a5a28d4fb4a7acf816 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 30 Jan 1998 01:15:06 +0000 Subject: [PATCH] (print_insn_little_mips): tweak dvp support. --- opcodes/mips-dis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.7.4