This patch fixes the strnlen.S build with --disable-multi-arch option.
2015-08-10 Adhemerval Zanella <adhemerval.zanella@linaro.org>
+ * sysdeps/powerpc/powerpc64/power7/strnlen.S (__strnlen): Add
+ libc_hidden_def.
+ (strnlen): Remove libc_hidden_builtin_def and add libc_hidden_def.
+
* sysdeps/powerpc/powerpc64/power7/Makefile [$(subdir) = string]
(sysdep_routines): Add strstr-ppc64.
* sysdeps/powerpc/powerpc64/power7/strstr-ppc64.c: New file.
blr
END (__strnlen)
+libc_hidden_def (__strnlen)
weak_alias (__strnlen, strnlen)
-libc_hidden_builtin_def (strnlen)
+libc_hidden_def (strnlen)