From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16228 invoked by alias); 21 Apr 2008 23:34:49 -0000 Received: (qmail 16220 invoked by uid 22791); 21 Apr 2008 23:34:48 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 21 Apr 2008 23:34:29 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 220A5983DB; Mon, 21 Apr 2008 23:34:27 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id C457D9829E; Mon, 21 Apr 2008 23:34:26 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1Jo5Wk-0001Xk-2M; Mon, 21 Apr 2008 19:34:26 -0400 Date: Wed, 23 Apr 2008 07:28:00 -0000 From: Daniel Jacobowitz To: Ananth Sowda Cc: gdb@sourceware.org Subject: Re: DSO with relocations and GDB. Message-ID: <20080421233426.GA5879@caradoc.them.org> Mail-Followup-To: Ananth Sowda , gdb@sourceware.org References: <20080419035335.GA22346@caradoc.them.org> <20080421183241.GA19774@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes 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: 2008-04/txt/msg00191.txt.bz2 On Mon, Apr 21, 2008 at 04:26:15PM -0700, Ananth Sowda wrote: > Thanks for your suggestion. One correction and further observation follows: > sh_info points to .debug_info and sh_link is pointing to .dynsym, > not .symtab. This is expected outcome in a ET_DYN file. I see. Well, you can raise this on the binutils list, but I'm not sure what there is to do about it. Non-ALLOC sections referencing .dynsym is a little peculiar. -- Daniel Jacobowitz CodeSourcery