Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-6-1] src
Module Name: src
Committed By: snj
Date: Thu Nov 7 20:32:37 UTC 2013
Modified Files:
src/libexec/ld.elf_so [netbsd-6-1]: tls.c
src/tests/lib/libc/tls/dso [netbsd-6-1]: h_tls_dlopen.c
Log Message:
Pull up following revision(s) (requested by joerg in ticket #976):
libexec/ld.elf_so/tls.c: revision 1.9
tests/lib/libc/tls/dso/h_tls_dlopen.c: revision 1.5
Only initialise TLS space from the PT_TLS segment, if the size is
positive and the offset has been computed. Fixes PR lib/48324.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.18.1 src/libexec/ld.elf_so/tls.c
cvs rdiff -u -r1.4 -r1.4.14.1 src/tests/lib/libc/tls/dso/h_tls_dlopen.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