about summary refs log tree commit diff
path: root/nptl_db/db_info.c
Commit message (Collapse)AuthorAgeFilesLines
* 2004-03-13 Jakub Jelinek <jakub@redhat.com>Roland McGrath2004-03-141-11/+5
| | | | | * db_info.c: Don't use TLS_TP_OFFSET in the #if, but TLS_TCB_SIZE == 0 ?: in the DESC macro.
* 2004-03-12 Roland McGrath <roland@redhat.com>Roland McGrath2004-03-131-1/+10
| | | | | * db_info.c [TLS_DTV_AT_TP && TLS_TP_OFFSET > 0] (_thread_db_pthread_dtvp): Define differently for this case (PowerPC).
* 2003-12-11 Ulrich Weigand <uweigand@de.ibm.com>Roland McGrath2004-01-061-2/+2
| | | | | * db_info.c (REGISTER): Add bit size of thread register as second parameter to REGISTER macro.
* 2003-12-02 Roland McGrath <roland@redhat.com>Roland McGrath2003-12-181-0/+2
| | | | | | | | | | * thread_dbP.h (DB_FUNCTION): New macro. * structs.def: Use it for __nptl_create_event and __nptl_death_event. * db_info.c (DB_FUNCTION): New macro. * td_symbol_list.c (DB_FUNCTION): New macro, prepend "." to symbol name under [HAVE_ASM_GLOBAL_DOT_NAME]. (td_lookup) [HAVE_ASM_GLOBAL_DOT_NAME]: If lookup fails with PS_NOSYM and name starts with a dot, try it without the dot.
* * sysdeps/unix/sysv/linux/speed.cRoland McGrath2003-09-091-0/+98
(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.