From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13225 invoked by alias); 24 Feb 2009 20:20:38 -0000 Received: (qmail 13216 invoked by uid 22791); 24 Feb 2009 20:20:37 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from ftp.linux-mips.org (HELO ftp.linux-mips.org) (213.58.128.207) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 Feb 2009 20:20:30 +0000 Received: from localhost.localdomain ([127.0.0.1]:53208 "EHLO localhost.localdomain") by ftp.linux-mips.org with ESMTP id S20808416AbZBXUUZ (ORCPT ); Tue, 24 Feb 2009 20:20:25 +0000 Date: Tue, 24 Feb 2009 20:24:00 -0000 From: "Maciej W. Rozycki" To: Aleksandar Ristovski cc: gdb-patches@sources.redhat.com Subject: Re: [patch] mips-tdep: info registers In-Reply-To: Message-ID: References: <20090223020820.GC26056@adacore.com> <20090223025230.GA11699@caradoc.them.org> <200902230718.n1N7IoBD028396@brahms.sibelius.xs4all.nl> <20090223161756.GA19411@caradoc.them.org> <20090223162602.GH26056@adacore.com> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-02/txt/msg00474.txt.bz2 On Mon, 23 Feb 2009, Aleksandar Ristovski wrote: > Joel, the attached removes numeric value syntax, but allows it for mips; mips > will explicitly map regno to raw regno (which is currently 1-1). Is it really 1-1? I smell it may not be the case for the FP registers (which are laid out differently depending on the FPU type and its current configuration), but it might just be my memory playing tricks on me... Maciej