mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
* 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.
This commit is contained in:
parent
2f84cc6a48
commit
bfeafbf7f0
@ -1,3 +1,12 @@
|
||||
2003-03-15 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2003-02-27 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* td_thr_tls_get_addr.c (td_thr_tls_get_addr): Handle TLS_DTV_AT_TP.
|
||||
|
@ -1,3 +1,12 @@
|
||||
2003-03-15 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2003-03-14 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* td_thr_tls_get_addr.c (td_thr_tls_get_addr): Use `header.' prefix.
|
||||
|
Loading…
Reference in New Issue
Block a user