Fix disassembling of TIC6X parallel instructions where the previous fetch packet...
[deliverable/binutils-gdb.git] / opcodes / disassemble.c
index e1fb65c823aa4aa680f1f45e6d45521121463a03..1b1524247aeacc968fe7ca1abf85d89ab05be690 100644 (file)
@@ -1,5 +1,5 @@
 /* Select disassembly routine for specified architecture.
-   Copyright (C) 1994-2016 Free Software Foundation, Inc.
+   Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
    This file is part of the GNU opcodes library.
 
@@ -73,6 +73,7 @@
 #define ARCH_pdp11
 #define ARCH_pj
 #define ARCH_powerpc
+#define ARCH_pru
 #define ARCH_rs6000
 #define ARCH_rl78
 #define ARCH_rx
@@ -375,6 +376,11 @@ disassembler (bfd *abfd)
        disassemble = print_insn_little_powerpc;
       break;
 #endif
+#ifdef ARCH_pru
+    case bfd_arch_pru:
+      disassemble = print_insn_pru;
+      break;
+#endif
 #ifdef ARCH_riscv
     case bfd_arch_riscv:
       disassemble = print_insn_riscv;
This page took 0.029109 seconds and 4 git commands to generate.