diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-16 13:42:53 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-16 13:42:53 +0000 |
commit | 50460a3733a7a2f66a02eb14cefed62e197804df (patch) | |
tree | 08f73fc349970fb8cfec05d6d6df0bfd6cdb6c2a /gcc/config/nextstep.c | |
parent | 4f3063c7bafe24df60f1653b08b01b2d86f6277f (diff) | |
download | gcc-50460a3733a7a2f66a02eb14cefed62e197804df.tar.gz |
* nextstep-protos.h: New file.
* nextstep.c: Include "rtl.h", "output.h" & "tm_p.h".
* nextstep.h (INCLUDE_DEFAULTS): Delete LOCAL_INCLUDE_DIR and
STANDARD_INCLUDE_DIR from the CROSS_COMPILE clause.
(nextstep_asm_out_constructor, nextstep_asm_out_destructor,
handle_pragma): Move prototypes to nextstep-protos.h.
* config.gcc (i[34567]86-next-*, m68k-next-nextstep2*,
m68k-next-nextstep[34]*): Append nextstep-protos.h to tm_p_file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48067 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/nextstep.c')
-rw-r--r-- | gcc/config/nextstep.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/nextstep.c b/gcc/config/nextstep.c index bbe0cd68fa4..228c5662a2d 100644 --- a/gcc/config/nextstep.c +++ b/gcc/config/nextstep.c @@ -23,7 +23,10 @@ Boston, MA 02111-1307, USA. */ #include "system.h" #include "flags.h" #include "tree.h" +#include "rtl.h" #include "toplev.h" +#include "output.h" +#include "tm_p.h" /* Make everything that used to go in the text section really go there. */ |