mirror of https://github.com/golang/go.git
doc/go1.18: mention new debug/elf.R_PPC64_RELATIVE constant
For #47694 Change-Id: I9f4838100741d3ba13e9374e70466fa405c6e4d2 Reviewed-on: https://go-review.googlesource.com/c/go/+/372634 Trust: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
This commit is contained in:
parent
cfb0cc3552
commit
9502339561
|
|
@ -483,7 +483,7 @@ Do not send CLs removing the interior tags from such phrases.
|
|||
The new <a href="/pkg/bufio#Writer.AvailableBuffer"><code>Writer.AvailableBuffer</code></a>
|
||||
method returns an empty buffer with a possibly non-empty capacity for use
|
||||
with append-like APIs. After appending, the buffer can be provided to a
|
||||
succeeding <code>Write</code> call and possibly avoid any copying.
|
||||
succeeding <code>Write</code> call and possibly avoid any copying.
|
||||
</p>
|
||||
|
||||
<p><!-- CL 345570 -->
|
||||
|
|
@ -531,6 +531,15 @@ Do not send CLs removing the interior tags from such phrases.
|
|||
</dd>
|
||||
</dl><!-- crypto/tls -->
|
||||
|
||||
<dl id="debug/elf"><dt><a href="/pkg/debug/elf/">debug/elf</a></dt>
|
||||
<dd>
|
||||
<p><!-- CL 352829 -->
|
||||
The <a href="/pkg/debug/elf/#R_PPC64_RELATIVE"><code>R_PPC64_RELATIVE</code></a>
|
||||
constant has been added.
|
||||
</p>
|
||||
</dd>
|
||||
</dl><!-- debug/elf -->
|
||||
|
||||
<dl id="go/ast"><dt><a href="/pkg/go/ast/">go/ast</a></dt>
|
||||
<dd>
|
||||
<p><!-- https://golang.org/issue/47781, CL 325689, CL 327149, CL 348375, CL 348609 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue