]> Cypherpunks repositories - gostls13.git/commit
cmd/link: ignore GCC generated .wm4/.wm8 symbols with no type
authorIan Lance Taylor <iant@golang.org>
Thu, 5 Feb 2026 04:58:51 +0000 (20:58 -0800)
committerGopher Robot <gobot@golang.org>
Fri, 6 Feb 2026 17:37:39 +0000 (09:37 -0800)
commit5f51b092846ae43d03092d866449d9933a8bf42b
tree8ef26cfe4e00a05711bdd3882ff42430e59f5f22
parentb152d9a11808c278d2ccb193d7c82938078007ce
cmd/link: ignore GCC generated .wm4/.wm8 symbols with no type

Fixes #77436

Change-Id: I37d852a89678c929156c4765e774c819eb515e6f
Reviewed-on: https://go-review.googlesource.com/c/go/+/742220
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
src/cmd/go/testdata/script/cgo_g3.txt [new file with mode: 0644]
src/cmd/link/internal/loadelf/ldelf.go