]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.18: mention new debug/elf.R_PPC64_RELATIVE constant
authorIan Lance Taylor <iant@golang.org>
Thu, 16 Dec 2021 00:30:15 +0000 (16:30 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 21 Dec 2021 18:43:00 +0000 (18:43 +0000)
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>
doc/go1.18.html

index 5f6476908aa71cf1fab2c77f7faadff4c8c0c4f5..f0b4a923fb0213b7c8a27b744de1ad4e21054858 100644 (file)
@@ -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 -->