Skip to content

mold 2.34.1

Latest
Compare
Choose a tag to compare
@rui314 rui314 released this 04 Oct 09:21
· 43 commits to main since this release

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