Skip to content

Commit

Permalink
doc/go1.20: revise linker release note
Browse files Browse the repository at this point in the history
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 <[email protected]>
Run-TryBot: Cherry Mui <[email protected]>
Reviewed-by: Than McIntosh <[email protected]>
  • Loading branch information
cherrymui committed Nov 29, 2022
1 parent 8c0f9ed commit 53c4800
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/go1.20.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,7 @@ <h2 id="linker">Linker</h2>

<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 -->
Expand Down

0 comments on commit 53c4800

Please sign in to comment.