aboutsummaryrefslogtreecommitdiff
path: root/gdb/somsolib.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1995-09-18 07:48:34 +0000
committerJeff Law <law@redhat.com>1995-09-18 07:48:34 +0000
commit667315a3e1fc8867813dde288138f6f502808c8c (patch)
tree71b541a98e185f11c14922ff56973648e9bedcbe /gdb/somsolib.c
parent70f4dbce64bfc04598d91fcf4e31011c9de9f65b (diff)
downloadgdb-667315a3e1fc8867813dde288138f6f502808c8c.zip
gdb-667315a3e1fc8867813dde288138f6f502808c8c.tar.gz
gdb-667315a3e1fc8867813dde288138f6f502808c8c.tar.bz2
* somsolib.c (auto_solib_add_at_startup): Delete definition. No
longer needed.
Diffstat (limited to 'gdb/somsolib.c')
-rw-r--r--gdb/somsolib.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/somsolib.c b/gdb/somsolib.c
index 9ac429d..16d9fa0 100644
--- a/gdb/somsolib.c
+++ b/gdb/somsolib.c
@@ -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));