diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-04-07 04:43:49 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-04-07 04:43:49 -0700 |
commit | 6e0e8b45026e04c25f1875ead25eb6e0e1ac31ae (patch) | |
tree | 34182cc75368903c026b4c9bacfa3bd77eef3abd /gas | |
parent | 266803a2918975ee3a22958cae56218820614a71 (diff) | |
download | gdb-6e0e8b45026e04c25f1875ead25eb6e0e1ac31ae.zip gdb-6e0e8b45026e04c25f1875ead25eb6e0e1ac31ae.tar.gz 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/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. |