mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-11 12:50:58 +08:00
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. |
||
---|---|---|
.. | ||
fpu | ||
multiarch | ||
add_n.S | ||
Implies | ||
Makefile | ||
memchr.S | ||
memcmp.S | ||
memcpy.S | ||
mempcpy.S | ||
memrchr.S | ||
memset.S | ||
rawmemchr.S | ||
stpcpy.S | ||
strcasecmp_l.S | ||
strcasecmp.S | ||
strchr.S | ||
strchrnul.S | ||
strcpy.S | ||
strcspn.S | ||
strlen.S | ||
strncat.S | ||
strncmp.S | ||
strnlen.S | ||
strpbrk.S | ||
strrchr.S | ||
strspn.S | ||
sub_n.S |