From 9502339561fac403e0dd0b3d51409e97d44ac129 Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor
Date: Wed, 15 Dec 2021 16:30:15 -0800
Subject: [PATCH] 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
---
doc/go1.18.html | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
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
-
--
2.48.1