S12Z: Make disassebler work for --enable-targets=all config.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 8 Sep 2018 04:59:09 +0000 (06:59 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 8 Sep 2018 08:32:35 +0000 (10:32 +0200)
    opcodes/
    * disassemble.c (ARCH_s12z): Define if ARCH_all.

opcodes/ChangeLog
opcodes/disassemble.c

index a2dd3cff7a675724c9627c27852c4ef30f06d011..1e59d0093b79e5fbac342c76896aee7ea5136d77 100644 (file)
@@ -1,3 +1,7 @@
+2018-09-08  John Darrington  <john@darrington.wattle.id.au>
+
+       * disassemble.c (ARCH_s12z): Define if ARCH_all.
+
 2018-08-31  Kito Cheng  <kito@andestech.com>
 
        * riscv-opc.c (riscv_opcodes): Fix incorrect subset info for
index c5941826f08a6bd03a1bd90bc54dd9070b4a3392..ce83423b6dd76b1980a7861bcd89f0438d07d76c 100644 (file)
@@ -77,6 +77,7 @@
 #define ARCH_rs6000
 #define ARCH_rl78
 #define ARCH_rx
+#define ARCH_s12z
 #define ARCH_s390
 #define ARCH_score
 #define ARCH_sh
This page took 0.041157 seconds and 4 git commands to generate.