Hi all, I compiled latest linux kernel version with 64I option with F and C turned off, but i notice that there are still appearing in the binary. Is there a way to turn them off?
thanks in advance,
Vithurson
vmlinux: file format elf64-littleriscv
Disassembly of section .head.text:
0000000080000000 <_start>:
80000000: 05c0006f j 8000005c <_start_kernel>
...
80000010: ab78 fsd fa4,208(a4)
80000012: 0095 addi ra,ra,5
...
80000020: 0002 c.slli zero,0x0
...
8000002e: 0000 unimp
80000030: 4952 lw s2,20(sp)
80000032: 00564353 fadd.s ft6,fa2,ft5,rmm
80000036: 0000 unimp
80000038: 5352 lw t1,52(sp)
8000003a: 00000543 fmadd.s fa0,ft0,ft0,ft0,rne
...