diff options
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ff8fa22..c04b90a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,21 @@ + +2020-09-23 Lili Cui <lili.cui@intel.com> + + * NEWS: Add Key Locker. + * config/tc-i386.c (cpu_arch): Add .kl and .wide_kl. + (cpu_noarch): Likewise. + * doc/c-i386.texi: Document kl and wide_kl. + * testsuite/gas/i386/i386.exp: Run keylocker tests. + * testsuite/gas/i386/keylocker-intel.d: New test. + * testsuite/gas/i386/keylocker.d: Likewise. + * testsuite/gas/i386/keylocker.s: Likewise. + * testsuite/gas/i386/x86-64-keylocker-intel.d: Likewise. + * testsuite/gas/i386/x86-64-keylocker.d: Likewise. + * testsuite/gas/i386/x86-64-keylocker.s: Likewise. + * testsuite/gas/i386/x86-64-property-10.d: Likewise. + * testsuite/gas/i386/property-10.d: Likewise. + * testsuite/gas/i386/property-10.s: Likewise. + 2020-09-21 Alan Modra <amodra@gmail.com> PR 26569 |