diff options
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 875d265..04c922b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,18 @@ +2018-01-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com> + + * config/tc-i386.c (cpu_arch): Delete .cet. Add .ibt, .shstk. + (cpu_noarch): Add noibt, noshstk. + (parse_insn): Change cpucet to cpuibt. + * doc/c-i386.texi: Delete .cet. Add .ibt, .shstk. + * testsuite/gas/i386/cet-ibt-inval.l: New test. + * testsuite/gas/i386/cet-ibt-inval.s: Likewise. + * testsuite/gas/i386/cet-shstk-inval.l: Likewise. + * testsuite/gas/i386/cet-shstk-inval.s: Likewise. + * testsuite/gas/i386/x86-64-cet-ibt-inval.l: Likewise. + * testsuite/gas/i386/x86-64-cet-ibt-inval.s: Likewise. + * testsuite/gas/i386/x86-64-cet-shstk-inval.l: Likewise. + * testsuite/gas/i386/x86-64-cet-shstk-inval.s: Likewise. + 2018-01-16 Nick Clifton <nickc@redhat.com> * po/fr.po: Updated French translation. |