aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorJim Wilson <jimw@sifive.com>2018-07-30 13:55:41 -0700
committerJim Wilson <jimw@sifive.com>2018-07-30 13:55:41 -0700
commiteb41b24898e9858852c98f9275e7a4adee860d7b (patch)
tree67d79ae29e20d2f353e58a370ec84499b3d9e9f4 /opcodes/ChangeLog
parentc8f2dc0dc967222673d71a0493958a587c53ae3c (diff)
downloadgdb-eb41b24898e9858852c98f9275e7a4adee860d7b.zip
gdb-eb41b24898e9858852c98f9275e7a4adee860d7b.tar.gz
gdb-eb41b24898e9858852c98f9275e7a4adee860d7b.tar.bz2
RISC-V: Set insn info fields correctly when disassembling.
include/ * opcode/riscv.h (INSN_TYPE, INSN_BRANCH, INSN_CONDBRANCH, INSN_JSR) (INSN_DREF, INSN_DATA_SIZE, INSN_DATA_SIZE_SHIFT, INSN_1_BYTE) (INSN_2_BYTE, INSN_4_BYTE, INSN_8_BYTE, INSN_16_BYTE): New. opcodes/ * riscv-dis.c (riscv_disassemble_insn): Set insn_type and data_size fields. * riscv-opc.c (riscv_opcodes): Use new INSN_* flags to annotate insns.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index da38824..1020c76 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,9 @@
+2018-07-30 Jim Wilson <jimw@sifive.com>
+
+ * riscv-dis.c (riscv_disassemble_insn): Set insn_type and data_size
+ fields.
+ * riscv-opc.c (riscv_opcodes): Use new INSN_* flags to annotate insns.
+
2018-07-30 Andrew Jenner <andrew@codesourcery.com>
* Makefile.am (TARGET_LIBOPCODES_CFILES): Add csky-dis.c.