aboutsummaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/next/6-stdlib/99-minor/debug/elf/66836.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/next/6-stdlib/99-minor/debug/elf/66836.md b/doc/next/6-stdlib/99-minor/debug/elf/66836.md
new file mode 100644
index 0000000000..4aad5798dd
--- /dev/null
+++ b/doc/next/6-stdlib/99-minor/debug/elf/66836.md
@@ -0,0 +1,2 @@
+Now defines the symbol type constants [STT_RELC], [STT_SRELC], and
+[STT_GNU_IFUNC].