From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32464 invoked by alias); 1 Jun 2003 19:10:05 -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 32416 invoked from network); 1 Jun 2003 19:10:04 -0000 Received: from unknown (HELO are.twiddle.net) (64.81.246.98) by sources.redhat.com with SMTP; 1 Jun 2003 19:10:04 -0000 Received: from are.twiddle.net (localhost.localdomain [127.0.0.1]) by are.twiddle.net (8.12.8/8.12.8) with ESMTP id h51JA3LH004707; Sun, 1 Jun 2003 12:10:03 -0700 Received: (from rth@localhost) by are.twiddle.net (8.12.8/8.12.8/Submit) id h51JA369004705; Sun, 1 Jun 2003 12:10:03 -0700 X-Authentication-Warning: are.twiddle.net: rth set sender to rth@twiddle.net using -f Date: Sun, 01 Jun 2003 19:10:00 -0000 From: Richard Henderson To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] remove ALPHA_FP_REGNUM Message-ID: <20030601191003.GA4691@twiddle.net> References: <20030601185441.GA4652@twiddle.net> <3EDA4F16.30207@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EDA4F16.30207@redhat.com> User-Agent: Mutt/1.4i X-SW-Source: 2003-06/txt/msg00032.txt.bz2 On Sun, Jun 01, 2003 at 03:08:06PM -0400, Andrew Cagney wrote: > "vfp" should be replaced with "" leaving a hole in the register space. Ah, which means I shouldn't adjust the other register numbers, nor decrement the number of registers. I'll fix that up. r~