]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/link: add one more linkname to the blocklist
authorCherry Mui <cherryyz@google.com>
Fri, 13 Jun 2025 19:07:24 +0000 (15:07 -0400)
committerCherry Mui <cherryyz@google.com>
Tue, 24 Jun 2025 20:33:44 +0000 (13:33 -0700)
I missed one in the previous CL.

Change-Id: I448a871523d7fb8f429b4482839d7f101ea003b6
Reviewed-on: https://go-review.googlesource.com/c/go/+/681497
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

src/cmd/link/internal/loader/loader.go

index 2bf52d221bfadf1c358a2765af60a8d235e8859d..d439092737a7babee0d179bc57bfa188c3e2c848 100644 (file)
@@ -2400,6 +2400,7 @@ var blockedLinknames = map[string][]string{
        "runtime.mapdelete_faststr":  {"runtime"},
        // New internal linknames in Go 1.25
        // Pushed from runtime
+       "internal/cpu.riscvHWProbe":                      {"internal/cpu"},
        "internal/runtime/cgroup.throw":                  {"internal/runtime/cgroup"},
        "internal/runtime/maps.typeString":               {"internal/runtime/maps"},
        "internal/synctest.IsInBubble":                   {"internal/synctest"},