From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10331 invoked by alias); 16 May 2003 23:24:20 -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 10293 invoked from network); 16 May 2003 23:24:19 -0000 Received: from unknown (HELO mms2.broadcom.com) (63.70.210.59) by sources.redhat.com with SMTP; 16 May 2003 23:24:19 -0000 Received: from 63.70.210.1 by mms2.broadcom.com with ESMTP (Broadcom SMTP Relay (MMS v5.5.2)); Fri, 16 May 2003 16:20:52 -0700 Received: from mail-sj1-5.sj.broadcom.com (mail-sj1-5.sj.broadcom.com [10.16.128.236]) by mon-irva-11.broadcom.com (8.9.1/8.9.1) with ESMTP id QAA02357; Fri, 16 May 2003 16:23:42 -0700 (PDT) Received: from dt-sj3-118.sj.broadcom.com (dt-sj3-118 [10.21.64.118]) by mail-sj1-5.sj.broadcom.com (8.12.9/8.12.9/SSF) with ESMTP id h4GNO1ov029369; Fri, 16 May 2003 16:24:01 -0700 (PDT) Received: (from cgd@localhost) by dt-sj3-118.sj.broadcom.com ( 8.9.1/SJ8.9.1) id QAA00854; Fri, 16 May 2003 16:24:00 -0700 (PDT) To: kevinb@redhat.com cc: ac131313@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [WIP/RFC] MIPS registers overhaul References: <1030510002453.ZM3880@localhost.localdomain> <3EBD6131.30209@redhat.com> <1030514220025.ZM10373@localhost.localdomain> <3EC461C1.1080104@redhat.com> <1030516230550.ZM12582@localhost.localdomain> From: cgd@broadcom.com Date: Fri, 16 May 2003 23:24:00 -0000 In-Reply-To: kevinb@redhat.com's message of "Fri, 16 May 2003 23:06:50 +0000 (UTC)" Message-ID: MIME-Version: 1.0 X-WSS-ID: 12DBADDE296156-01-01 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00294.txt.bz2 At Fri, 16 May 2003 23:06:50 +0000 (UTC), "Kevin Buettner" wrote: > On May 16, 3:50pm, cgd@broadcom.com wrote: > > > another reasonable way (but less efficient on a 64-bit part with a > > 64-bit FPU) would be: > > > > 0: > > 1: > > This is how the mips64 o32 rda transfers the FP registers. Hmm. OK, then, well, how do we ("gdb") tell the difference, since for o32 binaries it's reasonable to use either o32 RDA or (one might think) n32 RDA? 8-) chris