This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix dwarf_section_display_enum regression by DWARF-5


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d4620bee57be53f7a6b14c01b2ea22d22a61bef0

commit d4620bee57be53f7a6b14c01b2ea22d22a61bef0
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Thu Mar 2 10:06:00 2017 +0100

    Fix dwarf_section_display_enum regression by DWARF-5
    
    binutils/
    2017-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
    
    	* dwarf.h (enum dwarf_section_display_enum): Add loclists and rnglists.

Diff:
---
 binutils/ChangeLog | 4 ++++
 binutils/dwarf.h   | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 3556aef..24c74a1 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2017-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+	* dwarf.h (enum dwarf_section_display_enum): Add loclists and rnglists.
+
 2017-03-01  Nick Clifton  <nickc@redhat.com>
 
 	* readelf.c (get_note_type): Add support for GNU_BUILD_NOTEs.
diff --git a/binutils/dwarf.h b/binutils/dwarf.h
index cf9f331..939c2e8 100644
--- a/binutils/dwarf.h
+++ b/binutils/dwarf.h
@@ -89,9 +89,11 @@ enum dwarf_section_display_enum
   str,
   line_str,
   loc,
+  loclists,
   pubtypes,
   gnu_pubtypes,
   ranges,
+  rnglists,
   static_func,
   static_vars,
   types,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]