diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-04-17 10:05:50 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-04-17 10:05:50 +0000 |
commit | 26277668dba7ad042efe800a37be6dc093697a33 (patch) | |
tree | 937cc9e9e072e1c773b8ca0d5b0156b46def9ea9 /sim/erc32/ChangeLog | |
parent | 04885cc34cdbd61bda2a70b1ba9a8cd7450ebd46 (diff) | |
download | gdb-26277668dba7ad042efe800a37be6dc093697a33.zip gdb-26277668dba7ad042efe800a37be6dc093697a33.tar.gz gdb-26277668dba7ad042efe800a37be6dc093697a33.tar.bz2 |
* interf.c (sim_open): Ignore -E arg.
(start_address): New static local.
(sim_load): Return SIM_RC. New arg abfd. Set start_address from bfd.
(sim_create_inferior): Return SIM_RC. Delete arg start_address.
Diffstat (limited to 'sim/erc32/ChangeLog')
-rw-r--r-- | sim/erc32/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index 1924329..a29c6f3 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,10 @@ +Thu Apr 17 03:03:56 1997 Doug Evans <dje@canuck.cygnus.com> + + * interf.c (sim_open): Ignore -E arg. + (start_address): New static local. + (sim_load): Return SIM_RC. New arg abfd. Set start_address from bfd. + (sim_create_inferior): Return SIM_RC. Delete arg start_address. + Tue Apr 15 15:16:11 1997 Ian Lance Taylor <ian@cygnus.com> * Makefile.in (install-sis): Depend upon installdirs. Use |