mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 15:00:06 +00:00
6b9006bfb0
This commit doesn't affect libc.so.6, its just housekeeping to prepare for adding explicit ISA level support. Tested build on x86_64 and x86_32 with/without multiarch.
8 lines
151 B
ArmAsm
8 lines
151 B
ArmAsm
#define STRCPY __stpcpy
|
|
|
|
#include "multiarch/stpcpy-sse2.S"
|
|
|
|
weak_alias (__stpcpy, stpcpy)
|
|
libc_hidden_def (__stpcpy)
|
|
libc_hidden_builtin_def (stpcpy)
|