summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
authorStan Cox <scox@redhat.com>2008-11-06 10:01:42 -0500
committerStan Cox <scox@redhat.com>2008-11-06 10:01:42 -0500
commit76e954ca894160d4f4d3319b98c9cb6f94b42476 (patch)
tree9b5735aa7e161140ed2655753f5bf8cdaebcdf82 /tapsets.cxx
parent05357b75ce6983b306f5c454fe41fd167d6cda85 (diff)
downloadsystemtap-steved-76e954ca894160d4f4d3319b98c9cb6f94b42476.tar.gz
systemtap-steved-76e954ca894160d4f4d3319b98c9cb6f94b42476.tar.xz
systemtap-steved-76e954ca894160d4f4d3319b98c9cb6f94b42476.zip
ET_EXEC needs no further relocation.
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index 5acf50cb..25d88a9c 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -791,7 +791,7 @@ struct dwflpp
assert(dwfl);
assert(module);
get_module_dwarf();
- if (module_name == TOK_KERNEL)
+ if (module_name == TOK_KERNEL || dwfl_module_relocations (module) <= 0)
return a;
return a + module_start;
}