diff --git a/mold-2.0.0.tar.gz b/mold-2.0.0.tar.gz deleted file mode 100644 index d3965bb..0000000 --- a/mold-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ae8a22db09cbff626df74c945079fa29c1e5f60bbe02502dcf69191cf43527b -size 9205927 diff --git a/mold-2.1.0.tar.gz b/mold-2.1.0.tar.gz new file mode 100644 index 0000000..1659b27 --- /dev/null +++ b/mold-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32bec1282671b18ea4691855aed925ea2f348dfef89cb7689cd81273ea0c5df +size 9278811 diff --git a/mold.changes b/mold.changes index 42689ab..88be9ee 100644 --- a/mold.changes +++ b/mold.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Aug 13 19:37:35 UTC 2023 - Martin Liška + +- Update to version 2.1.0 + * Loongson's LoongArch CPU has been supported. (03b1a1c) + * -z nosectionheader has been added to eliminate section headers from the output + file. (084ca55) + * Previously, linking with the -z pack-relative-relocs option produces an + executable that glibc 2.38 refuses to run with DT_RELR without GLIBC_ABI_DT_RELR + dependency error. Now, mold produces binaries compatible with glibc 2.38. + (f467ad1) + * [ARM64] R_AARCH64_ADR_PREL_PG_HI21_NC relocation type has been supported. + (17a5c3e) + * [ARM64] R_AARCH64_MOVW_UABS_G3 relocation type has now been handled as a + PLT-generating relocation to fix an issue when main is not defined in the main + executable but rather in a .so file. (e764557) + * [RISC-V] We now merge input .riscv.attributes contents. Previously, we just + concatenated them. (aa64491) + ------------------------------------------------------------------- Wed Jul 26 13:07:20 UTC 2023 - Martin Liška diff --git a/mold.spec b/mold.spec index 52c7b2a..a7a0d97 100644 --- a/mold.spec +++ b/mold.spec @@ -17,7 +17,7 @@ Name: mold -Version: 2.0.0 +Version: 2.1.0 Release: 0 Summary: A Modern Linker (mold) License: MIT @@ -110,5 +110,6 @@ fi %{_mandir}/man1/ld.mold.1.gz %dir /usr/share/doc/mold %doc /usr/share/doc/mold/LICENSE +%doc /usr/share/doc/mold/LICENSE.third-party %changelog