about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-05-24 06:31:16 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-05-24 06:33:43 -0700
commit9c450f6f6f0e2089b780d0510ae6153740fc7d1d (patch)
tree878e4ca45841773a106fae85e4ee3a7b31cf6a8c /ChangeLog
parent7c1d722554dc3422295a36da631e03503b676935 (diff)
downloadglibc-9c450f6f6f0e2089b780d0510ae6153740fc7d1d.tar.gz
glibc-9c450f6f6f0e2089b780d0510ae6153740fc7d1d.tar.xz
glibc-9c450f6f6f0e2089b780d0510ae6153740fc7d1d.zip
x86: Don't include cacheinfo.c in ld.so
Since cacheinfo.c isn't used by ld.so, there is no need to include it
in ld.so.

	* sysdeps/x86/cacheinfo.c: Skip if not in libc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 80a6c3ec97..4abd668481 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2017-05-24  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* sysdeps/x86/cacheinfo.c: Skip if not in libc.
+
+2017-05-24  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* sysdeps/x86/cacheinfo.c (is_intel): Removed.
 	(is_amd): Likewise.
 	(max_cpuid): Likewise.