cmd/link: document that on ELF, GNU build ID is now generated by default
dmitshur opened this issue · 2 comments
dmitshur commented
A comment on CL 618601 indicated that the change (which fixed #63934 and #68652) should likely be mentioned in Go 1.24 release notes. Filing a release blocking issue to track this.
CC @cherrymui.
gabyhelp commented
Related Code Changes
- cmd/link: on ELF, generate GNU build ID by default
- cmd/go: add support for build IDs with gccgo
- cmd/link: add -buildid flag to write Go build ID to ELF output, same as cmd/compile
- cmd/internal/buildid: skip over GNU build ID from buildid computation
- cmd/link: allow deriving GNU build ID from Go build ID ID
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
gopherbot commented
Change https://go.dev/cl/633875 mentions this issue: doc/next: add linker change release notes