From ccd9784edf556673a340f3a8d55d9a8c64b95f59 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 27 May 2021 16:16:37 -0700 Subject: [PATCH] doc/go1.17: document new debug/elf constant For #39677 For #44513 Change-Id: I8c4193fd4359b83e6739e7e30a3a42b5f21b0f1a Reviewed-on: https://go-review.googlesource.com/c/go/+/323275 Trust: Ian Lance Taylor Reviewed-by: Dmitri Shuralyov --- doc/go1.17.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/go1.17.html b/doc/go1.17.html index b3485a0ca6..4e847708e5 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -373,6 +373,15 @@ Do not send CLs removing the interior tags from such phrases. +
debug/elf
+
+

+ The SHT_MIPS_ABIFLAGS + constant has been added. +

+
+
+
encoding/binary

-- 2.50.0