libdw: Add DWARF5 attributes.
authorMark Wielaard <mark@klomp.org>
Tue, 25 Jul 2017 13:29:10 +0000 (15:29 +0200)
committerMark Wielaard <mark@klomp.org>
Wed, 2 Aug 2017 11:51:51 +0000 (13:51 +0200)
commit8e9c76b680b3b3dc8bcabfe7bd84760b99bf83f5
tree851e427647036a27da9aeebb01a9644426d0537e
parent33220d549df9991b43da894fb03a22722a74cafb
libdw: Add DWARF5 attributes.

Add new DWARF5 attribute constant names to the attributes enum.
Also add reserved comments between non-consecutive (reserved) numbers.

Remove DW_AT_subscr_data, DW_AT_element_list and DW_AT_member from the
enum list and turn them into compatibility defines because they are
not part of DWARF2+. That way code that directly references them still
compiles but they won't show up in known-dwarf.h.

Signed-off-by: Mark Wielaard <mark@klomp.org>
ChangeLog
NEWS
libdw/ChangeLog
libdw/dwarf.h