X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ld%2FNEWS;h=bc21c39c05bfd27447996359941b7ee9b42795af;hb=595d3787e9cbedbceb6182f873a4774707c0e74f;hp=597845a351f3dac787579cf43b4d9056ea373bb3;hpb=1dbade7441b9f32d6ba9aa1d44da5f28c44282fa;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/NEWS b/ld/NEWS index 597845a351..bc21c39c05 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -1,7 +1,17 @@ -*- text -*- +* cr16c support removed. + Changes in 2.33: +* Add command-line option --no-print-map-discarded. + +* The Cortex-A53 Erratum 843419 workaround now supports a choice of which + workaround to use. The option --fix-cortex-a53-843419 now takes an + optional argument --fix-cortex-a53-843419[=full|adr|adrp] which can be + used to force a particular workaround to be used. See --help for AArch64 + for more details. + * Add target handlers for AArch64 for ELF GNU program properties. * Add support for GNU_PROPERTY_AARCH64_FEATURE_1_BTI in ELF GNU program @@ -10,11 +20,11 @@ Changes in 2.33: * 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 +* Add -z 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. +* Add -z pac-plt for AArch64 to pick PAC enabled PLTs. Changes in 2.32: