Fix -Wuh and -Wnhu options so that they work.
[deliverable/binutils-gdb.git] / gdb / symfile.c
index ee60c9392e4ececb3c10f51160d8cd2615d3986d..914315054897796b201910c5d42f7d6b6a335a54 100644 (file)
@@ -142,6 +142,14 @@ static int simple_read_overlay_table PARAMS ((void));
 
 static int simple_overlay_update_1 PARAMS ((struct obj_section *));
 
+static void add_filename_language PARAMS ((char *ext, enum language lang));
+
+static void set_ext_lang_command PARAMS ((char *args, int from_tty));
+
+static void info_ext_lang_command PARAMS ((char *args, int from_tty));
+
+static void init_filename_language_table PARAMS ((void));
+
 void _initialize_symfile PARAMS ((void));
 
 /* List of all available sym_fns.  On gdb startup, each object file reader
@@ -839,7 +847,7 @@ symbol_file_command (args, from_tty)
        {
          nomem (0);
        }
-      cleanups = make_cleanup ((make_cleanup_func) freeargv, (char *) argv);
+      cleanups = make_cleanup_freeargv (argv);
       while (*argv != NULL)
        {
          if (STREQ (*argv, "-mapped"))
This page took 0.023479 seconds and 4 git commands to generate.