aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2005-05-11 13:40:12 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2005-05-11 13:40:12 +0000
commit9d48ad93c63357e68bdc7ac9fdf23d470eee6ee2 (patch)
tree1ee844e17f129c6cfe1088f7018b8c0cfed4dcad /gcc
parent99917bc339e5055880aa4e3423739907040fa121 (diff)
downloadgcc-9d48ad93c63357e68bdc7ac9fdf23d470eee6ee2.zip
gcc-9d48ad93c63357e68bdc7ac9fdf23d470eee6ee2.tar.gz
gcc-9d48ad93c63357e68bdc7ac9fdf23d470eee6ee2.tar.bz2
re PR bootstrap/21481 (crtstuff.c should not include auto-host.h)
PR bootstrap/21481 * crtstuff.c: Include auto-host.h again, for now. From-SVN: r99579
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/crtstuff.c4
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 811ee3e..46ac68c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c
index adc857c..97ac69a 100644
--- a/gcc/crtstuff.c
+++ b/gcc/crtstuff.c
@@ -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"