From: Tom Tromey Date: Tue, 22 Feb 2011 15:58:37 +0000 (+0000) Subject: * symfile.c (auto_solib_limit): Remove. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=58ee6d605a7806904c7c96acbdcee8ed6a88e9d3;p=binutils-gdb.git * symfile.c (auto_solib_limit): Remove. * symfile.h (auto_solib_limit): Remove. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cde9e6bc2d5..3913b54b129 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2011-02-22 Tom Tromey + + * symfile.c (auto_solib_limit): Remove. + * symfile.h (auto_solib_limit): Remove. + 2011-02-22 Joel Brobecker * Makefile.in (INSTALLED_LIBS): Delete. Update comment. diff --git a/gdb/symfile.c b/gdb/symfile.c index 9ebe05009a3..579aaa4fba8 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -176,16 +176,6 @@ show_symbol_reloading (struct ui_file *file, int from_tty, 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; /* Make a null terminated copy of the string at PTR with SIZE characters in diff --git a/gdb/symfile.h b/gdb/symfile.h index 1e8c7abe7fd..4d56341763a 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);