From: Cherry Mui
Date: Tue, 7 Jun 2022 20:30:37 +0000 (-0400)
Subject: doc/go1.19: document linker CL that switches DWARF compressed section format
X-Git-Tag: go1.19beta1~24
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d151134851554aa0a3f05206019b9b8c1e1ad70f;p=gostls13.git
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
Reviewed-by: Fangrui Song
---
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.
Linker
-
- TODO: complete this section, or delete if not needed
+
+ On ELF platforms, the linker now emits compressed DWARF sections in
+ the standard gABI format (SHF_COMPRESSED
), instead of
+ the legacy .zdebug
format.
Core library