From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1870 invoked by alias); 5 Dec 2003 01:54:53 -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 1849 invoked from network); 5 Dec 2003 01:54:53 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 5 Dec 2003 01:54:53 -0000 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id B57AB80019E; Thu, 4 Dec 2003 20:54:52 -0500 (EST) Message-ID: <3FCFE56C.4090908@redhat.com> Date: Fri, 05 Dec 2003 01:54:00 -0000 From: "J. Johnston" Organization: Red Hat Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Richard Henderson Cc: gdb-patches@sources.redhat.com, Kevin Buettner Subject: Re: [RFA]: fix ia64 long double support References: <3FCFB735.80204@redhat.com> <20031205005039.GB18170@redhat.com> In-Reply-To: <20031205005039.GB18170@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-12/txt/msg00172.txt.bz2 Richard Henderson wrote: > 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~ > The Intel doc doesn't differentiate for OS. Kevin, is this something we should account for by calling a function in a native tdep file? -- Jeff J.