From a55e0373ffbf90aa1bc9d4eb7e45bb7d54a0a4cc0ebb0e6ae940a0ac21eae5cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Fri, 4 Oct 2024 18:41:19 +0000 Subject: [PATCH] - 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/package/show/devel:tools:compiler/mold?expand=0&rev=130 --- mold-2.34.0.tar.gz | 3 --- mold-2.34.1.tar.gz | 3 +++ mold.changes | 10 ++++++++++ mold.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 mold-2.34.0.tar.gz create mode 100644 mold-2.34.1.tar.gz diff --git a/mold-2.34.0.tar.gz b/mold-2.34.0.tar.gz deleted file mode 100644 index 73729c3..0000000 --- a/mold-2.34.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6067f41f624c32cb0f4e959ae7fabee5dd71dd06771e2c069c2b3a6a8eca3c8c -size 10056591 diff --git a/mold-2.34.1.tar.gz b/mold-2.34.1.tar.gz new file mode 100644 index 0000000..09d990c --- /dev/null +++ b/mold-2.34.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8cf638045b4a4b2697d0bcc77fd96eae93d54d57ad3021bf03b0333a727a59d +size 10057683 diff --git a/mold.changes b/mold.changes index 2e7b39c..e55f5f7 100644 --- a/mold.changes +++ b/mold.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Oct 4 18:37:30 UTC 2024 - Martin Liška + +- 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 diff --git a/mold.spec b/mold.spec index f789aff..22ad08e 100644 --- a/mold.spec +++ b/mold.spec @@ -17,7 +17,7 @@ Name: mold -Version: 2.34.0 +Version: 2.34.1 Release: 0 Summary: A Modern Linker (mold) License: MIT