Remove leftover call to do_cleanups() which resulted from a previous change.

Was being called with a random pointer.
This commit is contained in:
Fred Fish 1991-11-09 21:57:55 +00:00
parent f135f137a9
commit b662efeddc
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,8 @@
Sat Nov 9 13:37:57 1991 Fred Fish (fnf at cygnus.com)
* dwarfread.c (dwarf_psymtab_to_symtab): Remove leftover call
to do_cleanups() which resulted from a previous change.
* elfread.c: Re-enable compilation of register_addr() stub
whenever it is not supplied by coredep.c

View File

@ -2404,7 +2404,6 @@ static void
DEFUN(dwarf_psymtab_to_symtab, (pst), struct partial_symtab *pst)
{
int desc;
struct cleanup *old_chain;
bfd *sym_bfd;
if (!pst)
@ -2438,8 +2437,6 @@ DEFUN(dwarf_psymtab_to_symtab, (pst), struct partial_symtab *pst)
scan_file_globals ();
#endif
do_cleanups (old_chain);
/* Finish up the debug error message. */
if (info_verbose)
{