This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libc ./ChangeLog ./tls.make.c csu/Versions csu ...


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sourceware.org	2006-10-27 23:11:47

Modified files:
	.              : ChangeLog tls.make.c 
	csu            : Versions libc-start.c libc-tls.c version.c 
	dlfcn          : dlinfo.c 
	elf            : dl-addr.c dl-cache.c dl-close.c 
	                 dl-iteratephdr.c dl-load.c dl-lookup.c 
	                 dl-object.c dl-open.c dl-reloc.c dl-support.c 
	                 dl-sym.c dl-sysdep.c dl-tls.c ldconfig.c rtld.c 
	                 tst-tls-dlinfo.c tst-tls1.c tst-tls10.h 
	                 tst-tls14.c tst-tls2.c tst-tls3.c tst-tls4.c 
	                 tst-tls5.c tst-tls6.c tst-tls7.c tst-tls8.c 
	                 tst-tls9.c tst-tlsmod1.c tst-tlsmod13.c 
	                 tst-tlsmod13a.c tst-tlsmod14a.c tst-tlsmod2.c 
	                 tst-tlsmod3.c tst-tlsmod4.c tst-tlsmod5.c 
	                 tst-tlsmod6.c 
	include        : errno.h link.h tls.h 
	locale         : global-locale.c localeinfo.h 
	malloc         : arena.c hooks.c malloc.c 
	nptl           : ChangeLog init.c tst-tls5.h 
	nptl/sysdeps/alpha: tls.h 
	nptl/sysdeps/i386: tls.h 
	nptl/sysdeps/ia64: tls.h 
	nptl/sysdeps/powerpc: tls.h 
	nptl/sysdeps/s390: tls.h 
	nptl/sysdeps/sh: tls.h 
	nptl/sysdeps/sparc: tls.h 
	nptl/sysdeps/x86_64: tls.h 
	nptl_db        : ChangeLog structs.def 
	resolv         : Versions 
	sysdeps/alpha  : dl-machine.h libc-tls.c 
	sysdeps/generic: ldsodefs.h tls.h 
	sysdeps/i386   : dl-machine.h 
	sysdeps/ia64   : dl-machine.h libc-tls.c 
	sysdeps/mach/hurd: fork.c 
	sysdeps/mach/hurd/i386: tls.h 
	sysdeps/powerpc/powerpc32: dl-machine.c dl-machine.h 
	sysdeps/powerpc/powerpc64: dl-machine.h 
	sysdeps/s390   : libc-tls.c 
	sysdeps/s390/s390-32: dl-machine.h 
	sysdeps/s390/s390-64: dl-machine.h 
	sysdeps/sh     : dl-machine.h 
	sysdeps/sparc/sparc32: dl-machine.h 
	sysdeps/sparc/sparc64: dl-machine.h 
	sysdeps/x86_64 : dl-machine.h 

Log message:
	USE_TLS support is now default.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&r1=1.10394&r2=1.10395
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/tls.make.c.diff?cvsroot=glibc&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/csu/Versions.diff?cvsroot=glibc&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/csu/libc-start.c.diff?cvsroot=glibc&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/csu/libc-tls.c.diff?cvsroot=glibc&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/csu/version.c.diff?cvsroot=glibc&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/dlfcn/dlinfo.c.diff?cvsroot=glibc&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/dl-addr.c.diff?cvsroot=glibc&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/dl-cache.c.diff?cvsroot=glibc&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/dl-close.c.diff?cvsroot=glibc&r1=1.123&r2=1.124
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/dl-iteratephdr.c.diff?cvsroot=glibc&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/dl-load.c.diff?cvsroot=glibc&r1=1.281&r2=1.282
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/dl-lookup.c.diff?cvsroot=glibc&r1=1.124&r2=1.125
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/dl-object.c.diff?cvsroot=glibc&r1=1.42&r2=1.43
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/dl-open.c.diff?cvsroot=glibc&r1=1.134&r2=1.135
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/dl-reloc.c.diff?cvsroot=glibc&r1=1.101&r2=1.102
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/dl-support.c.diff?cvsroot=glibc&r1=1.89&r2=1.90
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/dl-sym.c.diff?cvsroot=glibc&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/dl-sysdep.c.diff?cvsroot=glibc&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/dl-tls.c.diff?cvsroot=glibc&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/ldconfig.c.diff?cvsroot=glibc&r1=1.54&r2=1.55
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/rtld.c.diff?cvsroot=glibc&r1=1.367&r2=1.368
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/tst-tls-dlinfo.c.diff?cvsroot=glibc&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/tst-tls1.c.diff?cvsroot=glibc&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/tst-tls10.h.diff?cvsroot=glibc&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/tst-tls14.c.diff?cvsroot=glibc&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/tst-tls2.c.diff?cvsroot=glibc&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/tst-tls3.c.diff?cvsroot=glibc&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/tst-tls4.c.diff?cvsroot=glibc&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/tst-tls5.c.diff?cvsroot=glibc&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/tst-tls6.c.diff?cvsroot=glibc&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/tst-tls7.c.diff?cvsroot=glibc&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/tst-tls8.c.diff?cvsroot=glibc&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/tst-tls9.c.diff?cvsroot=glibc&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/tst-tlsmod1.c.diff?cvsroot=glibc&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/tst-tlsmod13.c.diff?cvsroot=glibc&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/tst-tlsmod13a.c.diff?cvsroot=glibc&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/tst-tlsmod14a.c.diff?cvsroot=glibc&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/tst-tlsmod2.c.diff?cvsroot=glibc&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/tst-tlsmod3.c.diff?cvsroot=glibc&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/tst-tlsmod4.c.diff?cvsroot=glibc&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/tst-tlsmod5.c.diff?cvsroot=glibc&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/elf/tst-tlsmod6.c.diff?cvsroot=glibc&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/include/errno.h.diff?cvsroot=glibc&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/include/link.h.diff?cvsroot=glibc&r1=1.42&r2=1.43
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/include/tls.h.diff?cvsroot=glibc&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/locale/global-locale.c.diff?cvsroot=glibc&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/locale/localeinfo.h.diff?cvsroot=glibc&r1=1.58&r2=1.59
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/malloc/arena.c.diff?cvsroot=glibc&r1=1.24&r2=1.25
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/malloc/hooks.c.diff?cvsroot=glibc&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/malloc/malloc.c.diff?cvsroot=glibc&r1=1.172&r2=1.173
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/ChangeLog.diff?cvsroot=glibc&r1=1.932&r2=1.933
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/init.c.diff?cvsroot=glibc&r1=1.59&r2=1.60
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/tst-tls5.h.diff?cvsroot=glibc&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/alpha/tls.h.diff?cvsroot=glibc&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/i386/tls.h.diff?cvsroot=glibc&r1=1.32&r2=1.33
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/ia64/tls.h.diff?cvsroot=glibc&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/powerpc/tls.h.diff?cvsroot=glibc&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/s390/tls.h.diff?cvsroot=glibc&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/sh/tls.h.diff?cvsroot=glibc&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/sparc/tls.h.diff?cvsroot=glibc&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/x86_64/tls.h.diff?cvsroot=glibc&r1=1.26&r2=1.27
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl_db/ChangeLog.diff?cvsroot=glibc&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl_db/structs.def.diff?cvsroot=glibc&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/resolv/Versions.diff?cvsroot=glibc&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/alpha/dl-machine.h.diff?cvsroot=glibc&r1=1.82&r2=1.83
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/alpha/libc-tls.c.diff?cvsroot=glibc&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/generic/ldsodefs.h.diff?cvsroot=glibc&r1=1.131&r2=1.132
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/generic/tls.h.diff?cvsroot=glibc&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/i386/dl-machine.h.diff?cvsroot=glibc&r1=1.134&r2=1.135
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/dl-machine.h.diff?cvsroot=glibc&r1=1.39&r2=1.40
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/libc-tls.c.diff?cvsroot=glibc&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/mach/hurd/fork.c.diff?cvsroot=glibc&r1=1.57&r2=1.58
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/mach/hurd/i386/tls.h.diff?cvsroot=glibc&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/powerpc/powerpc32/dl-machine.c.diff?cvsroot=glibc&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/powerpc/powerpc32/dl-machine.h.diff?cvsroot=glibc&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/powerpc/powerpc64/dl-machine.h.diff?cvsroot=glibc&r1=1.24&r2=1.25
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/s390/libc-tls.c.diff?cvsroot=glibc&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/s390/s390-32/dl-machine.h.diff?cvsroot=glibc&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/s390/s390-64/dl-machine.h.diff?cvsroot=glibc&r1=1.20&r2=1.21
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/sh/dl-machine.h.diff?cvsroot=glibc&r1=1.36&r2=1.37
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/sparc/sparc32/dl-machine.h.diff?cvsroot=glibc&r1=1.56&r2=1.57
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/sparc/sparc64/dl-machine.h.diff?cvsroot=glibc&r1=1.51&r2=1.52
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/x86_64/dl-machine.h.diff?cvsroot=glibc&r1=1.33&r2=1.34


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]