X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Fldfile.c;h=e9091e9fa9ab0cb1182a102de48096ac13215a39;hb=cd6f1cf350bbc5d91977fccb8082cecea60d8465;hp=41ace36f54372b1bc2e6e61d8b346444ae76fc68;hpb=f4a23d427dc7ac56aa4de7a8d29e899e936ce841;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ldfile.c b/ld/ldfile.c index 41ace36f54..e9091e9fa9 100644 --- a/ld/ldfile.c +++ b/ld/ldfile.c @@ -126,7 +126,7 @@ ldfile_try_open_bfd (const char *attempt, { entry->the_bfd = bfd_openr (attempt, entry->target); - if (trace_file_tries) + if (verbose) { if (entry->the_bfd == NULL) info_msg (_("attempt to open %s failed\n"), attempt); @@ -465,7 +465,7 @@ try_open (const char *name, bfd_boolean *sysrooted) if (result != NULL) *sysrooted = is_sysrooted_pathname (name); - if (trace_file_tries) + if (verbose) { if (result == NULL) info_msg (_("cannot find script file %s\n"), name);