* interp.c: Remove def of INLINE. This comes from bfd.h. Also,
[deliverable/binutils-gdb.git] / sim / sh / ChangeLog
1 Mon Jan 9 15:43:53 1995 Stu Grossman (grossman@cygnus.com)
2
3 * interp.c: Remove def of INLINE. This comes from bfd.h. Also,
4 declare IOMEM before using it.
5
6 Wed Dec 28 21:25:31 1994 Steve Chamberlain (sac@jonny.cygnus.com)
7
8 * interp.c (BUSERROR): New macro.
9 ([r|w][bwl]at[little|big]) New functions.
10 (sim_resume): If GO32 check for interrupt every now
11 and again. Decrement PC if SIGBUS seen.
12 * run.c (main): Return result of simulated _exit.
13
14 Mon Dec 5 21:59:51 1994 Doug Evans <dje@canuck.cygnus.com>
15
16 * Makefile.in (gencode): Allow build in different directory.
17
18 Wed Nov 30 17:47:13 1994 Jim Wilson <wilson@chestnut.cygnus.com>
19
20 * Makefile.in (gencode): Change $< to gencode.c for portability.
21
22 Wed Nov 23 21:31:55 1994 Steve Chamberlain (sac@jonny.cygnus.com)
23
24 * interp.c ([wr][bwl]at): New functions.
25 (trap): Cope with both byte modes.
26
27 Thu Sep 8 17:35:07 1994 Steve Chamberlain (sac@jonny.cygnus.com)
28
29 * gencode.c (tab): Simulate T bit after a negc insn right.
30 * interp.c (RSBAT): Sign extend the arg.
31 (ACE_FAST): New macro.
32 (sim_resume): Remove obsolete test of sim_timeout.
33
34 Fri Aug 5 14:12:31 1994 Steve Chamberlain (sac@jonny.cygnus.com)
35
36 * interp.c (IOMEM): New function, simulates very basic I/O area of
37 the SH.
38 (WBAT, RBAT) : Call I/O functions.
39 * gencode.c (tab): Special case trapa #3.
40
41 Mon Jun 27 18:04:54 1994 Steve Chamberlain (sac@cirdan.cygnus.com)
42
43 * run.c (main): Specify the file type again.
44
45 Thu May 26 19:04:37 1994 Steve Chamberlain (sac@thepub.cygnus.com)
46
47 * interp.c (trap): Fix irix incompatibility.
48 * run.c (main): open without specifying file type.
49
50 Wed May 18 14:18:53 1994 Doug Evans (dje@canuck.cygnus.com)
51
52 * interp.c (sim_*): Make result void where there isn't one.
53 (sim_set_pc): Delete.
54 (sim_info): Delete printf_fn arg, all callers changed.
55 Call printf_filtered instead.
56 (sim_close): New function.
57 (sim_load): New function.
58 (sim_create_inferior): Renamed from sim_set_args, all callers changed.
59 * run.c: #include <varargs.h>, "remote-sim.h".
60 (printf_filtered): New function.
61
62 Wed Apr 27 12:03:48 1994 Steve Chamberlain (sac@cygnus.com)
63
64 * gencode.c (table): Get direction of some opcodes right.
65 (trapa, rte): Implement fully.
66 * interp.c (trap): Make stat call more portable.
67
68 Fri Feb 11 21:59:38 1994 Steve Chamberlain (sac@sphagnum.cygnus.com)
69
70 * gencode.c (main, gendefines): New -d option prints table of defines.
71 * interp.c (trap): Add a load of system calls.
72 (sim_memory_size): Now default to 8Mbyte.
73 (PARANOID): Keep vector of registers with undefined contents.
74
75 Mon Nov 15 14:37:18 1993 Steve Chamberlain (sac@jonny.cygnus.com)
76
77 * gencode.c: mova uses aligned addresses
78 * interp.c (trap): Return results in r0.
79
80 Tue Oct 26 10:38:55 1993 Doug Evans (dje@canuck.cygnus.com)
81
82 * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
83 * interp.c: #include "remote-sim.h".
84 (sim_resume): int result, new arg `siggnal'.
85 (sim_write): Use SIM_ADDR for type of arg `addr'.
86 (sim_read): Use SIM_ADDR for type of arg `addr'.
87 Use unsigned char * for `buffer'.
88 (sim_store_register): int result.
89 (sim_fetch_register): Ditto.
90 (sim_stop_reason): Renamed from sim_stop_signal. New arg `reason'.
91 (sim_set_pc): int result, use SIM_ADDR for type of arg `x'.
92 (sim_info): int result, new args `verbose', `printf_fn'.
93 (sim_kill): int result.
94 (sim_open): int result, new arg `name'.
95 * run.c: #include <stdio.h>
96 (main): Update call to sim_info.
97
98 Sat Oct 23 15:09:29 1993 Doug Evans (dje@canuck.cygnus.com)
99
100 * interp.c (sim_stop_signal): Result is now enum sim_stop.
101
102 Fri Oct 8 10:47:09 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
103
104 * gencode.c (table): Becomes unsigned.
105 * interp.c (trap): Get right breakpoint SIGnum. (sim_write,
106 sim_read): Return number of bytes copied. (sim_store_register):
107 Value passed by reference. (sim_kill, sim_open, sim_set_args): New functions.
108
109 Tue Sep 7 16:24:13 1993 Stan Shebs (shebs@rtl.cygnus.com)
110
111 * interp.c (sim_info): Fix small typo in printf string.
112
113 Thu Aug 5 11:37:48 1993 Stan Shebs (shebs@rtl.cygnus.com)
114
115 * interp.c (sim_resume): Set memory after pointers inited.
116
117 Mon Aug 2 14:13:22 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
118
119 * interp.c (get_now): Use time system call.
120 * Makefile.in: install correctly.
121
122 Tue Jul 6 10:30:46 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
123
124 * run.c (main), interp.c (sim_set_timeout): Remove timeout
125 functionality.
126
127 Thu Jun 24 13:29:57 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
128
129 * Makefile.in: don't run indent everytime; also add a space in the
130 includes
131
132 Thu Jun 17 18:30:42 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
133
134 * gencode.c: Fix some opcodes.
135 * interp.c: Support for profiling and portability fixes.
136 * run.c (main): Get profiling args.
137
138 Wed May 5 13:17:22 1993 Steve Chamberlain (sac@cygnus.com)
139
140 * gencode.c (tab): Lint for sgi compiler
141 * interp.c: Lint for sgi compiler.
142
143 Mon May 3 15:25:33 1993 Steve Chamberlain (sac@thepub.cygnus.com)
144
145 * run.c (main): Support for resizing simulated RAM.
146 * Makefile.in: Support for broken makes.
147 * interp.c, gencode.c: Lint.
148
149 Mon Apr 26 18:01:10 1993 Steve Chamberlain (sac@thepub.cygnus.com)
150
151 * created
152
This page took 0.033022 seconds and 5 git commands to generate.