Page MenuHomeFreeBSD

Close ENTRY sections in assembly files
ClosedPublic

Authored by bapt on Sep 30 2014, 11:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 29, 11:07 PM
Unknown Object (File)
Mon, Apr 29, 10:37 PM
Unknown Object (File)
Jan 8 2024, 4:33 AM
Unknown Object (File)
Jan 5 2024, 10:43 PM
Unknown Object (File)
Dec 29 2023, 10:09 AM
Unknown Object (File)
Dec 25 2023, 5:34 PM
Unknown Object (File)
Dec 19 2023, 11:25 PM
Unknown Object (File)
Dec 9 2023, 8:08 AM
Subscribers

Details

Summary

Ensure that every ENTRY(foo) has a matching END(foo).
It allows to build with newer binutils

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

bapt retitled this revision from to Close ENTRY sections in assembly files.
bapt updated this object.
bapt edited the test plan for this revision. (Show Details)
bapt added a reviewer: PowerPC.
jhibbits added a subscriber: jhibbits.

Looks fine to me, but should you also do this for the kernel as well? (Adding Nathan, too, he would know better)

This revision is now accepted and ready to land.Sep 30 2014, 11:15 PM

I can test building world with an external toolchain, I can't for the kernel.

Gotcha. Looks good to me then :)

bapt updated this revision to Diff 1855.

Closed by commit rS272362 (authored by @bapt).