]> git.ipfire.org Git - thirdparty/gcc.git/commit
runtime: make gsignal stack at least SIGSTKSZ bytes
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Aug 2016 13:59:03 +0000 (13:59 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Aug 2016 13:59:03 +0000 (13:59 +0000)
commitbcba18233545d115b7fe399796751578a4c4346a
treeca5652656a78eacecf4964497dbf32fbd729937d
parenta4711d26c83f9a3eeb52d17796e5f25fa7fc8dd8
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@239894 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/runtime/runtime.c