Page MenuHomeFreeBSD

Disable "C"-extension
ClosedPublic

Authored by br on Jul 25 2018, 8:44 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 13, 8:35 AM
Unknown Object (File)
Dec 2 2024, 3:09 AM
Unknown Object (File)
Dec 2 2024, 3:09 AM
Unknown Object (File)
Dec 2 2024, 3:09 AM
Unknown Object (File)
Dec 2 2024, 3:09 AM
Unknown Object (File)
Dec 2 2024, 2:42 AM
Unknown Object (File)
Oct 4 2024, 1:52 AM
Unknown Object (File)
Oct 3 2024, 12:58 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

Lint
Lint Skipped
Unit
Tests Skipped

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.