From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10573 invoked by alias); 12 Aug 2002 19:09:21 -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 10560 invoked from network); 12 Aug 2002 19:09:17 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 12 Aug 2002 19:09:17 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 5D2A3D2CBD; Mon, 12 Aug 2002 12:09:14 -0700 (PDT) Date: Mon, 12 Aug 2002 12:09:00 -0000 From: Joel Brobecker To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc:alpha] Switch ALPHA, NS32k and VAX to unwind mechanism Message-ID: <20020812190914.GY916@gnat.com> References: <3D503D0F.7040506@ges.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D503D0F.7040506@ges.redhat.com> User-Agent: Mutt/1.4i X-SW-Source: 2002-08/txt/msg00273.txt.bz2 > Anyone with an Alpha want to try it (I think we can suck/see the vax and > ns32k ... :-)? [...] > 2002-08-06 Andrew Cagney > > * vax-tdep.c (vax_get_saved_register): Delete function. > (vax_gdbarch_init): Update. > * ns32k-tdep.c (ns32k_get_saved_register): Delete function. > (ns32k_gdbarch_init): Update. > * alpha-tdep.c (alpha_get_saved_register): Delete function. > (alpha_gdbarch_init): Update. The change in alpha-tdep.c introduces no new regression on alpha-tru64. Tested on a Tru64 5.1A alpha machine. Just for the records, here are the results that I get with GNAT as the compiler: # of expected passes 7246 # of unexpected failures 680 # of unexpected successes 5 # of expected failures 149 # of unresolved testcases 59 # of untested testcases 3 # of unsupported tests 2 -- Joel