Page MenuHomeFreeBSD

Disable "C"-extension
ClosedPublic

Authored by br on Jul 25 2018, 8:44 AM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 4 2024, 1:52 AM
Unknown Object (File)
Oct 3 2024, 12:58 PM
Unknown Object (File)
Oct 1 2024, 12:13 PM
Unknown Object (File)
Sep 28 2024, 1:07 AM
Unknown Object (File)
Sep 27 2024, 7:08 PM
Unknown Object (File)
Sep 27 2024, 7:39 AM
Unknown Object (File)
Sep 26 2024, 7:53 PM
Unknown Object (File)
Sep 18 2024, 8:43 PM

Details

Summary

Disable C-compressed ISA

riscv KDB disassembler and DTrace FBT provider are currently broken due to C-extension being turned on.
They both handle 4-bytes instructions only

So disable it for now

Test Plan

build world and run

Diff Detail

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

Event Timeline

sys/riscv/riscv/swtch.S
213 ↗(On Diff #45819)

This string doesn't seem to be used anywhere...

This revision is now accepted and ready to land.Jul 25 2018, 3:47 PM
This revision was automatically updated to reflect the committed changes.