Page MenuHomeFreeBSD

Only include object files from .ALLSRC when linking crt1 objects.
ClosedPublic

Authored by jhb on Jun 26 2020, 4:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 7, 12:59 AM
Unknown Object (File)
Thu, Nov 7, 12:59 AM
Unknown Object (File)
Thu, Nov 7, 12:59 AM
Unknown Object (File)
Tue, Nov 5, 9:47 AM
Unknown Object (File)
Sep 13 2024, 6:08 AM
Unknown Object (File)
Sep 10 2024, 2:20 AM
Unknown Object (File)
Sep 5 2024, 12:45 PM
Unknown Object (File)
Aug 29 2024, 4:04 PM

Details

Test Plan
  • make tinderbox and readelf -n of /bin/sh for all archs still shows all notes

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 31980
Build 29527: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Jun 26 2020, 4:55 PM

LGTM, maybe worth a comment?

This revision is now accepted and ready to land.Jun 26 2020, 5:12 PM

We already use a slightly different pattern (ALLSRC:N:*.h:[1]) in csu/Makefile.inc without a comment, and also not sure what the comment would say? I am hopeful if I can get some of the other reviews in this train all landed that I can move most of this duplicated logic up into csu/Makefile.inc anyway at which point there would be a single instance of this command.