From: Tom de Vries Date: Fri, 12 Feb 2021 03:43:03 +0000 (+0100) Subject: [binutils] Fix typo in comment in dwarf.h X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=528a4f87c60a239b015847f69a957b6910ab3f22;p=deliverable%2Fbinutils-gdb.git [binutils] Fix typo in comment in dwarf.h Fix typo DW_AT_GNU_FORM_addr_index -> DW_FORM_GNU_addr_index. binutils/ChangeLog: 2021-02-12 Tom de Vries * dwarf.h (debug_info): Fix typo in comment. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index cd6b573ef7..85549b5a30 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2021-02-12 Tom de Vries + + * dwarf.h (debug_info): Fix typo in comment. + 2021-02-12 Tom de Vries * dwarf.c (display_debug_str_offsets): Handle multiple sets of diff --git a/binutils/dwarf.h b/binutils/dwarf.h index 8ff2bd22c6..756a5606fd 100644 --- a/binutils/dwarf.h +++ b/binutils/dwarf.h @@ -169,7 +169,7 @@ typedef struct dwarf_vma cu_offset; dwarf_vma base_address; /* This field is filled in when reading the attribute DW_AT_GNU_addr_base and - is used with the form DW_AT_GNU_FORM_addr_index. */ + is used with the form DW_FORM_GNU_addr_index. */ dwarf_vma addr_base; /* This field is filled in when reading the attribute DW_AT_GNU_ranges_base and is used when calculating ranges. */