From: Ian Lance Taylor Date: Thu, 16 Dec 2021 00:30:15 +0000 (-0800) Subject: doc/go1.18: mention new debug/elf.R_PPC64_RELATIVE constant X-Git-Tag: go1.18beta2~194 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9502339561fac403e0dd0b3d51409e97d44ac129;p=gostls13.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 Run-TryBot: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Emmanuel Odeke --- diff --git a/doc/go1.18.html b/doc/go1.18.html index 5f6476908a..f0b4a923fb 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -483,7 +483,7 @@ Do not send CLs removing the interior tags from such phrases. The new Writer.AvailableBuffer 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 Write call and possibly avoid any copying. + succeeding Write call and possibly avoid any copying.

@@ -531,6 +531,15 @@ Do not send CLs removing the interior tags from such phrases. +

debug/elf
+
+

+ The R_PPC64_RELATIVE + constant has been added. +

+
+
+
go/ast