Page MenuHomeFreeBSD

riscv: Move sigcode out of locore.S
ClosedPublic

Authored by mhorne on Thu, May 23, 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)
Sat, May 25, 5:42 PM
Unknown Object (File)
Sat, May 25, 5:08 AM
Unknown Object (File)
Fri, May 24, 7:18 PM
Unknown Object (File)
Fri, May 24, 4:55 PM
Unknown Object (File)
Thu, May 23, 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 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.Thu, May 23, 7:51 PM
This revision was automatically updated to reflect the committed changes.