From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1093 invoked by alias); 22 Jan 2009 11:51:08 -0000 Received: (qmail 1085 invoked by uid 22791); 22 Jan 2009 11:51:07 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BARRACUDA_BRBL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Jan 2009 11:51:03 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 06F21290010; Thu, 22 Jan 2009 12:51:01 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KaSO5tGV0ssa; Thu, 22 Jan 2009 12:50:56 +0100 (CET) Received: from [192.168.1.3] (83-152-122-249.rev.libertysurf.net [83.152.122.249]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 875A729000E; Thu, 22 Jan 2009 12:50:56 +0100 (CET) From: Eric Botcazou To: David Miller Subject: Re: DWARF register numbering discrepancy on SPARC between GCC and GDB Date: Thu, 22 Jan 2009 11:51:00 -0000 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Cc: gcc@gcc.gnu.org, mark.kettenis@xs4all.nl, brobecker@adacore.com, gdb@sourceware.org References: <20090121110847.GU5709@adacore.com> <200901211522.19829.ebotcazou@adacore.com> <20090121.121450.204277610.davem@davemloft.net> In-Reply-To: <20090121.121450.204277610.davem@davemloft.net> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200901221251.06894.ebotcazou@adacore.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-01/txt/msg00156.txt.bz2 > Ok, so it seems the fix is to reinstate the override in sol2.h, > right? This wouldn't change anything except for Solaris. The fix is probably to wipe out the SVR4 definition (and consequently all definitions in config/sparc since the remaining ones will duplicate the default). -- Eric Botcazou