From: Ulrich Drepper Date: Mon, 27 Nov 2000 23:33:31 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_2_1~275 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6b544fe2361df88d93e68b86ddaea5a49b4094d;p=thirdparty%2Fglibc.git Update. * sysdeps/powerpc/Makefile (CFLAGS-initfini.s): Add -O1 to avoid the problems introduced when the user selects -O3. --- diff --git a/ChangeLog b/ChangeLog index d06348d9a67..205c02c8f1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-11-27 Ulrich Drepper + * 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 . diff --git a/sysdeps/powerpc/Makefile b/sysdeps/powerpc/Makefile index ef5d33eaf9e..a29e387d83b 100644 --- a/sysdeps/powerpc/Makefile +++ b/sysdeps/powerpc/Makefile @@ -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.