mold 2.41.0
mold 2.41.0 is a new release of the high-speed linker. It includes the following new features and bug fixes. New Features 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 unini…