From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7430 invoked by alias); 23 Apr 2002 10:14:48 -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 7405 invoked from network); 23 Apr 2002 10:14:44 -0000 Received: from unknown (HELO dublin.ACT-Europe.FR) (212.157.227.154) by sources.redhat.com with SMTP; 23 Apr 2002 10:14:44 -0000 Received: from berlin.ACT-Europe.FR (berlin.int.act-europe.fr [10.10.0.169]) by dublin.ACT-Europe.FR (Postfix) with ESMTP id 7AEDB229E50; Tue, 23 Apr 2002 12:14:43 +0200 (MET DST) Received: by berlin.ACT-Europe.FR (Postfix, from userid 507) id E0F5895B; Tue, 23 Apr 2002 12:14:42 +0200 (CEST) Date: Tue, 23 Apr 2002 03:14:00 -0000 From: Joel Brobecker To: Jason R Thorpe , gdb-patches@sources.redhat.com Subject: Re: [RFA] Fix recent compilation errors in alpha-nat.c on alpha-osf Message-ID: <20020423121442.A15898@act-europe.fr> References: <20020422154234.F21070@act-europe.fr> <20020422085618.F27275@dr-evil.shagadelic.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020422085618.F27275@dr-evil.shagadelic.org>; from thorpej@wasabisystems.com on Mon, Apr 22, 2002 at 08:56:18AM -0700 X-SW-Source: 2002-04/txt/msg00838.txt.bz2 > I'll commit this; it mimmicks what I did in the other Alpha code. > > * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants > where needed. > (fetch_osf_core_registers): Likewise. > (supply_gregset): Likewise. Thanks for the help. I relaunched the testsuite, and here are the results on our Tru64 5.1A machine. They should be identical to yesterday's results: # of expected passes 6990 # of unexpected failures 791 # of unexpected successes 3 # of expected failures 149 # of unresolved testcases 64 # of unsupported tests 2 -- Joel