diff options
author | Jim Wilson <jimw@sifive.com> | 2019-07-30 14:42:16 -0700 |
---|---|---|
committer | Jim Wilson <jimw@sifive.com> | 2019-07-30 14:42:16 -0700 |
commit | c0d6f62fcec939ab896e4839f6aa14ebfcd43565 (patch) | |
tree | 7fd7bc88c705fde3cbfb775f47aadf88e6d0937d /gas/ChangeLog | |
parent | aa3b653351504e262fb455af5efb6eea6d981597 (diff) | |
download | gdb-c0d6f62fcec939ab896e4839f6aa14ebfcd43565.zip gdb-c0d6f62fcec939ab896e4839f6aa14ebfcd43565.tar.gz gdb-c0d6f62fcec939ab896e4839f6aa14ebfcd43565.tar.bz2 |
RISC-V: Fix minor issues with FP csr instructions.
Mel Chen <mel.chen@sifive.com>
gas/
* testsuite/gas/riscv/alias-csr.s: Add testcase for CSR-access
alias instructions.
* testsuite/gas/riscv/no-aliases-csr.d: Run testcase alias-csr.s with
-Mno-aliases.
* testsuite/gas/riscv/alias-csr.d: Run testcase alias-csr.s.
* testsuite/gas/riscv/priv-reg.d: Update.
opcodes/
* riscv-opc.c (riscv_opcodes): Set frsr, fssr, frcsr, fscsr, frrm,
fsrm, fsrmi, frflags, fsflags, fsflagsi to alias instructions.
* riscv-opc.c (riscv_opcodes): Adjust order of frsr, frcsr, fssr,
fscsr.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 34581e0..4d6f902 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2019-07-30 Mel Chen <mel.chen@sifive.com> + + * testsuite/gas/riscv/alias-csr.s: Add testcase for CSR-access + alias instructions. + * testsuite/gas/riscv/no-aliases-csr.d: Run testcase alias-csr.s with + -Mno-aliases. + + * testsuite/gas/riscv/alias-csr.d: Run testcase alias-csr.s. + * testsuite/gas/riscv/priv-reg.d: Update. + 2019-07-24 Nick Clifton <nickc@redhat.com> * po/sv.po: Updated Swedish translation. |