diff options
author | Xi Ruoyao <xry111@xry111.site> | 2024-01-23 16:00:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-01-23 16:00:32 +0000 |
commit | 36176c5d90d38f21ea0124231b083ae0510cc912 (patch) | |
tree | 7dc875d64e53fc823371a622b530eb50aa37ab76 /ld | |
parent | 0068bd6fb3579dd8df7561e038cb3fe27f122b0e (diff) | |
download | gdb-36176c5d90d38f21ea0124231b083ae0510cc912.zip gdb-36176c5d90d38f21ea0124231b083ae0510cc912.tar.gz gdb-36176c5d90d38f21ea0124231b083ae0510cc912.tar.bz2 |
[PATCH v2] gas/NEWS, ld/NEWS: Announce LoongArch changes in 2.42
Diffstat (limited to 'ld')
-rw-r--r-- | ld/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -29,6 +29,17 @@ Changes in 2.42: --enable-error-rwx-segments=[yes|no] configure options to set the default for converting warnings into errors. +* On LoongArch, various linker relaxation bugs are fixed; the most notable + of which is BZ 30944 (incorrect .balign semantics). + +* On LoongArch, the LoongArch ABI v2.30 (LoongArch ELF psABI v20231219) is + now implemented. This includes new relocation types, and changed + semantics for PC-relative relocations handling the higher half of 64-bit + offsets. + +* On LoongArch, link-time TLS optimization and TLS relaxation are now + supported. + Changes in 2.41: * The linker now accepts a command line option of --remap-inputs |