From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28542 invoked by alias); 18 Jul 2002 19:01:09 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 28437 invoked from network); 18 Jul 2002 19:01:04 -0000 Received: from unknown (HELO mms3.broadcom.com) (63.70.210.38) by sources.redhat.com with SMTP; 18 Jul 2002 19:01:04 -0000 Received: from 63.70.210.1 by mms3.broadcom.com with ESMTP (Broadcom MMS-3 SMTP Relay (MMS v4.7)); Thu, 18 Jul 2002 12:00:59 -0700 X-Server-Uuid: 1e1caf3a-b686-11d4-a6a3-00508bfc9ae5 Received: from mail-sj1-5.sj.broadcom.com (mail-sj1-5.sj.broadcom.com [10.16.128.236]) by mon-irva-11.broadcom.com (8.9.1/8.9.1) with ESMTP id MAA22278; Thu, 18 Jul 2002 12:01:00 -0700 (PDT) Received: from dt-sj3-118.sj.broadcom.com (dt-sj3-118 [10.21.64.118]) by mail-sj1-5.sj.broadcom.com (8.12.4/8.12.4/SSF) with ESMTP id g6IJ0xER003883; Thu, 18 Jul 2002 12:00:59 -0700 (PDT) Received: (from cgd@localhost) by dt-sj3-118.sj.broadcom.com ( 8.9.1/SJ8.9.1) id MAA11625; Thu, 18 Jul 2002 12:00:58 -0700 (PDT) To: "Andrew Cagney" cc: binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: [applied patch] update top-level config.sub, config.guess. References: <3D35C0E4.7080102@ges.redhat.com> From: cgd@broadcom.com Date: Thu, 18 Jul 2002 12:27:00 -0000 In-Reply-To: "Andrew Cagney"'s message of "Wed, 17 Jul 2002 15:09:24 -0400" Message-ID: MIME-Version: 1.0 X-WSS-ID: 1129CFE1635973-01-01 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-SW-Source: 2002-07/txt/msg00397.txt.bz2 At Wed, 17 Jul 2002 15:09:24 -0400, Andrew Cagney wrote: > > [ similar patch applied to gcc, this not cc'd there since the > > patch was slightly different. Note that I didn't update the > > lower-level config.{sub,guess} files in the 'src' tree since it > > looked like they had not been updated in some time... ] > > > > 2002-07-16 Chris Demetriou > > > > * config.guess: Update to 2002-07-09 version. > > * config.sub: Update to 2002-07-03 version. > > The lower level versions need to be updated simultaneously. Sounds like > someone skipped a step :-( OK, two additional questions then: I did a quick update and find, and noticed that there are additional config.sub and config.guess files which are not mentioned in the list of files in MAINTAINERS: dejagnu/config.sub dejagnu/contrib/bluegnu2.0.3/config.guess I figure that at least the former should be updated at the same time, but possibly not the latter... What do you think? How about the following patch to the top-level MAINTAINERS file? After that's addressed, I'll update the rest of the files. 8-) chris =================================================================== Index: MAINTAINERS =================================================================== RCS file: /cvs/src/src/MAINTAINERS,v retrieving revision 1.17 diff -u -p -r1.17 MAINTAINERS --- MAINTAINERS 7 Apr 2002 19:17:07 -0000 1.17 +++ MAINTAINERS 18 Jul 2002 18:59:20 -0000 @@ -21,13 +21,14 @@ cgen/; cgen parts of opcodes/, sim/ & in May need separate opcodes/ or sim/ approval for commits of regenerated files there. -config.guess; config.sub; dejagnu/config.guess; +config.guess; config.sub; dejagnu/config.guess; dejagnu/config.sub; readline/support/config.sub; readline/support/config.guess config: http://savannah.gnu.org/projects/config Patches to config-patches@gnu.org. Changes need to be done in tandem with the official CONFIG sources or submitted to the master file maintainer and brought - in via a merge. + in via a merge. When updating any of these files, please be + sure to update all of them. Please notify the following of any committed patches: binutils@sources.redhat.com gdb-patches@sources.redhat.com