mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
* 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.
This commit is contained in:
parent
d43147cd89
commit
b1b2fb5994
@ -1,3 +1,8 @@
|
|||||||
|
2003-11-25 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
|
* td_symbol_list.c (symbol_list_arr) [HAVE_ASM_GLOBAL_DOT_NAME]:
|
||||||
|
Prepend "." to symbol names for functions.
|
||||||
|
|
||||||
2003-08-18 Daniel Jacobowitz <drow@mvista.com>
|
2003-08-18 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
* td_thr_getfpregs.c (td_thr_getfpregs): Use the main thread if
|
* td_thr_getfpregs.c (td_thr_getfpregs): Use the main thread if
|
||||||
|
@ -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>
|
2003-09-08 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* td_thr_get_info.c (td_thr_get_info): Cast th_unique to thread_t.
|
* td_thr_get_info.c (td_thr_get_info): Cast th_unique to thread_t.
|
||||||
|
Loading…
Reference in New Issue
Block a user