about summary refs log tree commit diff
path: root/nptl_db/td_thr_tlsbase.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* * init.c (__nptl_initial_report_events): New variable.Roland McGrath2007-06-261-2/+23
| | | | | (__pthread_initialize_minimal_internal): Initialize pd->report_events to that.
* * structs.def: Add a descriptor for pointer.val field of dtv_t.Roland McGrath2006-02-041-4/+9
| | | | | * td_thr_tlsbase.c (td_thr_tlsbase): Extract pointer.val field from DTV slot.
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-9/+4
|
* 2.5-18.1Jakub Jelinek2007-07-121-4/+9
|
* * sysdeps/unix/sysv/linux/speed.cRoland McGrath2003-09-091-28/+11
| | | | | | | | | (cfsetospeed): Only set c_ospeed under [_HAVE_STRUCT_TERMIOS_C_OSPEED]. (cfsetispeed): Only set c_ispeed under [_HAVE_STRUCT_TERMIOS_C_ISPEED]. * sysdeps/unix/sysv/linux/bits/termios.h (_HAVE_STRUCT_TERMIOS_C_ISPEED, _HAVE_STRUCT_TERMIOS_C_OSPEED): Define. * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
* 2003-03-15 Roland McGrath <roland@redhat.com>Roland McGrath2003-03-151-0/+67
* thread_db.h (td_err_e): Add TD_NOTLS and TD_TLSDEFER. (td_thr_tlsbase): Declare it. * td_thr_tlsbase.c: New file. * Makefile (libthread_db-routines): Add it. * Versions (libthread_db: GLIBC_2.3.3): New set, add td_thr_tlsbase. * td_thr_tls_get_addr.c (td_thr_tls_get_addr): Use td_thr_tlsbase.