Skip to content

Commit caa225d

Browse files
ianlancetaylorgopherbot
authored andcommitted
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 <[email protected]> Reviewed-by: Keith Randall <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent ceefd3a commit caa225d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/go1.19.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,8 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
872872
Compared to v2, it is now typically 1.5x to 2x faster, uses half
873873
as much memory, and it supports an unlimited number of
874874
goroutines.
875-
On Linux, the race detector now requires at least glibc version 2.17.
875+
On Linux, the race detector now requires at least glibc version
876+
2.17 and GNU binutils 2.26.
876877
</p>
877878

878879
<p><!-- CL 336549 -->

0 commit comments

Comments
 (0)