]> Cypherpunks.ru repositories - gostls13.git/commitdiff
doc/go1.20: revise linker release note
authorCherry Mui <cherryyz@google.com>
Tue, 29 Nov 2022 15:48:37 +0000 (10:48 -0500)
committerCherry Mui <cherryyz@google.com>
Tue, 29 Nov 2022 18:26:16 +0000 (18:26 +0000)
I misunderstood CL 420774. We didn't remove GO_LDSO, just that
make.bash no longer tries to set it automatically. If GO_LDSO is
explicitly set at make.bash, it is still used as the default
dynamic interpreter.

For #54202.

Change-Id: Ided775438b8e4b87a6acd9bc87657657dbd3d91c
Reviewed-on: https://go-review.googlesource.com/c/go/+/453601
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Cherry Mui <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
doc/go1.20.html

index d4baf103ec4fe92f027698a2c4086450171c7708..710e4da025c21fe32c50342f4150f703d564c7f0 100644 (file)
@@ -278,8 +278,7 @@ Do not send CLs removing the interior tags from such phrases.
 
 <p><!-- https://go.dev/issue/54197, CL 420774 -->
   On Linux, the linker now selects the dynamic interpreter for <code>glibc</code>
-  or <code>musl</code> at link time. The <code>GO_LDSO</code> environment
-  variable is no longer used.
+  or <code>musl</code> at link time.
 </p>
 
 <p><!-- https://go.dev/issue/35006 -->