From 76e954ca894160d4f4d3319b98c9cb6f94b42476 Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Thu, 6 Nov 2008 10:01:42 -0500 Subject: ET_EXEC needs no further relocation. --- tapsets.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tapsets.cxx') 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; } -- cgit