diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3556aef5f69..24c74a18d74 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2017-03-02 Jan Kratochvil + + * dwarf.h (enum dwarf_section_display_enum): Add loclists and rnglists. + 2017-03-01 Nick Clifton * readelf.c (get_note_type): Add support for GNU_BUILD_NOTEs. diff --git a/binutils/dwarf.h b/binutils/dwarf.h index cf9f3312a94..939c2e8627f 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,