diff options
author | Nelson Chu <nelson@rivosinc.com> | 2024-06-18 16:15:45 +0800 |
---|---|---|
committer | Nelson Chu <nelson@rivosinc.com> | 2024-06-18 16:22:30 +0800 |
commit | c2db2b8a377bd6838cbd668ae12cce835a180093 (patch) | |
tree | 859b24ed59dc05e6c947b9a340d31ee18c66738d /gas/testsuite | |
parent | 7b74583e2ca2f54df341dea1efaf5bf40efb9b0b (diff) | |
download | binutils-c2db2b8a377bd6838cbd668ae12cce835a180093.zip binutils-c2db2b8a377bd6838cbd668ae12cce835a180093.tar.gz binutils-c2db2b8a377bd6838cbd668ae12cce835a180093.tar.bz2 |
RISC-V: Fixed typo from smscrind to smcsrind in riscv_implicit_subsets.
bfd/
* elfxx-riscv.c (riscv_implicit_subsets): Fixed type from smscrind to
smcsrind.
gas/
* testsuite/gas/riscv/march-imply-smcsrind.d: New testcase. It fails
without applying this patch.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/riscv/march-imply-smcsrind.d | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/gas/riscv/march-imply-smcsrind.d b/gas/testsuite/gas/riscv/march-imply-smcsrind.d new file mode 100644 index 0000000..e028a06 --- /dev/null +++ b/gas/testsuite/gas/riscv/march-imply-smcsrind.d @@ -0,0 +1,6 @@ +#as: -march=rv32i_smcsrind -march-attr -misa-spec=20191213 +#readelf: -A +#source: empty.s +Attribute Section: riscv +File Attributes + Tag_RISCV_arch: "rv32i2p1_zicsr2p0_smcsrind1p0_sscsrind1p0" |