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: cr16-elf tools error: no .eh_frame_hdr table will be created.


| | What is meaning of having the R_CR16_NONE reloc in final linked executable?


In this case, what is happening is that the .eh_frame optimization
is deleting duplicate FDEs or CIEs that have relocations. The
relocations no longer are needed but it is too late to reclaim their
space in the object, so they are changed to be NONE relocs.
OK. Thank you very much for clarification.
Is there any flag to avoid the eh_frame optimization by default?



Thanks
Swami


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