mirror of
https://github.com/golang/go
synced 2024-11-02 13:21:55 +00:00
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>
This commit is contained in:
parent
3507805bcd
commit
d151134851
1 changed files with 4 additions and 2 deletions
|
@ -199,8 +199,10 @@ Do not send CLs removing the interior tags from such phrases.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2 id="linker">Linker</h2>
|
<h2 id="linker">Linker</h2>
|
||||||
<p>
|
<p><!-- https://go.dev/issue/50796, CL 380755 -->
|
||||||
TODO: complete this section, or delete if not needed
|
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>
|
</p>
|
||||||
|
|
||||||
<h2 id="library">Core library</h2>
|
<h2 id="library">Core library</h2>
|
||||||
|
|
Loading…
Reference in a new issue