aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2022-05-31 15:43:36 +0930
committerAlan Modra <amodra@gmail.com>2022-05-31 23:35:23 +0930
commit6c3c8f087cfeaeb8c0e0aca23130109cbc2dbc69 (patch)
tree454256e201c255304dfc7dc8f78ed42915874bb7 /include
parentda8a18df7d1edb9e5ad914e55958576d0241b7cb (diff)
downloadgcc-6c3c8f087cfeaeb8c0e0aca23130109cbc2dbc69.zip
gcc-6c3c8f087cfeaeb8c0e0aca23130109cbc2dbc69.tar.gz
gcc-6c3c8f087cfeaeb8c0e0aca23130109cbc2dbc69.tar.bz2
Correct spelling of DW_AT_namelist_item
include/ * dwarf2.def: Correct spelling of DW_AT_namelist_item. gcc/ * dwarf2out.cc (gen_namelist_decl): Adjust to suit correct spelling of DW_AT_namelist_item.
Diffstat (limited to 'include')
-rw-r--r--include/dwarf2.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dwarf2.def b/include/dwarf2.def
index 4214c80..530c6f8 100644
--- a/include/dwarf2.def
+++ b/include/dwarf2.def
@@ -289,7 +289,7 @@ DW_AT (DW_AT_frame_base, 0x40)
DW_AT (DW_AT_friend, 0x41)
DW_AT (DW_AT_identifier_case, 0x42)
DW_AT (DW_AT_macro_info, 0x43)
-DW_AT (DW_AT_namelist_items, 0x44)
+DW_AT (DW_AT_namelist_item, 0x44)
DW_AT (DW_AT_priority, 0x45)
DW_AT (DW_AT_segment, 0x46)
DW_AT (DW_AT_specification, 0x47)