X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2FNEWS;h=de2cd16c4ef1bd725a15e447be766a441d598564;hb=035801cebe9ffbdddb465b81ae514a465ce9c64c;hp=f13cdd7a79f7f28eac6ca8255898059b3b325f59;hpb=f48dfe417e2ceb2251825336fe8769897a4d4b05;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/NEWS b/ld/NEWS index f13cdd7a79..de2cd16c4e 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -1,11 +1,35 @@ -*- text -*- +* Add command-line option --no-print-map-discarded. + +Changes in 2.33: + +* Add target handlers for AArch64 for ELF GNU program properties. + +* Add support for GNU_PROPERTY_AARCH64_FEATURE_1_BTI in ELF GNU program + properties in the AArch64 ELF linker. + +* Add support for GNU_PROPERTY_AARCH64_FEATURE_1_PAC in ELF GNU program + properties in the AArch64 ELF linker. + +* Add --force-bti for AArch64 to enable GNU_PROPERTY_AARCH64_FEATURE_1_BTI + on output while warning about missing GNU_PROPERTY_AARCH64_FEATURE_1_BTI + on inputs and use PLTs protected with BTI. + +* Add --pac-plt for AArch64 to pick PAC enabled PLTs. + Changes in 2.32: * Report property change in linker map file when merging GNU properties. * 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.