From: Neil Booth Date: Tue, 11 Mar 2003 21:03:58 +0000 (+0000) Subject: Makefile.in: Update. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cd6a5007071b8507492dbbed2abb2d4e6a6f431d;p=gcc.git Makefile.in: Update. * Makefile.in: Update. * c-cppbuiltin.c: Include tm_p.h. From-SVN: r64187 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d488b35612a..da85a8b17a3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-03-11 Neil Booth + + * Makefile.in: Update. + * c-cppbuiltin.c: Include tm_p.h. + 2003-03-11 Aldy Hernandez * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 967ff381dca..69c1c105e62 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1285,7 +1285,7 @@ c-opts.o : c-opts.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(C_CO c-cppbuiltin.o : c-cppbuiltin.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ $(TREE_H) $(C_COMMON_H) c-pragma.h flags.h toplev.h langhooks.h \ - output.h except.h real.h + output.h except.h real.$(TM_P_H) # A file used by all variants of C and some other languages. diff --git a/gcc/c-cppbuiltin.c b/gcc/c-cppbuiltin.c index adbefd0894a..4ff194e7c28 100644 --- a/gcc/c-cppbuiltin.c +++ b/gcc/c-cppbuiltin.c @@ -30,6 +30,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "output.h" #include "except.h" /* For USING_SJLJ_EXCEPTIONS. */ #include "toplev.h" +#include "tm_p.h" /* Target prototypes. */ #ifndef REGISTER_PREFIX #define REGISTER_PREFIX ""