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: RFC: Change in dwarf2dbg using sizeof_offset


"H.J. Lu" wrote:

> Please find out how Linux/x86-64 deals with it.  You may need to

It's not really a fair comparison because on ELF targets the DWARF
sections can have their VMA set to 0 and so relocs aren't necessary. 
This isn't possible on PE which requires that the debug sections be laid
out with nonzero VMA even though they aren't marked ALLOC or LOAD, which
necessitated the .secrel32 (and now .secrel64 it seems) op.

Brian


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