- Update to version 2.41.0 * A new --zero-to-bss option has been added. When given, mold scans input data sections and converts all-zero sections into BSS (SHT_NOBITS), reducing output file size. This is especially useful for user-defined sections created with __attribute__((section(...))) containing uninitialized global variables, which GCC and Clang emit as regular data sections even when their contents are entirely zero. (847341d) * --print-gc-sections and --print-icf-sections can now take =FILE to save their output to a file (e.g., --print-gc-sections=output.txt). * --gdb-index performance has been improved by eliminating unnecessary zero-initializations and parallelizing more of the index generation. (forwarded request 1349990 from rguenther) OBS-URL: https://build.opensuse.org/request/show/1349991 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mold?expand=0&rev=63
Description
No description provided
Languages
Diff
100%