From d45fe813da000d2d7dc3fdf115b9a679e5042d93 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Mon, 19 Mar 2001 05:46:27 +0000 Subject: Fix solib support so that non-svr4-solib-host x svr4-solib-target will work. --- gdb/acconfig.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'gdb/acconfig.h') diff --git a/gdb/acconfig.h b/gdb/acconfig.h index 6a62bab..2ae2718 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -49,6 +49,19 @@ /* Define if has pr_siginfo64_t */ #undef HAVE_PR_SIGINFO64_T +/* Define if exists and defines struct link_map which has + members with an ``l_'' prefix. (For Solaris, SVR4, and + SVR4-like systems.) */ +#undef HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS + +/* Define if exists and defines struct link_map which has + members with an ``lm_'' prefix. (For SunOS.) */ +#undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS + +/* Define if exists and defines a struct so_map which has + members with an ``som_'' prefix. (Found on older *BSD systems.) */ +#undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS + /* Define if has struct link_map32 */ #undef HAVE_STRUCT_LINK_MAP32 -- cgit v1.1