Page MenuHomeFreeBSD

Disable "C"-extension
ClosedPublic

Authored by br on Jul 25 2018, 8:44 AM.
Tags
None
Referenced Files
F158661496: D16436.id45830.diff
Thu, Jun 4, 11:05 AM
Unknown Object (File)
Thu, May 7, 9:41 PM
Unknown Object (File)
Thu, May 7, 9:34 AM
Unknown Object (File)
May 4 2026, 10:20 PM
Unknown Object (File)
Apr 30 2026, 11:19 AM
Unknown Object (File)
Apr 28 2026, 11:27 PM
Unknown Object (File)
Apr 28 2026, 11:23 PM
Unknown Object (File)
Apr 28 2026, 9:07 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.