From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28333 invoked by alias); 17 Jan 2002 01:52:26 -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 28259 invoked from network); 17 Jan 2002 01:52:21 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 17 Jan 2002 01:52:21 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 0BCEC3D3B; Wed, 16 Jan 2002 20:52:17 -0500 (EST) Message-ID: <3C462E50.8030803@cygnus.com> Date: Wed, 16 Jan 2002 17:52:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: "H . J . Lu" Cc: gdb-patches@sources.redhat.com Subject: Re: I'd like to import config References: <20020116124539.B14002@lucon.org> <3C460011.6090203@cygnus.com> <20020116144728.A16110@lucon.org> <3C46050C.6070807@cygnus.com> <20020116152141.A16823@lucon.org> <3C460D0E.2070203@cygnus.com> <20020116153230.A17029@lucon.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00469.txt.bz2 > On Wed, Jan 16, 2002 at 06:30:22PM -0500, Andrew Cagney wrote: > >> > config.guess; config.sub; dejagnu/config.guess; > >> >> >> readline/support/config.sub; readline/support/config.guess >> >> >> > >> >> >> Did you get all these duplicates? > > > No. I only updated config.guess and config.sub in binutils. These need to be updated as well. Remember this is an update to the SRC repository not just BINUTILS. If they are not all kept in sync then really strange things will happen (as was reported during the GDB 5.1 release cycle). Andrew