From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24011 invoked by alias); 16 Jan 2002 23:21:43 -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 23949 invoked from network); 16 Jan 2002 23:21:42 -0000 Received: from unknown (HELO ocean.lucon.org) (12.234.19.19) by sources.redhat.com with SMTP; 16 Jan 2002 23:21:42 -0000 Received: by ocean.lucon.org (Postfix, from userid 1000) id F3AA9125C1; Wed, 16 Jan 2002 15:21:41 -0800 (PST) Date: Wed, 16 Jan 2002 15:21:00 -0000 From: "H . J . Lu" To: Andrew Cagney Cc: binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: I'd like to import config Message-ID: <20020116152141.A16823@lucon.org> References: <20020116124539.B14002@lucon.org> <3C460011.6090203@cygnus.com> <20020116144728.A16110@lucon.org> <3C46050C.6070807@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C46050C.6070807@cygnus.com>; from ac131313@cygnus.com on Wed, Jan 16, 2002 at 05:56:12PM -0500 X-SW-Source: 2002-01/txt/msg00461.txt.bz2 On Wed, Jan 16, 2002 at 05:56:12PM -0500, Andrew Cagney wrote: > > >> sure to update all of the below and do it as a straight import. > >> > >> src/MAINTAINERS > >> > >> config.guess; config.sub; dejagnu/config.guess; > >> 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. > > > > > > Is "binutils" == "src"? Should I touch those files outside of > > "binutils" even if I only work on binutils? > > > Off hand, the other group of people you'd immediatly impact are the gdb > developers. Hmm, can you please add a: > > Please notify the following of any committed patches. > binutils@sources.redhat.com > gdb-patches@sources.redhat.com > > > to that section of src/MAINTAINERS. And than just notify .... when > you've done the deed. Done. 2002-01-16 H.J. Lu (hjl@gnu.org) * config.guess: Import from master sources, rev 1.225. * config.sub: Import from master sources, rev 1.238. * MAINTAINERS: Updated notes on config.guess and config.sub. H.J.