mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Purge (almost) make_cleanup_func.
This commit is contained in:
@@ -358,7 +358,7 @@ hpread_build_psymtabs (objfile, mainline)
|
||||
(struct partial_symtab **) alloca (dependencies_allocated *
|
||||
sizeof (struct partial_symtab *));
|
||||
|
||||
old_chain = make_cleanup (free_objfile, objfile);
|
||||
old_chain = make_cleanup_free_objfile (objfile);
|
||||
|
||||
last_source_file = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user