about summary refs log tree commit diff
path: root/linuxthreads_db/td_thr_tls_get_addr.c
Commit message (Collapse)AuthorAgeFilesLines
* (td_thr_tls_get_addr): Fix reference to dtv.Ulrich Drepper2002-09-281-1/+1
|
* * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Move __libc_read,Roland McGrath2002-09-251-10/+10
| | | | | __libc_write, __libc_lseek64, to ... (ld: GLIBC_PRIVATE): ... here.
* (td_thr_tls_get_addr): Change second parameter to be the address of the link ↵Ulrich Drepper2002-09-241-5/+8
| | | | map in the inferior process.
* * configure.in: Make GCC version check require 3.[2-9]* and no others.Roland McGrath2002-08-221-4/+4
| | | | | | | | | | | | | | | * configure: Regenerated. * manual/install.texi (Tools for Compilation): Say 3.2 is required. (Configuring and compiling): Don't mention older GCC versions any more. * INSTALL: Regenerated. * manual/install.texi (Configuring and compiling, Installation, Running make install, Linux): Linux -> GNU/Linux where appropriate. * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can be inlined. Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP] and with noinline otherwise. Remove hack alloca use to prevent inlining, we can ask for it explicitly nowadays.
* (td_thr_tls_get_addr): Don't include "tls.h". Return TD_ERR if USE_TLS is ↵Ulrich Drepper2002-06-211-3/+8
| | | | not defined.
* Function to get address of thread local variable.Ulrich Drepper2002-06-121-0/+62