projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72e6c68
)
(print_insn_little_mips): tweak dvp support.
author
Doug Evans
<dje@google.com>
Fri, 30 Jan 1998 01:15:06 +0000
(
01:15
+0000)
committer
Doug Evans
<dje@google.com>
Fri, 30 Jan 1998 01:15:06 +0000
(
01:15
+0000)
opcodes/mips-dis.c
patch
|
blob
|
history
diff --git
a/opcodes/mips-dis.c
b/opcodes/mips-dis.c
index 9079021f1a638ded7f74722b777b7d9806bde4fa..517fba1130b68565ee20ee48fafac9411dc917eb 100644
(file)
--- 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 */