diff options
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c99e1b3..48c21f7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2021-01-07 Philipp Tomsich <prt@gnu.org> + + * config/tc-riscv.c (riscv_multi_subset_supports): Added + INSN_CLASS_ZIHINTPAUSE. + * testsuite/gas/riscv/pause.d: New testcase. Adding coverage for + the pause hint instruction. + * testsuite/gas/riscv/pause.s: Likewise. + 2021-01-07 Claire Xenia Wolf <claire@symbioticeda.com> Jim Wilson <jimw@sifive.com> Andrew Waterman <andrew@sifive.com> |