diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-03-13 20:37:15 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-03-13 20:37:15 +0000 |
commit | 499aa7921ce26ff636d79526c6aa73e4bbfffc09 (patch) | |
tree | e490caa5c8ba6920b11046c89eda5e052e075de0 | |
parent | f4b022d37c7daeb8060566d6fc13abea40500037 (diff) | |
download | gdb-499aa7921ce26ff636d79526c6aa73e4bbfffc09.zip gdb-499aa7921ce26ff636d79526c6aa73e4bbfffc09.tar.gz gdb-499aa7921ce26ff636d79526c6aa73e4bbfffc09.tar.bz2 |
* run.c: #include "libiberty.h".
(main): New locals sd,no_args,sim_argv.
Run buildargv on -a option. Pass argv to sim_open, argv[0]
is program name. Update call to sim_set_callbacks.
Record result of sim_open, pass to other sim_foo routines.
-rw-r--r-- | sim/common/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 29341af..be43ce8 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,11 @@ +Thu Mar 13 12:32:42 1997 Doug Evans <dje@canuck.cygnus.com> + + * run.c: #include "libiberty.h". + (main): New locals sd,no_args,sim_argv. + Run buildargv on -a option. Pass argv to sim_open, argv[0] + is program name. Update call to sim_set_callbacks. + Record result of sim_open, pass to other sim_foo routines. + Thu Mar 13 10:24:05 1997 Michael Meissner <meissner@cygnus.com> * callback.c (os_printf_filtered): Do not call exit(1) or print a |