This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Move C front end to its own directory (1/3)
- From: Steven Bosscher <stevenb dot gcc at gmail dot com>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>, "Joseph S. Myers" <joseph at codesourcery dot com>, mark at codesourcery dot com
- Date: Fri, 4 Jun 2010 11:18:23 +0200
- Subject: Re: [patch] Move C front end to its own directory (1/3)
- References: <AANLkTikdj4_E-Bm_Ib971thjOAgUztsRXfUuolXbLHli@mail.gmail.com> <AANLkTin-Ek77JO34ji_IyjDkIw43ggnRk8YCwnJnLyhj@mail.gmail.com>
On Fri, Jun 4, 2010 at 10:51 AM, Steven Bosscher <stevenb.gcc@gmail.com> wrote:
> This is an updated patch for trunk today.
...if I had sent the right patch. You need these bits also:
diff -u cp/decl2.c cp/decl2.c
--- cp/decl2.c (working copy)
+++ cp/decl2.c (working copy)
@@ -53,7 +53,7 @@
#include "pointer-set.h"
#include "splay-tree.h"
#include "langhooks.h"
-#include "c-ada-spec.h"
+#include "c-family/c-ada-spec.h"
extern cpp_reader *parse_in;
diff -u cp/Make-lang.in cp/Make-lang.in
--- cp/Make-lang.in (working copy)
+++ cp/Make-lang.in (working copy)
@@ -258,7 +258,7 @@
cp/decl2.o: cp/decl2.c $(CXX_TREE_H) $(TM_H) $(FLAGS_H) cp/decl.h \
output.h $(EXCEPT_H) toplev.h $(C_COMMON_H) gt-cp-decl2.h $(CGRAPH_H) \
$(C_PRAGMA_H) $(TREE_DUMP_H) intl.h $(TARGET_H) $(GIMPLE_H)
$(POINTER_SET_H) \
- $(SPLAY_TREE_H) c-ada-spec.h
+ $(SPLAY_TREE_H) c-family/c-ada-spec.h
cp/cp-objcp-common.o : cp/cp-objcp-common.c $(CONFIG_H) $(SYSTEM_H) \
coretypes.h $(TM_H) $(TREE_H) $(CXX_TREE_H) $(C_COMMON_H) toplev.h \
langhooks.h $(LANGHOOKS_DEF_H) $(DIAGNOSTIC_H) debug.h \