Re: [PowerPC] libgcc cfi

2018-11-26 Thread Segher Boessenkool
On Mon, Nov 12, 2018 at 10:13:43PM +1030, Alan Modra wrote: > There are a few places in libgcc assembly where we don't emit call > frame information for functions, potentially breaking unwinding from > asynchronous signal handlers. This patch fixes most. Although I > patch tramp.S there is no att

[PowerPC] libgcc cfi

2018-11-12 Thread Alan Modra
There are a few places in libgcc assembly where we don't emit call frame information for functions, potentially breaking unwinding from asynchronous signal handlers. This patch fixes most. Although I patch tramp.S there is no attempt made to provide CFI for the actual trampoline on the stack. Do