From f9d791a92bce59cd68a909d77b94e5ece3c66c01 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Wed, 26 Jul 2017 23:02:18 +0200 Subject: libdw: Add DW_MACRO constants and DW_MACRO_GNU compatibility defines. Accept version 5 .debug_macro format, which is identical to the GNU version 4 format. No real support yet for the new supplementary object file (sup) and indirect string references (strx). GCC doesn't generate them yet. readelf does recognize them, but doesn't try to decode them. dwarf_getmacros currently rejects the new formats. Signed-off-by: Mark Wielaard --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b7efc847..8748ab86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-07-26 Mark Wielaard + + * NEWS: Mention dwarf_getmacros handling version 5 .debug_macro. + 2017-07-26 Mark Wielaard * NEWS: Mention dwarf_peel_type DWARF5 tags improvement. -- cgit v1.2.3