Accepting request 1231732 from devel:tools:compiler

- Update to version 2.35.1
  * mold guarantees that outputs are reproducible, meaning that if you provide the
    exact same set of input files and command-line options to the same version of
    mold, the output is assured to be byte-for-byte identical. However, there was a
    bug where the --icf option caused outputs to be indeterministic, even though all
    possible outputs were logically correct (#1377). This issue has now been
    resolved. (2a78b1b)
  * [RISC-V] Support for obsolete GP-relative relocations has been removed. These
    relocations were ratified (riscv-non-isa/riscv-elf-psabi-doc@d49e480) but then
    removed (riscv-non-isa/riscv-elf-psabi-doc@ad02546) from the processor-specific
    ABI. There are no known real-world use cases for these relocations. (04066d1)

OBS-URL: https://build.opensuse.org/request/show/1231732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mold?expand=0&rev=50
This commit is contained in:
Ana Guerrero 2024-12-17 19:19:18 +00:00 committed by Git OBS Bridge
commit 519c6878c0
5 changed files with 22 additions and 7 deletions

View File

@ -1,9 +1,9 @@
diff --git a/third-party/blake3/c/CMakeLists.txt b/third-party/blake3/c/CMakeLists.txt
index 3aa6c15..4790918 100644
index ebcca1db..4c7508aa 100644
--- a/third-party/blake3/c/CMakeLists.txt
+++ b/third-party/blake3/c/CMakeLists.txt
@@ -31,7 +31,7 @@ set(BLAKE3_X86_NAMES i686 x86 X86)
endif()
@@ -111,7 +111,7 @@ endif()
mark_as_advanced(BLAKE3_SIMD_TYPE)
# library target
-add_library(blake3

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Dec 17 06:02:19 UTC 2024 - Martin Liška <martin.liska@hey.com>
- Update to version 2.35.1
* mold guarantees that outputs are reproducible, meaning that if you provide the
exact same set of input files and command-line options to the same version of
mold, the output is assured to be byte-for-byte identical. However, there was a
bug where the --icf option caused outputs to be indeterministic, even though all
possible outputs were logically correct (#1377). This issue has now been
resolved. (2a78b1b)
* [RISC-V] Support for obsolete GP-relative relocations has been removed. These
relocations were ratified (riscv-non-isa/riscv-elf-psabi-doc@d49e480) but then
removed (riscv-non-isa/riscv-elf-psabi-doc@ad02546) from the processor-specific
ABI. There are no known real-world use cases for these relocations. (04066d1)
-------------------------------------------------------------------
Sun Dec 8 08:58:41 UTC 2024 - Martin Liška <martin.liska@hey.com>

View File

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