mold
mold copied to clipboard
ARM32: support linking large programs
Currently, mold does not support range extension thunks for ARM32, so programs whose .text is larger than 16 MiB could fail to link. We already implemented range extension thunks for ARM64, so we need to port it to ARM32.