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.
This commit is contained in:
H.J. Lu 2015-08-27 07:59:06 -07:00
parent 892bb11e4e
commit ae857215dd
3 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2015-08-27 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/i386/i586/Implies: Removed.
* sysdeps/i386/i686/Implies: Likewise.
2015-08-27 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/i386/i486/strlen.S: Moved to ...

View File

@ -1,2 +0,0 @@
# Code optimized for i486 is better than simple i386 code.
i386/i486

View File

@ -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