Module Name:    src
Committed By:   chs
Date:           Sun Dec 14 23:49:17 UTC 2014

Modified Files:
        src/lib/libc/tls: tls.c
        src/libexec/ld.elf_so: tls.c
        src/sys/arch/powerpc/include: types.h
        src/sys/arch/powerpc/powerpc: sig_machdep.c

Log Message:
fix powerpc TLS problems by removing the hacks for PPC EABI.
the kernel no longer treats R2 specially and its use as
the TLS register is now handled entirely in userland.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/tls/tls.c
cvs rdiff -u -r1.9 -r1.10 src/libexec/ld.elf_so/tls.c
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/powerpc/include/types.h
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/powerpc/powerpc/sig_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to