about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-07-17 04:16:19 -0700
committerH.J. Lu <hjl.tools@gmail.com>2018-07-17 04:16:35 -0700
commitba2ea23d053e293baeb39554b2e9fc56f8ef335b (patch)
tree060bc1ee1e8f9eec559b3c1bd33a928883933dfe /ChangeLog
parentf753fa7dea3367bd3eb7b543103ff8cda182a3fa (diff)
downloadglibc-ba2ea23d053e293baeb39554b2e9fc56f8ef335b.tar.gz
glibc-ba2ea23d053e293baeb39554b2e9fc56f8ef335b.tar.xz
glibc-ba2ea23d053e293baeb39554b2e9fc56f8ef335b.zip
x86: Always include <dl-cet.h>/cet-tunables.h> for --enable-cet
Always include <dl-cet.h> and cet-tunables.h> when CET is enabled.
Otherwise, configure glibc with --enable-cet --disable-tunables will
fail to build.

	* sysdeps/x86/cpu-features.c: Always include <dl-cet.h> and
	cet-tunables.h> when CET is enabled.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 05d05f7d41..cd86d86ab2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-07-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/x86/cpu-features.c: Always include <dl-cet.h> and
+	cet-tunables.h> when CET is enabled.
+
 2018-07-16  H.J. Lu  <hongjiu.lu@intel.com>
 
 	 [BZ #21598]