From 87d68fb47a1a6c43d8207a54d9983907a80df4d4bff237b82c54e9f8cf2a594c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Thu, 27 Jun 2024 07:02:53 +0000 Subject: [PATCH] - Update to version 2.32.0 * Previously, shared libraries specified with --as-needed were not considered as "needed" if they were referenced only by weak undefined symbols. Such weak symbols were converted to absolute symbols at address zero at link-time. Although this behavior was not technically wrong, it caused a significant issue in a rare occasion (#1286). Now, weak undefined symbols retain --as-needed shared libraries. (06b5926) * [RISC-V] RISC-V object files contain ISA strings in the .riscv.attributes section. Previously, we had reported valid ISA strings containing digits as errors. The issue has now been resolved. (841a186) * [RISC-V] We no longer write dynamic relocation addends to relocated places because it caused static position-independent executables to crash on process startup in some environments. In other words, --no-apply-dynamic-relocs is enabled by default. * LTO now works on MinGW. (50bf031) OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=122 --- mold-2.32.0.tar.gz | 3 --- mold-2.32.1.tar.gz | 3 +++ mold.changes | 19 +++++++++++++++++++ mold.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 mold-2.32.0.tar.gz create mode 100644 mold-2.32.1.tar.gz diff --git a/mold-2.32.0.tar.gz b/mold-2.32.0.tar.gz deleted file mode 100644 index 5bb4711..0000000 --- a/mold-2.32.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b7e4146ea0f52be9adae8b417399f3676a041e65b55e3f25f088120d30a320b -size 10005686 diff --git a/mold-2.32.1.tar.gz b/mold-2.32.1.tar.gz new file mode 100644 index 0000000..6745dd5 --- /dev/null +++ b/mold-2.32.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c9a527d884c635834fe7d79b3de959b00783bf9446280ea274d996f0335825 +size 10010384 diff --git a/mold.changes b/mold.changes index af1a6af..4254f24 100644 --- a/mold.changes +++ b/mold.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Jun 27 06:56:15 UTC 2024 - Martin Liška + +- Update to version 2.32.0 + * Previously, shared libraries specified with --as-needed were not considered as + "needed" if they were referenced only by weak undefined symbols. Such weak + symbols were converted to absolute symbols at address zero at link-time. + Although this behavior was not technically wrong, it caused a significant issue + in a rare occasion (#1286). Now, weak undefined symbols retain --as-needed + shared libraries. (06b5926) + * [RISC-V] RISC-V object files contain ISA strings in the .riscv.attributes + section. Previously, we had reported valid ISA strings containing digits as + errors. The issue has now been resolved. (841a186) + * [RISC-V] We no longer write dynamic relocation addends to relocated places + because it caused static position-independent executables to crash on process + startup in some environments. In other words, --no-apply-dynamic-relocs is + enabled by default. + * LTO now works on MinGW. (50bf031) + ------------------------------------------------------------------- Sun Jun 9 10:41:50 UTC 2024 - Martin Liška diff --git a/mold.spec b/mold.spec index 82e3f51..e998c8e 100644 --- a/mold.spec +++ b/mold.spec @@ -17,7 +17,7 @@ Name: mold -Version: 2.32.0 +Version: 2.32.1 Release: 0 Summary: A Modern Linker (mold) License: MIT