David Daney wrote:
Dave Korn wrote:Yes. The OP's question is "How do I generate .eh_frame data at runtime for an arbitrary function that has no throws and no catches but may call functions that throw".
Well I guess I may have misunderstood. If you are not using gcc to generate the code, then indeed you do need to generate your own .eh_frame section as Dave Korn indicated. David Daney