From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31762 invoked by alias); 11 May 2008 22:44:39 -0000 Received: (qmail 31752 invoked by uid 22791); 11 May 2008 22:44:38 -0000 X-Spam-Check-By: sourceware.org Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net (HELO sunset.davemloft.net) (74.93.104.97) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 11 May 2008 22:44:21 +0000 Received: from localhost (localhost [127.0.0.1]) by sunset.davemloft.net (Postfix) with ESMTP id 7C5AEC8C2D6; Sun, 11 May 2008 15:44:14 -0700 (PDT) Date: Mon, 12 May 2008 19:46:00 -0000 Message-Id: <20080511.154414.164089508.davem@davemloft.net> To: drow@false.org Cc: gdb-patches@sourceware.org Subject: Re: [PATCH]: Remove sparc-linux long double size override. From: David Miller In-Reply-To: <20080511222605.GA12260@caradoc.them.org> References: <20080511.151940.173655400.davem@davemloft.net> <20080511222605.GA12260@caradoc.them.org> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2008-05/txt/msg00377.txt.bz2 From: Daniel Jacobowitz Date: Sun, 11 May 2008 18:26:05 -0400 > On Sun, May 11, 2008 at 03:19:40PM -0700, David Miller wrote: > > There isn't a way to really detect this at run time, but I > > think it's better to move forward and delete this override > > and get current systems right rather than support ancient > > ones. > > FWIW, GDB will still mostly work with 64-bit long double once this is > applied (we went through the same thing for PPC). It will just be a > little confused because the type "long double" from debug info will > appear to be a double instead. Thanks for the info, I didn't know that. > > Ok to apply? > > > > 2008-05-11 David S. Miller > > > > * sparc-linux-tdep.c (sparc32_linux_init_abi): Remove > > long double size override, Linux does use 128-bit now. > > Yes, this is fine. Installed, thanks for reviewing.