home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / gdb-4.14-src.lha / gdb-4.14 / sim / z8k / ChangeLog next >
Encoding:
Text File  |  1994-12-29  |  3.8 KB  |  114 lines

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