Module Name: src Committed By: matt Date: Sat Mar 12 07:43:53 UTC 2011
Modified Files: src/libexec/ld.elf_so: tls.c src/libexec/ld.elf_so/arch/powerpc: ppc_reloc.c Log Message: Add TLS support for PowerPC. If the port has __lwp_gettcb_fast or __lwp_settcb use them instead of __lwp_getprivate_fast or lwp_setprivate. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/libexec/ld.elf_so/tls.c cvs rdiff -u -r1.47 -r1.48 src/libexec/ld.elf_so/arch/powerpc/ppc_reloc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.