From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27722 invoked by alias); 5 Dec 2003 05:13:03 -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 27713 invoked from network); 5 Dec 2003 05:13:02 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 5 Dec 2003 05:13:02 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id hB55D2203459 for ; Fri, 5 Dec 2003 00:13:02 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id hB55D1225359; Fri, 5 Dec 2003 00:13:01 -0500 Received: from localhost.localdomain (vpn50-70.rdu.redhat.com [172.16.50.70]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id hB55Cxm5027510; Fri, 5 Dec 2003 00:12:59 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id hB55Csa09499; Thu, 4 Dec 2003 22:12:54 -0700 Date: Fri, 05 Dec 2003 05:13:00 -0000 From: Kevin Buettner Message-Id: <1031205051254.ZM9498@localhost.localdomain> In-Reply-To: "J. Johnston" "Re: [RFA]: fix ia64 long double support" (Dec 4, 8:52pm) References: <3FCFB735.80204@redhat.com> <1031205011907.ZM8602@localhost.localdomain> <3FCFE4E6.7060805@redhat.com> To: "J. Johnston" , Kevin Buettner Subject: Re: [RFA]: fix ia64 long double support Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-12/txt/msg00201.txt.bz2 On Dec 4, 8:52pm, J. Johnston wrote: > > So what happens when we try to print a long double in a register? > > The routine ia64_register_type() returns builtin_type_ia64_ext for the > floating-point registers which is the 82-bit register variant. Okay, cool. (The patch is still approved.) Thanks, Kevin