From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10811 invoked by alias); 30 Mar 2006 15:20:40 -0000 Received: (qmail 10803 invoked by uid 22791); 30 Mar 2006 15:20:39 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Thu, 30 Mar 2006 15:20:38 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FOywr-0008DD-QY; Thu, 30 Mar 2006 10:20:33 -0500 Date: Thu, 30 Mar 2006 21:52:00 -0000 From: Daniel Jacobowitz To: Fabian Cenedese Cc: gdb@sourceware.org Subject: Re: stabs difference gcc 2.95.3 -> 3.4.3 Message-ID: <20060330152033.GA31520@nevyn.them.org> Mail-Followup-To: Fabian Cenedese , gdb@sourceware.org References: <5.2.0.9.1.20060330083638.01f6da00@NT_SERVER> <5.2.0.9.1.20060330083638.01f6da00@NT_SERVER> <5.2.0.9.1.20060330162459.01fbe008@NT_SERVER> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.2.0.9.1.20060330162459.01fbe008@NT_SERVER> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00223.txt.bz2 On Thu, Mar 30, 2006 at 04:33:11PM +0200, Fabian Cenedese wrote: > Well, as the currently used compiler 2.95.3 is even older and I supposed > that the stabs format should be compatible I didn't especially try the > newest versions but I may now. The C++ front end has gotten much more sophisticated. Namespace debugging works in DWARF-2, but fails badly in stabs. > The -g is given to gcc, I don't know if that gets passed on to as. But so > was the setup with the older compiler as well, where it worked. GCC 2.95.x predates assembler -g support; GCC 3.4.x doesn't. -- Daniel Jacobowitz CodeSourcery