Re: [Mingw-w64-public] [PATCH] setjmp: Provide a manual implementation for arm and arm64

2018-04-15 Thread Martin Storsjö
On Sun, 15 Apr 2018, André Hentschel wrote: Am 12.04.2018 um 20:28 schrieb Martin Storsjö: On arm and arm64, the setjmp/longjmp implementations (in both msvcrt.dll and ucrtbase.dll) require binaries to have proper SEH information. On arm, we can get around this by passing NULL as the frame/ctx

Re: [Mingw-w64-public] [PATCH] setjmp: Provide a manual implementation for arm and arm64 (fwd)

2018-04-12 Thread Martin Storsjö
On Thu, 12 Apr 2018, André Hentschel wrote: Am 11.04.2018 um 22:38 schrieb Martin Storsjö: Hi André, Can you review this patch I sent to mingw-w64 yesterday? (I don't think many others are going to give it much comments.) The arm32 implementation is based on your code from wine (I hope

Re: [Mingw-w64-public] [PATCH] setjmp: Provide a manual implementation for arm and arm64 (fwd)

2018-04-12 Thread André Hentschel
Am 11.04.2018 um 22:38 schrieb Martin Storsjö: > Hi André, > > Can you review this patch I sent to mingw-w64 yesterday? (I don't think many > others are going to give it much comments.) > > The arm32 implementation is based on your code from wine (I hope that's ok > with you license-wise),