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, Apr 18, 2:30 AM
Unknown Object (File)
Thu, Apr 18, 2:12 AM
Unknown Object (File)
Wed, Apr 17, 7:32 PM
Unknown Object (File)
Mar 12 2024, 6:27 AM
Unknown Object (File)
Mar 12 2024, 6:27 AM
Unknown Object (File)
Mar 12 2024, 6:23 AM
Unknown Object (File)
Mar 8 2024, 5:05 AM
Unknown Object (File)
Jan 6 2024, 6:08 PM
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.