Makefile.in: Update.
authorNeil Booth <neil@daikokuya.co.uk>
Tue, 11 Mar 2003 21:03:58 +0000 (21:03 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Tue, 11 Mar 2003 21:03:58 +0000 (21:03 +0000)
* Makefile.in: Update.
* c-cppbuiltin.c: Include tm_p.h.

From-SVN: r64187

gcc/ChangeLog
gcc/Makefile.in
gcc/c-cppbuiltin.c

index d488b35612a74a9ab53e15e53a1ef44a9f7599fe..da85a8b17a3d393906281c88b45830ad0ab14382 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
+
+       * Makefile.in: Update.
+       * c-cppbuiltin.c: Include tm_p.h.
+
 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
 
         * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
index 967ff381dcacad1ac268db03854ef1ec2b0d5799..69c1c105e624a2e052bad53de19d9814c7cac744 100644 (file)
@@ -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.
 
index adbefd0894a26aac2af37d232e788c752aa7a2ed..4ff194e7c280ce036f359f9067e288bf1ae26b89 100644 (file)
@@ -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 ""