From: Lulu Cai Date: Mon, 20 Jan 2025 15:04:36 +0000 (+0000) Subject: gas/NEWS,ld/NEWS: Announce LoongArch changes in 2.44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f8cc1d0c4f2a847f86a9eddede27938301edf44;p=thirdparty%2Fbinutils-gdb.git gas/NEWS,ld/NEWS: Announce LoongArch changes in 2.44 --- diff --git a/gas/NEWS b/gas/NEWS index d87fa526efe..70f3ad40dba 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -34,6 +34,10 @@ Changes in 2.44: CORE-V, xcvbitmanip v1.0 and xcvsimd v1.0. SiFive, xsfvqmaccdod v1.0, xsfvqmaccqoqv1.0 and xsfvfnrclipxfqf v1.0. +* Add support for 4 formats of .cfi directives register aliases for LoongArch, + for example, .cfi_offset r1,8, .cfi_offset ra,8, .cfi_offset $r1,8, + .cfi_offset $ra,8. + Changes in 2.43: * Add support for LoongArch .option for fine-grained control of assembly diff --git a/ld/NEWS b/ld/NEWS index 081fc8a4539..d8dbf0d9ffd 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -5,6 +5,8 @@ Changes in 2.44: * Support for Nios II target has been removed, as this architecture has been EOL'ed by Intel. +* The default maximum page size was changed from 16KiB to 64KiB for LoongArch. + Changes in 2.44: * Add support for mixed LTO and non-LTO codes in relocatable output.