public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: IainS <developer@sandoe-acoustics.co.uk>
To: GCC Patches <gcc-patches@gcc.gnu.org>
Cc: Mike Stump <mrs@gcc.gnu.org>,
	Jack Howarth <howarth@bromo.med.uc.edu>,
	       Paolo Bonzini <bonzini@gnu.org>
Subject: [Patch Darwin] Remove two unused headers.
Date: Sun, 05 Dec 2010 12:00:00 -0000	[thread overview]
Message-ID: <04588661-E866-470A-BF72-57461BB3DD13@sandoe-acoustics.co.uk> (raw)

[-- Attachment #1: Type: text/plain, Size: 1372 bytes --]

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"


  

[-- Attachment #2: 167470-remove-hdrs.txt --]
[-- Type: text/plain, Size: 1084 bytes --]

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"

[-- Attachment #3: Type: text/plain, Size: 2 bytes --]




             reply	other threads:[~2010-12-05 12:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-05 12:00 IainS [this message]
2010-12-05 20:57 ` Mike Stump
2010-12-10  9:47   ` IainS

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=04588661-E866-470A-BF72-57461BB3DD13@sandoe-acoustics.co.uk \
    --to=developer@sandoe-acoustics.co.uk \
    --cc=bonzini@gnu.org \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=howarth@bromo.med.uc.edu \
    --cc=mrs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).