summaryrefslogtreecommitdiff
path: root/binfile.c
diff options
context:
space:
mode:
authorSoren Sandmann <sandmann@redhat.com>2006-10-08 18:50:10 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2006-10-08 18:50:10 +0000
commit86810e63a53662c06ddcbd8e635309ebc539df2e (patch)
tree3e286dc6e67fac5a60646c6b4c9eed5b368ab1df /binfile.c
parenta91a19887aee9e054163b0e4f658e8e5de66b7b2 (diff)
Remove now unused load-address heuristic
2006-10-08 Soren Sandmann <sandmann@redhat.com> * elfparser.c: Remove now unused load-address heuristic * comment out debug spew
Diffstat (limited to 'binfile.c')
-rw-r--r--binfile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/binfile.c b/binfile.c
index 602b9d2..8d98b8e 100644
--- a/binfile.c
+++ b/binfile.c
@@ -231,8 +231,9 @@ bin_file_lookup_symbol (BinFile *bin_file,
const ElfSym *sym = elf_parser_lookup_symbol (bin_file->elf, address);
+#if 0
g_print ("lookup in %s\n", bin_file->filename);
-
+#endif
if (sym)
{