This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: linkonce sections, DWARF2 EH, and the ppc failures


On Sun, Jun 17, 2001 at 08:54:10PM -0700, Geoff Keating wrote:
> 
> The `at' method, aka `_ZNKSs2atEj', is coming from the executable, in
> a linkonce section, but the EH data that is used is coming from
> string-inst.o, because the code for specifying the offsets is:
> 
>         .4byte  .LFB70   # FDE initial location
>         .4byte  .LFE70-.LFB70    # FDE address range

This is from .debug_aranges, right?  Why not emit the debug address
info for linkonce sections in .gnu.linkonce.da.*, say.  That way the
linker should select the appropriate debug info for the kept
linkonce section as they'll be brought in from the same file.

Alan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]