diff options
author | Iain Sandoe <iains@gcc.gnu.org> | 2010-12-10 09:14:55 +0000 |
---|---|---|
committer | Iain Sandoe <iains@gcc.gnu.org> | 2010-12-10 09:14:55 +0000 |
commit | aff7f4c416f03bcadf563a3f73896ddabd8da844 (patch) | |
tree | 9caa712daef8f23b873dcbd0d830e49c4c30e2ec /gcc/config | |
parent | 6d3fbe2feee0627f2e3669c4d30c2ea003927dce (diff) | |
download | gcc-aff7f4c416f03bcadf563a3f73896ddabd8da844.zip gcc-aff7f4c416f03bcadf563a3f73896ddabd8da844.tar.gz gcc-aff7f4c416f03bcadf563a3f73896ddabd8da844.tar.bz2 |
darwin.c: Remove c-tree.h and c-lang.h
gcc:
* config/darwin.c: Remove c-tree.h and c-lang.h
* config/t-darwin: Remove dependencies on c-tree.h and c-lang.h.
From-SVN: r167679
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/darwin.c | 2 | ||||
-rw-r--r-- | gcc/config/t-darwin | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index 0057685..93621ac 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -41,8 +41,6 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "target.h" #include "tm_p.h" -#include "c-tree.h" -#include "c-lang.h" #include "diagnostic-core.h" #include "toplev.h" #include "hashtab.h" diff --git a/gcc/config/t-darwin b/gcc/config/t-darwin index 41f930e..24a7b90 100644 --- a/gcc/config/t-darwin +++ b/gcc/config/t-darwin @@ -21,7 +21,7 @@ darwin.o: $(srcdir)/config/darwin.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ $(TM_H) $(RTL_H) $(REGS_H) hard-reg-set.h $(REAL_H) insn-config.h \ conditions.h insn-flags.h output.h insn-attr.h flags.h $(TREE_H) expr.h \ reload.h function.h $(GGC_H) langhooks.h $(TARGET_H) $(TM_P_H) gt-darwin.h \ - c-tree.h c-lang.h config/darwin-sections.def + config/darwin-sections.def $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(srcdir)/config/darwin.c |