diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-05 21:05:49 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-05 21:05:49 +0000 |
commit | d07e08fad8af4f2793a1f57783d41aab849494d3 (patch) | |
tree | d1c5efac314da4adfb2c6b5b1abdbecefbfefd69 /gcc/crtstuff.c | |
parent | 67d77d59ebf9bf4c11db331218517924ebcadb73 (diff) | |
download | gcc-d07e08fad8af4f2793a1f57783d41aab849494d3.tar.gz |
* crtstuff.c: Restore include of auto-host.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40248 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/crtstuff.c')
-rw-r--r-- | gcc/crtstuff.c | 3 |
1 files changed, 3 insertions, 0 deletions
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" |