cr16-elf tools error: no .eh_frame_hdr table will be created.

Nick Clifton nickc@redhat.com
Tue Jul 7 10:18:00 GMT 2009


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




More information about the Binutils mailing list