diff options
author | Tom Tromey <tromey@redhat.com> | 2011-02-22 15:58:37 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-02-22 15:58:37 +0000 |
commit | 58ee6d605a7806904c7c96acbdcee8ed6a88e9d3 (patch) | |
tree | 44f6cc8a5ec9beeed5409b701a73c09daa2a40d9 /gdb/symfile.h | |
parent | 93b3ac7505631bfe9939ec59135ae5ddfbaca24c (diff) | |
download | gdb-58ee6d605a7806904c7c96acbdcee8ed6a88e9d3.zip gdb-58ee6d605a7806904c7c96acbdcee8ed6a88e9d3.tar.gz gdb-58ee6d605a7806904c7c96acbdcee8ed6a88e9d3.tar.bz2 |
* symfile.c (auto_solib_limit): Remove.
* symfile.h (auto_solib_limit): Remove.
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r-- | gdb/symfile.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h index 1e8c7ab..4d56341 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -475,15 +475,6 @@ extern char *obconcat (struct obstack *obstackp, ...) ATTRIBUTE_SENTINEL; extern int auto_solib_add; -/* For systems that support it, a threshold size in megabytes. If - automatically adding a new library's symbol table to those already - known to the debugger would cause the total shared library symbol - size to exceed this threshhold, then the shlib's symbols are not - added. The threshold is ignored if the user explicitly asks for a - shlib to be added, such as when using the "sharedlibrary" command. */ - -extern int auto_solib_limit; - /* From symfile.c */ extern void set_initial_language (void); |