mold 2.34.1 is a maintenance release of the high-speed linker. It includes the following bug fixes.
Bug fixes and compatibility improvements
- [ARM32] Fixed a regression that
R_ARM_TARGET1
wasn't handled as a synonym forR_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)