runtime: remove the dummy arg of getcallersp
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 24 Aug 2018 18:15:04 +0000 (18:15 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 24 Aug 2018 18:15:04 +0000 (18:15 +0000)
commit1d29bb0408506480e13afeca2ec6b8611e6a0ce7
tree1aba1d63f8e8f960b6130e1f8a595548106b1403
parent9ca2ac699ab2eee4ef6a2904426fa38f58af5a0b
runtime: remove the dummy arg of getcallersp

    This is a port of https://golang.org/cl/109596 to the gofrontend, in
    preparation for updating libgo to 1.11.

    Original CL description:

        getcallersp is intrinsified, and so the dummy arg is no longer
        needed. Remove it, as well as a few dummy args that are solely
        to feed getcallersp.

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

From-SVN: r263840
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/expressions.cc
libgo/go/runtime/cgo_gccgo.go
libgo/go/runtime/lock_futex.go
libgo/go/runtime/lock_sema.go
libgo/go/runtime/malloc.go
libgo/go/runtime/norace_test.go
libgo/go/runtime/proc.go
libgo/go/runtime/stubs.go
libgo/runtime/proc.c
libgo/runtime/runtime.h