mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-03 06:58:15 +00:00
* thanks, nickc
2001-04-25 Frank Ch. Eigler <fche@redhat.com> * sim-load.c (sim_load_file): Put it back [...]
This commit is contained in:
parent
d436a9b307
commit
2836ee25d9
sim/common
@ -1,3 +1,8 @@
|
||||
2001-04-25 Frank Ch. Eigler <fche@redhat.com>
|
||||
|
||||
* sim-load.c (sim_load_file): Put it back: external now.
|
||||
* sim-utils.c (sim_analyze_program): Ditto. Nyuk nyuk nyuk.
|
||||
|
||||
2001-04-21 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* sim-load.c (sim_load_file): Delete call bfd_cache_close. BFD
|
||||
|
@ -166,6 +166,8 @@ 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,6 +287,8 @@ sim_analyze_program (sd, prog_name, prog_bfd)
|
||||
break;
|
||||
}
|
||||
|
||||
bfd_cache_close (prog_bfd);
|
||||
|
||||
return SIM_RC_OK;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user