runtime: fix build for non-split-stack systems
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 12 May 2017 12:49:34 +0000 (12:49 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 12 May 2017 12:49:34 +0000 (12:49 +0000)
commit06ace75d4bcebf8bcc021dfe918b9866fba3108c
tree08382cff0b3974233757b76703128dac8c0077ae
parent7af1c0ad98613e1a8684b075ac2a6e4739b07b07
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

From-SVN: r247967
gcc/go/gofrontend/MERGE
libgo/go/runtime/runtime2.go
libgo/runtime/proc.c
libgo/runtime/stack.c