diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/NEWS | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6fdfcad..9fd8a9e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2020-04-07 H.J. Lu <hongjiu.lu@intel.com> + * NEWS: Mention support for Intel SERIALIZE and TSXLDTRK + instructions. + +2020-04-07 H.J. Lu <hongjiu.lu@intel.com> + * doc/c-z80.texi: Fix @xref warnings. 2020-04-07 Lili Cui <lili.cui@intel.com> @@ -1,5 +1,7 @@ -*- text -*- +* Add support for Intel SERIALIZE and TSXLDTRK instructions. + * Add -mlfence-after-load=, -mlfence-before-indirect-branch= and -mlfence-before-ret= options to x86 assembler to help mitigate CVE-2020-0551. |