This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: Question about "gnu.linkonce.wi." sections
- From: Daniel Jacobowitz <drow at false dot org>
- To: Ivan Pantushev <ipantushev at iname dot com>
- Cc: gdb at sources dot redhat dot com
- Date: Mon, 7 Nov 2005 09:39:31 -0500
- Subject: Re: Question about "gnu.linkonce.wi." sections
- References: <20051107143158.CD8DD83C08@ws1-1.us4.outblaze.com>
On Mon, Nov 07, 2005 at 09:31:58AM -0500, Ivan Pantushev wrote:
> > #19 means that this is a reference to another compilation unit. You
> > are looking at an unlinked object file. That means that there are
> > unapplied relocations; take a look at the readelf -r output and you can
> > work out which section the relocation at that offset is targetting. If
> > there's no relocation, it's the current section.
>
> The output of the "readelf -r" is "There are no relocations in this file.".
>
> If by "current section" you mean the ".debug_info" then there is no type
> information at offset 0x19. The first compile unit starts at offset 0 and
> the second at offset 0x53. There is nothing between them.
Please send me this object file offlist.
--
Daniel Jacobowitz
CodeSourcery, LLC