From 4f4690cd42476b0907b51a410fc026bfc94c66d2 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 31 Jan 2019 11:37:44 +1030 Subject: Document ld -t behaviour * NEWS: Mention -t change. * ld.texi (--trace/-t): Expand documentation a little. --- ld/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ld/NEWS') diff --git a/ld/NEWS b/ld/NEWS index f13cdd7..d737af7 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -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. -- cgit v1.1