From: Andrew Pinski Date: Wed, 21 Jul 2004 01:35:01 +0000 (+0000) Subject: re PR target/16557 (bootstrap failure of gcc-4.0-20040711 snapshot on i686-apple... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e70d4dfb0f413194e0a5c3cdd212a80d9135fb77;p=gcc.git re PR target/16557 (bootstrap failure of gcc-4.0-20040711 snapshot on i686-apple-darwin7.2.1) 2004-07-20 Andrew Pinski PR target/16557 * config/i386/darwin.h (CC1_SPEC): Move the -g SPECs from ... (ASM_SPEC): here. From-SVN: r84991 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f581fcd9ca4..f4c20226263 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2004-07-20 Andrew Pinski + + PR target/16557 + * config/i386/darwin.h (CC1_SPEC): Move the -g SPECs from ... + (ASM_SPEC): here. + 2004-07-21 Paul brook * config/arm/arm.c (thumb_expand_prologue): Remove bogus GEN_INT. diff --git a/gcc/config/i386/darwin.h b/gcc/config/i386/darwin.h index b0e2f016bff..030f866fa79 100644 --- a/gcc/config/i386/darwin.h +++ b/gcc/config/i386/darwin.h @@ -39,13 +39,13 @@ Boston, MA 02111-1307, USA. */ the kernel or some such. */ #undef CC1_SPEC -#define CC1_SPEC "%{!static:-fPIC}" +#define CC1_SPEC "%{!static:-fPIC}\ + %{gused: -g -feliminate-unused-debug-symbols %