From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24363 invoked by alias); 11 May 2008 22:26:29 -0000 Received: (qmail 24351 invoked by uid 22791); 11 May 2008 22:26:27 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 11 May 2008 22:26:08 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 76DF198278; Sun, 11 May 2008 22:26:06 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 60A0698149; Sun, 11 May 2008 22:26:06 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JvJzZ-0003C6-NM; Sun, 11 May 2008 18:26:05 -0400 Date: Mon, 12 May 2008 16:38:00 -0000 From: Daniel Jacobowitz To: David Miller Cc: gdb-patches@sourceware.org Subject: Re: [PATCH]: Remove sparc-linux long double size override. Message-ID: <20080511222605.GA12260@caradoc.them.org> Mail-Followup-To: David Miller , gdb-patches@sourceware.org References: <20080511.151940.173655400.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080511.151940.173655400.davem@davemloft.net> User-Agent: Mutt/1.5.17 (2007-12-11) 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/msg00375.txt.bz2 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. > 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. -- Daniel Jacobowitz CodeSourcery