diff options
author | Tamar Christina <tamar.christina@arm.com> | 2019-01-25 15:50:01 +0000 |
---|---|---|
committer | Tamar Christina <tamar.christina@arm.com> | 2019-01-25 15:50:01 +0000 |
commit | e10620d3b96a725c4752198cb3c7c00ea21b42b4 (patch) | |
tree | 55418c60f8867b41f3930b89f8cf991e5fb1600b /gas | |
parent | 69105ce4c42e5644ab92cb9b2765ff5ce6bf7b1b (diff) | |
download | gdb-e10620d3b96a725c4752198cb3c7c00ea21b42b4.zip gdb-e10620d3b96a725c4752198cb3c7c00ea21b42b4.tar.gz gdb-e10620d3b96a725c4752198cb3c7c00ea21b42b4.tar.bz2 |
AArch64: Add missing changelog for Update encodings for stg, st2g, stzg and st2zg
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8e01281..75b60e2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,15 @@ 2019-01-25 Sudakshina Das <sudi.das@arm.com> + * config/tc-aarch64.c (warn_unpredictable_ldst): Exempt + stg, st2g, stzg and stz2g from Xt == Xn with writeback warning. + * testsuite/gas/aarch64/armv8_5-a-memtag.d: Change tests for + stg, stzg, st2g and stz2g. + * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise. + * testsuite/gas/aarch64/illegal-memtag.l: Likewise. + * testsuite/gas/aarch64/illegal-memtag.s: Likewise. + +2019-01-25 Sudakshina Das <sudi.das@arm.com> + * testsuite/gas/aarch64/armv8_5-a-memtag.d: New tests for stzgm. * testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise. * testsuite/gas/aarch64/illegal-memtag.l: Likewise. |