]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gas/NEWS, ld/NEWS: Announce LoongArch changes in 2.43
authorLulu Cai <cailulu@loongson.cn>
Fri, 26 Jul 2024 08:34:38 +0000 (16:34 +0800)
committerliuzhensong <liuzhensong@loongson.cn>
Tue, 30 Jul 2024 01:24:27 +0000 (09:24 +0800)
(cherry picked from commit f722345809f9881ae99f981308ec5b5815c4a6f5)

gas/NEWS
ld/NEWS

index 987798e892961229314a841b056dee2fb371faa2..b9d742a2375f2dfbbe37d02a047362385d58d837 100644 (file)
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -2,6 +2,9 @@
 
 Changes in 2.43:
 
+* Add support for LoongArch .option for fine-grained control of assembly
+  code options.
+
 * The MIPS '--trap' command-line option now causes GAS to dynamically
   track the ISA setting as code is assembled and to emit either trap or
   breakpoint instructions according to whether the currently selected ISA
diff --git a/ld/NEWS b/ld/NEWS
index c1e42139b8fb4cb2875f04e3872971ed9d49c2ec..bad8c3e334d604b93f703bf37be1e4f43347b756 100644 (file)
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -2,6 +2,10 @@
 
 Changes in 2.43:
 
+* Add support for LoongArch DT_RELR (compressed R_LARCH_RELATIVE).
+
+* Put .got .got.plt in the relro to make it read-only after relocation.
+
 * Add -z isa-level-report=[none|all|needed|used] to the x86 ELF linker
   to report needed and used x86-64 ISA levels.