From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19628 invoked by alias); 15 Aug 2009 16:26:52 -0000 Received: (qmail 19550 invoked by uid 22791); 15 Aug 2009 16:26:50 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 15 Aug 2009 16:26:45 +0000 Received: (qmail 3342 invoked from network); 15 Aug 2009 16:24:42 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 15 Aug 2009 16:24:42 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.69) (envelope-from ) id 1McM5W-0008As-2D; Sat, 15 Aug 2009 16:26:38 +0000 Date: Sat, 15 Aug 2009 16:26:00 -0000 From: "Joseph S. Myers" To: Dave Korn cc: Ralf Wildenhues , gcc-patches@gcc.gnu.org, binutils@sourceware.org, gdb@sourceware.org Subject: Re: [PATCH 4/N] The big bump In-Reply-To: <4A86CC24.409@gmail.com> Message-ID: References: <20090815112928.GB5396@gmx.de> <20090815113356.GD20172@gmx.de> <4A86CC24.409@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00113.txt.bz2 On Sat, 15 Aug 2009, Dave Korn wrote: > Looking at the toplevel of/src, there are no changes to blt/, cgen/, cpu/, > dejagnu/, elfcpp/, expat/, expect/, itcl/, iwidgets/, libgloss/, libgui/, > mmalloc/, newlib/, rda/, sid/, tcl/, texinfo/, tix/, tk/, utils/ and winsup/. > Are these all unaffected or are some of them liable to need updates too? Some of these do not exist on HEAD; they only have files in the Attic. Others do not have auto* source or generated files in them. So the potentially active set that may need updates is reduced to cgen/ itcl/ libgloss/ libgui/ newlib/ rda/ sid/ tcl/ tk/ utils/ winsup/. At least tcl/ and tk/ are imports of pretty old upstream versions (itcl/ also looks like an import from upstream) and it would be good if they too could be removed from HEAD as various other imports of upstream-maintained tools (DejaGnu, Expect etc.) have been over time. I think cgen/ libgloss/ libgui/ newlib/ rda/ sid/ utils/ winsup/ actually live in the src repository as their main home. -- Joseph S. Myers joseph@codesourcery.com