From ebc40077088dcc546824ba2a7b4d5adf3ba33a46 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 17 Feb 2012 05:59:15 -0800 Subject: [PATCH] doc: clarify gccgo support for segmented stacks R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5671081 --- doc/go_faq.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/go_faq.html b/doc/go_faq.html index 36e1e53e58f..5394f4dd91d 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.