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.
- TODO: https://go.dev/issue/56887: add DT_FLAGS_1 (dynamic flags) constants +
+ The new
+ File.DynValue
+ method may be used to retrieve the numeric values listed with a
+ given dynamic tag.
- 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 -
- -- 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.