diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-09-09 14:00:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-09-09 14:00:43 +0000 |
commit | a9ca0a9d025cdd0e046b8e0b89fd2f2e3721e203 (patch) | |
tree | f63e3e4ba47c181499f2bc6b20e386db22e6ac85 /gcc | |
parent | 6f02c138136e54ec525d81e604427782cacec378 (diff) | |
download | gcc-a9ca0a9d025cdd0e046b8e0b89fd2f2e3721e203.zip gcc-a9ca0a9d025cdd0e046b8e0b89fd2f2e3721e203.tar.gz gcc-a9ca0a9d025cdd0e046b8e0b89fd2f2e3721e203.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 26f36ec..99e32ce 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -4f033f29553655ad90493d55059a7bbc6cd63108 +b37a9e66ea584885043240f8f6f1d1c0284eadec The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |