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, Feb 20, 2:20 AM
Unknown Object (File)
Sun, Feb 16, 3:30 AM
Unknown Object (File)
Sat, Feb 8, 7:35 AM
Unknown Object (File)
Sat, Feb 1, 7:59 AM
Unknown Object (File)
Jan 9 2025, 11:44 PM
Unknown Object (File)
Dec 23 2024, 10:43 PM
Unknown Object (File)
Dec 18 2024, 1:18 AM
Unknown Object (File)
Nov 24 2024, 5:28 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.