This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH] opcodes: Add ARCH_riscv to the ARCH_all list.
- From: Shea Levy <shea at shealevy dot com>
- To: binutils at sourceware dot org
- Cc: Shea Levy <shea at shealevy dot com>
- Date: Thu, 22 Feb 2018 10:27:24 -0500
- Subject: [PATCH] opcodes: Add ARCH_riscv to the ARCH_all list.
- Authentication-results: sourceware.org; auth=none
---
opcodes/disassemble.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/opcodes/disassemble.c b/opcodes/disassemble.c
index ae48f5367b..78f0995463 100644
--- a/opcodes/disassemble.c
+++ b/opcodes/disassemble.c
@@ -76,6 +76,7 @@
#define ARCH_pj
#define ARCH_powerpc
#define ARCH_pru
+#define ARCH_riscv
#define ARCH_rs6000
#define ARCH_rl78
#define ARCH_rx
--
2.16.1