Re: Go patch committed: copy signal code from Go 1.7 runtime

2016-11-14 Thread Ian Lance Taylor
On Fri, Nov 11, 2016 at 6:02 AM, Rainer Orth wrote: > >> This patch to the Go frontend and libgo copies the signal code from >> the Go 1.7 runtime. >> >> This adds a little shell script to auto-generate runtime.sigtable from >> the known signal names. >> >> This

Re: Go patch committed: copy signal code from Go 1.7 runtime

2016-11-11 Thread Rainer Orth
Hi Ian, > This patch to the Go frontend and libgo copies the signal code from > the Go 1.7 runtime. > > This adds a little shell script to auto-generate runtime.sigtable from > the known signal names. > > This forces the main package to always import the runtime package. > Otherwise some runtime

Go patch committed: copy signal code from Go 1.7 runtime

2016-11-10 Thread Ian Lance Taylor
This patch to the Go frontend and libgo copies the signal code from the Go 1.7 runtime. This adds a little shell script to auto-generate runtime.sigtable from the known signal names. This forces the main package to always import the runtime package. Otherwise some runtime package global