]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 27 Nov 2000 23:33:31 +0000 (23:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 27 Nov 2000 23:33:31 +0000 (23:33 +0000)
* sysdeps/powerpc/Makefile (CFLAGS-initfini.s): Add -O1 to avoid
the problems introduced when the user selects -O3.

ChangeLog
sysdeps/powerpc/Makefile

index d06348d9a67a62d2a318a7d4b67333d5b8fe1cb1..205c02c8f1d6bcc2115deafe39941e64dce49f73 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-11-27  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/powerpc/Makefile (CFLAGS-initfini.s): Add -O1 to avoid
+       the problems introduced when the user selects -O3.
+
        * iconv/gconv.h (__gconv_info): Define __data element using __flexarr.
        * misc/sys/cdefs.h: Define __flexarr.
        Proposed by Joseph S. Myers <jsm28@cam.ac.uk>.
index ef5d33eaf9e6b98c4a5428995a926b45143bc0d4..a29e387d83b345fb9caa9db9305f073273775be3 100644 (file)
@@ -27,7 +27,7 @@ ifeq ($(subdir),csu)
 ifneq ($(elf),no)
 # The initfini generation code doesn't work in the presence of -fPIC, so
 # we use -fpic instead which is much better.
-CFLAGS-initfini.s = -g0 -fpic
+CFLAGS-initfini.s = -g0 -fpic -O1
 
 # There is no benefit to using sdata for these objects, and the user
 # of the library should be able to control what goes into sdata.