]>
Commit | Line | Data |
---|---|---|
9999417e SG |
1 | Tue Nov 14 15:19:43 1995 Stu Grossman ([email protected]) |
2 | ||
3 | * gencode.c: jsr actually saves pc+4, and rts actually uses pr+0. | |
4 | ||
99e6fd41 JW |
5 | Sat Oct 21 13:01:18 1995 Jim Wilson <[email protected]> |
6 | ||
9999417e SG |
7 | * sh/interp.c (sim_stop_reason): Catch SIGQUIT and indicate |
8 | program exited. | |
9 | (sim_get_quit_code): Delete. | |
10 | ||
99e6fd41 JW |
11 | * gencode.c (gensim): Indicate SIGILL instead of calling abort for |
12 | default case. | |
13 | ||
14 | start-sanitize-sh3e | |
15 | Mon Oct 16 18:24:03 1995 Jim Wilson <[email protected]> | |
16 | ||
17 | * interp.c (saved_start_type): Move FP registers to immediately | |
18 | after SR. | |
19 | ||
20 | end-sanitize-sh3e | |
21 | Tue Oct 10 11:12:15 1995 Fred Fish <[email protected]> | |
22 | ||
23 | * Makefile.in (BISON): Remove macro. | |
24 | ||
437fb926 JW |
25 | Fri Oct 6 12:08:18 1995 Jim Wilson <[email protected]> |
26 | ||
27 | * interp.c (trap, case SYS_utime): Cast second arg of utime to | |
28 | void * to avoid compiler error. | |
29 | ||
0e1815de JW |
30 | * interp.c (callback): Remove last change. It is initialized by |
31 | a sim_set_callbacks call. | |
32 | ||
28920b9d SC |
33 | Thu Oct 5 14:13:29 1995 steve chamberlain <[email protected]> |
34 | ||
35 | * interp.c (callback): Initialize to default callback. | |
36 | ||
37 | Thu Sep 28 15:26:59 1995 steve chamberlain <[email protected]> | |
38 | ||
39 | * run.c: Moved to ../common. | |
40 | * interp.c (trap): Use gdb's callback interface. | |
41 | * Makefile.in: Updated. | |
42 | ||
602677ad ILT |
43 | Wed Sep 20 13:35:13 1995 Ian Lance Taylor <[email protected]> |
44 | ||
45 | * Makefile.in (maintainer-clean): New synonym for realclean. | |
46 | ||
5897a29e SC |
47 | Wed Sep 20 09:51:50 1995 steve chamberlain <[email protected]> |
48 | ||
49 | * run.c (sim_callback_write_stdout): New. | |
50 | * interp.c (trap): Call sim_callback_write_stdout when needed. | |
51 | ||
e9aea0b3 SC |
52 | Mon Sep 18 18:42:27 1995 steve chamberlain <[email protected]> |
53 | ||
54 | * interp.c (trap): Remove useless code. | |
55 | ||
56 | Fri Sep 15 19:30:05 1995 steve chamberlain <[email protected]> | |
57 | ||
58 | * syscall.h: Copy from newlib. | |
59 | ||
95295b41 SG |
60 | start-sanitize-sh3e |
61 | Thu Sep 14 19:32:59 1995 Stu Grossman ([email protected]) | |
62 | ||
63 | * gencode.c: Back up PC by 2 for breakpoints. | |
64 | * interp.c: Move fp regs beyond pc/pr/etc to avoid confusing GDB, | |
65 | which expect pc to immediatly follow regs[]. | |
66 | ||
67 | end-sanitize-sh3e | |
21852576 ILT |
68 | Fri Sep 8 14:18:13 1995 Ian Lance Taylor <[email protected]> |
69 | ||
70 | * configure.in: Define CC_FOR_BUILD. Don't call AC_PROG_INSTALL. | |
71 | * configure: Rebuild. | |
72 | * Makefile.in (INSTALL): Revert to using install.sh. | |
73 | (INSTALL_PROGRAM, INSTALL_DATA): Set to $(INSTALL). | |
74 | (INSTALL_XFORM, INSTALL_XFORM1): Restore. | |
75 | (CC_FOR_BUILD): Restore. | |
76 | (gencode): Build using $(CC_FOR_BUILD). | |
77 | (install): Don't install in $(tooldir). | |
78 | ||
c632873c C |
79 | Thu Sep 7 15:02:31 1995 J.T. Conklin <[email protected]> |
80 | ||
81 | (Try to) Update to new bfd autoconf scheme. | |
82 | * run.c: Don't include sysdep.h. | |
83 | * Makefile.in (INSTALL{,_PROGRAM,_DATA}): Use autoconf computed value. | |
84 | (CC, CFLAGS, AR, RANLIB): Likewise. | |
85 | (HDEFINES, TDEFINES): Define. | |
86 | (CC_FOR_BUILD): Delete. | |
87 | (host_makefile_frag): Delete. | |
88 | (Makefile): Don't depend on frags. | |
89 | * configure.in (sysdep.h): Don't create symlink. | |
90 | (host_makefile_frag, frags): Deleted. | |
91 | (CC, CFLAGS, AR, RANLIB, INSTALL): Compute values. | |
92 | * configure: Regenerated. | |
93 | ||
94 | start-sanitize-sh3e | |
95 | Thu Aug 31 12:39:07 1995 Jim Wilson <[email protected]> | |
96 | ||
97 | * interp.c: Include <math.h>. | |
98 | ||
99 | end-sanitize-sh3e | |
2ca7c3c4 JL |
100 | Wed Aug 30 22:05:17 1995 Jeff Law ([email protected]) |
101 | ||
1fc210a7 | 102 | * Makefile.in (run): Link in math library too. |
2ca7c3c4 | 103 | * gencode.c (gensim): abort if an unknown opcode is encountered. |
c1bce9f6 JL |
104 | start-sanitize-sh3e |
105 | * interp.c (FPSCR, FPUL): Define. | |
106 | (struct save_state): Add fields for floating point registers, | |
107 | FPSCR and FPUL. | |
108 | (sim_resume): Add 'F' for accessing floating point registers | |
109 | in the save state structure. | |
110 | * gencode.c: Add sh3e opcodes. | |
111 | (gensym): Define a buffer for int<->fp conversions. | |
112 | end-sanitize-sh3e | |
2ca7c3c4 JL |
113 | |
114 | Tue Aug 22 14:16:46 1995 J.T. Conklin <[email protected]> | |
115 | ||
116 | * interp.c (trap): Use trap vector 34 for host system interface. | |
117 | * gencode.c: Add 34 to conditional which determines which traps | |
118 | will be handled by simulator. | |
119 | ||
120 | Fri Aug 11 17:59:15 1995 Jim Wilson <[email protected]> | |
121 | ||
122 | * run.c: Include <signal.h>. Define SIGQUIT if not defined. | |
123 | (main): New variables reason and sigrc. After simulator exits, | |
124 | check to see if it exited because of a signal, and if so, then | |
125 | use the signal number as the return value. | |
126 | ||
127 | Thu Aug 3 10:45:37 1995 Fred Fish <[email protected]> | |
128 | ||
129 | * Update all FSF addresses except those in COPYING* files. | |
130 | ||
131 | Tue Jul 18 23:33:10 1995 Fred Fish <fnf@fishbowl> | |
132 | ||
133 | * interp.c (trap): Only use SYS_execv if defined. Might be | |
134 | implemented as execve(arg1,arg2,0), as with Unixware 2.0. | |
135 | (sim_resume): In sbit initializer, cast shifted arg to unsigned | |
136 | to avoid signed integer overflow. | |
137 | ||
1ffd292b C |
138 | Wed Jul 5 14:32:54 1995 J.T. Conklin <[email protected]> |
139 | ||
2ca7c3c4 JL |
140 | * Makefile.in (clean): Remove run, libsim.a. |
141 | (distclean, mostlyclean, realclean): Remove Makefile and | |
142 | autoconf files. | |
4f3547f1 | 143 | |
ee0eaaef C |
144 | * sh.mt: Removed. |
145 | ||
1ffd292b C |
146 | * Makefile.in, configure.in: converted to autoconf. |
147 | * configure: New file, generated with autconf 2.4. | |
148 | ||
8e968e86 SS |
149 | Fri Jun 30 16:51:38 1995 Stan Shebs <[email protected]> |
150 | ||
151 | * interp.c (sim_open): If argument supplied, interpret as | |
152 | desired memory size. | |
153 | (parse_and_set_memory_size): New function. | |
154 | (sim_do_command): New function. | |
155 | ||
7427b968 FF |
156 | Thu Jun 29 10:02:28 1995 Fred Fish <[email protected]> |
157 | ||
8e968e86 | 158 | * interp.c (SYS_wait): Define as SYS_wait4 if available and |
7427b968 FF |
159 | SYS_wait is not already defined (SunOS 4.1.3 for example). |
160 | (SYS_utime): Define as SYS_utimes if available and | |
161 | SYS_utime is not already defined. | |
162 | ||
32a9989d SC |
163 | Thu Jun 22 17:25:57 1995 Steve Chamberlain <[email protected]> |
164 | ||
165 | * interp.c: Don't include sys/times.h or sys/param.h | |
166 | ||
edf6a843 SC |
167 | Wed Jun 21 15:03:49 1995 Steve Chamberlain <[email protected]> |
168 | ||
8e968e86 | 169 | * interp.c (SIGBUS, SIGTERM): Define if not. |
edf6a843 SC |
170 | (sim_memory_size): default to 2^19 on PCs. |
171 | (sim_resume): Poll for quits on win32. | |
172 | ||
173 | Wed May 24 16:22:48 1995 Jim Wilson <[email protected]> | |
174 | ||
175 | * gencode.c (op_tab): Add SH3 support. | |
176 | ||
a43b22b5 SC |
177 | Wed May 24 14:07:11 1995 Steve Chamberlain <[email protected]> |
178 | ||
179 | * gencode.c (tab): Add bsrf and braf. | |
180 | ||
181 | Mon Apr 24 15:09:49 1995 Jason Molenda ([email protected]) | |
182 | ||
183 | * configure.in: use ../../bfd/hosts/std-host.h, not | |
184 | ../bfd/hosts/std-host.h (which doesn't exist). | |
185 | ||
186 | Mon Mar 27 10:32:34 1995 J.T. Conklin <[email protected]> | |
187 | ||
188 | * run.c: parse arguments with getopt(). | |
189 | ||
190 | Sun Feb 26 15:27:24 1995 Steve Chamberlain <[email protected]> | |
191 | ||
192 | * configure.in: Use ../../bfd/hosts/std-host.h if specific | |
193 | host unavailable. | |
194 | ||
195 | Mon Jan 23 16:10:58 1995 Torbjorn Granlund <[email protected]> | |
196 | ||
197 | * interp.c (macw): Sign extend MACH at bit 10 for non-saturating case. | |
198 | ||
0fb39e84 | 199 | Sun Jan 22 13:55:36 1995 Torbjorn Granlund <[email protected]> |
acae2683 | 200 | |
0fb39e84 TG |
201 | * gencode.c (op_tab): Make MAC.W call macw, not abort. |
202 | * interp.c (macw): New function. | |
203 | (S): New #define. | |
204 | ||
205 | Sat Jan 21 15:52:30 1995 Torbjorn Granlund <[email protected]> | |
206 | ||
207 | * gencode.c (op_tab): New code for ADDV and SUBV. | |
208 | Make MAC.L abort sicne it is not implemented. | |
209 | ||
210 | * interp.c (dmul): Handle the signed case by adjusting after unsigned multiply. | |
211 | Get rid of __GNUC__ conditional. | |
212 | ||
213 | aThu Jan 19 05:50:50 1995 Torbjorn Granlund <[email protected]> | |
214 | ||
215 | * gencode.c (op_tab): Also replace NEGC, and try again with SUBC. | |
216 | Change ADDC for symmetry. | |
217 | ||
218 | * gencode.c (op_tab): Replace code for ADDC and SUBC. | |
acae2683 | 219 | |
a42b1d05 SG |
220 | Mon Jan 9 15:43:53 1995 Stu Grossman ([email protected]) |
221 | ||
222 | * interp.c: Remove def of INLINE. This comes from bfd.h. Also, | |
223 | declare IOMEM before using it. | |
224 | ||
4d0be1f5 SC |
225 | Wed Dec 28 21:25:31 1994 Steve Chamberlain ([email protected]) |
226 | ||
227 | * interp.c (BUSERROR): New macro. | |
228 | ([r|w][bwl]at[little|big]) New functions. | |
229 | (sim_resume): If GO32 check for interrupt every now | |
230 | and again. Decrement PC if SIGBUS seen. | |
231 | * run.c (main): Return result of simulated _exit. | |
232 | ||
233 | Mon Dec 5 21:59:51 1994 Doug Evans <[email protected]> | |
234 | ||
235 | * Makefile.in (gencode): Allow build in different directory. | |
236 | ||
237 | Wed Nov 30 17:47:13 1994 Jim Wilson <[email protected]> | |
238 | ||
239 | * Makefile.in (gencode): Change $< to gencode.c for portability. | |
240 | ||
d2fd61a8 SC |
241 | Wed Nov 23 21:31:55 1994 Steve Chamberlain ([email protected]) |
242 | ||
243 | * interp.c ([wr][bwl]at): New functions. | |
244 | (trap): Cope with both byte modes. | |
245 | ||
246 | Thu Sep 8 17:35:07 1994 Steve Chamberlain ([email protected]) | |
247 | ||
248 | * gencode.c (tab): Simulate T bit after a negc insn right. | |
249 | * interp.c (RSBAT): Sign extend the arg. | |
250 | (ACE_FAST): New macro. | |
251 | (sim_resume): Remove obsolete test of sim_timeout. | |
252 | ||
253 | Fri Aug 5 14:12:31 1994 Steve Chamberlain ([email protected]) | |
254 | ||
255 | * interp.c (IOMEM): New function, simulates very basic I/O area of | |
256 | the SH. | |
257 | (WBAT, RBAT) : Call I/O functions. | |
258 | * gencode.c (tab): Special case trapa #3. | |
259 | ||
260 | Mon Jun 27 18:04:54 1994 Steve Chamberlain ([email protected]) | |
261 | ||
262 | * run.c (main): Specify the file type again. | |
263 | ||
264 | Thu May 26 19:04:37 1994 Steve Chamberlain ([email protected]) | |
265 | ||
266 | * interp.c (trap): Fix irix incompatibility. | |
267 | * run.c (main): open without specifying file type. | |
268 | ||
fe031f82 DE |
269 | Wed May 18 14:18:53 1994 Doug Evans ([email protected]) |
270 | ||
271 | * interp.c (sim_*): Make result void where there isn't one. | |
272 | (sim_set_pc): Delete. | |
273 | (sim_info): Delete printf_fn arg, all callers changed. | |
274 | Call printf_filtered instead. | |
275 | (sim_close): New function. | |
276 | (sim_load): New function. | |
277 | (sim_create_inferior): Renamed from sim_set_args, all callers changed. | |
278 | * run.c: #include <varargs.h>, "remote-sim.h". | |
279 | (printf_filtered): New function. | |
280 | ||
281 | Wed Apr 27 12:03:48 1994 Steve Chamberlain ([email protected]) | |
282 | ||
283 | * gencode.c (table): Get direction of some opcodes right. | |
284 | (trapa, rte): Implement fully. | |
285 | * interp.c (trap): Make stat call more portable. | |
286 | ||
287 | Fri Feb 11 21:59:38 1994 Steve Chamberlain ([email protected]) | |
288 | ||
289 | * gencode.c (main, gendefines): New -d option prints table of defines. | |
290 | * interp.c (trap): Add a load of system calls. | |
291 | (sim_memory_size): Now default to 8Mbyte. | |
292 | (PARANOID): Keep vector of registers with undefined contents. | |
293 | ||
294 | Mon Nov 15 14:37:18 1993 Steve Chamberlain ([email protected]) | |
295 | ||
296 | * gencode.c: mova uses aligned addresses | |
297 | * interp.c (trap): Return results in r0. | |
298 | ||
299 | Tue Oct 26 10:38:55 1993 Doug Evans ([email protected]) | |
300 | ||
301 | * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb | |
302 | * interp.c: #include "remote-sim.h". | |
303 | (sim_resume): int result, new arg `siggnal'. | |
304 | (sim_write): Use SIM_ADDR for type of arg `addr'. | |
305 | (sim_read): Use SIM_ADDR for type of arg `addr'. | |
306 | Use unsigned char * for `buffer'. | |
307 | (sim_store_register): int result. | |
308 | (sim_fetch_register): Ditto. | |
309 | (sim_stop_reason): Renamed from sim_stop_signal. New arg `reason'. | |
310 | (sim_set_pc): int result, use SIM_ADDR for type of arg `x'. | |
311 | (sim_info): int result, new args `verbose', `printf_fn'. | |
312 | (sim_kill): int result. | |
313 | (sim_open): int result, new arg `name'. | |
314 | * run.c: #include <stdio.h> | |
315 | (main): Update call to sim_info. | |
316 | ||
631f6b24 DE |
317 | Sat Oct 23 15:09:29 1993 Doug Evans ([email protected]) |
318 | ||
319 | * interp.c (sim_stop_signal): Result is now enum sim_stop. | |
320 | ||
321 | Fri Oct 8 10:47:09 1993 Steve Chamberlain ([email protected]) | |
322 | ||
323 | * gencode.c (table): Becomes unsigned. | |
324 | * interp.c (trap): Get right breakpoint SIGnum. (sim_write, | |
325 | sim_read): Return number of bytes copied. (sim_store_register): | |
326 | Value passed by reference. (sim_kill, sim_open, sim_set_args): New functions. | |
327 | ||
328 | Tue Sep 7 16:24:13 1993 Stan Shebs ([email protected]) | |
329 | ||
330 | * interp.c (sim_info): Fix small typo in printf string. | |
331 | ||
332 | Thu Aug 5 11:37:48 1993 Stan Shebs ([email protected]) | |
333 | ||
334 | * interp.c (sim_resume): Set memory after pointers inited. | |
335 | ||
336 | Mon Aug 2 14:13:22 1993 Steve Chamberlain ([email protected]) | |
337 | ||
338 | * interp.c (get_now): Use time system call. | |
339 | * Makefile.in: install correctly. | |
340 | ||
341 | Tue Jul 6 10:30:46 1993 Steve Chamberlain ([email protected]) | |
342 | ||
343 | * run.c (main), interp.c (sim_set_timeout): Remove timeout | |
344 | functionality. | |
345 | ||
346 | Thu Jun 24 13:29:57 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com) | |
347 | ||
348 | * Makefile.in: don't run indent everytime; also add a space in the | |
349 | includes | |
350 | ||
90fe361f SC |
351 | Thu Jun 17 18:30:42 1993 Steve Chamberlain ([email protected]) |
352 | ||
353 | * gencode.c: Fix some opcodes. | |
354 | * interp.c: Support for profiling and portability fixes. | |
355 | * run.c (main): Get profiling args. | |
356 | ||
357 | Wed May 5 13:17:22 1993 Steve Chamberlain ([email protected]) | |
358 | ||
359 | * gencode.c (tab): Lint for sgi compiler | |
360 | * interp.c: Lint for sgi compiler. | |
361 | ||
362 | Mon May 3 15:25:33 1993 Steve Chamberlain ([email protected]) | |
363 | ||
364 | * run.c (main): Support for resizing simulated RAM. | |
365 | * Makefile.in: Support for broken makes. | |
366 | * interp.c, gencode.c: Lint. | |
367 | ||
594266fc SC |
368 | Mon Apr 26 18:01:10 1993 Steve Chamberlain ([email protected]) |
369 | ||
370 | * created | |
371 |