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
This commit is contained in:
Soren Sandmann
2006-10-08 18:50:10 +00:00
committed by Søren Sandmann Pedersen
parent a91a19887a
commit 86810e63a5
3 changed files with 31 additions and 48 deletions

View File

@ -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)
{