Blame SOURCES/glibc-rh783979.patch

b9ba6d
diff -rup a/sysdeps/powerpc/powerpc64/Makefile b/sysdeps/powerpc/powerpc64/Makefile
b9ba6d
--- a/sysdeps/powerpc/powerpc64/Makefile	2012-02-01 09:34:07.018768021 -0700
b9ba6d
+++ b/sysdeps/powerpc/powerpc64/Makefile	2012-02-01 09:35:28.813356195 -0700
b9ba6d
@@ -31,7 +31,7 @@ elide-routines.os += hp-timing
b9ba6d
 ifneq ($(elf),no)
b9ba6d
 # The initfini generation code doesn't work in the presence of -fPIC, so
b9ba6d
 # we use -fpic instead which is much better.
b9ba6d
-CFLAGS-initfini.s += -fpic -O1
b9ba6d
+CFLAGS-initfini.s += -fpic -O1 -fno-inline
b9ba6d
 endif
b9ba6d
 CFLAGS-libc-start.c += -fno-asynchronous-unwind-tables
b9ba6d
 endif