gas/NEWS, ld/NEWS: Announce LoongArch changes in 2.43

This commit is contained in:
Lulu Cai 2024-07-26 16:34:38 +08:00 committed by liuzhensong
parent 548dbdb27f
commit f722345809
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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.