- Update to version 2.40.1
* We've eliminated unnecessary memory zero-initialization for the
--compress-debug-sections option to make debug section compression faster. With
this change, mold sometimes runs faster with --compress-debug-sections than
without it due to reduced file I/O. (d59c559)
* Previously, mold used an exponential pattern-matching algorithm for glob
matching, which could significantly slow down version scripts or dynamic list
processing for certain glob patterns. Now, we use a linear-time algorithm that
is guaranteed to run efficiently for any glob pattern. (dac20fa)
* mold now reports an error if the output .dynsym refers to a section whose
section index is ≥65280, since such a dynamic symbol is not representable in
ELF. Previously, mold crashed with an assertion failure. (0d8334e)
OBS-URL: https://build.opensuse.org/request/show/1283993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mold?expand=0&rev=60
Description
No description provided
Languages
Diff
100%