diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-10 10:27:44 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-10 10:27:44 +0000 |
commit | fece76558f0e9adf2e176ac75bea7e1f1605e707 (patch) | |
tree | a95bf62910c2eb8bb161c964ca44e34aa0826223 /gcc/crtstuff.c | |
parent | 9fe831ab931f311e825d6e73291d0fffef062454 (diff) | |
download | gcc-fece76558f0e9adf2e176ac75bea7e1f1605e707.tar.gz |
* crtstuff.c: Revert part of 2005-05-08 Change.
(IN_LIBGCC2): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99509 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 2f4fa31120f..adc857c3666 100644 --- a/gcc/crtstuff.c +++ b/gcc/crtstuff.c @@ -51,6 +51,9 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA This file must be compiled with gcc. */ +/* Target machine header files require this define. */ +#define IN_LIBGCC2 + #include "tconfig.h" #include "tsystem.h" #include "coretypes.h" |