K 10 svn:author V 4 jake K 8 svn:date V 27 2003-01-21T02:42:44.000000Z K 7 svn:log V 502 Resolve relative relocations in klds before trying to parse the module's metadata. This fixes module dependency resolution by the kernel linker on sparc64, where the relocations for the metadata are different than on other architectures; the relative offset is in the addend of an Elf_Rela record instead of the original value of the location being patched. Also fix printf formats in debug code. Submitted by: Hartmut Brandt PR: 46732 Tested on: alpha (obrien), i386, sparc64 END