opcodes/
[deliverable/binutils-gdb.git] / opcodes / ppc-dis.c
index 061aa84e3b5f1b417cbbce0fd389942d7ca6e6c2..88c4fe7773858d3734fca60f4297f0e404b148a4 100644 (file)
@@ -266,7 +266,8 @@ print_insn_powerpc (bfd_vma memaddr,
        continue;
 
       if ((insn & opcode->mask) != opcode->opcode
-         || (opcode->flags & dialect) == 0)
+         || (opcode->flags & dialect) == 0
+         || (opcode->deprecated & dialect) != 0)
        continue;
 
       /* Make two passes over the operands.  First see if any of them
This page took 0.02413 seconds and 4 git commands to generate.