home *** CD-ROM | disk | FTP | other *** search
- Wed May 18 13:58:05 1994 Doug Evans (dje@canuck.cygnus.com)
-
- * compile.c (sim_*): Change result to void where there isn't one.
- (sim_resume): Fix subroutine calling (push return address).
- (sim_set_pc): Delete.
- (sim_info): Delete printf_fn arg, all callers changed.
- Call printf_filtered instead.
- (sim_create_inferior): Renamed from sim_set_args.
- (sim_close): New function.
- (sim_load): New function.
- * run.c: #include <varargs.h>, "remote-sim.h".
- (printf_filtered): New function.
-
- Sat Dec 11 16:35:34 1993 Steve Chamberlain (sac@thepub.cygnus.com)
-
- * compile.c (segforreg): New vector. (sim_resume): Get Z flag
- right for bitops. (sim_store_register, sim_fetch_register,
- sim_set_pc): Use new register naming convention.
-
- Thu Oct 28 19:31:24 1993 Doug Evans (dje@canuck.cygnus.com)
-
- * compile.c: #include "ansidecl.h" for remote-sim.h.
-
- Tue Oct 26 10:02:18 1993 Doug Evans (dje@canuck.cygnus.com)
-
- * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb.
- * compile.c: #include "sysdep.h" and "remote-sim.h".
- (SET_SEGREG): Protect arg `y' with parens.
- (sim_resume): New arg `siggnal'.
- (sim_write): Use SIM_ADDR for type of arg `addr', int result.
- (sim_read): Ditto, use unsigned char * for arg `buf'.
- (sim_store_register): int result, value passed by reference.
- (sim_fetch_register): int result, use unsigned char * for arg `buf'.
- (sim_trace): Update call to sim_resume.
- (sim_stop_reason): Renamed from sim_stop_signal, new arg `reason',
- int result (error code, currently always 0).
- (sim_set_pc): Update calls to sim_store_register.
- (sim_info): int result, new args `print_fn', `verbose'.
- (sim_kill): int result.
- (sim_open): Ditto, new arg `name'.
- * run.c (main): Update call to sim_info.
-
- Sat Oct 23 15:06:10 1993 Doug Evans (dje@canuck.cygnus.com)
-
- * compile.c (sim_stop_signal): Result is now enum sim_stop.
-
- Fri Oct 15 23:52:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
-
- * compile.c (sim_kill, sim_open, sim_set_args): New functions.
-
- Tue Aug 17 07:17:09 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
-
- * compile.c (sim_info): Don't work out simulation ration if
- timetaken is zero.
-
- Mon Aug 2 14:08:24 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
-
- * compile.c (get_now, now_persec): Use time system call. (find) do
- pjmps right.
-
- Tue Jul 13 12:20:19 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
-
- * compile.c (sim_set_pc): set cp at the same time. (sim_resume):
- fix pjsr and pjmp.
-
- Tue Jun 8 14:34:37 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
-
- * compile.c: Remove endian.h dependency.
-
- Mon Apr 5 10:08:30 1993 Steve Chamberlain (sac@thepub.cygnus.com)
-
- * run.c (main): Now understands -v.
- * compile.c: Passes all the tests in small model.
-
- Mon Mar 29 13:20:36 1993 Steve Chamberlain (sac@thepub.cygnus.com)
-
- * run.c, inst.h compile.c: bug fixes,
-
- Thu Mar 25 12:21:18 1993 Stu Grossman (grossman@cygnus.com)
-
- * compile.c (sim_store_register): Use GDB names for registers to
- avoid version skew problems.
- * (sim_fetch_register): Ditto, also return only bits that
- actually exist.
- * configure.in: Fix srctrigger & srcname to reflect h8500, not h8300.
-
- Fri Mar 19 14:46:31 1993 Steve Chamberlain (sac@thepub.cygnus.com)
-
- * inst.h, compile.c, run.c: New files.
-
-