]> git.ipfire.org Git - thirdparty/gcc.git/commit
runtime: remove remaining use of MAKECONTEXT_STACK_TOP macro
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Sep 2016 14:00:43 +0000 (14:00 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Sep 2016 14:00:43 +0000 (14:00 +0000)
commit5addc9d99073358c4e147d800639255fc3a69f03
treef63e3e4ba47c181499f2bc6b20e386db22e6ac85
parent4d50464789cea2bfb27ce26d795df316a25a71b1
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

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