Home
last modified time | relevance | path

Searched hist:"5964294736 ee6a174bc068dc3057b066eb9c7f06" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/conf/
H A Dkmod.mkdiff 5964294736ee6a174bc068dc3057b066eb9c7f06 Wed Jun 21 02:33:16 CEST 2017 Ed Maste <emaste@FreeBSD.org> add -znotext to kernel module link invocation

ARM kernel modules require .text relocations (DT_TEXTREL) in shared
object ouptut, which is not allowed by default by lld. Add the -znotext
option to enable this. For simplicity add it unconditionally: it is
already default and thus either redundant (GNU BFD ld and gold from
ports) or ignored as an unknown option (GNU BFD ld 2.17.50 in the base
system).

Reviewed by: kib
MFC after: 3 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D11250