diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-16 04:07:39 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-16 04:07:39 +0000 |
commit | 74e98f490bc9e06f6dbef4bcc0b7fdf9fa15eaec (patch) | |
tree | 584a202e1d3c9e1c38a6409a92e61245e91beab7 /gdb/coffread.c | |
parent | 4feb1296e35584661d22d2db3b44239201565372 (diff) | |
download | gdb-74e98f490bc9e06f6dbef4bcc0b7fdf9fa15eaec.tar.gz |
Cleanup discard_minimal_symbols cleanup.
Diffstat (limited to 'gdb/coffread.c')
-rw-r--r-- | gdb/coffread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/coffread.c b/gdb/coffread.c index 7b9f5af1980..010b36aea2c 100644 --- a/gdb/coffread.c +++ b/gdb/coffread.c @@ -670,7 +670,7 @@ coff_symfile_read (objfile, mainline) error ("\"%s\": can't get string table", name); init_minimal_symbol_collection (); - make_cleanup ((make_cleanup_func) 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. */ |