aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2024-04-15 10:14:57 -0700
committerGopher Robot <gobot@golang.org>2024-04-16 00:01:16 +0000
commit315b6ae682a2a4e7718924a45b8b311a0fe10043 (patch)
tree9922319068c62fb2d2d60a759be7febf92334f5c /api
parent1488bb6c4c6487f9ef3c6d59a84a29fea9ec9266 (diff)
downloadgo-315b6ae682a2a4e7718924a45b8b311a0fe10043.tar.gz
go-315b6ae682a2a4e7718924a45b8b311a0fe10043.zip
debug/elf: define non-standard but well-known symbol types
Fixes #66836 Change-Id: I603faca2acd2bcffabbcaca8b8670d46387d2a5b Reviewed-on: https://go-review.googlesource.com/c/go/+/578995 Commit-Queue: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
Diffstat (limited to 'api')
-rw-r--r--api/next/66836.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/api/next/66836.txt b/api/next/66836.txt
new file mode 100644
index 0000000000..07e87a7039
--- /dev/null
+++ b/api/next/66836.txt
@@ -0,0 +1,6 @@
+pkg debug/elf, const STT_GNU_IFUNC = 10 #66836
+pkg debug/elf, const STT_GNU_IFUNC SymType #66836
+pkg debug/elf, const STT_RELC = 8 #66836
+pkg debug/elf, const STT_RELC SymType #66836
+pkg debug/elf, const STT_SRELC = 9 #66836
+pkg debug/elf, const STT_SRELC SymType #66836