diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-03-11 09:56:17 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-03-11 09:57:35 -0700 |
commit | 9e8f1c9000fa42b68982ee69f622010a81656e81 (patch) | |
tree | f8ecd069205633b435618bf127be25b72bec15eb /gas/NEWS | |
parent | f870f78fb2dc15cc5a4738d7ee592b39e2001c4e (diff) | |
download | gdb-9e8f1c9000fa42b68982ee69f622010a81656e81.zip gdb-9e8f1c9000fa42b68982ee69f622010a81656e81.tar.gz gdb-9e8f1c9000fa42b68982ee69f622010a81656e81.tar.bz2 |
NEWS: Mention x86 assembler options for CVE-2020-0551
* NEWS: Mention x86 assembler options for CVE-2020-0551.
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ -*- text -*- +* Add -mlfence-after-load=, -mlfence-before-indirect-branch= and + -mlfence-before-ret= options to x86 assembler to help mitigate + CVE-2020-0551. + * Add --gdwarf-5 option to the assembler to generate DWARF 5 debug output (if such output is being generated). Added the ability to generate version 5 .debug_line sections. |