From: H.J. Lu Date: Wed, 30 May 2012 22:51:32 +0000 (-0700) Subject: Use i386 bits/huge_vall.h for i386/x86-64 X-Git-Tag: glibc-2.16-tps~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62f62904cf2196c8593f31170a8df9b06e76e431;p=thirdparty%2Fglibc.git Use i386 bits/huge_vall.h for i386/x86-64 --- diff --git a/ChangeLog b/ChangeLog index 808b2c7c790..c7249f6d7ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ 2012-05-30 H.J. Lu [BZ #14117] + * sysdeps/i386/bits/huge_vall.h: Renamed to ... + * sysdeps/x86/bits/huge_vall.h: This. + * sysdeps/i386/bits/select.h: Removed. * sysdeps/x86_64/bits/select.h: Renamed to ... * sysdeps/x86/bits/select.h: This. diff --git a/sysdeps/i386/bits/huge_vall.h b/sysdeps/x86/bits/huge_vall.h similarity index 100% rename from sysdeps/i386/bits/huge_vall.h rename to sysdeps/x86/bits/huge_vall.h