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.
This commit is contained in:
parent
61e44cfa26
commit
cd6f1cf350
9 changed files with 28 additions and 14 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue