Don't duplicate comment in symfile.c and .h
authorChristian Biesinger <cbiesinger@google.com>
Tue, 17 Sep 2019 03:07:16 +0000 (22:07 -0500)
committerChristian Biesinger <cbiesinger@google.com>
Tue, 17 Sep 2019 03:10:36 +0000 (22:10 -0500)
This just replaces the comment in the .c file with
"See symfile.h.".

gdb/ChangeLog:

2019-09-16  Christian Biesinger  <cbiesinger@google.com>

* symfile.c (auto_solib_add): Replace comment with a reference
to the header file.

gdb/ChangeLog
gdb/symfile.c

index fc2260d53da1b4d6d5c59cdd4c82cf44fadfef5b..59c6f754ef968ac550f22905b9af03b2f31bb08b 100644 (file)
@@ -1,3 +1,8 @@
+2019-09-16  Christian Biesinger  <cbiesinger@google.com>
+
+       * symfile.c (auto_solib_add): Replace comment with a reference
+       to the header file.
+
 2019-09-14  Christian Biesinger  <cbiesinger@google.com>
 
        * NEWS: Mention that gdb can now be compiled with Python 3
index 3cd514409b08928f3da014ef61f291f9eab79791..259a30aa043a7877a18551cee904b7c053097b6f 100644 (file)
@@ -141,15 +141,7 @@ static const char *print_symbol_loading_enums[] =
 };
 static const char *print_symbol_loading = print_symbol_loading_full;
 
-/* If non-zero, shared library symbols will be added automatically
-   when the inferior is created, new libraries are loaded, or when
-   attaching to the inferior.  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.  */
+/* See symfile.h.  */
 
 int auto_solib_add = 1;
 \f
This page took 0.034962 seconds and 4 git commands to generate.