diff options
Diffstat (limited to 'gdb/dbxread.c')
-rw-r--r-- | gdb/dbxread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c index 25302de..4c38fb4 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -624,7 +624,7 @@ dbx_symfile_read (objfile, mainline) back_to = make_cleanup (really_free_pendings, 0); init_minimal_symbol_collection (); - make_cleanup ((make_cleanup_func) discard_minimal_symbols, 0); + make_cleanup_discard_minimal_symbols (); /* Read stabs data from executable file and define symbols. */ |