* [ARM32] Fixed a regression that R_ARM_TARGET1 wasn't handled as a synonym for
R_ARM_ABS32 relocation. This issue caused some ARM32 programs to crash on
startup if linked with mold. (186272a)
* [RISC-V] mold now sets the STO_RISCV_VARIANT_CC dynamic tag if the ELF module
exports a function symbol with a non-standard calling convention. (16eb513)
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=130
* [ARM32] mold now deduplicates exception handling records in a .ARM.exidx section
to reduce the size of the table. (742ea87)
* [LoongArch] TLSDESC relocations are now supported. (dbaa6d7)
* --build-id=fast is now supported for compatibility with LLVM lld. mold handles
it as a synonym for --build-id=sha256. (afc52ee)
* Previously, if the same symbol was provided both by a static archive and dynamic
library, and if the symbol's visibility was hidden, mold sometimes failed to
link it and handled the symbol as if it were undefined. Now, mold can correctly
link such programs. (1efbe3f)
* Under rare circumstances, mold could create corrupted binaries if they were
linked with --retain-symbols-file. This bug has been fixed. (0ee12e4)
* [LoongArch] R_LARCH_CALL36 relocation with a large offset is now correctly
written. (1c32102)
* [FreeBSD] If all thread-local variables in a program have no initial values,
mold-produced executables could crash or misbehave on FreeBSD. This bug has been
fixed. (f6822fb)
* DEC Alpha support has been removed due to lack of demand. In fact, mold's Alpha
support has never been tested for real-world programs and was likely unable to
link them in the first place. This should not affect anyone because the last
Alpha processor was released more than 20 years ago. (3711ddb)
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=128