summaryrefslogtreecommitdiff
path: root/ld/ldlang.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2012-07-13 13:20:26 +0000
committerNick Clifton <nickc@redhat.com>2012-07-13 13:20:26 +0000
commit75d5db39a4ec33154b7dbc0ad92ceec3a7a89ad8 (patch)
tree1f7eed30b21c37f70900c2f47c41cb6f5f83cf0a /ld/ldlang.c
parent73a86702a8003df60e5b7fff8065f11de7f712c7 (diff)
downloadbinutils-redhat-75d5db39a4ec33154b7dbc0ad92ceec3a7a89ad8.tar.gz
PR ld/14357
* ldmain.c (trace_file_tries): Rename to 'verbose'. * ldfile.c: Likewise. * ldlang.c: Likewise. * ldmain.h: Likewise. * lexsup.c: Likewise. * emultempl/elf32.em: Likewise. * emultemp/spuelf.em: Likewise. * pe-dll.c (pe_dll_generate_implib): Only print creation message in verbose mode.
Diffstat (limited to 'ld/ldlang.c')
-rw-r--r--ld/ldlang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldlang.c b/ld/ldlang.c
index 317e445cd1..5a4eef70ee 100644
--- a/ld/ldlang.c
+++ b/ld/ldlang.c
@@ -2740,7 +2740,7 @@ load_symbols (lang_input_statement_type *entry,
if (!entry->flags.reload)
#endif
ldlang_add_file (entry);
- if (trace_files || trace_file_tries)
+ if (trace_files || verbose)
info_msg ("%I\n", entry);
break;