From: Ian Lance Taylor Date: Fri, 28 Jan 2022 21:15:16 +0000 (-0800) Subject: doc/go1.18: mention new debug/dwarf DataBitOffset fields X-Git-Tag: go1.18beta2~2 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=122654739dce506364d10c450afcc36d7572922d;p=gostls13.git 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 --- 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