Revert accidental commit

This commit is contained in:
Søren Sandmann Pedersen
2006-09-23 00:57:20 +00:00
parent b7cf5d34b8
commit 8f4d731788
9 changed files with 246 additions and 130 deletions

View File

@ -68,9 +68,6 @@ separate_debug_file_exists (const char *name, guint32 crc)
if (!parser)
return NULL;
g_print ("debug for the debug file: %s\n",
elf_parser_get_debug_link (parser, &file_crc));
file_crc = elf_parser_get_crc32 (parser);
if (file_crc != crc)
@ -191,7 +188,6 @@ bin_file_lookup_symbol (BinFile *bin_file,
{
if (bin_file->elf)
{
g_print ("lookup in %s\n", bin_file->filename);
const ElfSym *sym = elf_parser_lookup_symbol (bin_file->elf, address);
if (sym)