aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2020-04-07 04:43:49 -0700
committerH.J. Lu <hjl.tools@gmail.com>2020-04-07 04:43:49 -0700
commit6e0e8b45026e04c25f1875ead25eb6e0e1ac31ae (patch)
tree34182cc75368903c026b4c9bacfa3bd77eef3abd /gas
parent266803a2918975ee3a22958cae56218820614a71 (diff)
downloadfsf-binutils-gdb-6e0e8b45026e04c25f1875ead25eb6e0e1ac31ae.zip
fsf-binutils-gdb-6e0e8b45026e04c25f1875ead25eb6e0e1ac31ae.tar.gz
fsf-binutils-gdb-6e0e8b45026e04c25f1875ead25eb6e0e1ac31ae.tar.bz2
gas: Mention support for Intel SERIALIZE and TSXLDTRK
* NEWS: Mention support for Intel SERIALIZE and TSXLDTRK instructions.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/NEWS2
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>
diff --git a/gas/NEWS b/gas/NEWS
index 9bbeaeb..6748c17 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.