Make-lang.in (cp/except.o): Don't depend on insn-flags.h.
* Make-lang.in (cp/except.o): Don't depend on insn-flags.h. * except.c: Don't include it. From-SVN: r40753
This commit is contained in:
parent
fd8b7a0ed9
commit
94c7f30b44
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-03-22 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* Make-lang.in (cp/except.o): Don't depend on insn-flags.h.
|
||||
* except.c: Don't include it.
|
||||
|
||||
2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
|
||||
based on an idea from Joe Buck <jbuck@synopsys.com>
|
||||
|
||||
|
|
|
@ -284,7 +284,7 @@ cp/tree.o: cp/tree.c $(CXX_TREE_H) flags.h toplev.h $(GGC_H) $(RTL_H) \
|
|||
cp/ptree.o: cp/ptree.c $(CXX_TREE_H) system.h
|
||||
cp/rtti.o: cp/rtti.c $(CXX_TREE_H) flags.h toplev.h
|
||||
cp/except.o: cp/except.c $(CXX_TREE_H) flags.h $(RTL_H) except.h toplev.h \
|
||||
cp/cfns.h $(EXPR_H) insn-flags.h cp/decl.h $(OBSTACK_H)
|
||||
cp/cfns.h $(EXPR_H) cp/decl.h $(OBSTACK_H)
|
||||
cp/expr.o: cp/expr.c $(CXX_TREE_H) $(RTL_H) flags.h $(EXPR_H) toplev.h \
|
||||
except.h $(TM_P_H)
|
||||
cp/xref.o: cp/xref.c $(CXX_TREE_H) input.h toplev.h
|
||||
|
|
|
@ -61,7 +61,6 @@ static tree expand_throw PARAMS ((tree));
|
|||
static int decl_is_java_type PARAMS ((tree decl, int err));
|
||||
|
||||
#include "decl.h"
|
||||
#include "insn-flags.h"
|
||||
#include "obstack.h"
|
||||
|
||||
/* In a given translation unit we are constrained to catch only C++
|
||||
|
|
Loading…
Add table
Reference in a new issue