Page MenuHomeFreeBSD

bsd.linker.mk: Document ifunc, ifunc-noplt, riscv-relaxations features
ClosedPublic

Authored by jhb on Mar 4 2026, 8:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 11, 11:14 PM
Unknown Object (File)
Tue, Aug 11, 6:16 AM
Unknown Object (File)
Sun, Aug 9, 3:09 AM
Unknown Object (File)
Fri, Aug 7, 9:26 PM
Unknown Object (File)
Fri, Aug 7, 7:04 PM
Unknown Object (File)
Fri, Aug 7, 6:48 PM
Unknown Object (File)
Thu, Aug 6, 11:49 AM
Unknown Object (File)
Thu, Aug 6, 7:24 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Mar 4 2026, 8:24 PM
emaste added a subscriber: build.
This revision is now accepted and ready to land.Mar 4 2026, 8:54 PM

As an aside, a next step could be to remove .if ${${X_}LINKER_TYPE} != "bfd" || ${${X_}LINKER_VERSION} > 21750 as I think we aren't concerned with BFD ld 2.17.50 any longer.

I guess that means build-id and ifunc no longer need a feature check and we can count on them being available.

I agree we can drop support for the GPLv2 binutils.