]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/buildid: skip over GNU build ID from buildid computation
authorCherry Mui <cherryyz@google.com>
Tue, 8 Oct 2024 21:46:22 +0000 (17:46 -0400)
committerCherry Mui <cherryyz@google.com>
Mon, 21 Oct 2024 17:56:51 +0000 (17:56 +0000)
commit00034fa796ed7d47895601ee5d7fef30dbd4c65c
treecf513ae71d6fe69ad01696dc6d5a2471140b83e1
parentc15e589733c7862f58542c9f526bf7bb8881636d
cmd/internal/buildid: skip over GNU build ID from buildid computation

This is similar to CL 618597, but for GNU build ID on ELF. This
makes it possible to enable "-B gobuildid" by default on ELF.

Updates #41004.
For #63934.

Change-Id: I4e663a27a2f7824bce994c783fe6d9ce8d1a395a
Reviewed-on: https://go-review.googlesource.com/c/go/+/618600
Reviewed-by: Than McIntosh <thanm@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/internal/buildid/rewrite.go