From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 935 invoked by alias); 8 Mar 2002 17:01:53 -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 798 invoked from network); 8 Mar 2002 17:01:45 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 8 Mar 2002 17:01:45 -0000 Received: by fw-cam.cambridge.arm.com; id RAA06534; Fri, 8 Mar 2002 17:01:43 GMT Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma005677; Fri, 8 Mar 02 17:01:00 GMT Received: from cam-mail2.cambridge.arm.com (localhost [127.0.0.1]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id RAA11742 for ; Fri, 8 Mar 2002 17:00:59 GMT Received: from sun18.cambridge.arm.com (sun18.cambridge.arm.com [172.16.2.18]) by cam-mail2.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id RAA22384; Fri, 8 Mar 2002 17:00:58 GMT Message-Id: <200203081700.RAA22384@cam-mail2.cambridge.arm.com> X-Mailer: exmh version 2.0.2 2/24/98 To: gdb-patches@sources.redhat.com cc: Richard.Earnshaw@arm.com Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. X-Url: http://www.arm.com/ Subject: RFC/PATCH Tweaks to the MAINTAINERS file Mime-Version: 1.0 Content-Type: multipart/mixed ; boundary="==_Exmh_17222734820" Date: Fri, 08 Mar 2002 09:01:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-03/txt/msg00116.txt.bz2 This is a multipart MIME message. --==_Exmh_17222734820 Content-Type: text/plain; charset=us-ascii Content-length: 304 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. Richard Earnshaw * MAINTAINERS: Fix typo in name of gdb warnings option. (x86-64): Fix formating so that this can be parsed by awk. --==_Exmh_17222734820 Content-Type: text/x-patch ; name="gdb-maint.patch"; charset=us-ascii Content-Description: gdb-maint.patch Content-Disposition: attachment; filename="gdb-maint.patch" Content-length: 913 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. --==_Exmh_17222734820--