diff options
author | Mark Wielaard <[email protected]> | 2017-07-26 23:02:18 +0200 |
---|---|---|
committer | Mark Wielaard <[email protected]> | 2017-08-02 13:51:52 +0200 |
commit | f9d791a92bce59cd68a909d77b94e5ece3c66c01 (patch) | |
tree | b9543b782a92ff790100370fbac3f7f6ebc3ead0 /ChangeLog | |
parent | 274f28ce24955b2e6a17e9ff2eb0c7c2e5751f97 (diff) |
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 <[email protected]>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2017-07-26 Mark Wielaard <[email protected]> + * NEWS: Mention dwarf_getmacros handling version 5 .debug_macro. + +2017-07-26 Mark Wielaard <[email protected]> + * NEWS: Mention dwarf_peel_type DWARF5 tags improvement. 2017-07-26 Mark Wielaard <[email protected]> |