* ldmain.c (main): If trace_file_tries is true, and we are using
authorIan Lance Taylor <ian@airs.com>
Thu, 9 Feb 1995 21:57:55 +0000 (21:57 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 9 Feb 1995 21:57:55 +0000 (21:57 +0000)
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.

ld/ChangeLog

index d14e14b0974d145b63ae7d1eba12f7204cb7afe8..19b4b240cea202e482df94c81ddf9b77feca7979 100644 (file)
@@ -1,5 +1,10 @@
 Thu Feb  9 11:38:22 1995  Ian Lance Taylor  <ian@cygnus.com>
 
+       * 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.