home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / gdb-4.14-src.lha / gdb-4.14 / sim / h8300 / ChangeLog next >
Encoding:
Text File  |  1995-01-23  |  4.8 KB  |  151 lines

  1. Sun Jan 22 12:35:43 1995  Steve Chamberlain  <sac@splat>
  2.  
  3.     * compile.c (sim_resume): Initialize cpu.mask.
  4.  
  5. Thu Sep  8 16:53:00 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
  6.  
  7.     * inst.h (MPOWER): Bump simulated memory size to 2^18 bytes.
  8.  
  9. Wed May 18 13:47:58 1994  Doug Evans  (dje@canuck.cygnus.com)
  10.  
  11.     * compile.c: #include "bfd.h".
  12.     (sim_*): Set result type to void where there isn't one.
  13.     (sim_resume, default case): Set cpu.exception to SIGILL.
  14.     (sim_trace): Delete.
  15.     (sim_set_pc): Delete.
  16.     (sim_info): Delete printf_fn arg, all callers changed.
  17.     Call printf_filtered.
  18.     (set_h8300h): New arg `flag', all callers changed.
  19.     (sim_close): New function.
  20.     (sim_load): New function.
  21.     (sim_create_inferior): Renamed from sim_set_args, all callers changed.
  22.     * run.c: #include <varargs.h>, "remote-sim.h".
  23.     (printf_filtered): New function.
  24.  
  25. Fri May 13 18:32:27 1994  Doug Evans  (dje@canuck.cygnus.com)
  26.  
  27.     * compile.c (decode): Fix typo (16 bit branches).
  28.     (*): Some white space clean up.
  29.  
  30. Fri May  6 13:44:01 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
  31.  
  32.     * compile.c (decode): Compile 16bit branches properly.
  33.  
  34. Sat Dec 11 16:32:36 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  35.  
  36.     * compile.c: Tidy up formatting. (sim_resume): Add orc, xorc,
  37.     andc.  Poll for interrupts.
  38.  
  39. Thu Oct 28 19:29:34 1993  Doug Evans  (dje@canuck.cygnus.com)
  40.  
  41.     * compile.c: #include "ansidecl.h" for remote-sim.h.
  42.  
  43. Tue Oct 26 09:43:36 1993  Doug Evans  (dje@canuck.cygnus.com)
  44.  
  45.     * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
  46.     * compile.c: #include "remote-sim.h".
  47.     (sim_resume): New arg siggnal.
  48.     (sim_write): Use SIM_ADDR for type of arg addr.
  49.     Always return a value.
  50.     (sim_read): Ditto.
  51.     (sim_store_register): Result is type int.
  52.     (sim_fetch_register): Ditto.
  53.     (sim_stop_reason): Renamed from sim_stop_signal.
  54.     (sim_set_pc): Use SIM_ADDR for type of arg pc.
  55.     (sim_info): int result, new arg printf_fn.
  56.     (sim_kill): int result.
  57.     (sim_open): int result, new arg name.
  58.     * run.c (main): Use sim_set_pc to set pc.
  59.     Update call to sim_info.
  60.  
  61. Sat Oct 23 15:01:18 1993  Doug Evans  (dje@canuck.cygnus.com)
  62.  
  63.     * compile.c (sim_stop_signal): Result is now enum sim_stop.
  64.  
  65. Fri Oct 15 23:49:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  66.  
  67.     * compile.c (sim_kill, sim_open, sim_set_args): New functions.
  68.  
  69. Thu Oct  7 16:24:10 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  70.  
  71.     * compile.c (sim_set_pc): Write to the pc direcly.
  72.     (sim_store_register): Now value is passed by reference. (sim_read,
  73.     sim_write): Return number of bytes copied.
  74.  
  75. Tue Aug 17 07:16:15 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  76.  
  77.     * compile.c (mop): New function to do multiplies.
  78.  
  79. Fri Jul 16 13:53:53 1993  Doug Evans  (dje@canuck.cygnus.com)
  80.  
  81.     * compile.c (sim_resume): Add support for nop insn.
  82.  
  83. Thu Jul 15 09:59:01 1993  Doug Evans  (dje@canuck.cygnus.com)
  84.  
  85.     * compile.c: Reset HMODE back to zero (accidently set it to 1).
  86.  
  87.     * run.c (main): If h8/300h binary detected, call set_h8300h.
  88.     * compile.c (sim_resume): Fix O_NEG insn.
  89.  
  90. Fri Jul  9 14:36:48 1993  Doug Evans  (dje@canuck.cygnus.com)
  91.  
  92.     * run.c (main): Add -h flag to enable h8/300h emulation.
  93.     * compile.c: Rename Hmode to HMODE (consistency with gdb).
  94.     (set_h8300h): New function.
  95.     (sim_resume): Add support for extu,exts insns.
  96.     (sim_resume): Fix logical right shifting.
  97.     (sim_resume, label alu32): Fix setting of carry flag.
  98.     
  99. Sun Jul  4 00:35:41 1993  Doug Evans  (dje@canuck.cygnus.com)
  100.  
  101.     * compile.c (sim_csize): Initialize cpu.cache.
  102.  
  103. Fri Jul  2 17:42:59 1993  Doug Evans  (dje@canuck.cygnus.com)
  104.  
  105.     * Makefile.in: Add -I../../bfd to pick up bfd.h.
  106.  
  107. Thu Jun 24 13:40:12 1993  Doug Evans  (dje@canuck.cygnus.com)
  108.  
  109.     * run.c (main): Fix parsing of args.
  110.  
  111.     * compile.c (sim_resume): Fix shll insn.
  112.  
  113. Tue Jun  8 14:16:46 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  114.  
  115.     * compile.c: New file, supports H8/300H.
  116.     * p1,p3, gencode.c, state.h, writecode.c All dead and obsolete.
  117.  
  118. Tue Jun  1 11:14:59 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  119.  
  120.     * run.c (main): Add -v to print info.
  121.     * p3.c (sim_info):  New function.
  122.  
  123. Mon Mar 15 15:48:31 1993  Ian Lance Taylor  (ian@cygnus.com)
  124.  
  125.     * h8300.mt (DO_INSTALL): Renamed from INSTALL.
  126.  
  127. Wed Mar  3 15:06:53 1993  Steve Chamberlain  (sac@poseidon.cygnus.com)
  128.  
  129.     * Makefile.in: Don't use cb or indent
  130.     * p1.c, state.h, writecode.c: lint
  131.  
  132. Mon Feb  1 16:44:58 1993  John Gilmore  (gnu@cygnus.com)
  133.  
  134.     * Makefile.in:  Make SunOS halfdone VPATH work.
  135.     * p1.c:  Lint picked up by HP native compiler.
  136.  
  137. Mon Jan  4 12:32:35 1993  Steve Chamberlain  (sac@wahini.cygnus.com)
  138.  
  139.     * p1.c (sim_resume): when running on dos, any character typed to
  140.     the keyboard will cause a simulated exception.
  141.  
  142. Sun Jan  3 14:15:07 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  143.  
  144.     * p1.c, p3.c, run.c, writecode.c: all used h8/300 opcodes in and
  145.     running
  146.  
  147. Tue Dec 22 13:56:48 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
  148.  
  149.     * new 
  150.  
  151.