From 4cbbbb0ab91b6e9a05a89a2a07372ffee852729899b0d4b437c94439715880d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Fri, 20 Oct 2023 08:27:12 +0000 Subject: [PATCH] - Update to version 2.3.1 * [ARM32, ARM64, PowerPC, LoongArch] mold 2.3.0 would crash when handling large output files. This was due to a bug in the code that creates range extension thunks. This issue has now been resolved. (7be1b66) * [LoongArch] mold is now capable of handling relocations generated for the -mcmodel=extreme flag. (4bd80ec) OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=100 --- mold-2.3.0.tar.gz | 3 --- mold-2.3.1.tar.gz | 3 +++ mold.changes | 10 ++++++++++ mold.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 mold-2.3.0.tar.gz create mode 100644 mold-2.3.1.tar.gz diff --git a/mold-2.3.0.tar.gz b/mold-2.3.0.tar.gz deleted file mode 100644 index 22f7708..0000000 --- a/mold-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cfc1af0214f993be1b0ae4a2f0278d32b7fc48155c15b2d03758f6d81e7250b -size 9958893 diff --git a/mold-2.3.1.tar.gz b/mold-2.3.1.tar.gz new file mode 100644 index 0000000..19998f3 --- /dev/null +++ b/mold-2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380f540114408c37bcdb7f3bda91a056448a93124ca6992a373ae2bda35e9af7 +size 9958470 diff --git a/mold.changes b/mold.changes index 2e7a93e..1e59714 100644 --- a/mold.changes +++ b/mold.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Oct 20 08:21:20 UTC 2023 - Martin Liška + +- Update to version 2.3.1 + * [ARM32, ARM64, PowerPC, LoongArch] mold 2.3.0 would crash when handling large + output files. This was due to a bug in the code that creates range extension + thunks. This issue has now been resolved. (7be1b66) + * [LoongArch] mold is now capable of handling relocations generated for the + -mcmodel=extreme flag. (4bd80ec) + ------------------------------------------------------------------- Wed Oct 18 12:34:13 UTC 2023 - Martin Liska diff --git a/mold.spec b/mold.spec index 55c322c..8a632db 100644 --- a/mold.spec +++ b/mold.spec @@ -17,7 +17,7 @@ Name: mold -Version: 2.3.0 +Version: 2.3.1 Release: 0 Summary: A Modern Linker (mold) License: MIT