]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR bootstrap/21481 (crtstuff.c should not include auto-host.h)
authorNathan Sidwell <nathan@codesourcery.com>
Wed, 11 May 2005 13:40:12 +0000 (13:40 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 11 May 2005 13:40:12 +0000 (13:40 +0000)
PR bootstrap/21481
* crtstuff.c: Include auto-host.h again, for now.

From-SVN: r99579

gcc/ChangeLog
gcc/crtstuff.c

index 811ee3e257830cb862f1dc89ad59c3e050600140..46ac68c7929d78433df2bd81f55875c062dd7710 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-11  Nathan Sidwell  <nathan@codesourcery.com>
+
+       PR bootstrap/21481
+       * crtstuff.c: Include auto-host.h again, for now.
+
 2005-05-11  Richard Sandiford  <rsandifo@redhat.com>
 
        * config/mips/24k.md: Remove trailing whitespace.
index adc857c3666d74c5b751478ca0679a19d1255cf8..97ac69ad022ac813c8e7ab097b05e3da647f7258 100644 (file)
@@ -54,6 +54,10 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 /* Target machine header files require this define. */
 #define IN_LIBGCC2
 
+/* FIXME: Including auto-host is incorrect, but until we have
+   identified the set of defines that need to go into auto-target.h,
+   this will have to do.  */
+#include "auto-host.h"
 #include "tconfig.h"
 #include "tsystem.h"
 #include "coretypes.h"