From 14d0763f9618c5e3391c7ee525cf91515a0715f1 Mon Sep 17 00:00:00 2001 From: fche Date: Fri, 29 Jul 2005 18:18:10 +0000 Subject: 2005-07-29 Frank Ch. Eigler * configure.ac: Fail configure stage if elfutils 0.111+ is not found. * Makefile.am, elaborate.cxx, tapsets.cxx: Unconditionalize. * configure, Makefile.in, config.in: Regenerated. --- tapsets.cxx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'tapsets.cxx') diff --git a/tapsets.cxx b/tapsets.cxx index 7b4b3f38..824c4dd4 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -20,8 +20,6 @@ #include #include -#ifdef HAVE_ELFUTILS_LIBDWFL_H - extern "C" { #include #include @@ -31,8 +29,6 @@ extern "C" { #include "loc2c.h" } -#endif - #include using namespace std; @@ -144,7 +140,6 @@ be_derived_probe::emit_probe_entries (translator_output* o, unsigned j) } -#ifdef HAVE_ELFUTILS_LIBDWFL_H // ------------------------------------------------------------------------ // Dwarf derived probes. // ------------------------------------------------------------------------ @@ -1432,7 +1427,6 @@ dwarf_builder::build(systemtap_session & sess, } } -#endif /* HAVE_ELFUTILS_LIBDWFL_H */ // ------------------------------------------------------------------------ @@ -1446,7 +1440,6 @@ register_standard_tapsets(systemtap_session & s) s.pattern_root->bind("begin")->bind(new be_builder(true)); s.pattern_root->bind("end")->bind(new be_builder(false)); -#ifdef HAVE_ELFUTILS_LIBDWFL_H + // kernel/module parts dwarf_derived_probe::register_patterns(s.pattern_root); -#endif /* HAVE_ELFUTILS_LIBDWFL_H */ } -- cgit