From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8919 invoked by alias); 20 Aug 2013 06:45:06 -0000 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 Received: (qmail 8905 invoked by uid 89); 20 Aug 2013 06:45:05 -0000 X-Spam-SWARE-Status: No, score=-7.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 20 Aug 2013 06:45:05 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r7K6j28E005292 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 20 Aug 2013 02:45:03 -0400 Received: from host2.jankratochvil.net (ovpn-116-54.ams2.redhat.com [10.36.116.54]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r7K6ixOX000444 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 20 Aug 2013 02:45:02 -0400 Date: Tue, 20 Aug 2013 06:45:00 -0000 From: Jan Kratochvil To: Alan Modra Cc: gdb-patches@sourceware.org Subject: Re: IBM long double little-endian Message-ID: <20130820064459.GA28832@host2.jankratochvil.net> References: <20130819003948.GM4024@bubble.grove.modra.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130819003948.GM4024@bubble.grove.modra.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-08/txt/msg00532.txt.bz2 Hello Alan, just a ping to get it fixed ASAP: On Mon, 19 Aug 2013 02:39:48 +0200, Alan Modra wrote: > include/ > * floatformat.h (floatformat_ibm_long_double): Delete. > (floatformat_ibm_long_double_big): Declare. > (floatformat_ibm_long_double_little): Declare. > > libiberty/ > * floatformat.c (floatformat_ibm_long_double): Rename to.. > (floatformat_ibm_long_double_big): ..this. > (floatformat_ibm_long_double_little): New. This part is now checked in the GDB repository with: commit 4f5b788afee21f1333c3acc207b4940af960f6da Author: DJ Delorie Date: Tue Aug 20 06:02:49 2013 +0000 merge from gcc > gdb/ > * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half > for IBM long double nan and inf. > (floatformat_is_negative, floatformat_classify, > floatformat_mantissa): Similarly. > (floatformat_ieee_single, floatformat_ieee_double, > floatformat_ieee_quad, floatformat_arm_ext, > floatformat_ia64_spill): Delete unused vars. > (_initialize_doublest): Delete unused function. > * gdbtypes.c (floatformats_ibm_long_double): Use new big- and > little-endian variants of floatformat_ibm_long_double. so this part should be checked in now due to: gdbtypes.c:111:4: error: 'floatformat_ibm_long_double' undeclared here (not in a function) Thanks, Jan