K 10 svn:author V 7 glebius K 8 svn:date V 27 2016-12-09T18:07:28.079917Z K 7 svn:log V 335 Treat R_X86_64_PLT32 relocs as R_X86_64_PC32. If we load a binary that is designed to be a library, it produces relocatable code via assembler directives in the assembly itself (rather than compiler options). This emits R_X86_64_PLT32 relocations, which are not handled by the kernel linker. Submitted by: gallatin Reviewed by: kib END