aboutsummaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/ld/NEWS b/ld/NEWS
index 74abb54..54c1df5 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,10 +1,20 @@
-*- text -*-
+* NaCl target support is removed.
+
+Changes in 2.45:
+
+* On s390 64-bit (s390x), generate SFrame stack trace information (.sframe)
+ for the linker generated .plt section. Enabled by default. Can be disabled
+ using linker option --no-ld-generated-unwind-info.
+
* All SFrame sections generated by the linker have the header flag
SFRAME_F_FDE_FUNC_START_PCREL set to indicate the new encoding for
sfde_func_start_address field in the SFrame section. Relocatable SFrame
links are now fixed.
+ ELF SFrame sections now have section type set to SHT_GNU_SFRAME.
+
* On RISC-V, add new PLT formats, and GNU property merge rules for zicfiss and
zicfilp extensions.
@@ -31,6 +41,12 @@
* On s390, add support for linker option --[no-]ld-generated-unwind-info.
+* On LoongArch, linker relaxation time complexity is no longer quadratic with
+ respect to relocation counts. Linking time of large software should be
+ improved.
+
+* On LoongArch, R_LARCH_32_PCREL records are now checked for overflow.
+
Changes in 2.44:
* Support for Nios II target has been removed, as this architecture has been