From 481665ec077f581cec34b7c62c4b7ec715bb3bed Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 31 May 2023 11:41:31 -0700 Subject: [PATCH] doc/go1.21: mention debug/elf changes For #55107 For #56887 For #56892 Change-Id: Ibcca34c931ed3595d877c4573bba221dec66bb5a Reviewed-on: https://go-review.googlesource.com/c/go/+/499616 Reviewed-by: Eli Bendersky TryBot-Bypass: Ian Lance Taylor Reviewed-by: Ian Lance Taylor Auto-Submit: Ian Lance Taylor --- doc/go1.21.html | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/doc/go1.21.html b/doc/go1.21.html index 91f0899c81..76f5451a0e 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -430,24 +430,23 @@ Do not send CLs removing the interior tags from such phrases.
debug/elf
-

- TODO: https://go.dev/issue/56887: add DT_FLAGS_1 (dynamic flags) constants -

- -

- TODO: https://go.dev/issue/56892: add (*File).DynValue -

- -

- TODO: https://go.dev/cl/452496: debug/elf: add DT_FLAGS_1 constants; modified api/next/56887.txt +

+ The new + File.DynValue + method may be used to retrieve the numeric values listed with a + given dynamic tag.

-

- TODO: https://go.dev/cl/452617: debug/elf: retrieve values for dynamic section tags; modified api/next/56892.txt +

+ The constant flags permitted in a DT_FLAGS_1 + dynamic tag are now defined with type + DynFlag1. These + tags have names starting with DF_1.

- TODO: https://go.dev/cl/473256: debug/elf: support zstd compression; modified api/next/55107.txt + The package now defines the constant + COMPRESS_ZSTD.

-- 2.44.0