public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Patch Darwin] Remove two unused headers.
@ 2010-12-05 12:00 IainS
  2010-12-05 20:57 ` Mike Stump
  0 siblings, 1 reply; 3+ messages in thread
From: IainS @ 2010-12-05 12:00 UTC (permalink / raw)
  To: GCC Patches; +Cc: Mike Stump, Jack Howarth, Paolo Bonzini

[-- 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 --]




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Patch Darwin] Remove two unused headers.
  2010-12-05 12:00 [Patch Darwin] Remove two unused headers IainS
@ 2010-12-05 20:57 ` Mike Stump
  2010-12-10  9:47   ` IainS
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Stump @ 2010-12-05 20:57 UTC (permalink / raw)
  To: IainS; +Cc: GCC Patches, Mike Stump, Jack Howarth, Paolo Bonzini

On Dec 5, 2010, at 4:00 AM, IainS wrote:
> apropos http://gcc.gnu.org/ml/gcc-patches/2010-12/msg00389.html
> 
> The c-* headers appear to be unused..

> OK ?

Ok.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Patch Darwin] Remove two unused headers.
  2010-12-05 20:57 ` Mike Stump
@ 2010-12-10  9:47   ` IainS
  0 siblings, 0 replies; 3+ messages in thread
From: IainS @ 2010-12-10  9:47 UTC (permalink / raw)
  To: GCC Patches


On 5 Dec 2010, at 20:57, Mike Stump wrote:

> On Dec 5, 2010, at 4:00 AM, IainS wrote:
>> apropos http://gcc.gnu.org/ml/gcc-patches/2010-12/msg00389.html
>>
>> The c-* headers appear to be unused..
>
>> OK ?
>
> Ok.
r167679
thanks, Iain

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-12-10  9:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-05 12:00 [Patch Darwin] Remove two unused headers IainS
2010-12-05 20:57 ` Mike Stump
2010-12-10  9:47   ` IainS

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).