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 / z8k / ChangeLog next >
Encoding:
Text File  |  1994-05-18  |  3.5 KB  |  105 lines

  1. Wed May 18 14:38:49 1994  Doug Evans  (dje@canuck.cygnus.com)
  2.  
  3.     * support.c (sim_open): Delete from here.
  4.     (sim_set_args): Delete from here.
  5.     (sim_kill): Delete from here.
  6.     * iface.c (sim_*): Make result void where there isn't one.
  7.     (sim_clear_breakpoints): Delete.
  8.     (sim_set_pc): Delete.
  9.     (sim_info): Delete printf_fn arg, all callers changed.
  10.     (sim_open): Define here.
  11.     (sim_close): New function.
  12.     (sim_load): New function.
  13.     (sim_create_inferior): Renamed from sim_set_args.
  14.     (sim_kill): Define here.
  15.     * run.c (printf): Delete declaration.
  16.     (main): Call sim_create_inferior instead of sim_set_pc.
  17.     * sim.h (sim_clear_breakpoints): Delete.
  18.  
  19. Wed May 18 13:22:02 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
  20.  
  21.     * writecode.c (main): Disable the chopping of large initializers.
  22.     GCC can now cope.
  23.  
  24. Sat May  7 17:24:46 1994  Steve Chamberlain  (sac@cygnus.com)
  25.  
  26.     * writecode.c (info_args): Add resflg and setflg.
  27.     * list.c : Regenerated.
  28.     * Makefile.in: First rule is now called 'all'
  29.  
  30. Sat Dec 11 16:39:30 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  31.  
  32.     * iface.c (sim_store_register): Get regval the right way up.
  33.     * writecode.c (info_args): Add lda.
  34.  
  35. Tue Oct 26 13:01:46 1993  Doug Evans  (dje@canuck.cygnus.com)
  36.  
  37.     * Makefile.in (INCDIR): Fix definition.
  38.     (CSEARCH): Add -I$(srcdir)/../../gdb
  39.     (comped1.o, comped3.o, compedb3.o, comped2.o): Use CSEARCH, not INCDIR.
  40.     * iface.c: Replace #include "../include/wait.h" with "remote-sim.h".
  41.     (sim_set_pc): int result, use SIM_ADDR for type of arg `addr'.
  42.     (sim_store_register): int result, pass value by reference.
  43.     (sim_fetch_register): Use unsigned char * for arg `buf'.
  44.     (sim_write): int result, use SIM_ADDR for `where' arg,
  45.     use unsigned char * for `what' arg.
  46.     (sim_read): Ditto.
  47.     (sim_resume): int result.
  48.     (sim_stop_reason): Renamed from sim_stop_signal, int result,
  49.     new arg `reason'.
  50.     (sim_info): int result, merge sim_info_print into here.
  51.     (sim_info_print): Deleted.
  52.     * run.c: #include <stdio.h>
  53.     (main): Update call to sim_info.
  54.     * sim.h: Remove various prototypes defined in remote-sim.h.
  55.  
  56. Sat Oct 23 15:16:45 1993  Doug Evans  (dje@canuck.cygnus.com)
  57.  
  58.     * iface.c (sim_stop_signal): Result is now enum sim_stop.
  59.  
  60. Thu Oct  7 19:01:07 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  61.  
  62.     * writecode.c (doset, info_docode): Understand set and res insns.
  63.  
  64. Thu Sep 30 11:30:42 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  65.  
  66.     * support.c (tm_info_print):  If no timetaken, don't divide by zero.
  67.  
  68. Fri Jul 30 15:51:54 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
  69.  
  70.     * writecode.c (div): rename to divide, to resolve conflict with
  71.     ANSI function div from <stdlib.h>
  72.  
  73. Mon Mar 15 15:48:50 1993  Ian Lance Taylor  (ian@cygnus.com)
  74.  
  75.     * z8k.mt (DO_INSTALL): Renamed from INSTALL.
  76.  
  77. Tue Mar  9 12:32:29 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  78.  
  79.     * writecode.c (main): Make the vector 'big' static, so that it
  80.     will compile on the apollo.
  81.     * support.c: Use the ANSI compilant __inline__.
  82.  
  83. Fri Mar  5 07:54:18 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  84.  
  85.     * writecode.c (main): When using gcc, split the tables into
  86.     sections so that it will compile.
  87.     * Makefile.in: Get ar args right.
  88.     * tm.h: Fix gcc prototypes.
  89.  
  90. Wed Mar  3 15:04:48 1993  Steve Chamberlain  (sac@poseidon.cygnus.com)
  91.  
  92.     * support.c (fail): Get the argument count right.
  93.     * tm.h: Lint.
  94.     * writecode.c (main): Pass all the arguments emit needs.
  95.  
  96. Tue Feb  2 07:49:42 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  97.  
  98.     * lint, prototypes
  99.  
  100. Fri Jan 15 12:43:08 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  101.  
  102.     * New
  103.  
  104.  
  105.