From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27500 invoked by alias); 7 Oct 2007 07:29:33 -0000 Received: (qmail 27490 invoked by uid 22791); 7 Oct 2007 07:29:32 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 07 Oct 2007 07:29:28 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 7FABB1E6540; Sun, 7 Oct 2007 03:29:26 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id uQagdRI7TZjb; Sun, 7 Oct 2007 03:29:26 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 46DAD1E653E; Sun, 7 Oct 2007 03:29:26 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 19DF2E7B58; Sun, 7 Oct 2007 00:29:24 -0700 (PDT) Date: Sun, 07 Oct 2007 07:29:00 -0000 From: Joel Brobecker To: Ulrich Weigand Cc: gdb-patches@sourceware.org Subject: Re: [rfc/rft] [0/3] Remove stabs target macros Message-ID: <20071007072924.GH3570@adacore.com> References: <20071005210342.GF3570@adacore.com> <200710061323.l96DNm99030602@d12av02.megacenter.de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710061323.l96DNm99030602@d12av02.megacenter.de.ibm.com> User-Agent: Mutt/1.4.2.2i 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-10/txt/msg00098.txt.bz2 > > Would testing your patch on sparc-solaris with -gstabs+ cover > > all the testing you need? I have some machines I can use for that. > > That would certainly help, thanks! Do you have the SunPRO compiler > available on those machines? Some of the changes are apparently > relevant only when using that compiler ... OK, I'll try to do a round of testing within the next few days. Unfortunately, I do not have a SunPRO compiler available, but looking at the SUN documentation, it looks like DWARF is now their default format. the "cc" man page (for Sun Studio 12: C 5.9 compiler) says that you can generate stabs, but you'll have to explicitly ask for it using -xdebugformat. -- Joel