From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30441 invoked by alias); 22 Apr 2002 17:01:13 -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 30423 invoked from network); 22 Apr 2002 17:01:10 -0000 Received: from unknown (HELO dr-evil.shagadelic.org) (208.176.2.162) by sources.redhat.com with SMTP; 22 Apr 2002 17:01:10 -0000 Received: by dr-evil.shagadelic.org (Postfix, from userid 7518) id 075D59869; Mon, 22 Apr 2002 10:01:10 -0700 (PDT) Date: Mon, 22 Apr 2002 10:01:00 -0000 From: Jason R Thorpe To: gdb-patches@sources.redhat.com Subject: [PATCH] Fix description of alpha in MAINTAINERS Message-ID: <20020422100110.H27275@dr-evil.shagadelic.org> Reply-To: thorpej@wasabisystems.com Mail-Followup-To: Jason R Thorpe , gdb-patches@sources.redhat.com Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="wxDdMuZNg1r63Hyj" Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: Wasabi Systems, Inc. X-SW-Source: 2002-04/txt/msg00801.txt.bz2 --wxDdMuZNg1r63Hyj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 271 Reflect the fact that Alpha has been multi-arch'd (at least to roughly the same extent as the MIPS target). I will now close PR 311. Whee. * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd. -- -- Jason R. Thorpe --wxDdMuZNg1r63Hyj Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=maint-patch Content-length: 454 Index: MAINTAINERS =================================================================== RCS file: /cvs/src/src/gdb/MAINTAINERS,v retrieving revision 1.165 diff -u -r1.165 MAINTAINERS --- MAINTAINERS 18 Apr 2002 08:32:16 -0000 1.165 +++ MAINTAINERS 22 Apr 2002 16:56:12 -0000 @@ -58,7 +58,6 @@ alpha --target=alpha-dec-osf4.0a -Werror Maintenance only - OBSOLETE candidate, not multi-arch arc --target=arc-elf ,-Werror Maintenance only --wxDdMuZNg1r63Hyj--