From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20523 invoked by alias); 8 Mar 2002 18:59:29 -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 20388 invoked from network); 8 Mar 2002 18:59:17 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 8 Mar 2002 18:59:17 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 763143E91; Fri, 8 Mar 2002 13:59:14 -0500 (EST) Message-ID: <3C890A01.3000300@cygnus.com> Date: Fri, 08 Mar 2002 10:59:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: Richard.Earnshaw@arm.com Cc: gdb-patches@sources.redhat.com Subject: Re: RFC/PATCH Tweaks to the MAINTAINERS file References: <200203081700.RAA22384@cam-mail2.cambridge.arm.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00118.txt.bz2 > I'm trying to set up an auto-build script for gdb and I've noted a couple > of minor problems in the MAINTAINERS file, ok to install? > > R. Yes, definitly. Andrew > Richard Earnshaw > > * MAINTAINERS: Fix typo in name of gdb warnings option. > (x86-64): Fix formating so that this can be parsed by awk. > > > > > > Index: MAINTAINERS > =================================================================== > RCS file: /cvs/src/src/gdb/MAINTAINERS,v > retrieving revision 1.159 > diff -p -r1.159 MAINTAINERS > *** MAINTAINERS 2002/03/06 09:12:51 1.159 > --- MAINTAINERS 2002/03/08 16:56:46 > *************** maintainer works with the native maintai > *** 170,176 **** > > w65 Deleted. > > ! x86-64 (--target=x86_64-linux-gnu, broken) > Maintenance only > > xstormy16 --target=xstormy16-elf ,-Werror > --- 170,176 ---- > > w65 Deleted. > > ! x86-64 (--target=x86_64-linux-gnu broken) > Maintenance only > > xstormy16 --target=xstormy16-elf ,-Werror > *************** The GAWK segment: > *** 204,210 **** > }' > > can be used to generate a full list of --target= > ! --enable-gdb-build-warning= pairs. > > > > --- 204,210 ---- > }' > > can be used to generate a full list of --target= > ! --enable-gdb-build-warnings= pairs. > > > >