Commit cd6a5007 by Neil Booth Committed by Neil Booth

Makefile.in: Update.

	* Makefile.in: Update.
	* c-cppbuiltin.c: Include tm_p.h.

From-SVN: r64187
parent 41f3a930
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> 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
* doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN. * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
......
...@@ -1285,7 +1285,7 @@ c-opts.o : c-opts.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(C_CO ...@@ -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) \ 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 \ $(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. # A file used by all variants of C and some other languages.
......
...@@ -30,6 +30,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -30,6 +30,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "output.h" #include "output.h"
#include "except.h" /* For USING_SJLJ_EXCEPTIONS. */ #include "except.h" /* For USING_SJLJ_EXCEPTIONS. */
#include "toplev.h" #include "toplev.h"
#include "tm_p.h" /* Target prototypes. */
#ifndef REGISTER_PREFIX #ifndef REGISTER_PREFIX
#define REGISTER_PREFIX "" #define REGISTER_PREFIX ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment