From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24106 invoked by alias); 5 Dec 2003 00:50:42 -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 24099 invoked from network); 5 Dec 2003 00:50:41 -0000 Received: from unknown (HELO frothingslosh.sfbay.redhat.com) (66.187.237.200) by sources.redhat.com with SMTP; 5 Dec 2003 00:50:41 -0000 Received: from frothingslosh.sfbay.redhat.com (localhost.localdomain [127.0.0.1]) by frothingslosh.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id hB50odOG018293; Thu, 4 Dec 2003 16:50:39 -0800 Received: (from rth@localhost) by frothingslosh.sfbay.redhat.com (8.12.8/8.12.8/Submit) id hB50odhv018291; Thu, 4 Dec 2003 16:50:39 -0800 X-Authentication-Warning: frothingslosh.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Fri, 05 Dec 2003 00:50:00 -0000 From: Richard Henderson To: "J. Johnston" Cc: gdb-patches@sources.redhat.com, Kevin Buettner Subject: Re: [RFA]: fix ia64 long double support Message-ID: <20031205005039.GB18170@redhat.com> References: <3FCFB735.80204@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FCFB735.80204@redhat.com> User-Agent: Mutt/1.4i X-SW-Source: 2003-12/txt/msg00165.txt.bz2 On Thu, Dec 04, 2003 at 05:37:41PM -0500, J. Johnston wrote: > * ia64-tdep.c (ia64_gdbarch_init): Set up the gdbarch long double > format to be the i387 extended float format which is used for > long double's in memory. This is os specific. HPUX uses ieee quad format. r~