glibc/nptl/sysdeps/unix/sysv/linux/powerpc
Ulrich Drepper 299601a1ef Update.
2003-04-22  Jakub Jelinek  <jakub@redhat.com>

	* include/link.h (NO_TLS_OFFSET): Define to 0 if not defined.
	* elf/dl-close.c (_dl_close): Use NO_TLS_OFFSET.
	* elf/dl-object.c (_dl_new_object): Initialize l_tls_offset to
	NO_TLS_OFFSET.
	* elf/rtld.c (_dl_start_final, _dl_start): Likewise.
	* elf/dl-reloc.c (CHECK_STATIC_TLS): Use NO_TLS_OFFSET.
	* sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Likewise.
	* sysdeps/powerpc/dl-tls.h (TLS_TPREL_VALUE): Don't subtract
	TLS_TCB_SIZE.
2003-04-25 09:12:43 +00:00
..
bits Update. 2003-03-18 11:17:57 +00:00
powerpc32 Update. 2003-04-25 09:12:43 +00:00
powerpc64 Update. 2003-04-25 09:12:43 +00:00
createthread.c Update. 2003-04-25 09:12:43 +00:00
fork.c 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
lowlevellock.h Update. 2003-03-20 10:29:20 +00:00
Makefile 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
pt-vfork.S 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
pthread_once.c Replace __lll_add calls with atomic_exchange_and_add calls respectively. 2003-03-20 10:28:06 +00:00