diff options
author | Jim Wilson <jimw@sifive.com> | 2021-05-03 16:19:17 -0700 |
---|---|---|
committer | Jim Wilson <jimw@sifive.com> | 2021-05-03 16:19:17 -0700 |
commit | 7b06fcf5662c021dfd8a4f7b3b41c1be510adec3 (patch) | |
tree | 1fc29702b02e783ff28c970444ac5e900afa256f /gas | |
parent | 6bdf164fc57e0191d40d903ab549666a12fc77a8 (diff) | |
download | binutils-7b06fcf5662c021dfd8a4f7b3b41c1be510adec3.zip binutils-7b06fcf5662c021dfd8a4f7b3b41c1be510adec3.tar.gz binutils-7b06fcf5662c021dfd8a4f7b3b41c1be510adec3.tar.bz2 |
RISC-V: PR27764, Add tests for A extension
ChangeLog entry for last patch.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0ec2886..fa1c100 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2021-05-03 Christoph Muellner <cmuellner@gcc.gnu.org> + + PR 27764 + * testsuite/gas/riscv/a-ext-64.d: New testcase. + * testsuite/gas/riscv/a-ext-64.s: Likewise. + * testsuite/gas/riscv/a-ext.d: Likewise. + * testsuite/gas/riscv/a-ext.s: Likewise. + 2021-05-03 Jan Beulich <jbeulich@suse.com> * config/tc-i386.h (TC_PARSE_CONS_EXPRESSION): Adjust surrounding |