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/NEWS | |
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/NEWS')
-rw-r--r-- | ld/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changes in 2.32: * Add support for the C-SKY processor series. +* -t now doesn't report members within archives, unless -t is given twice. + A single -t is now more useful when generating a list of files that should be + packaged for a linker bug report. For example: + gcc hello.c -save-temps -Wl,-t | xargs realpath | sort | uniq > files + tar cJf test.tar.xz `cat files` + Changes in 2.31: * Speed up direct linking with DLLs for Cygwin and Mingw targets. |