Add support for FreeBSD/i386 ELF.
[deliverable/binutils-gdb.git] / gdb / dstread.c
index c10c1fe18cc15e9911643562042cdf6c120be099..8b22b144ae7e504f72ec6da64ca20d691e4f59a5 100644 (file)
@@ -288,7 +288,7 @@ dst_symfile_read (objfile, mainline)
     error ("\"%s\": error reading debugging symbol tables\n", name);
 
   init_minimal_symbol_collection ();
-  make_cleanup (discard_minimal_symbols, 0);
+  make_cleanup_discard_minimal_symbols ();
 
   /* Now that the executable file is positioned at symbol table,
      process it and define symbols accordingly.  */
This page took 0.024027 seconds and 4 git commands to generate.