Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-7] src



Module Name:    src
Committed By:   snj
Date:           Wed Dec 31 06:51:09 UTC 2014

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

Log Message:
Pull up following revision(s) (requested by chs in ticket #364):
        lib/libc/tls/tls.c: revision 1.8
        libexec/ld.elf_so/tls.c: revision 1.10
        sys/arch/powerpc/include/types.h: revision 1.50
        sys/arch/powerpc/powerpc/sig_machdep.c: revision 1.44
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.7.4.1 src/lib/libc/tls/tls.c
cvs rdiff -u -r1.9 -r1.9.4.1 src/libexec/ld.elf_so/tls.c
cvs rdiff -u -r1.49 -r1.49.4.1 src/sys/arch/powerpc/include/types.h
cvs rdiff -u -r1.43 -r1.43.14.1 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.




Home | Main Index | Thread Index | Old Index