mold icon indicating copy to clipboard operation
mold copied to clipboard

ARM32: support linking large programs

Open rui314 opened this issue 3 years ago • 0 comments

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.

rui314 avatar Apr 25 '22 02:04 rui314