From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19568 invoked by alias); 22 Apr 2002 15:49:29 -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 19545 invoked from network); 22 Apr 2002 15:49:16 -0000 Received: from unknown (HELO dr-evil.shagadelic.org) (208.176.2.162) by sources.redhat.com with SMTP; 22 Apr 2002 15:49:16 -0000 Received: by dr-evil.shagadelic.org (Postfix, from userid 7518) id B3C639869; Mon, 22 Apr 2002 08:49:16 -0700 (PDT) Date: Mon, 22 Apr 2002 08:49:00 -0000 From: Jason R Thorpe To: Joel Brobecker Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Fix recent compilation errors in alpha-nat.c on alpha-osf Message-ID: <20020422084916.E27275@dr-evil.shagadelic.org> Reply-To: thorpej@wasabisystems.com Mail-Followup-To: Jason R Thorpe , Joel Brobecker , gdb-patches@sources.redhat.com References: <20020422154234.F21070@act-europe.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020422154234.F21070@act-europe.fr>; from brobecker@ACT-Europe.FR on Mon, Apr 22, 2002 at 03:42:34PM +0200 Organization: Wasabi Systems, Inc. X-SW-Source: 2002-04/txt/msg00797.txt.bz2 On Mon, Apr 22, 2002 at 03:42:34PM +0200, Joel Brobecker wrote: > I tested the following change on Tru64 5.1. I made the small change > possible to allow this code to compile again, there is probably a better > way to write this code, but I'm not very familiar with this part of the > code... > > Ideas for a better fix are welcome. "Oops!" Try including "alpha-tdep.h" and using ALPHA_NUM_REGS and ALPHA_MAX_REGISTER_RAW_SIZE; this is how I changed it in other places in the Alpha target code. -- -- Jason R. Thorpe