Re: [PATCH, alpha]: libgo patch: also recognize alpha in signal handler
On Sat, Jul 22, 2017 at 10:59 AM, Uros Bizjak wrote: > Similar patch to the one for PPC [1]. > > [1] https://gcc.gnu.org/ml/gcc-patches/2017-07/msg01334.html > > Tested on alphaev68-pc-linux-gnu. Thanks. Committed to mainline. Ian
[PATCH, alpha]: libgo patch: also recognize alpha in signal handler
Similar patch to the one for PPC [1]. [1] https://gcc.gnu.org/ml/gcc-patches/2017-07/msg01334.html Tested on alphaev68-pc-linux-gnu. Uros. Index: libgo/runtime/go-signal.c === --- libgo/runtime/go-signal.c (revision 250443) +++ li