glibc/sysdeps/powerpc/powerpc64/power8
Adhemerval Zanella bea5801360 powerpc: Fix powerpc64 build failure with binutils 2.22
GLIBC memset optimization for POWER8 uses the '.machine power8'
directive, which is only supported officially on binutils 2.24+.  This
causes a build failure on older binutils.

Since the requirement of .machine power8 is to correctly assembly the
'mtvsrd' instruction and it is already handled by the MTVSRD_V1_R4
macro, there is no really needed of using it.

The patch replaces the power8 with power7 for .machine directive.

It fixes BZ#17869.
2015-01-24 08:40:04 -05:00
..
fpu Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
multiarch PowerPC: Adjust multiarch Implies for PowerPC64 2013-12-13 14:29:27 -05:00
Implies
memset.S powerpc: Fix powerpc64 build failure with binutils 2.22 2015-01-24 08:40:04 -05:00
stpcpy.S powerpc: Optimized st{r,p}cpy for POWER8/PPC64 2015-01-13 11:28:30 -05:00
stpncpy.S powerpc: Optimized st{r,p}ncpy for POWER8/PPC64 2015-01-13 11:28:44 -05:00
strcmp.S powerpc: Optimized strcmp for POWER8/PPC64 2015-01-13 11:28:58 -05:00
strcpy.S powerpc: Optimized st{r,p}cpy for POWER8/PPC64 2015-01-13 11:28:30 -05:00
strncmp.S powerpc: Optimized strncmp for POWER8/PPC64 2015-01-13 14:35:40 -05:00
strncpy.S powerpc: Optimized st{r,p}ncpy for POWER8/PPC64 2015-01-13 11:28:44 -05:00