aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJim Wilson <jimw@sifive.com>2017-12-28 13:21:46 -0800
committerJim Wilson <jimw@sifive.com>2017-12-28 13:21:46 -0800
commitd9be0c189a9a9b77a6bf4501f8891544b8ce9593 (patch)
tree57df9c7c0f972e019520498dcfcc25318f03ac0e /gas/ChangeLog
parent4ee2b642ddc70393d5b3ab04956fadad02954d4a (diff)
downloadgdb-d9be0c189a9a9b77a6bf4501f8891544b8ce9593.zip
gdb-d9be0c189a9a9b77a6bf4501f8891544b8ce9593.tar.gz
gdb-d9be0c189a9a9b77a6bf4501f8891544b8ce9593.tar.bz2
RISC-V: Add missing privileged spec registers.
gas/ * testsuite/gas/riscv/priv-reg.d, testsuite/gas/riscv/priv-reg.s: New. include/ * opcode/riscv-opc.h (DECLARE_CSR): Add missing privileged registers. Sort to match privileged spec documentation order. (DECLARE_CSR_ALIAS): Add ubadaddr, and comments.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 3d12e93..eeeff51 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2017-12-28 Jim Wilson <jimw@sifive.com>
+
+ * testsuite/gas/riscv/priv-reg.d, testsuite/gas/riscv/priv-reg.s: New.
+
2017-12-20 Jim Wilson <jimw@sifive.com>
* config/tc-riscv.c (risc_ip) <o>: Add comment.