Date: Tue, 4 Dec 2007 20:00:48 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf/sparc64 reloc.c src/sys/sparc64/sparc64 elf_machdep.c Message-ID: <200712042000.lB4K0mUw092877@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2007-12-04 20:00:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) libexec/rtld-elf/sparc64 reloc.c sys/sparc64/sparc64 elf_machdep.c Log: 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. Revision Changes Path 1.10.2.2 +14 -9 src/libexec/rtld-elf/sparc64/reloc.c 1.19.8.2 +14 -8 src/sys/sparc64/sparc64/elf_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712042000.lB4K0mUw092877>