From: Ian Lance Taylor Date: Thu, 9 Feb 1995 21:57:55 +0000 (+0000) Subject: * ldmain.c (main): If trace_file_tries is true, and we are using X-Git-Tag: gdb-4_18-branchpoint~12449 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be2213ebee4aed7d8addd256b005b3bfae297a09;p=thirdparty%2Fbinutils-gdb.git * ldmain.c (main): If trace_file_tries is true, and we are using an internal linker script, print out the script. * ldfile.c (try_open): Reindent function. Make the messages about opening script files more informative. PR 6309. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index d14e14b0974..19b4b240cea 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,10 @@ Thu Feb 9 11:38:22 1995 Ian Lance Taylor + * ldmain.c (main): If trace_file_tries is true, and we are using + an internal linker script, print out the script. + * ldfile.c (try_open): Reindent function. Make the messages about + opening script files more informative. + * lexsup.c (parse_args): For -V, call ldversion with 1, not 0. * ld.texinfo, ld.1: Update accordingly.