aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2001-03-19 05:46:27 +0000
committerKevin Buettner <kevinb@redhat.com>2001-03-19 05:46:27 +0000
commitd45fe813da000d2d7dc3fdf115b9a679e5042d93 (patch)
tree29371110391384db7e57c873ed74abd1351c9254 /gdb/config.in
parent8aa16b78d80fc1ad1e252d8b712c828444a60be4 (diff)
downloadfsf-binutils-gdb-d45fe813da000d2d7dc3fdf115b9a679e5042d93.zip
fsf-binutils-gdb-d45fe813da000d2d7dc3fdf115b9a679e5042d93.tar.gz
fsf-binutils-gdb-d45fe813da000d2d7dc3fdf115b9a679e5042d93.tar.bz2
Fix solib support so that non-svr4-solib-host x svr4-solib-target will work.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 032da3d..db4f525 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -77,6 +77,19 @@
/* Define if your struct reg has r_gs. */
#undef HAVE_STRUCT_REG_R_GS
+/* Define if <link.h> 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 <link.h> 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 <link.h> 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 <sys/link.h> has struct link_map32 */
#undef HAVE_STRUCT_LINK_MAP32