Skip to content

Commit 9502339

Browse files
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 <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Emmanuel Odeke <[email protected]>
1 parent cfb0cc3 commit 9502339

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

doc/go1.18.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
483483
The new <a href="/pkg/bufio#Writer.AvailableBuffer"><code>Writer.AvailableBuffer</code></a>
484484
method returns an empty buffer with a possibly non-empty capacity for use
485485
with append-like APIs. After appending, the buffer can be provided to a
486-
succeeding <code>Write</code> call and possibly avoid any copying.
486+
succeeding <code>Write</code> call and possibly avoid any copying.
487487
</p>
488488

489489
<p><!-- CL 345570 -->
@@ -531,6 +531,15 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
531531
</dd>
532532
</dl><!-- crypto/tls -->
533533

534+
<dl id="debug/elf"><dt><a href="/pkg/debug/elf/">debug/elf</a></dt>
535+
<dd>
536+
<p><!-- CL 352829 -->
537+
The <a href="/pkg/debug/elf/#R_PPC64_RELATIVE"><code>R_PPC64_RELATIVE</code></a>
538+
constant has been added.
539+
</p>
540+
</dd>
541+
</dl><!-- debug/elf -->
542+
534543
<dl id="go/ast"><dt><a href="/pkg/go/ast/">go/ast</a></dt>
535544
<dd>
536545
<p><!-- https://golang.org/issue/47781, CL 325689, CL 327149, CL 348375, CL 348609 -->

0 commit comments

Comments
 (0)