about summary refs log tree commit diff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-08-27 07:59:06 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-08-27 07:59:29 -0700
commitae857215dd4e4a7ae100728c636622a7e4c8a322 (patch)
tree58d69ca695bda8d4f1d01a4633eb9d5bcc4cda2d
parent892bb11e4eb1e2fa931e2e4f5268dafb848c87db (diff)
downloadglibc-ae857215dd4e4a7ae100728c636622a7e4c8a322.tar.gz
glibc-ae857215dd4e4a7ae100728c636622a7e4c8a322.tar.xz
glibc-ae857215dd4e4a7ae100728c636622a7e4c8a322.zip
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.
-rw-r--r--ChangeLog5
-rw-r--r--sysdeps/i386/i586/Implies2
-rw-r--r--sysdeps/i386/i686/Implies4
3 files changed, 5 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 535dee6c41..b852698d14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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 ...
 	* sysdeps/i386/strlen.S: Here.
 
diff --git a/sysdeps/i386/i586/Implies b/sysdeps/i386/i586/Implies
deleted file mode 100644
index 477cd741ce..0000000000
--- 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 e1fcccd5f4..0000000000
--- 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