summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorroland <roland>2005-10-31 22:09:30 +0000
committerroland <roland>2005-10-31 22:09:30 +0000
commit20e4a32c0892eebbb417cbb914e01ed4db1697b6 (patch)
tree49b4927f5dbb4aedf88de44a4ce488e30cc32e56 /configure
parentb4e1e09cca183a8cb9879511e9a5b5e53d8c90d5 (diff)
downloadsystemtap-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 'configure')
-rwxr-xr-xconfigure24
1 files changed, 12 insertions, 12 deletions
diff --git a/configure b/configure
index a2ea3182..f05a8f67 100755
--- a/configure
+++ b/configure
@@ -5075,9 +5075,9 @@ fi
save_LIBS="$LIBS"
-echo "$as_me:$LINENO: checking for dwarf_getscopes_die in -ldw" >&5
-echo $ECHO_N "checking for dwarf_getscopes_die in -ldw... $ECHO_C" >&6
-if test "${ac_cv_lib_dw_dwarf_getscopes_die+set}" = set; then
+echo "$as_me:$LINENO: checking for dwarf_diecu in -ldw" >&5
+echo $ECHO_N "checking for dwarf_diecu in -ldw... $ECHO_C" >&6
+if test "${ac_cv_lib_dw_dwarf_diecu+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
@@ -5095,11 +5095,11 @@ extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
-char dwarf_getscopes_die ();
+char dwarf_diecu ();
int
main ()
{
-dwarf_getscopes_die ();
+dwarf_diecu ();
;
return 0;
}
@@ -5126,20 +5126,20 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- ac_cv_lib_dw_dwarf_getscopes_die=yes
+ ac_cv_lib_dw_dwarf_diecu=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
-ac_cv_lib_dw_dwarf_getscopes_die=no
+ac_cv_lib_dw_dwarf_diecu=no
fi
rm -f conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_dw_dwarf_getscopes_die" >&5
-echo "${ECHO_T}$ac_cv_lib_dw_dwarf_getscopes_die" >&6
-if test $ac_cv_lib_dw_dwarf_getscopes_die = yes; then
+echo "$as_me:$LINENO: result: $ac_cv_lib_dw_dwarf_diecu" >&5
+echo "${ECHO_T}$ac_cv_lib_dw_dwarf_diecu" >&6
+if test $ac_cv_lib_dw_dwarf_diecu = yes; then
cat >>confdefs.h <<_ACEOF
#define HAVE_LIBDW 1
_ACEOF
@@ -5148,8 +5148,8 @@ _ACEOF
else
- { { echo "$as_me:$LINENO: error: systemtap requires elfutils 0.115+" >&5
-echo "$as_me: error: systemtap requires elfutils 0.115+" >&2;}
+ { { echo "$as_me:$LINENO: error: systemtap requires elfutils 0.116+" >&5
+echo "$as_me: error: systemtap requires elfutils 0.116+" >&2;}
{ (exit 1); exit 1; }; }
fi