aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2016-05-08 08:49:02 -0700
committerH.J. Lu <hjl.tools@gmail.com>2016-05-08 08:49:18 -0700
commita9558b49b3336aba143b68279af90d69e2d92479 (patch)
treeae765e6925082b9f18b4b25ba30b15180c3c3ea4 /ChangeLog
parentb86970392c334a67156348a83f707bba0908511f (diff)
downloadglibc-a9558b49b3336aba143b68279af90d69e2d92479.zip
glibc-a9558b49b3336aba143b68279af90d69e2d92479.tar.gz
glibc-a9558b49b3336aba143b68279af90d69e2d92479.tar.bz2
Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86
Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86. No code changes on x86 and x86_64. * sysdeps/i386/cacheinfo.c: Include <sysdeps/x86/cacheinfo.c> instead of <sysdeps/x86_64/cacheinfo.c>. * sysdeps/x86_64/cacheinfo.c: Moved to ... * sysdeps/x86/cacheinfo.c: Here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30ab0e8..4677e87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-05-08 H.J. Lu <hongjiu.lu@intel.com>
+
+ * sysdeps/i386/cacheinfo.c: Include <sysdeps/x86/cacheinfo.c>
+ instead of <sysdeps/x86_64/cacheinfo.c>.
+ * sysdeps/x86_64/cacheinfo.c: Moved to ...
+ * sysdeps/x86/cacheinfo.c: Here.
+
2016-05-04 Florian Weimer <fweimer@redhat.com>
* malloc/malloc-internal.h: Adjust header file guard.