runtime: allocate more stack space in CgoCallbackGC test
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 21 Jul 2017 17:50:14 +0000 (17:50 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 21 Jul 2017 17:50:14 +0000 (17:50 +0000)
commit048f0471d203ae4ce74af80b32e4b40ec1d1f1f6
tree3c7084a485b8a44b5ee8a461cffa7b3146df19be
parent5a5838e09e1e7fdb51d45c094a570f36de133b93
runtime: allocate more stack space in CgoCallbackGC test

    Allocate enough stack space so that the test will work on a system
    that does not support split stacks.

    This test is actually not very meaningful for gccgo at present, but it
    doesn't hurt to keep running it.

    Updates golang/go#20931

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

From-SVN: r250433
gcc/go/gofrontend/MERGE
libgo/go/runtime/testdata/testprogcgo/callback.go