glibc/sysdeps/powerpc/powerpc64/power7
Adhemerval Zanella de21c33c06 PowerPC: Fix --disable-multi-arch builds
This patch fixes some powerpc32 and powerpc64 builds with
--disable-multi-arch option along with different --with-cpu=powerN.
It cleanups the Implies directories by removing the multiarch
folder for non multiarch config and also fixing two assembly
implementations: powerpc64/power7/strncat.S that is calling the
wrong strlen; and power8/fpu/s_isnan.S that misses the hidden_def and
weak_alias directives.
2014-04-09 06:22:53 -05:00
..
fpu PowerPC: Fix --disable-multi-arch builds 2014-04-09 06:22:53 -05:00
multiarch
add_n.S
Implies
Makefile
memchr.S
memcmp.S
memcpy.S
mempcpy.S
memrchr.S Correct prefetch hint in power7 memrchr. 2014-04-02 13:42:27 +10:30
memset.S
rawmemchr.S
stpcpy.S
strcasecmp_l.S
strcasecmp.S
strchr.S
strchrnul.S
strcpy.S
strcspn.S PowerPC: optimized strcspn for PPC64/POWER7 2014-03-20 11:24:52 -05:00
strlen.S
strncat.S PowerPC: Fix --disable-multi-arch builds 2014-04-09 06:22:53 -05:00
strncmp.S
strnlen.S
strpbrk.S PowerPC: optimized strpbrk for POWER7 2014-03-20 19:46:13 -05:00
strrchr.S
strspn.S PowerPC: strspn optimization for PPC64/POWER7 2014-03-11 08:54:33 -05:00
sub_n.S