From: Ian Lance Taylor Date: Tue, 26 Jul 2022 19:50:02 +0000 (-0700) Subject: doc/go1.19: note that updated race syso files require GNU ld 2.26 X-Git-Tag: go1.19~3^2~13 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=caa225dd297a467b0d720d5f1d63050e49061ad3;p=gostls13.git doc/go1.19: note that updated race syso files require GNU ld 2.26 For #54060 Change-Id: I6360565056d7fb7110ff00b0f3f9a3fc02ba7f2d Reviewed-on: https://go-review.googlesource.com/c/go/+/419595 Reviewed-by: Keith Randall Reviewed-by: Keith Randall Run-TryBot: Ian Lance Taylor Auto-Submit: Ian Lance Taylor Run-TryBot: Ian Lance Taylor Reviewed-by: Ian Lance Taylor TryBot-Result: Gopher Robot --- diff --git a/doc/go1.19.html b/doc/go1.19.html index ba8aa74ff5..de1dfefd4d 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -872,7 +872,8 @@ as well as support for rendering them to HTML, Markdown, and text. Compared to v2, it is now typically 1.5x to 2x faster, uses half as much memory, and it supports an unlimited number of goroutines. - On Linux, the race detector now requires at least glibc version 2.17. + On Linux, the race detector now requires at least glibc version + 2.17 and GNU binutils 2.26.