diff options
author | Roland McGrath <roland@gnu.org> | 2003-12-18 02:51:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-12-18 02:51:10 +0000 |
commit | b1b2fb5994af7d81bf63fd325baed09506e9915b (patch) | |
tree | 32e22da22f4b295b32957bd0a0f2a79b790117e8 /nptl_db/ChangeLog | |
parent | d43147cd8983e002455633651de6d89fdf21de36 (diff) | |
download | glibc-b1b2fb5994af7d81bf63fd325baed09506e9915b.zip glibc-b1b2fb5994af7d81bf63fd325baed09506e9915b.tar.gz glibc-b1b2fb5994af7d81bf63fd325baed09506e9915b.tar.bz2 |
* 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.
Diffstat (limited to 'nptl_db/ChangeLog')
-rw-r--r-- | nptl_db/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nptl_db/ChangeLog b/nptl_db/ChangeLog index da38cee..05f1c85 100644 --- a/nptl_db/ChangeLog +++ b/nptl_db/ChangeLog @@ -1,3 +1,13 @@ +2003-12-02 Roland McGrath <roland@redhat.com> + + * 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. + 2003-09-08 Roland McGrath <roland@redhat.com> * td_thr_get_info.c (td_thr_get_info): Cast th_unique to thread_t. |