diff --git a/mold-1.10.1.tar.gz b/mold-1.10.1.tar.gz deleted file mode 100644 index e1ad651..0000000 --- a/mold-1.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19e4aa16b249b7e6d2e0897aa1843a048a0780f5c76d8d7e643ab3a4be1e4787 -size 8173701 diff --git a/mold-1.11.0.tar.gz b/mold-1.11.0.tar.gz new file mode 100644 index 0000000..26aba52 --- /dev/null +++ b/mold-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99318eced81b09a77e4c657011076cc8ec3d4b6867bd324b8677974545bc4d6f +size 8210923 diff --git a/mold.changes b/mold.changes index 628f33a..602d58d 100644 --- a/mold.changes +++ b/mold.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu Mar 16 09:48:39 UTC 2023 - Martin Liška + +- Update to version 1.11.0 + * IBM Power10 has been supported. Previously, mold created broken executables for + that target. (5065547) + * --hash-style=none has been added to cancel --hash-style=sysv, --hash-style=gnu + or --hash-style=both. (ec75633) + * [ARM32] R_ARM_PLT32 relocation type has been supported. (e505900) + * [RISC-V] R_RISCV_PLT32 relocation type has been supported. (51845ac) + * Previous versions of mold failed to link some programs in rare corner cases if + Link-Time Optimization (LTO) is enabled. These bugs have been fixed. (e1a7590, + 62d6537) + * mold used to ignore dependencies between DSOs. Since this version, if a required + DSO depends on other as-needed DSO, mold keeps the latter DSO as a required one. + This improves compatibility with GNU linkers. (1adde7a) + * [x86-64] mold can now link object files generated by old buggy versions of GCC. + (d2970e0) + * [x86-64] Previously, a program with a very large .bss section may fail to link + due to R_X86_64_REX_GOTPCRELX relocation overflow (#975). This bug has been + fixed. (627bf7c) + ------------------------------------------------------------------- Sun Jan 22 08:23:35 UTC 2023 - Martin Liška diff --git a/mold.spec b/mold.spec index 39c1577..90eeffa 100644 --- a/mold.spec +++ b/mold.spec @@ -17,7 +17,7 @@ Name: mold -Version: 1.10.1 +Version: 1.11.0 Release: 0 Summary: A Modern Linker (mold) License: AGPL-3.0-or-later