]> Cypherpunks repositories - gostls13.git/commitdiff
doc: clarify gccgo support for segmented stacks
authorIan Lance Taylor <iant@golang.org>
Fri, 17 Feb 2012 13:59:15 +0000 (05:59 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 17 Feb 2012 13:59:15 +0000 (05:59 -0800)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5671081

doc/go_faq.html

index 36e1e53e58fcc59d04dba96b1f84b3ca5366963c..5394f4dd91d655224c33b9a2e35722c0450f297f 100644 (file)
@@ -1355,8 +1355,8 @@ it now. <code>Gccgo</code>'s run-time support uses <code>glibc</code>.
 control; it is
 compiled with a version of the Plan 9 C compiler that supports
 segmented stacks for goroutines.
-The <code>gccgo</code> compiler also implements segmented
-stacks, supported by recent modifications to its linker.
+The <code>gccgo</code> compiler implements segmented
+stacks on Linux only, supported by recent modifications to the gold linker.
 </p>
 
 <h3 id="Why_is_my_trivial_program_such_a_large_binary">