diff options
author | Alan Modra <amodra@gmail.com> | 2019-01-31 11:37:44 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-01-31 11:37:44 +1030 |
commit | 4f4690cd42476b0907b51a410fc026bfc94c66d2 (patch) | |
tree | 8adb033cd862b26ff27025515dbb8bf9328c3866 /ld/ld.texi | |
parent | 061e12709b50ac8862bbdf9c620d7c35a53f7088 (diff) | |
download | gdb-4f4690cd42476b0907b51a410fc026bfc94c66d2.zip gdb-4f4690cd42476b0907b51a410fc026bfc94c66d2.tar.gz gdb-4f4690cd42476b0907b51a410fc026bfc94c66d2.tar.bz2 |
Document ld -t behaviour
* NEWS: Mention -t change.
* ld.texi (--trace/-t): Expand documentation a little.
Diffstat (limited to 'ld/ld.texi')
-rw-r--r-- | ld/ld.texi | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -961,7 +961,11 @@ Enabled by default. @cindex input files, displaying @item -t @itemx --trace -Print the names of the input files as @command{ld} processes them. +Print the names of the input files as @command{ld} processes them. If +@samp{-t} is given twice then members within archives are also printed. +@samp{-t} output is useful to generate a list of all the object files +and scripts involved in linking, for example, when packaging files for +a linker bug report. @kindex -T @var{script} @kindex --script=@var{script} |