From: H.J. Lu Date: Thu, 27 Aug 2015 14:59:06 +0000 (-0700) Subject: Remove i486 subdirectory X-Git-Tag: glibc-2.23~540 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae857215dd4e4a7ae100728c636622a7e4c8a322;p=thirdparty%2Fglibc.git Remove i486 subdirectory Since glibc doesn't support i386 any more, we can remove i486 subdirectory. * sysdeps/i386/i586/Implies: Removed. * sysdeps/i386/i686/Implies: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 535dee6c41c..b852698d149 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-08-27 H.J. Lu + + * sysdeps/i386/i586/Implies: Removed. + * sysdeps/i386/i686/Implies: Likewise. + 2015-08-27 H.J. Lu * sysdeps/i386/i486/strlen.S: Moved to ... diff --git a/sysdeps/i386/i586/Implies b/sysdeps/i386/i586/Implies deleted file mode 100644 index 477cd741cef..00000000000 --- a/sysdeps/i386/i586/Implies +++ /dev/null @@ -1,2 +0,0 @@ -# Code optimized for i486 is better than simple i386 code. -i386/i486 diff --git a/sysdeps/i386/i686/Implies b/sysdeps/i386/i686/Implies deleted file mode 100644 index e1fcccd5f4d..00000000000 --- a/sysdeps/i386/i686/Implies +++ /dev/null @@ -1,4 +0,0 @@ -# Due to the reordering and the other nifty extensions in the i686 it is -# not really good to use heavily i586 optimized code on a i686. It's -# better to use i486/i386 code. -i386/i486