* crtstuff.c: Restore include of auto-host.h.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 5 Mar 2001 21:05:49 +0000 (21:05 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 5 Mar 2001 21:05:49 +0000 (21:05 +0000)
From-SVN: r40248

gcc/ChangeLog
gcc/crtstuff.c

index 6946e61d116781f11a901c52e59f522681d1fd16..a82ff50928f8f33441c928ecff16b0d2fe9f5d56 100644 (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
index 7651719484889535521574a28f7cddeb1bdb6a58..c349c716da01045d90d40a68a43dba6fe76768f9 100644 (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"