import gdb-19990422 snapshot
[deliverable/binutils-gdb.git] / gdb / somread.c
index 19e3ff1ff70d6f5e473a138af89b49c442ad76c7..c03abd0183271409dd24964b884ec3d24234015d 100644 (file)
@@ -366,7 +366,7 @@ som_symfile_read (objfile, section_offsets, mainline)
   do_pxdb (symfile_bfd_open (objfile->name));
 
   init_minimal_symbol_collection ();
-  back_to = make_cleanup (discard_minimal_symbols, 0);
+  back_to = make_cleanup ((make_cleanup_func) discard_minimal_symbols, 0);
 
   /* Read in the import list and the export list.  Currently
      the export list isn't used; the import list is used in
This page took 0.024088 seconds and 4 git commands to generate.