diff options
author | Lulu Cai <cailulu@loongson.cn> | 2025-01-20 15:05:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2025-01-20 15:05:13 +0000 |
commit | b2da927b63d38d2d891dcb8e6cc0c25628bee65e (patch) | |
tree | d9ccd75b27105808dce1caeb00478e2b555499c8 | |
parent | 5797636ea6fc1b4f6ab50adc3e14d2ed308348fa (diff) | |
download | gdb-b2da927b63d38d2d891dcb8e6cc0c25628bee65e.zip gdb-b2da927b63d38d2d891dcb8e6cc0c25628bee65e.tar.gz gdb-b2da927b63d38d2d891dcb8e6cc0c25628bee65e.tar.bz2 |
gas/NEWS,ld/NEWS: Announce LoongArch changes in 2.44
-rw-r--r-- | gas/NEWS | 4 | ||||
-rw-r--r-- | ld/NEWS | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -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 @@ -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. |