Migrating arm(v7) to LLD_BOOTSTRAP
Ed Maste
emaste at freebsd.org
Thu Mar 15 14:00:20 UTC 2018
On 17 January 2018 at 00:35, Michal Meloun <melounmichal at gmail.com> wrote:
>
>>> ld: error: lld may use movt/movw, no object with architecture
>>> supporting feature detected.
>
> But this means that we can not use lld for kernel module linking.
> (assuming that lld can emits movt/movw with attached relocation).
Right now for pre-v7 lld exits with the "may use" before attempting to
link, with no indication of whether movt/movw would actually be used.
It seems in practice linking armv7 with lld does not use movt/movw.
More information about the freebsd-arm
mailing list