Page MenuHomeFreeBSD

Add RISC-V interpreter example to binmiscctl(8)
ClosedPublic

Authored by mhorne on May 1 2020, 12:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 9, 11:44 PM
Unknown Object (File)
Mon, Dec 23, 10:43 PM
Unknown Object (File)
Dec 18 2024, 1:18 AM
Unknown Object (File)
Nov 24 2024, 5:28 PM
Unknown Object (File)
Nov 22 2024, 5:46 PM
Unknown Object (File)
Nov 5 2024, 2:15 PM
Unknown Object (File)
Nov 4 2024, 6:52 AM
Unknown Object (File)
Nov 4 2024, 6:52 AM
Subscribers

Details

Reviewers
kevans
Group Reviewers
manpages
Commits
rS360519: Add RISC-V interpreter example
Summary

Now that RISC-V support has landed in qemu-user-static, add to the list of
examples in the binmiscctl(8) manpage.

Test Plan

For reference, hexdump -n 20 on a RISC-V executable gives:

0000000 457f 464c 0102 0001 0000 0000 0000 0000
0000010 0002 00f3
0000014

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

LGTM (don't forget to bump .Dd); have you had a chance to test cross-builds with -user-static?

This revision is now accepted and ready to land.May 1 2020, 1:04 AM

LGTM (don't forget to bump .Dd); have you had a chance to test cross-builds with -user-static?

Yes. There are a small number of packages that build right now, but they seem to do so without issue :)

This revision was automatically updated to reflect the committed changes.