runtime: remove remaining use of MAKECONTEXT_STACK_TOP macro
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 9 Sep 2016 14:00:43 +0000 (14:00 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 9 Sep 2016 14:00:43 +0000 (14:00 +0000)
commita9ca0a9d025cdd0e046b8e0b89fd2f2e3721e203
treef63e3e4ba47c181499f2bc6b20e386db22e6ac85
parent6f02c138136e54ec525d81e604427782cacec378
runtime: remove remaining use of MAKECONTEXT_STACK_TOP macro

    The definition and most uses of MAKECONTEXT_STACK_TOP were removed in
    https://golang.org/cl/88660043, which removed support for Solaris 8/9.
    One use of MAKECONTEXT_STACK_TOP was accidentally left in the source
    code.  Remove it now.

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

From-SVN: r240045
gcc/go/gofrontend/MERGE
libgo/runtime/proc.c