This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/21481] [4.1 Regression] Bootstrap is broken of FreeBSD by changes to crtstuff.c
- From: "sgk at troutmask dot apl dot washington dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 May 2005 17:45:30 -0000
- Subject: [Bug bootstrap/21481] [4.1 Regression] Bootstrap is broken of FreeBSD by changes to crtstuff.c
- References: <20050510003351.21481.kargl@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2005-05-10 17:45 -------
Subject: Re: [4.1 Regression] Bootstrap is broken of FreeBSD by changes to crtstuff.c
On Tue, May 10, 2005 at 05:28:57PM -0000, pinskia at gcc dot gnu dot org wrote:
>
> ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-10 17:28 -------
> Is this fixed now?
>
No! The correct fix is to revert Nathan's commit to crtstuff.c
In fact, my bootstrap with the following patch just completed.
Index: crtstuff.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/crtstuff.c,v
retrieving revision 1.74
diff -c -p -r1.74 crtstuff.c
*** crtstuff.c 10 May 2005 10:27:40 -0000 1.74
--- crtstuff.c 10 May 2005 17:44:06 -0000
*************** Software Foundation, 59 Temple Place - S
*** 54,59 ****
--- 54,60 ----
/* Target machine header files require this define. */
#define IN_LIBGCC2
+ #include "auto-host.h"
#include "tconfig.h"
#include "tsystem.h"
#include "coretypes.h"
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21481