-fasynchronous-unwind-tables bug

Richard Henderson rth@redhat.com
Thu Nov 21 10:29:00 GMT 2002


On Thu, Nov 21, 2002 at 10:44:50AM -0500, Jakub Jelinek wrote:
> The solutions I can see for this are:
> a) build crtend.o always with -fno-asynchronous-unwind-tables
>    (ATM that FDE is never seen by frame unwinders anyway, since it is
>    past the terminating 0).

I guess this seems easiest.

> b) write the terminating 0 in asm magic, which every
>    -fasynchronous-unwind-tables defaulting target would have to write
>    (using .subsection)

This would be my fallback preference, if someone has strong
objections to leaving the constructor function without unwind
tables.


r~



More information about the Gcc mailing list