diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-07-19 12:04:56 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-07-19 12:05:10 -0700 |
commit | e84bd8514cd4bf37b37d3f68feafc1e20afa4b56 (patch) | |
tree | 1bead8fed826dd625814b3b01c1aa632934a8eba /NEWS | |
parent | df467d229ac53098d06ffd7b86322a1e22bf6013 (diff) | |
download | glibc-e84bd8514cd4bf37b37d3f68feafc1e20afa4b56.tar.gz glibc-e84bd8514cd4bf37b37d3f68feafc1e20afa4b56.tar.xz glibc-e84bd8514cd4bf37b37d3f68feafc1e20afa4b56.zip |
INSTALL: Add a note for Intel CET status
* NEWS: Add a note for Intel CET status. * manual/install.texi: Likewise. * INSTALL: Regenerated.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS index a23d0a7d33..ed61fc5c17 100644 --- a/NEWS +++ b/NEWS @@ -17,7 +17,10 @@ Major new features: feature is currently supported on i386, x86_64 and x32 with GCC 8 and binutils 2.29 or later. Note that CET-enabled glibc requires CPUs capable of multi-byte NOPs, like x86-64 processors as well as Intel - Pentium Pro or newer. + Pentium Pro or newer. NOTE: --enable-cet has been tested for i686, + x86_64 and x32 on non-CET processors. --enable-cet has been tested + for x86_64 and x32 on CET SDVs, but Intel CET support hasn't been + validated for i686. * The GNU C Library now has correct support for ABSOLUTE symbols (SHN_ABS-relative symbols). Previously such ABSOLUTE symbols were |