Accepting request 1205736 from devel:tools:compiler

- Update to version 2.34.1
  * [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/request/show/1205736
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mold?expand=0&rev=48
This commit is contained in:
Ana Guerrero 2024-10-06 15:52:15 +00:00 committed by Git OBS Bridge
commit 11962bb5ec
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6067f41f624c32cb0f4e959ae7fabee5dd71dd06771e2c069c2b3a6a8eca3c8c
size 10056591

3
mold-2.34.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8cf638045b4a4b2697d0bcc77fd96eae93d54d57ad3021bf03b0333a727a59d
size 10057683

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Oct 4 18:37:30 UTC 2024 - Martin Liška <martin.liska@hey.com>
- Update to version 2.34.1
* [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)
-------------------------------------------------------------------
Wed Sep 25 14:21:13 UTC 2024 - Martin Liška <martin.liska@hey.com>

View File

@ -17,7 +17,7 @@
Name: mold
Version: 2.34.0
Version: 2.34.1
Release: 0
Summary: A Modern Linker (mold)
License: MIT