From d43147cd8983e002455633651de6d89fdf21de36 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 18 Dec 2003 02:51:04 +0000 Subject: 2003-12-02 Roland McGrath * 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. --- nptl_db/db_info.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nptl_db/db_info.c') diff --git a/nptl_db/db_info.c b/nptl_db/db_info.c index aa485369b2..40cf5bf08e 100644 --- a/nptl_db/db_info.c +++ b/nptl_db/db_info.c @@ -71,10 +71,12 @@ DESC (_thread_db_pthread_dtvp, #define DB_VARIABLE(name) DESC (_thread_db_##name, 0, name) #define DB_ARRAY_VARIABLE(name) ARRAY_DESC (_thread_db_##name, 0, name) #define DB_SYMBOL(name) /* Nothing. */ +#define DB_FUNCTION(name) /* Nothing. */ #include "structs.def" #undef DB_STRUCT #undef DB_STRUCT_FIELD #undef DB_SYMBOL +#undef DB_FUNCTION #undef DB_VARIABLE #undef DESC -- cgit v1.2.3