about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/power7/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: Fix strstr/power7 buildAdhemerval Zanella2015-08-111-0/+1
| | | | | | | | | | | | This patch fixes the strstr build with --disable-multi-arch option. The optimization calls the __strstr_ppc symbol, which always build for multiarch config but not if it is disable. This patch fixes it by adding the default C implementation object with the expected symbol name. * sysdeps/powerpc/powerpc64/power7/Makefile [$(subdir) = string] (sysdep_routines): Add strstr-ppc64. * sysdeps/powerpc/powerpc64/power7/strstr-ppc64.c: New file.
* Optimized strcasecmp for Power7Adhemerval Zanella2011-12-171-0/+5
|
* Disable VSX usage in rtld.c to prevent TOC ref before relocs are resolved.Ryan S. Arnold2011-02-171-0/+5