]> Cypherpunks repositories - gostls13.git/commit
debug/elf: adjust version API per issue discussion
authorIan Lance Taylor <iant@golang.org>
Tue, 17 Dec 2024 19:31:17 +0000 (11:31 -0800)
committerGopher Robot <gobot@golang.org>
Tue, 17 Dec 2024 21:28:29 +0000 (13:28 -0800)
commit95b433eed428afbb4ab32f0f2541774e939989c7
treefc63730a6bd9fec27535a1b978d3d24a811dfaad
parentb2c0168893a7f27927630198cdf63911374035c3
debug/elf: adjust version API per issue discussion

This updates the new version API for the discussion on #63952.

Note that the current tests do not have symbols with hidden versions.
Leaving that for later.

For #63952

Change-Id: I1ad4b1e485429a216ba8e5b68f7f4299d120628f
Reviewed-on: https://go-review.googlesource.com/c/go/+/637235
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Austin Clements <austin@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
api/go1.24.txt
src/debug/elf/file.go
src/debug/elf/file_test.go
src/debug/elf/symbols_test.go