- Update to version 1.4.2

* [RV32] We've fixed several issues for 32-bit RISC-V.
    mold can now build complex programs including itself for the target.
  * [ARM32] mold gained range extension thunks so that it can now link programs whose
    .text is larger than 16 MiB. Previously, mold couldn't link such large programs.
    We've also fixed general stability issues for ARM32.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=67
This commit is contained in:
Martin Liška 2022-09-04 06:30:50 +00:00 committed by Git OBS Bridge
parent d858a8843c
commit 90282e9437
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:394036d299c50f936ff77ce9c6cf44a5b24bfcabf65ae7db9679f89c11a70b3f
size 6280266

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Sep 4 06:29:52 UTC 2022 - Martin Liška <mliska@suse.cz>
- Update to version 1.4.2
* [RV32] We've fixed several issues for 32-bit RISC-V.
mold can now build complex programs including itself for the target.
* [ARM32] mold gained range extension thunks so that it can now link programs whose
.text is larger than 16 MiB. Previously, mold couldn't link such large programs.
We've also fixed general stability issues for ARM32.
-------------------------------------------------------------------
Thu Aug 18 09:28:25 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -17,7 +17,7 @@
Name: mold
Version: 1.4.1
Version: 1.4.2
Release: 0
Summary: A Modern Linker (mold)
License: AGPL-3.0-or-later