From 122654739dce506364d10c450afcc36d7572922d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 28 Jan 2022 13:15:16 -0800 Subject: [PATCH] doc/go1.18: mention new debug/dwarf DataBitOffset fields For #46784 For #47694 For #50685 Change-Id: I5351b56722d036a520d1a598ef7af95c5eb44c35 Reviewed-on: https://go-review.googlesource.com/c/go/+/381778 Trust: Ian Lance Taylor Reviewed-by: Than McIntosh --- doc/go1.18.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/go1.18.html b/doc/go1.18.html index 7db56a46de..c93c91ebbc 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -595,6 +595,17 @@ Do not send CLs removing the interior tags from such phrases. +
debug/dwarf
+
+

+ The StructField + and BasicType + structs both now have a DataBitOffset field, which + holds the value of the DW_AT_data_bit_offset + attribute if present. +

+
+
debug/elf

-- 2.48.1