From: Ulrich Drepper Date: Wed, 19 Nov 1997 22:52:47 +0000 (+0000) Subject: Make sure recents gccs don't reorder the code. X-Git-Tag: cvs/glibc-2_0_6-pre2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a97758454d85643220e464578ce2bc8cf01c9df;p=thirdparty%2Fglibc.git Make sure recents gccs don't reorder the code. --- diff --git a/csu/Makefile b/csu/Makefile index 9eb36a7c528..b8abbf742f6 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -76,7 +76,7 @@ $(objpfx)crt%.o: $(objpfx)crt%.S $(objpfx)defs.h $(objpfx)initfini.s: initfini.c $(CC) $(CPPFLAGS) $(CFLAGS) -g0 -S -fPIC -finhibit-size-directive \ - $(no-exceptions) $< -o $@ + -fno-inline-functions $(no-exceptions) $< -o $@ $(objpfx)crti.S: $(objpfx)initfini.s sed -n -e '1,/@HEADER_ENDS/p' \