]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gas/NEWS,ld/NEWS: Announce LoongArch changes in 2.44
authorLulu Cai <cailulu@loongson.cn>
Mon, 20 Jan 2025 15:04:36 +0000 (15:04 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 20 Jan 2025 15:04:36 +0000 (15:04 +0000)
gas/NEWS
ld/NEWS

index d87fa526efec2eaae79aff54f23a7d0d7ac566f8..70f3ad40dba4559e150a3e2a3d183c3eb9d93473 100644 (file)
--- 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 081fc8a4539e981f53e2bb0dfd6d50c108813bc3..d8dbf0d9ffd025da21f61f0be3120f3961154801 100644 (file)
--- 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.