From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19401 invoked by alias); 13 Jan 2002 20:45:54 -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 19364 invoked from network); 13 Jan 2002 20:45:50 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 13 Jan 2002 20:45:50 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 82A963D1F; Sun, 13 Jan 2002 15:45:50 -0500 (EST) Message-ID: <3C41F1FE.1060902@cygnus.com> Date: Sun, 13 Jan 2002 12:45: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: Andrew Cagney Cc: gdb-patches@sources.redhat.com, Christopher Faylor Subject: Re: [patch/rfa] Drop some arm-* targets References: <3C2E1ABD.8070207@cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00358.txt.bz2 > Hello, > > The attached patch prunes the number of ARM targets to build when checking that a change doesn't badly break things. I think dropping arm-coff is pretty obvious since it and arm-elf should be the same. > > Not so obvious is arm-pe - Chris, thoughts? Chris is ok with this so I've checked it in. Andrew > 2001-12-30 Andrew Cagney > > * MAINTAINERS: Remove arm-coff and arm-pe from target list. > > Index: MAINTAINERS > =================================================================== > RCS file: /cvs/src/src/gdb/MAINTAINERS,v > retrieving revision 1.136 > diff -p -r1.136 MAINTAINERS > *** MAINTAINERS 2001/12/24 20:07:01 1.136 > --- MAINTAINERS 2001/12/29 19:25:27 > *************** maintainer works with the native maintai > *** 60,66 **** > arc --target=arc-elf ,-Werror > Maintenance only > > ! arm --target=arm-coff,arm-elf,arm-pe -w > Fernando Nasser fnasser@redhat.com > Scott Bambrough scottb@netwinder.org > --- 60,66 ---- > arc --target=arc-elf ,-Werror > Maintenance only > > ! arm --target=arm-elf -w > Fernando Nasser fnasser@redhat.com > Scott Bambrough scottb@netwinder.org >