From 0174daa3c0869175d80779f3ec92dfbb9bcd6ab3 Mon Sep 17 00:00:00 2001 From: roland Date: Mon, 31 Oct 2005 22:09:33 +0000 Subject: . --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3901e09e..22cdf927 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2005-10-31 Roland McGrath + + * configure.ac: Update libdw test to require 0.116 with dwarf_diecu. + * configure: Regenerated. + * systemtap.spec.in: Update elfutils requirement to 0.116. + * loc2c.c: Dwarf_Loc -> Dwarf_Op. + (location_from_address): dwarf_addrloclists -> dwarf_getlocation_addr. + (c_translate_location): Likewise. + (max_fetch_size): Remove fakeo dwarf_diecu macro. + * tapsets.cxx (dwflpp): Dwarf_Func -> Dwarf_Die; + dwarf_func_name -> dwarf_diename; + dwarf_func_entrypc -> dwarf_entrypc; + dwarf_func_file, dwarf_func_line -> dwarf_decl_file, dwarf_decl_line. + 2005-10-26 Roland McGrath * loc2c.c (max_fetch_size): Default to host pointer size, -- cgit