From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25617 invoked by alias); 29 Dec 2001 19:34:22 -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 25579 invoked from network); 29 Dec 2001 19:34:21 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 29 Dec 2001 19:34:21 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id BA9443E9C; Sun, 30 Dec 2001 05:04:21 +0930 (CST) Message-ID: <3C2E1ABD.8070207@cygnus.com> Date: Sat, 29 Dec 2001 11:34:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.6) Gecko/20011207 X-Accept-Language: en-us MIME-Version: 1.0 To: gdb-patches@sources.redhat.com, Christopher Faylor Subject: [patch/rfa] Drop some arm-* targets Content-Type: multipart/mixed; boundary="------------040100050407080706010805" X-SW-Source: 2001-12/txt/msg00605.txt.bz2 This is a multi-part message in MIME format. --------------040100050407080706010805 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 266 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? Andrew --------------040100050407080706010805 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 823 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 --------------040100050407080706010805--