From: Cherry Mui Date: Tue, 29 Nov 2022 15:48:37 +0000 (-0500) Subject: doc/go1.20: revise linker release note X-Git-Tag: go1.20rc1~70 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=53c480077ab6729e64a4129162664adb70b18c62;p=gostls13.git doc/go1.20: revise linker release note 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 Run-TryBot: Cherry Mui Reviewed-by: Than McIntosh --- diff --git a/doc/go1.20.html b/doc/go1.20.html index d4baf103ec..710e4da025 100644 --- a/doc/go1.20.html +++ b/doc/go1.20.html @@ -278,8 +278,7 @@ Do not send CLs removing the interior tags from such phrases.

On Linux, the linker now selects the dynamic interpreter for glibc - or musl at link time. The GO_LDSO environment - variable is no longer used. + or musl at link time.