]> Cypherpunks repositories - gostls13.git/commit
cmd/link: fix TestTrampoline symbol name check on PPC64
authorPaul E. Murphy <murp@ibm.com>
Mon, 21 Oct 2024 14:40:44 +0000 (09:40 -0500)
committerGopher Robot <gobot@golang.org>
Mon, 21 Oct 2024 18:42:50 +0000 (18:42 +0000)
commit11a03bbbd7a7582804eab35a195f012304c4119a
tree622cd18f6c3e80096c977bea250feea169b61a1f
parent971ab11ee2477cf81f7b7db520bb5c151440d298
cmd/link: fix TestTrampoline symbol name check on PPC64

CL 603736 added a check looking for a specific trampoline symbol
name. PPC64 uses a slightly different name for the trampoline,
update the test to accept both.

Change-Id: I177dadb25d82bc3ffeb7530d7ab865482d907d34
Reviewed-on: https://go-review.googlesource.com/c/go/+/621455
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Paul Murphy <murp@ibm.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/cmd/link/link_test.go