Add support for FreeBSD/i386 ELF.
[deliverable/binutils-gdb.git] / gdb / somread.c
index 8dda58df9cd7b20eb87e11759d1ba14a3f52783b..b1370abffa0a386c693107f4a61e5ca483e31fc0 100644 (file)
@@ -366,7 +366,7 @@ som_symfile_read (objfile, mainline)
   do_pxdb (symfile_bfd_open (objfile->name));
 
   init_minimal_symbol_collection ();
-  back_to = make_cleanup ((make_cleanup_func) discard_minimal_symbols, 0);
+  back_to = make_cleanup_discard_minimal_symbols ();
 
   /* 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.02368 seconds and 4 git commands to generate.