Move i486/strcat.S to strcat.S

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

	* sysdeps/i386/i486/strcat.S: Moved to ...
	* sysdeps/i386/strcat.S: Here.
	* sysdeps/i386/i686/multiarch/strcat.S: Updated.
This commit is contained in:
H.J. Lu 2015-08-27 07:56:19 -07:00
parent 413db45d1b
commit 8964482ab8
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-08-27 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/i386/i486/strcat.S: Moved to ...
* sysdeps/i386/strcat.S: Here.
2015-08-27 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/i386/i486/pthread_spin_trylock.S: Moved to ...

View File

@ -88,5 +88,5 @@ END(STRCAT)
#endif
#ifndef USE_AS_STRNCAT
# include "../../i486/strcat.S"
# include "../../strcat.S"
#endif