From 8693985ac6b1667255eee4a22a6b43e8868e26ff Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 24 Sep 2002 23:34:51 +0000 Subject: Update. --- linuxthreads_db/ChangeLog | 6 ++++++ linuxthreads_db/thread_db.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/linuxthreads_db/ChangeLog b/linuxthreads_db/ChangeLog index a869c3c90a..ce40ce75f1 100644 --- a/linuxthreads_db/ChangeLog +++ b/linuxthreads_db/ChangeLog @@ -1,3 +1,9 @@ +2002-09-24 Ulrich Drepper + + * td_thr_tls_get_addr.c (td_thr_tls_get_addr): Change second + parameter to be the address of the link map in the inferior process. + * thread_db.h: Update prototype for td_thr_tls_get_addr. + 2002-08-23 Ulrich Drepper * thread_dbP.h: Define LINUXTHREADS_VERSION. diff --git a/linuxthreads_db/thread_db.h b/linuxthreads_db/thread_db.h index 906f48cd6e..f0d9aa7c37 100644 --- a/linuxthreads_db/thread_db.h +++ b/linuxthreads_db/thread_db.h @@ -404,7 +404,7 @@ extern td_err_e td_thr_setxregs (const td_thrhandle_t *__th, /* Get address of thread local variable. */ extern td_err_e td_thr_tls_get_addr (const td_thrhandle_t *__th, - struct link_map *__map, size_t __offset, + void *__map_address, size_t __offset, void **__address); -- cgit 1.4.1