cvs commit: src/libexec/rtld-elf/sparc64 reloc.c src/sys/sparc64/sparc64 elf_machdep.c

2007-12-04 Thread Marius Strobl
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

cvs commit: src/libexec/rtld-elf/sparc64 reloc.c src/sys/sparc64/sparc64 elf_machdep.c

2007-10-21 Thread Marius Strobl
marius 2007-10-21 21:09:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) 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

cvs commit: src/libexec/rtld-elf/sparc64 reloc.c src/sys/sparc64/sparc64 elf_machdep.c

2007-10-16 Thread Marius Strobl
marius 2007-10-16 19:17:48 UTC FreeBSD src repository Modified files: libexec/rtld-elf/sparc64 reloc.c sys/sparc64/sparc64 elf_machdep.c Log: - Fix the handling of R_SPARC_OLO10, which is a bit of a special case in the way we implement handling of relocations. As f

cvs commit: src/libexec/rtld-elf/sparc64 reloc.c

2007-07-13 Thread Ken Smith
kensmith2007-07-13 16:18:43 UTC FreeBSD src repository Modified files: libexec/rtld-elf/sparc64 reloc.c Log: Cache does not serve any purpose when rtld is relocating itself, do not bother allocating one. Submitted by: kan Approved by:re (bmah) Revision Change