* symfile.c (auto_solib_limit): Remove.
authorTom Tromey <tromey@redhat.com>
Tue, 22 Feb 2011 15:58:37 +0000 (15:58 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 22 Feb 2011 15:58:37 +0000 (15:58 +0000)
* symfile.h (auto_solib_limit): Remove.

gdb/ChangeLog
gdb/symfile.c
gdb/symfile.h

index cde9e6bc2d5a9bb9ae065277261656f028c1d25a..3913b54b1296ede498f5df64881e775ff7c773a3 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 9ebe05009a3601ac73518fc0d96387e907cfa356..579aaa4fba8290edc3dfc0a21f2632dcaeb86159 100644 (file)
@@ -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;
 \f
 
 /* Make a null terminated copy of the string at PTR with SIZE characters in
index 1e8c7abe7fdfa8e5136515db25da2930a187a752..4d56341763a4d7fc015a68530dcc77e6d172d072 100644 (file)
@@ -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);
This page took 0.028613 seconds and 4 git commands to generate.