diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-05-20 01:57:43 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-05-20 01:57:43 +0000 |
commit | ff82f21409746d1f9491b9c4ab13e74686ca6652 (patch) | |
tree | e47ac3cfaad58a74606f879ef932418b2b04a91a /sim/tic80/ChangeLog | |
parent | 24aa2b57afc51bb0d47d8a3cfa470ad40a36cc6b (diff) | |
download | gdb-ff82f21409746d1f9491b9c4ab13e74686ca6652.zip gdb-ff82f21409746d1f9491b9c4ab13e74686ca6652.tar.gz gdb-ff82f21409746d1f9491b9c4ab13e74686ca6652.tar.bz2 |
Part II of adding callback argument to sim_open(). Update all the
other simulators; remove SIM_DESC from depreciated function
sim_set_callbacks().
Diffstat (limited to 'sim/tic80/ChangeLog')
-rw-r--r-- | sim/tic80/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sim/tic80/ChangeLog b/sim/tic80/ChangeLog index bd62e58..28e6de5 100644 --- a/sim/tic80/ChangeLog +++ b/sim/tic80/ChangeLog @@ -1,8 +1,11 @@ Tue May 20 09:33:31 1997 Andrew Cagney <cagney@b1.cygnus.com> + * sim-main.h: Include <unistd.h>. + * sim-calls.c (sim_set_callback): Delete. (sim_open): Add/install callback argument. - + (sim_size): Delete. + Mon May 19 18:59:33 1997 Mike Meissner <meissner@cygnus.com> * configure.in: Check for getpid, kill functions. |