diff options
author | roland <roland> | 2005-10-31 22:09:30 +0000 |
---|---|---|
committer | roland <roland> | 2005-10-31 22:09:30 +0000 |
commit | 20e4a32c0892eebbb417cbb914e01ed4db1697b6 (patch) | |
tree | 49b4927f5dbb4aedf88de44a4ce488e30cc32e56 /systemtap.spec.in | |
parent | b4e1e09cca183a8cb9879511e9a5b5e53d8c90d5 (diff) | |
download | systemtap-steved-20e4a32c0892eebbb417cbb914e01ed4db1697b6.tar.gz systemtap-steved-20e4a32c0892eebbb417cbb914e01ed4db1697b6.tar.xz systemtap-steved-20e4a32c0892eebbb417cbb914e01ed4db1697b6.zip |
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.
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r-- | systemtap.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemtap.spec.in b/systemtap.spec.in index 10909b7b..675c967e 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -1,5 +1,5 @@ %define bundled_elfutils 1 -%define elfutils_version 0.115 +%define elfutils_version 0.116 Name: systemtap Version: @VERSION@ |