From: H.J. Lu Date: Tue, 7 Apr 2020 11:43:49 +0000 (-0700) Subject: gas: Mention support for Intel SERIALIZE and TSXLDTRK X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e0e8b45026e04c25f1875ead25eb6e0e1ac31ae;p=binutils-gdb.git gas: Mention support for Intel SERIALIZE and TSXLDTRK * NEWS: Mention support for Intel SERIALIZE and TSXLDTRK instructions. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 6fdfcad77e4..9fd8a9eae87 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2020-04-07 H.J. Lu + + * NEWS: Mention support for Intel SERIALIZE and TSXLDTRK + instructions. + 2020-04-07 H.J. Lu * doc/c-z80.texi: Fix @xref warnings. diff --git a/gas/NEWS b/gas/NEWS index 9bbeaeb8c59..6748c179f15 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -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.