From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16733 invoked by alias); 17 Oct 2004 19:31:07 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 16722 invoked from network); 17 Oct 2004 19:31:06 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 17 Oct 2004 19:31:06 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1CJGjU-0006Nr-Ta; Sun, 17 Oct 2004 15:30:20 -0400 Date: Sun, 17 Oct 2004 19:31:00 -0000 From: Daniel Jacobowitz To: Gerhard Wiesinger Cc: Andreas Schwab , binutils@sources.redhat.com, gcc-help@gcc.gnu.org Subject: Re: gcc and -fPIC Message-ID: <20041017193020.GA24512@nevyn.them.org> Mail-Followup-To: Gerhard Wiesinger , Andreas Schwab , binutils@sources.redhat.com, gcc-help@gcc.gnu.org References: <20041016151728.GA5278@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-10/txt/msg00133.txt.bz2 On Sun, Oct 17, 2004 at 08:57:15PM +0200, Gerhard Wiesinger wrote: > delete x; > 8048578: 83 ec 0c sub $0xc,%esp > 804857b: ff 75 f4 pushl 0xfffffff4(%ebp) > 804857e: e8 4d fe ff ff call 80483d0 <_ZdlPv@plt> > 8048583: 83 c4 10 add $0x10,%esp > delete [] xarray; > 8048586: 83 7d f0 00 cmpl $0x0,0xfffffff0(%ebp) > 804858a: 74 0e je 804859a > 804858c: 83 ec 0c sub $0xc,%esp > 804858f: ff 75 f0 pushl 0xfffffff0(%ebp) > 8048592: e8 79 fe ff ff call 8048410 <_ZdaPv@plt> > 8048597: 83 c4 10 add $0x10,%esp > } > > > I got some symbol output, but not the expected one. > > But it shouldn't be to difficult to implement because the DYNAMIC SYMBOL > table above has already the correct symbol. That's the output I would expect. If you would rather see the longer form, pipe the output to c++filt. -- Daniel Jacobowitz