diff --git a/gdb/solib-svr4.c b/gdb/solib-svr4.c index 0da5692..7350edc 100644 --- a/gdb/solib-svr4.c +++ b/gdb/solib-svr4.c @@ -1434,9 +1434,11 @@ svr4_current_sos_direct (struct svr4_info *info) /* Assume that everything is a library if the dynamic loader was loaded late by a static executable. */ +#if 0 if (exec_bfd && bfd_get_section_by_name (exec_bfd, ".dynamic") == NULL) ignore_first = 0; else +#endif ignore_first = 1; back_to = make_cleanup (svr4_free_library_list, &head);