* app.c (do_scrub_chars): Free saved_input when the from buffer
[deliverable/binutils-gdb.git] / sim / sh / ChangeLog
CommitLineData
1ffd292b
C
1Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2
4f3547f1
C
3 * Makefile.in (distclean, mostlyclean, realclean): Remove autoconf
4 files.
5
ee0eaaef
C
6 * sh.mt: Removed.
7
1ffd292b
C
8 * Makefile.in, configure.in: converted to autoconf.
9 * configure: New file, generated with autconf 2.4.
10
8e968e86
SS
11Fri Jun 30 16:51:38 1995 Stan Shebs <shebs@andros.cygnus.com>
12
13 * interp.c (sim_open): If argument supplied, interpret as
14 desired memory size.
15 (parse_and_set_memory_size): New function.
16 (sim_do_command): New function.
17
7427b968
FF
18Thu Jun 29 10:02:28 1995 Fred Fish <fnf@deneb.cygnus.com>
19
8e968e86 20 * interp.c (SYS_wait): Define as SYS_wait4 if available and
7427b968
FF
21 SYS_wait is not already defined (SunOS 4.1.3 for example).
22 (SYS_utime): Define as SYS_utimes if available and
23 SYS_utime is not already defined.
24
32a9989d
SC
25Thu Jun 22 17:25:57 1995 Steve Chamberlain <sac@slash.cygnus.com>
26
27 * interp.c: Don't include sys/times.h or sys/param.h
28
edf6a843
SC
29Wed Jun 21 15:03:49 1995 Steve Chamberlain <sac@slash.cygnus.com>
30
8e968e86 31 * interp.c (SIGBUS, SIGTERM): Define if not.
edf6a843
SC
32 (sim_memory_size): default to 2^19 on PCs.
33 (sim_resume): Poll for quits on win32.
34
35Wed May 24 16:22:48 1995 Jim Wilson <wilson@chestnut.cygnus.com>
36
37 * gencode.c (op_tab): Add SH3 support.
38
a43b22b5
SC
39Wed May 24 14:07:11 1995 Steve Chamberlain <sac@slash.cygnus.com>
40
41 * gencode.c (tab): Add bsrf and braf.
42
43Mon Apr 24 15:09:49 1995 Jason Molenda (crash@cygnus.com)
44
45 * configure.in: use ../../bfd/hosts/std-host.h, not
46 ../bfd/hosts/std-host.h (which doesn't exist).
47
48Mon Mar 27 10:32:34 1995 J.T. Conklin <jtc@rtl.cygnus.com>
49
50 * run.c: parse arguments with getopt().
51
52Sun Feb 26 15:27:24 1995 Steve Chamberlain <sac@cygnus.com>
53
54 * configure.in: Use ../../bfd/hosts/std-host.h if specific
55 host unavailable.
56
57Mon Jan 23 16:10:58 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
58
59 * interp.c (macw): Sign extend MACH at bit 10 for non-saturating case.
60
0fb39e84 61Sun Jan 22 13:55:36 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
acae2683 62
0fb39e84
TG
63 * gencode.c (op_tab): Make MAC.W call macw, not abort.
64 * interp.c (macw): New function.
65 (S): New #define.
66
67Sat Jan 21 15:52:30 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
68
69 * gencode.c (op_tab): New code for ADDV and SUBV.
70 Make MAC.L abort sicne it is not implemented.
71
72 * interp.c (dmul): Handle the signed case by adjusting after unsigned multiply.
73 Get rid of __GNUC__ conditional.
74
75aThu Jan 19 05:50:50 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
76
77 * gencode.c (op_tab): Also replace NEGC, and try again with SUBC.
78 Change ADDC for symmetry.
79
80 * gencode.c (op_tab): Replace code for ADDC and SUBC.
acae2683 81
a42b1d05
SG
82Mon Jan 9 15:43:53 1995 Stu Grossman (grossman@cygnus.com)
83
84 * interp.c: Remove def of INLINE. This comes from bfd.h. Also,
85 declare IOMEM before using it.
86
4d0be1f5
SC
87Wed Dec 28 21:25:31 1994 Steve Chamberlain (sac@jonny.cygnus.com)
88
89 * interp.c (BUSERROR): New macro.
90 ([r|w][bwl]at[little|big]) New functions.
91 (sim_resume): If GO32 check for interrupt every now
92 and again. Decrement PC if SIGBUS seen.
93 * run.c (main): Return result of simulated _exit.
94
95Mon Dec 5 21:59:51 1994 Doug Evans <dje@canuck.cygnus.com>
96
97 * Makefile.in (gencode): Allow build in different directory.
98
99Wed Nov 30 17:47:13 1994 Jim Wilson <wilson@chestnut.cygnus.com>
100
101 * Makefile.in (gencode): Change $< to gencode.c for portability.
102
d2fd61a8
SC
103Wed Nov 23 21:31:55 1994 Steve Chamberlain (sac@jonny.cygnus.com)
104
105 * interp.c ([wr][bwl]at): New functions.
106 (trap): Cope with both byte modes.
107
108Thu Sep 8 17:35:07 1994 Steve Chamberlain (sac@jonny.cygnus.com)
109
110 * gencode.c (tab): Simulate T bit after a negc insn right.
111 * interp.c (RSBAT): Sign extend the arg.
112 (ACE_FAST): New macro.
113 (sim_resume): Remove obsolete test of sim_timeout.
114
115Fri Aug 5 14:12:31 1994 Steve Chamberlain (sac@jonny.cygnus.com)
116
117 * interp.c (IOMEM): New function, simulates very basic I/O area of
118 the SH.
119 (WBAT, RBAT) : Call I/O functions.
120 * gencode.c (tab): Special case trapa #3.
121
122Mon Jun 27 18:04:54 1994 Steve Chamberlain (sac@cirdan.cygnus.com)
123
124 * run.c (main): Specify the file type again.
125
126Thu May 26 19:04:37 1994 Steve Chamberlain (sac@thepub.cygnus.com)
127
128 * interp.c (trap): Fix irix incompatibility.
129 * run.c (main): open without specifying file type.
130
fe031f82
DE
131Wed May 18 14:18:53 1994 Doug Evans (dje@canuck.cygnus.com)
132
133 * interp.c (sim_*): Make result void where there isn't one.
134 (sim_set_pc): Delete.
135 (sim_info): Delete printf_fn arg, all callers changed.
136 Call printf_filtered instead.
137 (sim_close): New function.
138 (sim_load): New function.
139 (sim_create_inferior): Renamed from sim_set_args, all callers changed.
140 * run.c: #include <varargs.h>, "remote-sim.h".
141 (printf_filtered): New function.
142
143Wed Apr 27 12:03:48 1994 Steve Chamberlain (sac@cygnus.com)
144
145 * gencode.c (table): Get direction of some opcodes right.
146 (trapa, rte): Implement fully.
147 * interp.c (trap): Make stat call more portable.
148
149Fri Feb 11 21:59:38 1994 Steve Chamberlain (sac@sphagnum.cygnus.com)
150
151 * gencode.c (main, gendefines): New -d option prints table of defines.
152 * interp.c (trap): Add a load of system calls.
153 (sim_memory_size): Now default to 8Mbyte.
154 (PARANOID): Keep vector of registers with undefined contents.
155
156Mon Nov 15 14:37:18 1993 Steve Chamberlain (sac@jonny.cygnus.com)
157
158 * gencode.c: mova uses aligned addresses
159 * interp.c (trap): Return results in r0.
160
161Tue Oct 26 10:38:55 1993 Doug Evans (dje@canuck.cygnus.com)
162
163 * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
164 * interp.c: #include "remote-sim.h".
165 (sim_resume): int result, new arg `siggnal'.
166 (sim_write): Use SIM_ADDR for type of arg `addr'.
167 (sim_read): Use SIM_ADDR for type of arg `addr'.
168 Use unsigned char * for `buffer'.
169 (sim_store_register): int result.
170 (sim_fetch_register): Ditto.
171 (sim_stop_reason): Renamed from sim_stop_signal. New arg `reason'.
172 (sim_set_pc): int result, use SIM_ADDR for type of arg `x'.
173 (sim_info): int result, new args `verbose', `printf_fn'.
174 (sim_kill): int result.
175 (sim_open): int result, new arg `name'.
176 * run.c: #include <stdio.h>
177 (main): Update call to sim_info.
178
631f6b24
DE
179Sat Oct 23 15:09:29 1993 Doug Evans (dje@canuck.cygnus.com)
180
181 * interp.c (sim_stop_signal): Result is now enum sim_stop.
182
183Fri Oct 8 10:47:09 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
184
185 * gencode.c (table): Becomes unsigned.
186 * interp.c (trap): Get right breakpoint SIGnum. (sim_write,
187 sim_read): Return number of bytes copied. (sim_store_register):
188 Value passed by reference. (sim_kill, sim_open, sim_set_args): New functions.
189
190Tue Sep 7 16:24:13 1993 Stan Shebs (shebs@rtl.cygnus.com)
191
192 * interp.c (sim_info): Fix small typo in printf string.
193
194Thu Aug 5 11:37:48 1993 Stan Shebs (shebs@rtl.cygnus.com)
195
196 * interp.c (sim_resume): Set memory after pointers inited.
197
198Mon Aug 2 14:13:22 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
199
200 * interp.c (get_now): Use time system call.
201 * Makefile.in: install correctly.
202
203Tue Jul 6 10:30:46 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
204
205 * run.c (main), interp.c (sim_set_timeout): Remove timeout
206 functionality.
207
208Thu Jun 24 13:29:57 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
209
210 * Makefile.in: don't run indent everytime; also add a space in the
211 includes
212
90fe361f
SC
213Thu Jun 17 18:30:42 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
214
215 * gencode.c: Fix some opcodes.
216 * interp.c: Support for profiling and portability fixes.
217 * run.c (main): Get profiling args.
218
219Wed May 5 13:17:22 1993 Steve Chamberlain (sac@cygnus.com)
220
221 * gencode.c (tab): Lint for sgi compiler
222 * interp.c: Lint for sgi compiler.
223
224Mon May 3 15:25:33 1993 Steve Chamberlain (sac@thepub.cygnus.com)
225
226 * run.c (main): Support for resizing simulated RAM.
227 * Makefile.in: Support for broken makes.
228 * interp.c, gencode.c: Lint.
229
594266fc
SC
230Mon Apr 26 18:01:10 1993 Steve Chamberlain (sac@thepub.cygnus.com)
231
232 * created
233
This page took 0.105605 seconds and 4 git commands to generate.