Re: libgo patch committed: Fix quoting in mksigtab.sh

2017-02-28 Thread Ian Lance Taylor
On Tue, Feb 28, 2017 at 12:08 PM, Rainer Orth wrote: > Hi Ian, > >> I goofed on the shell quoting in mksigtab.sh, causing various >> system-specific signals to be entered incorrectly in the runtime >> signal table. This patch fixes the problem. The test for this is >> misc/cgo/testcarchive in th

Re: libgo patch committed: Fix quoting in mksigtab.sh

2017-02-28 Thread Rainer Orth
Hi Ian, > I goofed on the shell quoting in mksigtab.sh, causing various > system-specific signals to be entered incorrectly in the runtime > signal table. This patch fixes the problem. The test for this is > misc/cgo/testcarchive in the master repo, which > we don't yet run for gccgo. Bootstrap