mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-29 16:21:07 +00:00
bea5801360
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. |
||
---|---|---|
.. | ||
fpu | ||
multiarch | ||
Implies | ||
memset.S | ||
stpcpy.S | ||
stpncpy.S | ||
strcmp.S | ||
strcpy.S | ||
strncmp.S | ||
strncpy.S |