mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-31 14:01:18 +08:00
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:
parent
413db45d1b
commit
8964482ab8
@ -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 ...
|
||||
|
@ -88,5 +88,5 @@ END(STRCAT)
|
||||
#endif
|
||||
|
||||
#ifndef USE_AS_STRNCAT
|
||||
# include "../../i486/strcat.S"
|
||||
# include "../../strcat.S"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user