]> Cypherpunks repositories - gostls13.git/commit
cmd/link: block new standard library linknames
authorCherry Mui <cherryyz@google.com>
Fri, 13 Jun 2025 15:31:06 +0000 (11:31 -0400)
committerCherry Mui <cherryyz@google.com>
Fri, 13 Jun 2025 16:04:49 +0000 (09:04 -0700)
commit683810a36805cd81e59be9984001bd0f604b6024
treec06f167a8ce2b5e569c88957caaddf51710a53f5
parent9149876112facc113d77d2c65e1590184c57d0c2
cmd/link: block new standard library linknames

In Go 1.25 we added a number of new linknames for standard library
internal uses. Add them to the linker's blocklist to keep them
internal.

Change-Id: I5b6051a669b7ff132a1d2c05deefbbf74701c5d5
Reviewed-on: https://go-review.googlesource.com/c/go/+/681475
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/link/internal/loader/loader.go