runtime: scan register backing store on ia64
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 2 Feb 2018 00:16:43 +0000 (00:16 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 2 Feb 2018 00:16:43 +0000 (00:16 +0000)
commit38f08ec0bd9bd39c578c2e9283a9aa00dc6bda15
tree13c1ddb95c4048060b536abd200b8e24d0b2d066
parent2e30f1ee86b087497fb5178a23a09ea6e22b1af4
runtime: scan register backing store on ia64

    On ia64, a separate stack is used for saving/restoring register frames,
    occupying the other end of the stack mapping. This must also be scanned
    for pointers into the heap.

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

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