diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2016-11-30 11:31:41 -0200 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2016-11-30 15:13:26 -0200 |
commit | 8072373ea96cb95a0d1cbe97a41a352439b92ea9 (patch) | |
tree | ad3c62ff15cd85971efc1ead06d3727b741295d1 /scripts | |
parent | b04beebf0731c0da49bf9113bf299acf56e4c2e5 (diff) | |
download | glibc-8072373ea96cb95a0d1cbe97a41a352439b92ea9.zip glibc-8072373ea96cb95a0d1cbe97a41a352439b92ea9.tar.gz glibc-8072373ea96cb95a0d1cbe97a41a352439b92ea9.tar.bz2 |
powerpc: Remove stpcpy internal clash with IFUNC
Commit 142e0a99530 redirected the internal stpcpy to default powerpc64
implementation by redefining the weak_alias at
sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c:
#undef weak_alias
#define weak_alias(name, aliasname) \
extern __typeof (__stpcpy_ppc) aliasname \
__attribute__ ((weak, alias ("__stpcpy_ppc")));
This creates a __GI_stpcpy alias that clashes with the IFUNC symbol in
stpcpy.os. There is not need to define the default version for internal
version, since ifunc should work internally for powerpc64. This patch
removes the weak_alias indirection.
Checked on powerpc64le.
* sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c (weak_alias):
Remove redirection to __stpcpy_ppc.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions