The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=31607861e2ea3adae26a4ce3f6fbd61dfbc37894
commit 31607861e2ea3adae26a4ce3f6fbd61dfbc37894 Author: Konstantin Belousov <[email protected]> AuthorDate: 2021-08-27 14:28:19 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2021-08-28 20:39:16 +0000 Style Sponsored by: The FreeBSD Foundation MFC after: 3 days --- sys/i386/i386/elf_machdep.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/i386/i386/elf_machdep.c b/sys/i386/i386/elf_machdep.c index 3754b36d9e33..5d472e4db4a2 100644 --- a/sys/i386/i386/elf_machdep.c +++ b/sys/i386/i386/elf_machdep.c @@ -261,6 +261,7 @@ elf_reloc_internal(linker_file_t lf, Elf_Addr relocbase, const void *data, if (*where != addr) *where = addr; break; + default: printf("kldload: unexpected relocation type %d, " "symbol index %d\n", rtype, symidx); _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
