[PATCH] fix some dependencies on s-gtype v2.0

Andreas Tobler toa@pop.agri.ch
Wed Dec 7 15:59:00 GMT 2005


Alan Modra wrote:
> On Wed, Dec 07, 2005 at 08:10:55AM -0200, Rafael Ávila de Espíndola wrote:
> 
>>On Tuesday 06 December 2005 19:56, Geoff Keating wrote:
>>
>>>This patch is OK.
>>
>>I don't have write access on SVN. Could someone commit the following patches 
>>please.
> 
> 
> Done.
> 

The first part breaks parallel bootstrap.
Reverting the bits below makes it work again.
Though, I have no clue about the patch itself.

Andreas

Index: Makefile.in
===================================================================
--- Makefile.in (revision 108163)
+++ Makefile.in (working copy)
@@ -2827,8 +2827,8 @@
  gt-lists.h gt-alias.h gt-cselib.h gt-gcse.h \
  gt-expr.h gt-sdbout.h gt-optabs.h gt-bitmap.h gt-dojump.h \
  gt-dwarf2out.h gt-reg-stack.h gt-dwarf2asm.h \
-gt-dbxout.h \
-gtype-c.h gt-cfglayout.h \
+gt-dbxout.h gt-c-common.h gt-c-decl.h gt-c-parser.h \
+gt-c-pragma.h gtype-c.h gt-cfglayout.h \
  gt-tree-mudflap.h gt-tree-vect-generic.h \
  gt-tree-profile.h gt-tree-ssa-address.h \
  gt-tree-ssanames.h gt-tree-iterator.h gt-gimplify.h \



More information about the Gcc-patches mailing list