From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2109 invoked by alias); 26 Oct 2007 07:56:00 -0000 Received: (qmail 2093 invoked by uid 22791); 26 Oct 2007 07:55:59 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 26 Oct 2007 07:55:55 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.1/8.14.0) with ESMTP id l9Q7rBEo030173; Fri, 26 Oct 2007 09:53:11 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1/Submit) id l9Q7rAvq014149; Fri, 26 Oct 2007 09:53:10 +0200 (CEST) Date: Fri, 26 Oct 2007 08:05:00 -0000 Message-Id: <200710260753.l9Q7rAvq014149@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: joseph@codesourcery.com CC: gdb-patches@sourceware.org, gcc-patches@gcc.gnu.org In-reply-to: (joseph@codesourcery.com) Subject: Re: GDB/libiberty support for IBM long double References: 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: 2007-10/txt/msg00704.txt.bz2 > Date: Fri, 26 Oct 2007 00:13:20 +0000 (UTC) > From: "Joseph S. Myers" > > [gcc-patches included because of the libiberty patch; note this part > of libiberty isn't used by GCC. If approved I'll commit just the > libiberty and include parts to GCC then the whole patch to src.] > > This patch adds 128-bit IBM long double support for Power GNU/Linux to > GDB. It's based on a tree with Daniel's ABI detection patch > applied. > The approach taken by this patch is described in my message > . The IBM > long double format is the same format as used on IRIX so the > mips-tdep.c kludge to use just the high part of a long double there is > replaced by a use of floatformats_ibm_long_double. Hmm, can't we have a somewhat better (more general) name than floatformats_ibm_long_double (especially since it is no exclusively used for IBM hardware).