summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2023-03-03 14:29:44 -0800
committerGopher Robot <gobot@golang.org>2023-04-18 20:34:36 +0000
commit48a1dcb92778a349e13bcb8be10a40047f0cf7d1 (patch)
tree6e708f1dab53c571657621cfd925d2d4f1431fb1 /api
parent73ee0fcf375c12e52997870125dbbac7aad96284 (diff)
downloadgo-git-48a1dcb92778a349e13bcb8be10a40047f0cf7d1.tar.gz
debug/elf: support zstd compression
Test cases added to debug/dwarf because that is where it matters in practice. The new test binary line-gcc-zstd.elf built with gcc -g -no-pie -Wl,--compress-debug-sections=zstd line[12].c using gcc (Debian 12.2.0-10) 12.2.0 with a development version of the GNU binutils. Fixes #55107 Change-Id: I48507c96902e1f83a174e5647b5cc403d965b52b Reviewed-on: https://go-review.googlesource.com/c/go/+/473256 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@golang.org> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Than McIntosh <thanm@google.com>
Diffstat (limited to 'api')
-rw-r--r--api/next/55107.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/next/55107.txt b/api/next/55107.txt
new file mode 100644
index 0000000000..234f030ffd
--- /dev/null
+++ b/api/next/55107.txt
@@ -0,0 +1,2 @@
+pkg debug/elf, const COMPRESS_ZSTD = 2 #55107
+pkg debug/elf, const COMPRESS_ZSTD CompressionType #55107