]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a bare minimum (but wrong) R_X86_64_JMP_SLOT relocation type for
authorpeter <peter@FreeBSD.org>
Tue, 27 Sep 2005 18:18:23 +0000 (18:18 +0000)
committerpeter <peter@FreeBSD.org>
Tue, 27 Sep 2005 18:18:23 +0000 (18:18 +0000)
commit257c4e08635298f28b9c903698008c16f3fd1cd4
tree036e1cde785e3f5a9b72fb7222e077ff2e90dd78
parent9a8dd5b1cf5893468f306cb8a9ba5abb53ef4d6b
Add a bare minimum (but wrong) R_X86_64_JMP_SLOT relocation type for
kernel modules.  We actually need to include any addends and the symbol
offset value, but for gcc/binutils didn't set it anywhere I've found on
'cc -fpic -shared' kernel modules.
sys/amd64/amd64/elf_machdep.c