]> Cypherpunks repositories - gostls13.git/commit
cmd/link: block new standard library linknames
authorCherry Mui <cherryyz@google.com>
Thu, 12 Dec 2024 18:03:49 +0000 (13:03 -0500)
committerCherry Mui <cherryyz@google.com>
Thu, 12 Dec 2024 19:54:53 +0000 (11:54 -0800)
commitfb764cdad03ae2e500100b691f77cbd0d22b7d9c
tree02ba081a693eaf8ea41ec913798e25cb4a4b0f50
parent9118060040ab7af4d384c2c1e2862673e2bbb8c3
cmd/link: block new standard library linknames

In Go 1.24 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: Ibb7fa095506c161604e978ae196a7cf248475b2e
Reviewed-on: https://go-review.googlesource.com/c/go/+/635676
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/cmd/link/internal/loader/loader.go