mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
Revert call to bfd_cache_close().
This commit is contained in:
parent
1c97d17b13
commit
5b77812558
@ -1,3 +1,9 @@
|
||||
2001-04-21 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* sim-load.c (sim_load_file): Delete call bfd_cache_close. BFD
|
||||
internal interface.
|
||||
* sim-utils.c (sim_analyze_program): Ditto.
|
||||
|
||||
2001-04-19 Frank Ch. Eigler <fche@redhat.com>
|
||||
|
||||
* sim-utils.c (sim_analyze_program): Call bfd_cache_close after
|
||||
|
@ -166,8 +166,6 @@ sim_load_file (sd, myname, callback, prog, prog_bfd, verbose_p, lma_p, do_write)
|
||||
report_transfer_performance (callback, data_count, start_time, end_time);
|
||||
}
|
||||
|
||||
bfd_cache_close (result_bfd);
|
||||
|
||||
return result_bfd;
|
||||
}
|
||||
|
||||
|
@ -287,8 +287,6 @@ sim_analyze_program (sd, prog_name, prog_bfd)
|
||||
break;
|
||||
}
|
||||
|
||||
bfd_cache_close (prog_bfd);
|
||||
|
||||
return SIM_RC_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user