runtime: make gsignal stack at least SIGSTKSZ bytes
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 31 Aug 2016 13:59:03 +0000 (13:59 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 31 Aug 2016 13:59:03 +0000 (13:59 +0000)
commitfc4eaccf101f7dab11074ef9af9b2ca71ea3e6b0
treeca5652656a78eacecf4964497dbf32fbd729937d
parent96f14006f55ac11e82e33913f765101c28b00d27
runtime: make gsignal stack at least SIGSTKSZ bytes

    The default stack size for the gsignal goroutine, 32K, is not enough on
    ia64.  Make sure that the stack size is at least SIGSTKSZ.

    Reviewed-on: https://go-review.googlesource.com/28224

From-SVN: r239894
gcc/go/gofrontend/MERGE
libgo/runtime/runtime.c