diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-03-13 20:44:07 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-03-13 20:44:07 +0000 |
commit | 395adcffb2f30545cee30c2decb3d5cf867ba736 (patch) | |
tree | c7d95bfedfc3cf89f879566c0d1f9bee321ef771 /sim/d10v | |
parent | a579d134acea40dc6807ec3cd06e26a6c9540af6 (diff) | |
download | gdb-395adcffb2f30545cee30c2decb3d5cf867ba736.zip gdb-395adcffb2f30545cee30c2decb3d5cf867ba736.tar.gz gdb-395adcffb2f30545cee30c2decb3d5cf867ba736.tar.bz2 |
* interp.c: Delete redundant prototypes of sim_foo fns.
(sim_open): New SIM_DESC result. Argument is now in argv form.
(other sim_*): New SIM_DESC argument.
Diffstat (limited to 'sim/d10v')
-rw-r--r-- | sim/d10v/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/d10v/ChangeLog b/sim/d10v/ChangeLog index e4cb35a..674b019 100644 --- a/sim/d10v/ChangeLog +++ b/sim/d10v/ChangeLog @@ -1,3 +1,9 @@ +Thu Mar 13 12:41:20 1997 Doug Evans <dje@canuck.cygnus.com> + + * interp.c: Delete redundant prototypes of sim_foo fns. + (sim_open): New SIM_DESC result. Argument is now in argv form. + (other sim_*): New SIM_DESC argument. + Thu Mar 13 10:29:04 1997 Michael Meissner <meissner@cygnus.com> * simops.c (trace_{input,output}_func): Call flush_stdout from the |