Re: libgo patch committed: Fix signal counting for glibc 2.26

2017-08-04 Thread Ian Lance Taylor
On Fri, Aug 4, 2017 at 12:22 AM, Richard Biener wrote: > On Thu, Aug 3, 2017 at 8:11 PM, Ian Lance Taylor wrote: >> This patch to libgo changes the mksigtab script to recognize the glibc >> 2.26 NSIG expression. Bootstrapped and ran Go testsuite on >> x86_64-pc-linux-gnu. Committed to mainline.

Re: libgo patch committed: Fix signal counting for glibc 2.26

2017-08-04 Thread Richard Biener
On Thu, Aug 3, 2017 at 8:11 PM, Ian Lance Taylor wrote: > This patch to libgo changes the mksigtab script to recognize the glibc > 2.26 NSIG expression. Bootstrapped and ran Go testsuite on > x86_64-pc-linux-gnu. Committed to mainline. Will commit to GCC 7 > branch when it reopens. This fixes