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)
Mon, Oct 6, 12:36 PM
Unknown Object (File)
Fri, Sep 26, 12:14 PM
Unknown Object (File)
Wed, Sep 17, 2:12 PM
Unknown Object (File)
Sep 8 2025, 7:32 PM
Unknown Object (File)
Aug 20 2025, 3:47 AM
Unknown Object (File)
Aug 15 2025, 4:30 PM
Unknown Object (File)
Aug 11 2025, 9:58 PM
Unknown Object (File)
Aug 9 2025, 7:05 AM
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.