* somsolib.c (auto_solib_add_at_startup): Delete definition. No
authorJeff Law <law@redhat.com>
Mon, 18 Sep 1995 07:48:34 +0000 (07:48 +0000)
committerJeff Law <law@redhat.com>
Mon, 18 Sep 1995 07:48:34 +0000 (07:48 +0000)
longer needed.

gdb/ChangeLog
gdb/somsolib.c

index 2fb3a151d57ab65f6f3d176ec32fb577ccd26029..77609526522698523205c96b3e58ec74fc51e844 100644 (file)
@@ -1,3 +1,8 @@
+Mon Sep 18 01:43:42 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * somsolib.c (auto_solib_add_at_startup): Delete definition.  No
+       longer needed.
+
 Sat Sep 16 13:23:36 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
        * config/mips/tm-mips.h (UNUSED_REGNUM):  Define.
index 9ac429d204903d83a4a539aec3aac52c69b937da..16d9fa0a44ddc3c34424a1fc9be6bb7915a6d2e9 100644 (file)
@@ -96,17 +96,6 @@ struct so_list
   struct so_list *next;
 };
 
-/* If true, then shared library symbols will be added automatically
-   when the inferior is created.  This is almost always what users
-   will want to have happen; but for very large programs, the startup
-   time will be excessive, and so if this is a problem, the user can
-   clear this flag and then add the shared library symbols as needed.
-   Note that there is a potential for confusion, since if the shared
-   library symbols are not loaded, commands like "info fun" will *not*
-   report all the functions that are actually present.  */
-
-int auto_solib_add_at_startup = 1;
-
 static struct so_list *so_list_head;
 
 static void som_sharedlibrary_info_command PARAMS ((char *, int));