Add support for FreeBSD/i386 ELF.
[deliverable/binutils-gdb.git] / gdb / os9kread.c
index cbc51a75e013a259a7ef94eaaa952399830f300f..daa45971d0b014d551f42bffd5245322709bd4bb 100644 (file)
@@ -342,7 +342,7 @@ os9k_symfile_read (objfile, mainline)
   free_pending_blocks ();
   back_to = make_cleanup (really_free_pendings, 0);
 
-  make_cleanup ((make_cleanup_func) discard_minimal_symbols, 0);
+  make_cleanup_discard_minimal_symbols ();
   read_minimal_symbols (objfile);
 
   /* Now that the symbol table data of the executable file are all in core,
This page took 0.023465 seconds and 4 git commands to generate.