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
F170610065: D25469.id73708.diff
Sat, Sep 5, 3:25 PM
F170608771: D25469.id.diff
Sat, Sep 5, 3:17 PM
F170596513: D25469.id73699.diff
Sat, Sep 5, 1:59 PM
F170420530: D25469.diff
Fri, Sep 4, 6:17 PM
Unknown Object (File)
Thu, Sep 3, 3:30 PM
Unknown Object (File)
Thu, Sep 3, 2:52 PM
Unknown Object (File)
Thu, Sep 3, 1:35 PM
Unknown Object (File)
Thu, Sep 3, 6:39 AM

Details

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.