Work around GCC 6.3.1 bug
[deliverable/binutils-gdb.git] / gdb / solib-frv.c
index f0265e3f25b0d50cdbd67a78bd98572bd2d9cd17..fd748f46a9a7458e54f28e51259fe217dd02f8c5 100644 (file)
@@ -246,7 +246,7 @@ static int enable_break2 (void);
 /* Implement the "open_symbol_file_object" target_so_ops method.  */
 
 static int
-open_symbol_file_object (void *from_ttyp)
+open_symbol_file_object (int from_tty)
 {
   /* Unimplemented.  */
   return 0;
@@ -1153,9 +1153,6 @@ frv_fetch_objfile_link_map (struct objfile *objfile)
 
 struct target_so_ops frv_so_ops;
 
-/* Provide a prototype to silence -Wmissing-prototypes.  */
-extern initialize_file_ftype _initialize_frv_solib;
-
 void
 _initialize_frv_solib (void)
 {
This page took 0.023611 seconds and 4 git commands to generate.