summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroland <roland>2005-10-31 22:09:33 +0000
committerroland <roland>2005-10-31 22:09:33 +0000
commit0174daa3c0869175d80779f3ec92dfbb9bcd6ab3 (patch)
treef8af3976883927040319ae86b4ef5aeb59f16863
parent20e4a32c0892eebbb417cbb914e01ed4db1697b6 (diff)
downloadsystemtap-steved-0174daa3c0869175d80779f3ec92dfbb9bcd6ab3.tar.gz
systemtap-steved-0174daa3c0869175d80779f3ec92dfbb9bcd6ab3.tar.xz
systemtap-steved-0174daa3c0869175d80779f3ec92dfbb9bcd6ab3.zip
.
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3901e09e..22cdf927 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2005-10-31 Roland McGrath <roland@redhat.com>
+
+ * 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 <roland@redhat.com>
* loc2c.c (max_fetch_size): Default to host pointer size,