mangle.c (tm_p.h): Include it.
authorMark Mitchell <mark@codesourcery.com>
Wed, 11 Jun 2003 21:56:31 +0000 (21:56 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 11 Jun 2003 21:56:31 +0000 (21:56 +0000)
* mangle.c (tm_p.h): Include it.
* Make-lang.in (cp/mangle.o): Depend on $(TM_P_H).

From-SVN: r67798

gcc/cp/ChangeLog
gcc/cp/Make-lang.in
gcc/cp/mangle.c

index 0f79c7cc41f3e5ddc6b89f4446eebed4afaf5b79..a4b9bef89abcf898f52ae89fe539fb3f11d4ab81 100644 (file)
@@ -1,5 +1,8 @@
 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
 
+       * mangle.c (tm_p.h): Include it.
+       * Make-lang.in (cp/mangle.o): Depend on $(TM_P_H).
+
        PR c++/11131
        * tree.c (cp_cannot_inline_fn): Check for "inline" before
        instantiation.
index 1b7cc0be65f4f20d05e0a4ba56fc30c3d5a42f58..7f823dc391e691df1e1af554ba57181db851e07a 100644 (file)
@@ -277,7 +277,7 @@ cp/semantics.o: cp/semantics.c $(CXX_TREE_H) $(TM_H) cp/lex.h except.h toplev.h
 cp/dump.o: cp/dump.c $(CXX_TREE_H) $(TM_H) tree-dump.h
 cp/optimize.o: cp/optimize.c $(CXX_TREE_H) $(TM_H) rtl.h integrate.h insn-config.h \
   input.h $(PARAMS_H) debug.h tree-inline.h
-cp/mangle.o: cp/mangle.c $(CXX_TREE_H) $(TM_H) toplev.h real.h gt-cp-mangle.h
+cp/mangle.o: cp/mangle.c $(CXX_TREE_H) $(TM_H) toplev.h real.h gt-cp-mangle.h $(TM_P_H)
 
 cp/parser.o: cp/parser.c $(CXX_TREE_H) $(TM_H) diagnostic.h gt-cp-parser.h output.h
 
index 343cca556c25541a3d7d148ad5165f41ecedc087..33df093fdb5547e540f8bc00df631a15e56a667c 100644 (file)
@@ -52,6 +52,7 @@
 #include "coretypes.h"
 #include "tm.h"
 #include "tree.h"
+#include "tm_p.h"
 #include "cp-tree.h"
 #include "real.h"
 #include "obstack.h"