From 68f0df9f6b0aeb1b27b01b0b10654541c38ab259e586637d213e77fa70a31555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Mon, 14 Nov 2022 11:16:45 +0000 Subject: [PATCH] - Update to version 1.7.0 * [m68k] mold now supports the Motorola 68000 series microprocessors. Yes, it's the processor in the original Mac or Sun workstations in the 80s. This work is sponsored by m68k hobbyist communities. * We fixed a few issues for Facebook/Meta's BOLT optimizer (#789). Starting from the next LLVM release (we need llvm/llvm-project@20204db), BOLT should work on mold-generated executables out of the box. * We fixed a long-standing symbol resolution issue involving GNU UNIQUE symbols which caused a link failure for a few programs. (730e970) * Previously, if a version script contains a "C++" directive, and a symbol matches a non-C++ version pattern and a C++ version pattern, a wrong version could be assigned to the symbol. This has been fixed so that the mold's behavior matches with GNU ld. (9875150) OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=76 --- mold-1.6.0.tar.gz | 3 --- mold-1.7.0.tar.gz | 3 +++ mold.changes | 17 +++++++++++++++++ mold.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 mold-1.6.0.tar.gz create mode 100644 mold-1.7.0.tar.gz diff --git a/mold-1.6.0.tar.gz b/mold-1.6.0.tar.gz deleted file mode 100644 index b2cb523..0000000 --- a/mold-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59cd3ea1a2a5fb50d0d97faddd8bff4c7e71054a576c00a87b17f56ecbd88729 -size 8270834 diff --git a/mold-1.7.0.tar.gz b/mold-1.7.0.tar.gz new file mode 100644 index 0000000..2ef9dbd --- /dev/null +++ b/mold-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd685afcdb7047f8a8ce8b5ce3b3cd22205a0ebc548ff1f1da7b35415fafbe4 +size 8381327 diff --git a/mold.changes b/mold.changes index 6dbf57b..e841c29 100644 --- a/mold.changes +++ b/mold.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Nov 14 11:12:19 UTC 2022 - Martin Liška + +- Update to version 1.7.0 + * [m68k] mold now supports the Motorola 68000 series microprocessors. Yes, it's + the processor in the original Mac or Sun workstations in the 80s. This work is + sponsored by m68k hobbyist communities. + * We fixed a few issues for Facebook/Meta's BOLT optimizer (#789). Starting from + the next LLVM release (we need llvm/llvm-project@20204db), BOLT should work on + mold-generated executables out of the box. + * We fixed a long-standing symbol resolution issue involving GNU UNIQUE symbols + which caused a link failure for a few programs. (730e970) + * Previously, if a version script contains a "C++" directive, and a symbol matches + a non-C++ version pattern and a C++ version pattern, a wrong version could be + assigned to the symbol. This has been fixed so that the mold's behavior matches + with GNU ld. (9875150) + ------------------------------------------------------------------- Wed Oct 19 08:20:22 UTC 2022 - Martin Liška diff --git a/mold.spec b/mold.spec index 880adbc..31e61d0 100644 --- a/mold.spec +++ b/mold.spec @@ -17,7 +17,7 @@ Name: mold -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: A Modern Linker (mold) License: AGPL-3.0-or-later