Question about "gnu.linkonce.wi." sections
Daniel Jacobowitz
drow@false.org
Mon Nov 7 14:39:00 GMT 2005
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
More information about the Gdb
mailing list