aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCherry Mui <cherryyz@google.com>2022-06-07 16:30:37 -0400
committerCherry Mui <cherryyz@google.com>2022-06-07 21:59:44 +0000
commitd151134851554aa0a3f05206019b9b8c1e1ad70f (patch)
tree5672d9ed5c55934ed5e1338f38e10a81d9912e1b
parent3507805bcdcd6674c842e25fdb5f07f5ce47ba87 (diff)
downloadgo-d151134851554aa0a3f05206019b9b8c1e1ad70f.tar.gz
go-d151134851554aa0a3f05206019b9b8c1e1ad70f.zip
doc/go1.19: document linker CL that switches DWARF compressed section format
For #51400. Updates #50796. Change-Id: Ica6c700a5b54e4712b09c43d1d7a9c3bba408b8b Reviewed-on: https://go-review.googlesource.com/c/go/+/410823 Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Fangrui Song <maskray@google.com>
-rw-r--r--doc/go1.19.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/go1.19.html b/doc/go1.19.html
index b8d372224a..155e300d5a 100644
--- a/doc/go1.19.html
+++ b/doc/go1.19.html
@@ -199,8 +199,10 @@ Do not send CLs removing the interior tags from such phrases.
</p>
<h2 id="linker">Linker</h2>
-<p>
- TODO: complete this section, or delete if not needed
+<p><!-- https://go.dev/issue/50796, CL 380755 -->
+ On ELF platforms, the linker now emits compressed DWARF sections in
+ the standard gABI format (<code>SHF_COMPRESSED</code>), instead of
+ the legacy <code>.zdebug</code> format.
</p>
<h2 id="library">Core library</h2>