]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.19: note that updated race syso files require GNU ld 2.26
authorIan Lance Taylor <iant@golang.org>
Tue, 26 Jul 2022 19:50:02 +0000 (12:50 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 26 Jul 2022 20:27:06 +0000 (20:27 +0000)
For #54060

Change-Id: I6360565056d7fb7110ff00b0f3f9a3fc02ba7f2d
Reviewed-on: https://go-review.googlesource.com/c/go/+/419595
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>

doc/go1.19.html

index ba8aa74ff5eb1037155627e38da3f24e781b9a17..de1dfefd4d0322e5e850a216d5d24172211f502d 100644 (file)
@@ -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.
     </p>
 
     <p><!-- CL 336549 -->