From 315b6ae682a2a4e7718924a45b8b311a0fe10043 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 15 Apr 2024 10:14:57 -0700 Subject: 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 Reviewed-by: Ian Lance Taylor Auto-Submit: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI Auto-Submit: Ian Lance Taylor Reviewed-by: Cherry Mui --- api/next/66836.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 api/next/66836.txt (limited to 'api') 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 -- cgit v1.2.3-54-g00ecf