These are emitted in at least two kmods, and kldxref prints a warning.
While here, remove the unneeded local variable 'val'.
For reference: https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc#relocations
Differential D37038
kldxref: handle R_RISCV_64 relocation mhorne on Oct 18 2022, 6:13 PM. Authored by Tags None Referenced Files
Subscribers
Details These are emitted in at least two kmods, and kldxref prints a warning. For reference: https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-elf.adoc#relocations Before: # kldxref /boot/kernel kldxref: unhandled relocation type 2 kldxref: unhandled relocation type 2 kldxref: unhandled relocation type 2 kldxref: unhandled relocation type 2 kldxref: unhandled relocation type 2 After: # kldxref /boot/kernel
Diff Detail
|