Accepting request 986181 from devel:tools:compiler

- Update to version 1.3.1
  * mold now supports .preinit_array sections. Without this,
    AddressSanitizer didn't work in some environments. (3b75398)
  * [ARM32] R_ARM_MOVT_PREL and R_ARM_PREL31 relocations are now handled
    correctly so that mold no longer emit spurious "recompile with -fPIC" errors. (5294300)

OBS-URL: https://build.opensuse.org/request/show/986181
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mold?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2022-07-01 11:45:05 +00:00 committed by Git OBS Bridge
commit 908d6992d7
4 changed files with 14 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jul 1 09:13:58 UTC 2022 - Martin Liška <mliska@suse.cz>
- Update to version 1.3.1
* mold now supports .preinit_array sections. Without this,
AddressSanitizer didn't work in some environments. (3b75398)
* [ARM32] R_ARM_MOVT_PREL and R_ARM_PREL31 relocations are now handled
correctly so that mold no longer emit spurious "recompile with -fPIC" errors. (5294300)
-------------------------------------------------------------------
Sat Jun 18 07:10:09 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -17,14 +17,14 @@
Name: mold
Version: 1.3.0
Version: 1.3.1
Release: 0
Summary: A Modern Linker (mold)
License: AGPL-3.0-or-later
Group: Development/Tools/Building
URL: https://github.com/rui314/mold
Source: https://github.com/rui314/mold/archive/v%{version}/mold-%{version}.tar.gz
ExclusiveArch: x86_64 aarch64 riscv64
ExclusiveArch: aarch64 %arm x86_64 aarch64 riscv64
BuildRequires: cmake
%if %{suse_version} < 1550
BuildRequires: gcc10-c++