aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorNelson Chu <nelson.chu@sifive.com>2020-06-23 14:23:51 +0800
committerNelson Chu <nelson.chu@sifive.com>2020-06-30 09:38:00 +0800
commit83d7d99e75538a1ce6facb2e5fb18f4f37f15991 (patch)
treee320bf02143a66bbd45c642894e74186f8523a7e /include/ChangeLog
parent5e7d7e368161664c82f8d2504b9ba2a1fec4d28d (diff)
downloadgdb-83d7d99e75538a1ce6facb2e5fb18f4f37f15991.zip
gdb-83d7d99e75538a1ce6facb2e5fb18f4f37f15991.tar.gz
gdb-83d7d99e75538a1ce6facb2e5fb18f4f37f15991.tar.bz2
RISC-V: Cleanup the include/opcode/riscv-opc.h.
The include/opcode/riscv-opc.h file is no longer automatically generated, so we remove the misleading comments and add new ones. Besides, the CAUSE_* macros and DECLARE_CAUSE are unused for binutils and gdb. Therefore, remove them, too. include/ * opcode/riscv-opc.h: Cleanup and remove the unused macros.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 850da73..b357064 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2020-06-30 Nelson Chu <nelson.chu@sifive.com>
+
+ * opcode/riscv-opc.h: Cleanup and remove the unused macros.
+
2020-06-29 Alan Modra <amodra@gmail.com>
* coff/internal.h: Use C style comments.