* symfile.h (auto_solib_limit): Remove.
+2011-02-22 Tom Tromey <tromey@redhat.com>
+
+ * symfile.c (auto_solib_limit): Remove.
+ * symfile.h (auto_solib_limit): Remove.
+
2011-02-22 Joel Brobecker <brobecker@adacore.com>
* Makefile.in (INSTALLED_LIBS): Delete. Update comment.
report all the functions that are actually present. */
int auto_solib_add = 1;
-
-/* 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. */
-
-int auto_solib_limit;
\f
/* Make a null terminated copy of the string at PTR with SIZE characters in
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);