diff options
author | Lulu Cai <cailulu@loongson.cn> | 2024-07-26 16:34:38 +0800 |
---|---|---|
committer | liuzhensong <liuzhensong@loongson.cn> | 2024-07-30 09:15:02 +0800 |
commit | f722345809f9881ae99f981308ec5b5815c4a6f5 (patch) | |
tree | 5674170be7bdf0fd8510391f1f342447ade0d9c0 /ld | |
parent | 548dbdb27f1594ee3f5289ce2aca274df2df4dd0 (diff) | |
download | gdb-f722345809f9881ae99f981308ec5b5815c4a6f5.zip gdb-f722345809f9881ae99f981308ec5b5815c4a6f5.tar.gz gdb-f722345809f9881ae99f981308ec5b5815c4a6f5.tar.bz2 |
gas/NEWS, ld/NEWS: Announce LoongArch changes in 2.43
Diffstat (limited to 'ld')
-rw-r--r-- | ld/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |