summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2014-12-02 21:22:14 +0100
committerPetr Machata <pmachata@redhat.com>2014-12-10 16:10:34 +0100
commitedb079a596b25379828836e501d003f20afdb879 (patch)
tree1c1a4335d134e24b2e5d054f5ebf625d01e592bb /NEWS
parentd0070a982cfddbff9c3f744b518b4cde539e5e65 (diff)
downloadelfutils-edb079a596b25379828836e501d003f20afdb879.tar.gz
Change calling convention of dwarf_getmacros to allow opcode 0xff
We now require callers to pass DWARF_GETMACROS_START to start the iteration. 0 is still accepted, but signals to libdw that the iteration request comes from an old-style caller, and that opcode 0xff should be rejected when iterating .debug_macro, to avoid confusion. Signed-off-by: Petr Machata <pmachata@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8f0780b3..a7ead0a7 100644
--- a/NEWS
+++ b/NEWS
@@ -8,8 +8,6 @@ libdw: New function dwarf_peel_type. dwarf_aggregate_size now uses
dwarf_macro_getparamcnt, and dwarf_macro_param are available
for more generalized inspection of macros and their parameters.
-XXX: Fix serving of 0xff based on what ends up in Dwarf 5.
-
Version 0.160
libdw: New functions dwarf_cu_getdwarf, dwarf_cu_die.