From: Ian Lance Taylor
Date: Fri, 17 Feb 2012 13:59:15 +0000 (-0800)
Subject: doc: clarify gccgo support for segmented stacks
X-Git-Tag: weekly.2012-02-22~154
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ebc40077088dcc546824ba2a7b4d5adf3ba33a46;p=gostls13.git
doc: clarify gccgo support for segmented stacks
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5671081
---
diff --git a/doc/go_faq.html b/doc/go_faq.html
index 36e1e53e58..5394f4dd91 100644
--- a/doc/go_faq.html
+++ b/doc/go_faq.html
@@ -1355,8 +1355,8 @@ it now. Gccgo
's run-time support uses glibc
.
control; it is
compiled with a version of the Plan 9 C compiler that supports
segmented stacks for goroutines.
-The gccgo
compiler also implements segmented
-stacks, supported by recent modifications to its linker.
+The gccgo
compiler implements segmented
+stacks on Linux only, supported by recent modifications to the gold linker.