Page MenuHomeFreeBSD

Disable "C"-extension
ClosedPublic

Authored by br on Jul 25 2018, 8:44 AM.
Tags
None
Referenced Files
F167525613: D16436.diff
Sat, Aug 22, 12:00 PM
F167473856: D16436.id45819.diff
Sat, Aug 22, 1:16 AM
Unknown Object (File)
Thu, Aug 20, 9:47 AM
Unknown Object (File)
Tue, Aug 18, 7:11 PM
Unknown Object (File)
Wed, Aug 12, 1:54 PM
Unknown Object (File)
Wed, Aug 12, 1:47 PM
Unknown Object (File)
Wed, Aug 12, 1:47 PM
Unknown Object (File)
Wed, Aug 12, 1:39 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.