Accepting request 1203610 from devel:tools:compiler

- Update to version 2.34.0
  * [ARM32] mold now deduplicates exception handling records in a .ARM.exidx section
    to reduce the size of the table. (742ea87)
  * [LoongArch] TLSDESC relocations are now supported. (dbaa6d7)
  * --build-id=fast is now supported for compatibility with LLVM lld. mold handles
    it as a synonym for --build-id=sha256. (afc52ee)
  * Previously, if the same symbol was provided both by a static archive and dynamic
    library, and if the symbol's visibility was hidden, mold sometimes failed to
    link it and handled the symbol as if it were undefined. Now, mold can correctly
    link such programs. (1efbe3f)
  * Under rare circumstances, mold could create corrupted binaries if they were
    linked with --retain-symbols-file. This bug has been fixed. (0ee12e4)
  * [LoongArch] R_LARCH_CALL36 relocation with a large offset is now correctly
    written. (1c32102)
  * [FreeBSD] If all thread-local variables in a program have no initial values,
    mold-produced executables could crash or misbehave on FreeBSD. This bug has been
    fixed. (f6822fb)
  * DEC Alpha support has been removed due to lack of demand. In fact, mold's Alpha
    support has never been tested for real-world programs and was likely unable to
    link them in the first place. This should not affect anyone because the last
    Alpha processor was released more than 20 years ago. (3711ddb)

OBS-URL: https://build.opensuse.org/request/show/1203610
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mold?expand=0&rev=47
This commit is contained in:
Ana Guerrero 2024-09-25 19:55:27 +00:00 committed by Git OBS Bridge
commit 3d874710a8
4 changed files with 29 additions and 4 deletions

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37b3aacbd9b6accf581b92ba1a98ca418672ae330b78fe56ae542c2dcb10a155
size 10061838

3
mold-2.34.0.tar.gz Normal file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6067f41f624c32cb0f4e959ae7fabee5dd71dd06771e2c069c2b3a6a8eca3c8c
size 10056591

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Sep 25 14:21:13 UTC 2024 - Martin Liška <martin.liska@hey.com>
- Update to version 2.34.0
* [ARM32] mold now deduplicates exception handling records in a .ARM.exidx section
to reduce the size of the table. (742ea87)
* [LoongArch] TLSDESC relocations are now supported. (dbaa6d7)
* --build-id=fast is now supported for compatibility with LLVM lld. mold handles
it as a synonym for --build-id=sha256. (afc52ee)
* Previously, if the same symbol was provided both by a static archive and dynamic
library, and if the symbol's visibility was hidden, mold sometimes failed to
link it and handled the symbol as if it were undefined. Now, mold can correctly
link such programs. (1efbe3f)
* Under rare circumstances, mold could create corrupted binaries if they were
linked with --retain-symbols-file. This bug has been fixed. (0ee12e4)
* [LoongArch] R_LARCH_CALL36 relocation with a large offset is now correctly
written. (1c32102)
* [FreeBSD] If all thread-local variables in a program have no initial values,
mold-produced executables could crash or misbehave on FreeBSD. This bug has been
fixed. (f6822fb)
* DEC Alpha support has been removed due to lack of demand. In fact, mold's Alpha
support has never been tested for real-world programs and was likely unable to
link them in the first place. This should not affect anyone because the last
Alpha processor was released more than 20 years ago. (3711ddb)
-------------------------------------------------------------------
Wed Aug 7 06:37:53 UTC 2024 - Martin Liška <martin.liska@hey.com>

@ -17,7 +17,7 @@
Name: mold
Version: 2.33.0
Version: 2.34.0
Release: 0
Summary: A Modern Linker (mold)
License: MIT