Commit 266d04c5 authored by mmitchel's avatar mmitchel
Browse files

* mangle.c (tm_p.h): Include it.

	* Make-lang.in (cp/mangle.o): Depend on $(TM_P_H).


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67798 138bc75d-0d04-0410-961f-82ee72b054a4
parent fc3958e1
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.
......
......@@ -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
......
......@@ -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"
......
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