Add support for FreeBSD/i386 ELF.
[deliverable/binutils-gdb.git] / gdb / solib.c
index 0000444f3d002eec79c91fade9866c0c29e8eeea..a0af4b615a35bbd4c350fb1f5d974aa7ff302ce1 100644 (file)
@@ -984,7 +984,7 @@ open_symbol_file_object (from_ttyp)
       return 0;
     }
 
-  make_cleanup ((make_cleanup_func) free, (void *) filename);
+  make_cleanup (free, filename);
   /* Have a pathname: read the symbol file.  */
   symbol_file_command (filename, *from_ttyp);
 
This page took 0.023088 seconds and 4 git commands to generate.