From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4625 invoked by alias); 23 Apr 2002 19:55:56 -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 4569 invoked from network); 23 Apr 2002 19:55:54 -0000 Received: from unknown (HELO dr-evil.shagadelic.org) (208.176.2.162) by sources.redhat.com with SMTP; 23 Apr 2002 19:55:54 -0000 Received: by dr-evil.shagadelic.org (Postfix, from userid 7518) id 4F4DB9869; Tue, 23 Apr 2002 12:55:54 -0700 (PDT) Date: Tue, 23 Apr 2002 12:55:00 -0000 From: Jason R Thorpe To: Richard.Earnshaw@arm.com Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Fix description of alpha in MAINTAINERS Message-ID: <20020423125553.F26223@dr-evil.shagadelic.org> Reply-To: thorpej@wasabisystems.com Mail-Followup-To: Jason R Thorpe , Richard.Earnshaw@arm.com, gdb-patches@sources.redhat.com References: <20020422100110.H27275@dr-evil.shagadelic.org> <200204231025.LAA05393@cam-mail2.cambridge.arm.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="r5Pyd7+fXNt84Ff3" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200204231025.LAA05393@cam-mail2.cambridge.arm.com>; from rearnsha@arm.com on Tue, Apr 23, 2002 at 11:25:53AM +0100 Organization: Wasabi Systems, Inc. X-SW-Source: 2002-04/txt/msg00876.txt.bz2 --r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 242 On Tue, Apr 23, 2002 at 11:25:53AM +0100, Richard Earnshaw wrote: > This probably deserves an entry in NEWS as well. Like so? * NEWS: Note multi-arch support for Alpha targets. -- -- Jason R. Thorpe --r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=news-patch Content-length: 506 Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.62 diff -u -r1.62 NEWS --- NEWS 12 Apr 2002 22:31:22 -0000 1.62 +++ NEWS 23 Apr 2002 19:52:34 -0000 @@ -3,6 +3,10 @@ *** Changes since GDB 5.2: +* Changes in Alpha configurations. + +Multi-arch support is enabled for all Alpha configurations. + * New command "set max-user-call-depth " This command allows the user to limit the call depth of user-defined --r5Pyd7+fXNt84Ff3--