in struct so_map.
* configure: regenerate.
+2001-06-22 J.T. Conklin <jtc@redback.com>
+
+ * configure.in: include nlist.h when checking for member som_addr
+ in struct so_map.
+ * configure: regenerate.
+
2001-06-21 Keith Seitz <keiths@redhat.com>
* cli-out.c (cli_out_new): Initialize new structure member
#line 5405 "configure"
#include "confdefs.h"
#include <sys/types.h>
+#ifdef HAVE_NLIST_H
+#include <nlist.h>
+#endif
#include <link.h>
int main() {
struct so_map lm; (void) lm.som_addr;
AC_MSG_CHECKING(for member som_addr in struct so_map)
AC_CACHE_VAL(gdb_cv_have_struct_so_map_with_som_members,
[AC_TRY_COMPILE([#include <sys/types.h>
+#ifdef HAVE_NLIST_H
+#include <nlist.h>
+#endif
#include <link.h>],
[struct so_map lm; (void) lm.som_addr;],
gdb_cv_have_struct_so_map_with_som_members=yes,