mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Remove a spurious debugging message.
PR 28716 * dwarf.c (load_build_id_debug_file): Remove spurious printf.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2022-01-04 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR 28716
|
||||
* dwarf.c (load_build_id_debug_file): Remove spurious printf.
|
||||
|
||||
2021-12-16 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR 28697
|
||||
|
@ -11394,9 +11394,6 @@ load_build_id_debug_file (const char * main_filename, void * main_file)
|
||||
return;
|
||||
}
|
||||
|
||||
printf (_("%s: Found build-id indexed debug file: %s\n\n"),
|
||||
main_filename, filename);
|
||||
|
||||
add_separate_debug_file (filename, handle);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user