]> Cypherpunks repositories - gostls13.git/commit
cmd/link/internal/ld: remove OpenBSD buildid workaround
authorJoel Sing <joel@sing.id.au>
Fri, 8 Aug 2025 17:24:14 +0000 (03:24 +1000)
committerJoel Sing <joel@sing.id.au>
Wed, 13 Aug 2025 14:01:03 +0000 (07:01 -0700)
commit3bea95b2778312dd733c0f13fe9ec20bd2bf2d13
tree014be18f279989559f565039f00c16b9cd40d70f
parent90b7d7aaa27b5a1d7a69f76ed82ed2e88ae84c31
cmd/link/internal/ld: remove OpenBSD buildid workaround

Now that there are no Go OpenBSD ports that are using non-libc based
system calls, remove the buildid that was generated to permit
binaries using direct syscalls to execute.

Updates #36435

Change-Id: I7bc70b47b2a3781eafef85b974baee9a1d334e21
Reviewed-on: https://go-review.googlesource.com/c/go/+/694355
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/link/internal/ld/main.go