From 53c480077ab6729e64a4129162664adb70b18c62 Mon Sep 17 00:00:00 2001 From: Cherry Mui Date: Tue, 29 Nov 2022 10:48:37 -0500 Subject: [PATCH] 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 --- doc/go1.20.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.

-- 2.50.0