From patchwork Sun Dec 5 12:00:18 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Iain Sandoe X-Patchwork-Id: 74294 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 9E51EB70AF for ; Sun, 5 Dec 2010 23:00:32 +1100 (EST) Received: (qmail 18327 invoked by alias); 5 Dec 2010 12:00:30 -0000 Received: (qmail 18309 invoked by uid 22791); 5 Dec 2010 12:00:29 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from c2beaomr09.btconnect.com (HELO mail.btconnect.com) (213.123.26.187) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 05 Dec 2010 12:00:25 +0000 Received: from host81-138-1-83.in-addr.btopenworld.com (EHLO thor.office) ([81.138.1.83]) by c2beaomr09.btconnect.com with ESMTP id AYR69693; Sun, 05 Dec 2010 12:00:20 +0000 (GMT) Message-Id: <04588661-E866-470A-BF72-57461BB3DD13@sandoe-acoustics.co.uk> From: IainS To: GCC Patches Mime-Version: 1.0 (Apple Message framework v936) Subject: [Patch Darwin] Remove two unused headers. Date: Sun, 5 Dec 2010 12:00:18 +0000 Cc: Mike Stump , Jack Howarth , Paolo Bonzini X-Mirapoint-IP-Reputation: reputation=Good-1, source=Queried, refid=tid=0001.0A0B0301.4CFB7ED2.0232, actions=tag X-Junkmail-Signature-Raw: score=unknown, refid=str=0001.0A0B0206.4CFB7ED6.00E7, ss=1, fgs=0, ip=0.0.0.0, so=2010-07-22 22:03:31, dmn=2009-09-10 00:05:08, mode=single engine X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org apropos http://gcc.gnu.org/ml/gcc-patches/2010-12/msg00389.html The c-* headers appear to be unused.. bootstrapped on i686-darwin9. OK ? Iain 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. Index: gcc/config/t-darwin =================================================================== --- gcc/config/t-darwin (revision 167470) +++ gcc/config/t-darwin (working copy) @@ -21,7 +21,7 @@ darwin.o: $(srcdir)/config/darwin.c $(CONFIG_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 Index: gcc/config/darwin.c =================================================================== --- gcc/config/darwin.c (revision 167470) +++ gcc/config/darwin.c (working copy) @@ -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" Index: gcc/config/t-darwin =================================================================== --- gcc/config/t-darwin (revision 167470) +++ gcc/config/t-darwin (working copy) @@ -21,7 +21,7 @@ darwin.o: $(srcdir)/config/darwin.c $(CONFIG_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 Index: gcc/config/darwin.c =================================================================== --- gcc/config/darwin.c (revision 167470) +++ gcc/config/darwin.c (working copy) @@ -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"