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)
Tue, Jun 4, 11:22 PM
Unknown Object (File)
Sun, Jun 2, 5:45 PM
Unknown Object (File)
Tue, May 28, 6:27 PM
Unknown Object (File)
May 25 2024, 5:42 PM
Unknown Object (File)
May 25 2024, 5:08 AM
Unknown Object (File)
May 24 2024, 7:18 PM
Unknown Object (File)
May 24 2024, 4:55 PM
Unknown Object (File)
May 23 2024, 10:08 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 Passed
Unit
No Test Coverage
Build Status
Buildable 57873
Build 54761: arc lint + arc unit

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.