[binutils-gdb] S12Z: Make disassebler work for --enable-targets=all config.
John Darrington
jmd@sourceware.org
Sat Sep 8 08:36:00 GMT 2018
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9da4dfd6816fa2198bd80fd6a7b12fef4d6c8361
commit 9da4dfd6816fa2198bd80fd6a7b12fef4d6c8361
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Sep 8 06:59:09 2018 +0200
S12Z: Make disassebler work for --enable-targets=all config.
opcodes/
* disassemble.c (ARCH_s12z): Define if ARCH_all.
Diff:
---
opcodes/ChangeLog | 4 ++++
opcodes/disassemble.c | 1 +
2 files changed, 5 insertions(+)
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index a2dd3cf..1e59d00 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -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
diff --git a/opcodes/disassemble.c b/opcodes/disassemble.c
index c594182..ce83423 100644
--- a/opcodes/disassemble.c
+++ b/opcodes/disassemble.c
@@ -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
More information about the Binutils-cvs
mailing list