This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [patch i386]: Adjust DWARF_OFFSET_SIZE for w64


Kai Tietz wrote:
Hi,

this patch makes sure, that for w64 target DWARF_OFFSET_SIZE is equal to POINTER_SIZE. Reasoned by the fact, that for 64-bit coff targets there is just DIR64 (a 64-bit relocation) available, so the size needs to be adjusted. For now we use still .secrel32, but we make sure that the change in binutils will process more smoothly.

Um, does .secrel32 magically emit a 64-bit pointer when the assembler is in 64-bit mode? I rather would have expected the directive to be .secrel64 in that case....


r~



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