home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / GDB / GDB-4.13 / GDB-4 / gdb-4.13 / sim / h8500 / ChangeLog next >
Encoding:
Text File  |  1994-05-18  |  3.2 KB  |  91 lines

  1. Wed May 18 13:58:05 1994  Doug Evans  (dje@canuck.cygnus.com)
  2.  
  3.     * compile.c (sim_*): Change result to void where there isn't one.
  4.     (sim_resume): Fix subroutine calling (push return address).
  5.     (sim_set_pc): Delete.
  6.     (sim_info): Delete printf_fn arg, all callers changed.
  7.     Call printf_filtered instead.
  8.     (sim_create_inferior): Renamed from sim_set_args.
  9.     (sim_close): New function.
  10.     (sim_load): New function.
  11.     * run.c: #include <varargs.h>, "remote-sim.h".
  12.     (printf_filtered): New function.
  13.  
  14. Sat Dec 11 16:35:34 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  15.  
  16.     * compile.c (segforreg): New vector. (sim_resume): Get Z flag
  17.     right for bitops. (sim_store_register, sim_fetch_register,
  18.     sim_set_pc):  Use new register naming convention.
  19.  
  20. Thu Oct 28 19:31:24 1993  Doug Evans  (dje@canuck.cygnus.com)
  21.  
  22.     * compile.c: #include "ansidecl.h" for remote-sim.h.
  23.  
  24. Tue Oct 26 10:02:18 1993  Doug Evans  (dje@canuck.cygnus.com)
  25.  
  26.     * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb.
  27.     * compile.c: #include "sysdep.h" and "remote-sim.h".
  28.     (SET_SEGREG): Protect arg `y' with parens.
  29.     (sim_resume): New arg `siggnal'.
  30.     (sim_write): Use SIM_ADDR for type of arg `addr', int result.
  31.     (sim_read): Ditto, use unsigned char * for arg `buf'.
  32.     (sim_store_register): int result, value passed by reference.
  33.     (sim_fetch_register): int result, use unsigned char * for arg `buf'.
  34.     (sim_trace): Update call to sim_resume.
  35.     (sim_stop_reason): Renamed from sim_stop_signal, new arg `reason',
  36.     int result (error code, currently always 0).
  37.     (sim_set_pc): Update calls to sim_store_register.
  38.     (sim_info): int result, new args `print_fn', `verbose'.
  39.     (sim_kill): int result.
  40.     (sim_open): Ditto, new arg `name'.
  41.     * run.c (main): Update call to sim_info.
  42.  
  43. Sat Oct 23 15:06:10 1993  Doug Evans  (dje@canuck.cygnus.com)
  44.  
  45.     * compile.c (sim_stop_signal): Result is now enum sim_stop.
  46.  
  47. Fri Oct 15 23:52:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  48.  
  49.     * compile.c (sim_kill, sim_open, sim_set_args): New functions.
  50.  
  51. Tue Aug 17 07:17:09 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  52.  
  53.     * compile.c (sim_info): Don't work out simulation ration if
  54.     timetaken is zero.
  55.  
  56. Mon Aug  2 14:08:24 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  57.  
  58.     * compile.c (get_now, now_persec): Use time system call. (find) do
  59.     pjmps right.
  60.  
  61. Tue Jul 13 12:20:19 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  62.  
  63.     * compile.c (sim_set_pc): set cp at the same time. (sim_resume):
  64.     fix pjsr and pjmp.
  65.  
  66. Tue Jun  8 14:34:37 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  67.  
  68.     * compile.c: Remove endian.h dependency.
  69.  
  70. Mon Apr  5 10:08:30 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  71.  
  72.     * run.c (main): Now understands -v.
  73.     * compile.c: Passes all the tests in small model.
  74.  
  75. Mon Mar 29 13:20:36 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  76.  
  77.     * run.c, inst.h compile.c: bug fixes,
  78.  
  79. Thu Mar 25 12:21:18 1993  Stu Grossman  (grossman@cygnus.com)
  80.  
  81.     * compile.c (sim_store_register):  Use GDB names for registers to
  82.     avoid version skew problems.
  83.     * (sim_fetch_register):  Ditto, also return only bits that
  84.     actually exist.
  85.     * configure.in:  Fix srctrigger & srcname to reflect h8500, not h8300.
  86.  
  87. Fri Mar 19 14:46:31 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  88.  
  89.     * inst.h, compile.c, run.c: New files.
  90.  
  91.