aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2016-12-18 22:53:53 -0800
committerAlan Modra <amodra@gmail.com>2016-12-20 12:26:35 +1030
commit04386d9ed5f068b74757bfac01670576e4e59b8a (patch)
tree8c52d85a4a0976fbedd4260bc49b754ca56d78f5 /opcodes/ChangeLog
parent755c5297bdbca564e97040ce7f036ed02dc7fa4a (diff)
downloadgdb-04386d9ed5f068b74757bfac01670576e4e59b8a.zip
gdb-04386d9ed5f068b74757bfac01670576e4e59b8a.tar.gz
gdb-04386d9ed5f068b74757bfac01670576e4e59b8a.tar.bz2
Fix disassembly of RISC-V CSR instructions under -Mno-aliases
This fixes https://github.com/riscv/riscv-binutils-gdb/issues/36. * riscv-opc.c (riscv_opcodes): Mark the rd* and csr* aliases as INSN_ALIAS.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 452422d..04430d1 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,10 @@
2016-12-20 Andrew Waterman <andrew@sifive.com>
+ * riscv-opc.c (riscv_opcodes): Mark the rd* and csr* aliases as
+ INSN_ALIAS.
+
+2016-12-20 Andrew Waterman <andrew@sifive.com>
+
* riscv-opc.c (riscv_opcodes): Change jr and jalr to "o(s)"
format.