Add LMA_P and DO_WRITE arguments to sim/common/sim-load.c:sim_load_file().

Update all simulators.
Clarify behavour of sim_load in remote-sim.h
This commit is contained in:
Andrew Cagney
1997-10-22 05:26:27 +00:00
parent 2328ef1c98
commit 9e03a68f13
10 changed files with 114 additions and 14 deletions

View File

@@ -1,3 +1,10 @@
Wed Oct 22 14:18:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
* sim-hload.c (sim_load): Pass lma_p==0 and do_load=sim_load.
* sim-utils.h, sim-load.c (sim_load_file): Add lma_p and do_load
arguments.
Tue Oct 21 18:37:57 1997 Doug Evans <devans@canuck.cygnus.com>
* nrun.c (main): Remove useless test of name != NULL.