summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2005-10-28 07:07:19 +0000
committerRoland McGrath <roland@redhat.com>2005-10-28 07:07:19 +0000
commit6724c90d02659f7466b67b357563042e403d154e (patch)
tree9671d9d41baee4b5256feac1f9f49d45aaa95500 /NEWS
parent07d4f2fc1cb53f170a71bc13617bbdd9cb1c3c60 (diff)
downloadelfutils-6724c90d02659f7466b67b357563042e403d154e.tar.gz
NEWS updates
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d29f956f..fcda7cef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,14 @@
Version 0.116:
libdw: New functions dwarf_ranges, dwarf_entrypc, dwarf_diecu,
- dwarf_entry_breakpoints.
+ dwarf_entry_breakpoints. Removed Dwarf_Func type and functions
+ dwarf_func_name, dwarf_func_lowpc, dwarf_func_highpc,
+ dwarf_func_entrypc, dwarf_func_die; dwarf_getfuncs callback now uses
+ Dwarf_Die, and dwarf_func_file, dwarf_func_line, dwarf_func_col
+ replaced by dwarf_decl_file, dwarf_decl_line, dwarf_decl_column;
+ dwarf_func_inline, dwarf_func_inline_instances now take Dwarf_Die.
+ Type Dwarf_Loc renamed to Dwarf_Op; dwarf_getloclist,
+ dwarf_addrloclists renamed dwarf_getlocation, dwarf_getlocation_addr.
Version 0.115: