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
This commit is contained in:
Nathan Sidwell 2005-05-11 13:40:12 +00:00 committed by Nathan Sidwell
parent 99917bc339
commit 9d48ad93c6
2 changed files with 9 additions and 0 deletions

View 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.

View 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"