This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

Re: dwarf2 and linker relaxation problem


On Fri, Sep 02, 2005 at 01:09:27PM -0400, Hans-Peter Nilsson wrote:
> Seems like a clue that the assembler didn't emit relocations
> where it must, for linker relaxation.

There are no relocations possible here.  The linker will have to
completely parse and re-emit the .debug_line section, the 
.debug_frame section, and the .eh_frame section.

Which is why several targets do *not* delete instructions during
relaxation, and instead only replace with nops.


r~


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