This output really belongs in ld --verbose.
* ldmain.c (main): Print emulation mode and "deleting executable"
for --verbose, not --trace.
(add_archive_element): Only print "no new IR symbols" for --verbose.
2018-10-29 Alan Modra <amodra@gmail.com>
+ * ldmain.c (main): Print emulation mode and "deleting executable"
+ for --verbose, not --trace.
+ (add_archive_element): Only print "no new IR symbols" for --verbose.
+
+2018-10-29 Alan Modra <amodra@gmail.com>
+
* ldmain.c (get_sysroot): Return "" for "--sysroot=/".
2018-10-29 Alan Modra <amodra@gmail.com>
einfo (_("%F%P: no input files\n"));
}
- if (trace_files)
+ if (verbose)
info_msg (_("%P: mode %s\n"), emulation);
ldemul_after_parse ();
want to ignore for relocatable output?) */
if (!config.make_executable && !force_make_executable)
{
- if (trace_files)
+ if (verbose)
einfo (_("%P: link errors found, deleting executable `%s'\n"),
output_filename);
{
/* Don't claim new IR symbols after all IR symbols have
been claimed. */
- if (trace_files || verbose)
+ if (verbose)
info_msg ("%pI: no new IR symbols to claimi\n",
&orig_input);
input->flags.claimed = 0;