https://gcc.gnu.org/g:822a139e7d3bd90c28a6fa110c7e8de064cd7cd4
commit r16-4458-g822a139e7d3bd90c28a6fa110c7e8de064cd7cd4 Author: David Faust <[email protected]> Date: Thu Oct 16 10:39:31 2025 -0700 dwarf: add wiki link for DWARF GNU_annotation extensions include/ * dwarf2.def (DW_TAG_GNU_annotation): Add link to wiki page documenting the extension. (DW_AT_GNU_annotation): Likewise. Diff: --- include/dwarf2.def | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/dwarf2.def b/include/dwarf2.def index 37b8d6b99d02..6d634d174c4e 100644 --- a/include/dwarf2.def +++ b/include/dwarf2.def @@ -175,6 +175,8 @@ DW_TAG (DW_TAG_GNU_formal_parameter_pack, 0x4108) DW_TAG (DW_TAG_GNU_call_site, 0x4109) DW_TAG (DW_TAG_GNU_call_site_parameter, 0x410a) +/* GNU annotation extension used by btf_decl_tag and btf_type_tag. + See https://gcc.gnu.org/wiki/GNUAnnotationsDwarf . */ DW_TAG (DW_TAG_GNU_annotation, 0x6001) /* Extensions for UPC. See: http://dwarfstd.org/doc/DWARF4.pdf. */ @@ -459,6 +461,8 @@ DW_AT (DW_AT_GNU_pubtypes, 0x2135) DW_AT (DW_AT_GNU_discriminator, 0x2136) DW_AT (DW_AT_GNU_locviews, 0x2137) DW_AT (DW_AT_GNU_entry_view, 0x2138) +/* GNU annotation extension used by btf_decl_tag and btf_type_tag. + See https://gcc.gnu.org/wiki/GNUAnnotationsDwarf . */ DW_AT (DW_AT_GNU_annotation, 0x2139) /* VMS extensions. */ DW_AT (DW_AT_VMS_rtnbeg_pd_address, 0x2201)
