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