* interp.c (prog_bfd_was_opened_p): New static local.
(prog_bfd): New global variable. (sim_open): Undo patch to add -E support. (sim_close): Close prog_bfd if sim_load opened it. (sim_load): Record bfd of loaded file in prog_bfd. * simops.c (prog_bfd): Renamed from exec_bfd.
This commit is contained in:
parent
e3eba3fd0a
commit
2986085861
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
Wed Apr 23 17:20:16 1997 Doug Evans <dje@canuck.cygnus.com>
|
||||
|
||||
* interp.c (prog_bfd_was_opened_p): New static local.
|
||||
(prog_bfd): New global variable.
|
||||
(sim_open): Undo patch to add -E support.
|
||||
(sim_close): Close prog_bfd if sim_load opened it.
|
||||
(sim_load): Record bfd of loaded file in prog_bfd.
|
||||
* simops.c (prog_bfd): Renamed from exec_bfd.
|
||||
|
||||
Fri Apr 18 14:17:12 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* interp.c (sim_stop): Stub function.
|
||||
|
|
Loading…
Reference in a new issue