glibc/sysdeps
Adhemerval Zanella 8072373ea9 powerpc: Remove stpcpy internal clash with IFUNC
Commit 142e0a9953 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.
2016-11-30 15:13:26 -02:00
..
aarch64 Refactor FP_FAST_* into bits/fp-fast.h. 2016-11-29 01:45:00 +00:00
alpha
arm Refactor FP_FAST_* into bits/fp-fast.h. 2016-11-29 01:45:00 +00:00
generic ld.so: Remove __libc_memalign 2016-11-30 16:23:58 +01:00
gnu
hppa Refactor FP_FAST_* into bits/fp-fast.h. 2016-11-29 01:45:00 +00:00
i386
ia64 Fix sysdeps/ia64/fpu/libm-symbols.h for inclusion in testcases. 2016-11-28 23:12:49 +00:00
ieee754 Make ilogb wrappers type-generic. 2016-11-28 23:27:23 +00:00
init_array
m68k
mach
microblaze
mips
nacl ld.so: Remove __libc_memalign 2016-11-30 16:23:58 +01:00
nios2
nptl
posix
powerpc powerpc: Remove stpcpy internal clash with IFUNC 2016-11-30 15:13:26 -02:00
pthread
s390
sh Refactor FP_FAST_* into bits/fp-fast.h. 2016-11-29 01:45:00 +00:00
sparc
tile Refactor FP_FAST_* into bits/fp-fast.h. 2016-11-29 01:45:00 +00:00
unix ld.so: Remove __libc_memalign 2016-11-30 16:23:58 +01:00
wordsize-32
wordsize-64
x86 Refactor FP_FAST_* into bits/fp-fast.h. 2016-11-29 01:45:00 +00:00
x86_64 ld.so: Remove __libc_memalign 2016-11-30 16:23:58 +01:00