Move i486/pthread_spin_trylock.S to pthread_spin_trylock.S

Since glibc doesn't support i386 any more, we can move
i486/pthread_spin_trylock.S to pthread_spin_trylock.S

	* sysdeps/i386/i486/pthread_spin_trylock.S: Moved to ...
	* sysdeps/i386/pthread_spin_trylock.S: Here.
	* sysdeps/i386/i586/pthread_spin_trylock.S: Removed.
	* sysdeps/i386/i686/pthread_spin_trylock.S: Updated.
This commit is contained in:
H.J. Lu 2015-08-27 07:55:13 -07:00
parent 1894b3ea3c
commit 413db45d1b
4 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2015-08-27 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/i386/i486/pthread_spin_trylock.S: Moved to ...
* sysdeps/i386/pthread_spin_trylock.S: Here.
* sysdeps/i386/i586/pthread_spin_trylock.S: Removed.
* sysdeps/i386/i686/pthread_spin_trylock.S: Updated.
2015-08-27 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/i386/i486/string-inlines.c: Moved to ...

View File

@ -1 +0,0 @@
#include <sysdeps/i386/i486/pthread_spin_trylock.S>

View File

@ -17,4 +17,4 @@
<http://www.gnu.org/licenses/>. */
#define HAVE_CMOV 1
#include <sysdeps/i386/i486/pthread_spin_trylock.S>
#include <sysdeps/i386/pthread_spin_trylock.S>