From e2c0cef94da679745201317a0da0228f0f50158b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 4 Jan 2022 10:26:15 +0000 Subject: [PATCH] Remove a spurious debugging message. PR 28716 * dwarf.c (load_build_id_debug_file): Remove spurious printf. --- binutils/ChangeLog | 5 +++++ binutils/dwarf.c | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 980c5fff46b..3953e4e3e61 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2022-01-04 Nick Clifton + + PR 28716 + * dwarf.c (load_build_id_debug_file): Remove spurious printf. + 2021-12-16 Nick Clifton PR 28697 diff --git a/binutils/dwarf.c b/binutils/dwarf.c index b8c6d65d1b0..f14fdbb34fc 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -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); } -- 2.30.2