diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-02-09 21:57:55 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-02-09 21:57:55 +0000 |
commit | be2213ebee4aed7d8addd256b005b3bfae297a09 (patch) | |
tree | 8bfa8cedef9f24d1e520125c2728db879b97b560 /ld | |
parent | d0130cc88824b1f04ca3f8da768eec6582f7573d (diff) | |
download | gdb-be2213ebee4aed7d8addd256b005b3bfae297a09.zip gdb-be2213ebee4aed7d8addd256b005b3bfae297a09.tar.gz gdb-be2213ebee4aed7d8addd256b005b3bfae297a09.tar.bz2 |
* 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.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d14e14b..19b4b24 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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. |