From: Kaveh R. Ghazi Date: Mon, 5 Mar 2001 21:05:49 +0000 (+0000) Subject: * crtstuff.c: Restore include of auto-host.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b5640cd0a0f600338be9e59df93bb309ef97d9f;p=gcc.git * crtstuff.c: Restore include of auto-host.h. From-SVN: r40248 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6946e61d116..a82ff50928f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-03-05 Kaveh R. Ghazi + + * crtstuff.c: Restore include of auto-host.h. + 2001-03-05 Fergus Henderson Put main() in a separate file, so that the language diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c index 76517194848..c349c716da0 100644 --- a/gcc/crtstuff.c +++ b/gcc/crtstuff.c @@ -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"