[binutils] Fix typo in comment in dwarf.h
authorTom de Vries <tdevries@suse.de>
Fri, 12 Feb 2021 03:43:03 +0000 (04:43 +0100)
committerTom de Vries <tdevries@suse.de>
Fri, 12 Feb 2021 03:43:03 +0000 (04:43 +0100)
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.

binutils/ChangeLog
binutils/dwarf.h

index cd6b573ef76c905ec3ee811448ca62e880494ee0..85549b5a30aca0666ab02a13a750abe565846256 100644 (file)
@@ -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
index 8ff2bd22c63745eca77238aad894a2666332c5d3..756a5606fd2a7b3365ba0a03d2325e900dba66a6 100644 (file)
@@ -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.  */
This page took 0.02484 seconds and 4 git commands to generate.