aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.