Page MenuHomeFreeBSD

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

Authored by jhb on Wed, Mar 4, 8:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 30, 12:19 AM
Unknown Object (File)
Sun, Mar 29, 3:25 AM
Unknown Object (File)
Sun, Mar 22, 5:45 AM
Unknown Object (File)
Sat, Mar 21, 10:01 PM
Unknown Object (File)
Tue, Mar 17, 1:02 PM
Unknown Object (File)
Tue, Mar 17, 10:31 AM
Unknown Object (File)
Mon, Mar 16, 12:28 PM
Unknown Object (File)
Fri, Mar 13, 6:57 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 71182
Build 68065: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Wed, Mar 4, 8:24 PM
emaste added a subscriber: build.
This revision is now accepted and ready to land.Wed, Mar 4, 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.