mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
[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 <tdevries@suse.de> * dwarf.h (debug_info): Fix typo in comment.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2021-02-12 Tom de Vries <tdevries@suse.de>
|
||||
|
||||
* dwarf.h (debug_info): Fix typo in comment.
|
||||
|
||||
2021-02-12 Tom de Vries <tdevries@suse.de>
|
||||
|
||||
* dwarf.c (display_debug_str_offsets): Handle multiple sets of
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user