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.


Hi Nick,
Thank you very much for the response.
I will check the "md_allow_eh_opt".

Thanks
Swami
Nick Clifton wrote:
Hi Swami,

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?

No, but it can be disabled via a machine specific define: md_allow_eh_opt. So you could create your own command line option to enable or disable this feature.


Cheers
   Nick







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