Discard space for relocs against symbols with copy relocs
[deliverable/binutils-gdb.git] / gdb / language.c
index d5502f2adde6bc32dacc3226ed4e02ea859b98da..034086d15ca610b900504d7bde719ce14d93b8c0 100644 (file)
@@ -30,8 +30,6 @@
 
 #include "defs.h"
 #include <ctype.h>
-#include <string.h>
-
 #include "symtab.h"
 #include "gdbtypes.h"
 #include "value.h"
@@ -505,7 +503,7 @@ set_check (char *ignore, int from_tty)
 {
   printf_unfiltered (
      "\"set check\" must be followed by the name of a check subcommand.\n");
-  help_list (setchecklist, "set check ", -1, gdb_stdout);
+  help_list (setchecklist, "set check ", all_commands, gdb_stdout);
 }
 
 static void
This page took 0.024465 seconds and 4 git commands to generate.