K 10 svn:author V 6 marius K 8 svn:date V 27 2007-12-04T20:00:48.000000Z K 7 svn:log V 513 MFC: libexec/rtld-elf/sparc64/reloc.c 1.16, sys/sparc64/sparc64/elf_machdep.c 1.24 - Fix the handling of R_SPARC_OLO10, which is a bit of a special case in the way we implement handling of relocations. While at it replace some more ELF_R_TYPE which should have been ELF64_R_TYPE_ID but didn't cause problems so far. - Sync a sanity check between kernel and rtld(1) and change it to be maintenance free regarding the type used for the lookup table. - Sprinkle const on lookup tables. - Use __FBSDID. END