This is the mail archive of the binutils@sourceware.cygnus.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: BFD questions


> As far as I know, the linker has no special handling for DWARF.  It
> simply applies the relocations it finds in the object files.

Oh duh, I think I understand what you mean now.

So basically the problem could be in several places:

1) GCC could be emitting something weird (non-symbolic) for the AT_pc_high
   field of a TAG_global subroutine (unlikely)

2) AS could be failing to emit a relocation for the symbol (possible)

3) LD could be failing to fixup the relocation for the symbol (possible)

Correct?

Toshi

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