Correct name of file given in ChangeLog for change: Pass lma_p and

sim_write args to sim_load_file.
This commit is contained in:
Andrew Cagney 1997-10-25 05:04:25 +00:00
parent e59390a7eb
commit b5da31ac7c
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ Wed Oct 22 14:43:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
* interp.c (sim_write_phys): New function, write to physical
instead of virtual memory.
* wrapper.c (sim_load): Pass lma_p and sim_write_phys to
* interp.c (sim_load): Pass lma_p and sim_write_phys to
sim_load_file.
Mon Oct 13 10:55:07 1997 Fred Fish <cygnus.com>

View file

@ -1,6 +1,6 @@
Wed Oct 22 14:43:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
* wrapper.c (sim_load): Pass lma_p and sim_write args to
* compile.c (sim_load): Pass lma_p and sim_write args to
sim_load_file.
Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com>

View file

@ -1,6 +1,6 @@
Wed Oct 22 14:43:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
* wrapper.c (sim_load): Pass lma_p and sim_write args to
* interp.c (sim_load): Pass lma_p and sim_write args to
sim_load_file.
Tue Oct 21 10:12:03 1997 Jeffrey A Law (law@cygnus.com)