runtime: fix build for non-split-stack systems
commit432aab609b1a3ca59e5c426926637e6a02bbbee5
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 May 2017 12:49:34 +0000 (12 12:49 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 May 2017 12:49:34 +0000 (12 12:49 +0000)
tree08382cff0b3974233757b76703128dac8c0077ae
parentadc83a7568e84e24fb925ca5682aeb90b52abb12
runtime: fix build for non-split-stack systems

    Change memory allocation accounting for stacks to use stacks_sys,
    since that seems to be what it is for.

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

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