- 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) OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=89
This commit is contained in:
parent
7946182cf1
commit
f7ca81e198
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19e4aa16b249b7e6d2e0897aa1843a048a0780f5c76d8d7e643ab3a4be1e4787
|
||||
size 8173701
|
3
mold-1.11.0.tar.gz
Normal file
3
mold-1.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99318eced81b09a77e4c657011076cc8ec3d4b6867bd324b8677974545bc4d6f
|
||||
size 8210923
|
22
mold.changes
22
mold.changes
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 09:48:39 UTC 2023 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- 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 <mliska@suse.cz>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user