glibc/sysdeps
Adhemerval Zanella 640e44c5d0 Remove duplicate strcat implementations
Since commit 6e46de42fe default strcat implementation is essentially
the same for specialized ia64 and powerpc ones.  This patch removes the
redundant implementation and adjust powerpc64 ifunc code to use the
default one.

Checked on powerpc32-linux-gnu (default and power4) and ia64-linux build
and on powerpc64le-linux-gnu.

	* sysdeps/ia64/strcat.c: Remove file.
	* sysdeps/powerpc/strcat.c: Likewise.
	* sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Use default
	C implementation.
	* sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: Likewise.
	* sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: Likewise.
2017-01-03 17:48:03 -02:00
..
aarch64
alpha
arm
generic
gnu
hppa
i386 Fix x86 strncat optimized implementation for large sizes 2017-01-03 14:24:53 -02:00
ia64 Remove duplicate strcat implementations 2017-01-03 17:48:03 -02:00
ieee754
init_array
m68k
mach
microblaze
mips Correct MIPS math-tests.h condition for sNaN payload preservation. 2017-01-02 20:28:36 +00:00
nacl
nios2
nptl
posix
powerpc Remove duplicate strcat implementations 2017-01-03 17:48:03 -02:00
pthread
s390
sh
sparc Fix pthread_cond_t on sparc for new condvar. 2017-01-02 15:39:14 +01:00
tile
unix powerpc: Fix write-after-destroy in lock elision [BZ #20822] 2017-01-03 17:21:41 -02:00
wordsize-32
wordsize-64
x86
x86_64 Fix x86 strncat optimized implementation for large sizes 2017-01-03 14:24:53 -02:00