OSDN Git Service

* crtstuff.c: Restore include of auto-host.h.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Mar 2001 21:05:49 +0000 (21:05 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Mar 2001 21:05:49 +0000 (21:05 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40248 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/crtstuff.c

index 6946e61..a82ff50 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 7651719..c349c71 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"