On 8 August 2018 at 13:27, Warner Losh <[email protected]> wrote: > >> % /usr/obj/usr/src/i386.i386/usr.sbin/kldxref/kldxref /boot/kernel >> kldxref: unhandled relocation type 2 >> (40+ messages...) > > > Oh, wait: relocation type, not module info.... That's not me, that's ed and > the new linker I think, or Dimitry and the new clang...
2 is R_386_PC32. It looks like the kernel's relocation code handles this, but not kldxref. I hope to be able to look at it soon. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
