From: H.J. Lu Date: Sun, 8 May 2016 15:49:02 +0000 (-0700) Subject: Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86 X-Git-Tag: glibc-2.24~279 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9558b49b3336aba143b68279af90d69e2d92479;p=thirdparty%2Fglibc.git 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 instead of . * sysdeps/x86_64/cacheinfo.c: Moved to ... * sysdeps/x86/cacheinfo.c: Here. --- diff --git a/ChangeLog b/ChangeLog index 30ab0e80754..4677e87194e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2016-05-08 H.J. Lu + + * sysdeps/i386/cacheinfo.c: Include + instead of . + * sysdeps/x86_64/cacheinfo.c: Moved to ... + * sysdeps/x86/cacheinfo.c: Here. + 2016-05-04 Florian Weimer * malloc/malloc-internal.h: Adjust header file guard. diff --git a/sysdeps/i386/cacheinfo.c b/sysdeps/i386/cacheinfo.c index 0b50c6d3465..f15fe0779af 100644 --- a/sysdeps/i386/cacheinfo.c +++ b/sysdeps/i386/cacheinfo.c @@ -1,3 +1,3 @@ #define DISABLE_PREFETCHW -#include +#include diff --git a/sysdeps/x86_64/cacheinfo.c b/sysdeps/x86/cacheinfo.c similarity index 100% rename from sysdeps/x86_64/cacheinfo.c rename to sysdeps/x86/cacheinfo.c