* crtstuff.c: Restore include of auto-host.h.

From-SVN: r40248
This commit is contained in:
Kaveh R. Ghazi 2001-03-05 21:05:49 +00:00 committed by Kaveh Ghazi
parent aa5b94de84
commit 1b5640cd0a
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-03-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* crtstuff.c: Restore include of auto-host.h.
2001-03-05 Fergus Henderson <fjh@cs.mu.oz.au>
Put main() in a separate file, so that the language

View File

@ -55,6 +55,9 @@ Boston, MA 02111-1307, USA. */
compiled for the target, and hence definitions concerning only the host
do not apply. */
/* We include auto-host.h here to get HAVE_GAS_HIDDEN. This is
supposedly valid even though this is a "target" file. */
#include "auto-host.h"
#include "tconfig.h"
#include "tsystem.h"
#include "frame.h"