Page MenuHomeFreeBSD

riscv: Move sigcode out of locore.S
ClosedPublic

Authored by mhorne on May 23 2024, 7:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 28, 11:23 PM
Unknown Object (File)
Fri, Feb 28, 8:11 PM
Unknown Object (File)
Fri, Feb 28, 12:54 PM
Unknown Object (File)
Tue, Feb 18, 10:14 PM
Unknown Object (File)
Feb 9 2025, 6:32 PM
Unknown Object (File)
Jan 26 2025, 1:48 PM
Unknown Object (File)
Jan 13 2025, 4:03 PM
Unknown Object (File)
Jan 10 2025, 1:30 PM
Subscribers

Details

Summary

It really doesn't fit here anymore as locore is all about early startup
code. Thus, move it to its own file.

Diff Detail

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

Event Timeline

br added a subscriber: br.

If we don't need it to go early in the .text section (just after locore.S), then I am fine with this

This revision is now accepted and ready to land.May 23 2024, 7:51 PM
This revision was automatically updated to reflect the committed changes.