From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5949 invoked by alias); 31 Mar 2004 15:32:18 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 5916 invoked from network); 31 Mar 2004 15:32:16 -0000 Received: from unknown (HELO mail.libertysurf.net) (213.36.80.91) by sources.redhat.com with SMTP; 31 Mar 2004 15:32:16 -0000 Received: from localhost.localdomain (213.36.36.156) by mail.libertysurf.net (6.5.036) id 40643DFC00A147AF; Wed, 31 Mar 2004 17:31:44 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Eric Botcazou To: "Kaveh R. Ghazi" Subject: Re: STABS --> DWARF-2 on sparc-sun-solaris2.x (x >= 7) Date: Wed, 31 Mar 2004 16:21:00 -0000 User-Agent: KMail/1.4.3 Cc: gcc@gcc.gnu.org, gdb@sources.redhat.com References: <200403311129.54987.ebotcazou@libertysurf.fr> <200403311242.i2VCgkgk022578@caip.rutgers.edu> In-Reply-To: <200403311242.i2VCgkgk022578@caip.rutgers.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200403311542.42247.ebotcazou@libertysurf.fr> X-SW-Source: 2004-03/txt/msg00292.txt.bz2 > Please send me your patch to test. My solaris2.7 box has an older DBX > installed (5.0 I think) and I'd like to make sure your change works. You can test with the current compiler by compiling with -gdwarf-2. The patch will probably boil down to eliminating the ARCH32 case in the two macros at the end of config/sparc/sol2-bi.h. -- Eric Botcazou