From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4051 invoked by alias); 30 Apr 2007 13:51:51 -0000 Received: (qmail 4039 invoked by uid 22791); 30 Apr 2007 13:51:50 -0000 X-Spam-Check-By: sourceware.org Received: from igw3.br.ibm.com (HELO igw3.br.ibm.com) (32.104.18.26) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 30 Apr 2007 14:51:47 +0100 Received: from mailhub3.br.ibm.com (unknown [9.18.232.110]) by igw3.br.ibm.com (Postfix) with ESMTP id AE8F33900E2 for ; Mon, 30 Apr 2007 10:43:55 -0300 (BRT) Received: from d24av01.br.ibm.com (d24av01.br.ibm.com [9.18.232.46]) by mailhub3.br.ibm.com (8.13.8/8.13.8/NCO v8.3) with ESMTP id l3UDpRgA1401076 for ; Mon, 30 Apr 2007 10:51:27 -0300 Received: from d24av01.br.ibm.com (loopback [127.0.0.1]) by d24av01.br.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l3UDnQIr020396 for ; Mon, 30 Apr 2007 10:49:26 -0300 Received: from [9.18.238.71] ([9.18.238.71]) by d24av01.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id l3UDnOPP020365 for ; Mon, 30 Apr 2007 10:49:26 -0300 Subject: Re: [RFC] Detecting and printing 128-bit long double values for PPC From: Luis Machado Reply-To: luisgpm@linux.vnet.ibm.com To: gdb-patches ml In-Reply-To: <1177940660.15264.23.camel@localhost> References: <1177803916.6280.64.camel@localhost> <200704301227.l3UCRhMP024148@d12av02.megacenter.de.ibm.com> <20070430123432.GA30827@caradoc.them.org> <1177938530.15264.9.camel@localhost> <20070430131616.GB25539@caradoc.them.org> <1177940660.15264.23.camel@localhost> Content-Type: text/plain Date: Mon, 30 Apr 2007 13:53:00 -0000 Message-Id: <1177941085.15264.26.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 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: 2007-04/txt/msg00418.txt.bz2 > The idea could be that in case a different type is defined in the debug > info than it's in the DWARF info, GDB would stick with what the debug > info says instead. Typo here, where it reads DWARF, it's supposed to be ABI. Regards, Luis