diff options
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/dwarf.h | 2 |
2 files changed, 6 insertions, 0 deletions
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, |