]>
Commit | Line | Data |
---|---|---|
d68c23cd JS |
1 | 2008-11-10 Joel Sherrill <[email protected]> |
2 | ||
3 | * erc32.c, exec.c: Fix warnings. | |
4 | ||
b5bd9624 HPN |
5 | 2008-07-11 Hans-Peter Nilsson <[email protected]> |
6 | ||
7 | * configure: Regenerate to track ../common/common.m4 changes. | |
8 | * config.in: Ditto. | |
9 | ||
14e1f957 MS |
10 | 2008-06-09 Joel Sherrill <[email protected]> |
11 | ||
12 | * sis.c: Correct spelling error. | |
13 | ||
6efef468 JM |
14 | 2008-06-06 Vladimir Prus <[email protected]> |
15 | Daniel Jacobowitz <[email protected]> | |
16 | Joseph Myers <[email protected]> | |
17 | ||
18 | * configure: Regenerate. | |
19 | ||
edc5d9ec HPN |
20 | 2006-12-21 Hans-Peter Nilsson <[email protected]> |
21 | ||
22 | * acconfig.h: Remove. | |
23 | * config.in: Regenerate. | |
24 | ||
70a9be63 HPN |
25 | 2006-12-20 Hans-Peter Nilsson <[email protected]> |
26 | ||
27 | * configure.ac: Add test for readline, substitute READLINE. | |
28 | * Makefile.in (READLINE_LIB): New substituted-contents variable. | |
29 | (SIM_EXTRA_LIBDEPS): Don't set. | |
30 | (SIM_EXTRA_LIBS): Use $(READLINE_LIB) instead of | |
31 | ../../readline/libreadline.a. | |
32 | * configure: Regenerate. | |
33 | ||
ce928021 DJ |
34 | 2006-08-08 Daniel Jacobowitz <[email protected]> |
35 | ||
36 | * Makefile.in (func.o, help.o): Correct dependencies. | |
37 | ||
38 | 2006-08-08 Joel Sherrill <[email protected]> | |
39 | ||
40 | * Makefile.in (install-sis): Honor DESTDIR. | |
41 | ||
e85e3205 RE |
42 | 2006-06-13 Richard Earnshaw <[email protected]> |
43 | ||
44 | * configure: Regenerated. | |
45 | ||
2f0122dc DJ |
46 | 2006-06-05 Daniel Jacobowitz <[email protected]> |
47 | ||
48 | * configure: Regenerated. | |
49 | ||
20e95c23 DJ |
50 | 2006-05-31 Daniel Jacobowitz <[email protected]> |
51 | ||
52 | * configure: Regenerated. | |
53 | ||
aba6488e MM |
54 | 2005-11-28 Mark Mitchell <[email protected]> |
55 | ||
56 | * interf.c: (gdb/signals.h): Include it. | |
57 | (sim_stop_reason): Use TARGET_SIGNAL_*. | |
58 | ||
4eeb4f8d BE |
59 | 2005-07-08 Ben Elliston <[email protected]> |
60 | ||
61 | * func.c: Remove ANSI_PROTOTYPES conditional code. | |
62 | ||
2b193c4a MK |
63 | 2005-03-23 Mark Kettenis <[email protected]> |
64 | ||
65 | * configure: Regenerate. | |
66 | ||
187d3d28 JG |
67 | 2005-03-07 Jerome Guitton <[email protected]> |
68 | ||
69 | * sim/erc32/float.c (set_fsr): Do not use deprecated multi-line | |
70 | strings. | |
71 | (clear_accex): Ditto. | |
72 | * sim/erc32/interf.c: Remove the redeclaration of fprintf. | |
73 | * sim/erc32/sis.c: Ditto. | |
74 | * sim/erc32/exec.c: Add missing semicolon. | |
75 | * sim/erc32/func.c: Remove definitions of generic_print_address, | |
76 | generic_symbol_at_address, buffer_read_memory and perror_memory, as | |
77 | they are already defined in opcodes/dis-buf.c. | |
78 | ||
35695fd6 AC |
79 | 2005-01-14 Andrew Cagney <[email protected]> |
80 | ||
81 | * configure.ac: Sinclude aclocal.m4 before common.m4. Add | |
82 | explicit call to AC_CONFIG_HEADER. | |
83 | * configure: Regenerate. | |
84 | ||
f0569246 AC |
85 | 2005-01-12 Andrew Cagney <[email protected]> |
86 | ||
87 | * configure.ac: Update to use ../common/common.m4. | |
88 | * configure: Re-generate. | |
89 | ||
38f48d72 AC |
90 | 2005-01-11 Andrew Cagney <[email protected]> |
91 | ||
92 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
93 | ||
b7026657 AC |
94 | 2005-01-07 Andrew Cagney <[email protected]> |
95 | ||
96 | * configure.ac: Rename configure.in, require autoconf 2.59. | |
97 | * configure: Re-generate. | |
98 | ||
379832de HPN |
99 | 2004-12-08 Hans-Peter Nilsson <[email protected]> |
100 | ||
101 | * configure: Regenerate for ../common/aclocal.m4 update. | |
102 | ||
2b3cc94f AS |
103 | 2004-11-11 Andreas Schwab <[email protected]> |
104 | ||
105 | * interf.c: Include "libiberty.h" instead of declaring buildargv | |
106 | ourselves. | |
107 | ||
6b4a8935 AC |
108 | 2003-02-27 Andrew Cagney <[email protected]> |
109 | ||
110 | * interf.c (sim_open, sim_create_inferior): Rename _bfd to bfd. | |
111 | ||
c8cca39f AC |
112 | 2002-06-16 Andrew Cagney <[email protected]> |
113 | ||
114 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
115 | ||
3c25f8c7 AC |
116 | 2002-06-08 Andrew Cagney <[email protected]> |
117 | ||
118 | * sis.h: Include "gdb/remote-sim.h" and "gdb/callback.h". | |
119 | * interf.c: Include "gdb/remote-sim.h". | |
120 | ||
eb2d80b4 AC |
121 | Tue May 23 21:39:23 2000 Andrew Cagney <[email protected]> |
122 | ||
123 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
124 | ||
a0539197 FCE |
125 | 2000-03-07 Frank Ch. Eigler <[email protected]> |
126 | ||
127 | From John Dallaway <[email protected]>: | |
128 | * Makefile.in (install-sis): Add $(EXEEXT) for Windows host. | |
129 | ||
0ef33cd0 FCE |
130 | 2000-03-03 Jonathan Larmour <[email protected]> |
131 | ||
132 | * func.c (buffer_read_memory): Change type of size to unsigned to | |
133 | match prototype | |
134 | ||
d4f3574e SS |
135 | Thu Sep 2 18:15:53 1999 Andrew Cagney <[email protected]> |
136 | ||
137 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
138 | ||
cd0fc7c3 SS |
139 | 1999-05-08 Felix Lee <[email protected]> |
140 | ||
141 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
142 | ||
7a292a7a SS |
143 | 1999-03-03 DJ Delorie <[email protected]> |
144 | ||
145 | * configure.in: add termcap and -luser32 for host=cygwin | |
146 | * configure: regenerate | |
147 | ||
c906108c SS |
148 | 1999-02-11 Hugo Tyson <[email protected]> |
149 | ||
150 | * exec.c (dispatch_instruction): | |
151 | Correct the sense of the | |
152 | if (!sparclite) { | |
153 | sregs->trap = TRAP_UNIMP; | |
154 | break; | |
155 | } | |
156 | clause that has been pasted around: it's correct in the SCAN and | |
157 | DIVScc (divide step) cases (where it was probably originally | |
158 | written?), but reversed in the SDIV, SDIVcc, UDIV, UDIVcc cases | |
159 | ie. instructions only in the SPARC V8 or SPARClite 86x | |
160 | architectures. It was also present when not required for SMUL, | |
161 | SMULcc, UMUL, UMULcc instructions that are present in all | |
162 | architectures. | |
163 | ||
164 | 1999-01-25 Hugo Tyson <[email protected]> | |
165 | ||
166 | * interf.c (run_sim): Fix a bug in the main loop's handling of | |
167 | annulled delay slot instructions. There is precedent for this | |
168 | change; the _other_ main loop in sis.c gets it right according to | |
169 | my reading of the code. | |
170 | ||
171 | The bug is: if an interrupt happens when the next instruction | |
172 | (at sregs->pc) is annulled, the trap is taken (by execute_trap()) | |
173 | with the current values of PC and NPC, so when the trap returns, | |
174 | the annulled instruction is indeed executed. Another giveaway is | |
175 | that the annul flag is cleared in execute_trap(): the information | |
176 | is demonstrably discarded. | |
177 | ||
178 | The solution is: perform annulling before looking for traps, in | |
179 | fact it's neater to do annulling, see if there's an interrupt and | |
180 | if not, do the instruction, then handle traps be they generated by | |
181 | interrupts pending or by the instruction we might just have done. | |
182 | That's what the sis.c one does. | |
183 | ||
184 | 1999-01-20 Hugo Tyson <[email protected]> | |
185 | ||
186 | * sis.h: Add asr17 register for support of SparcLITE (at least the | |
187 | Hitachi ones I find before me) | |
188 | ||
189 | * exec.c (dispatch_instruction): Case WRY: Allow write of asr17 if | |
190 | sparclite. Other ASR numbers than 17 or 0 (Y) trap out. | |
191 | Case RDY: Allow read of asr17 if sparclite. Other ASRs ditto. | |
192 | (execute_trap): Do single-vector-trapping if asr17 bit 0 is set. | |
193 | (init_regs): Initialize y and asr17. | |
194 | NB: In instruction-set space, the Y register is asr0; the | |
195 | instructions have different names for human reasons only. | |
196 | ||
197 | * sis.c: | |
198 | * interf.c: Set boolean mode variable dumbio if invoked with | |
199 | argument "-dumbio" and mention it of verbose. | |
200 | * erc32.c: if "dumbio" is set, do not assume that there is a | |
201 | terminal type device attached to stdin/stdout. Do not set | |
202 | buffering or mess with tcsetattr or do any read operations in | |
203 | order to make UART interrupts; not input data is supported. | |
204 | This is necessary to allow the sim to be used within the eCos | |
205 | testing infrastructure where stdin/stdout are pipes to a TCL | |
206 | program; the sim hangs otherwise. | |
207 | ||
208 | Thu Jul 23 07:17:03 1998 Mark Alexander <[email protected]> | |
209 | ||
210 | * exec.c (dispatch_instruction): Add SPARClite 'scan' instruction. | |
211 | ||
212 | Tue Jul 7 21:12:41 1998 Mark Alexander <[email protected]> | |
213 | ||
214 | * func.c (bfd_load): Add special handling of a.out executables. | |
215 | ||
216 | Sat Jun 13 08:33:25 1998 Mark Alexander <[email protected]> | |
217 | ||
218 | * func.c (bfd_load): Print correct endianness. | |
219 | * interf.c (run_sim): Print debugging information if verbosity level | |
220 | is greater than 2. | |
221 | (sim_open): Repeated -v options now increment verbosity level. | |
222 | (sim_store_register): Handle little-endian case. | |
223 | (flush_window): Print debugging information if verbosity level | |
224 | is greater then 2. | |
225 | ||
226 | Tue Jun 2 15:20:35 1998 Mark Alexander <[email protected]> | |
227 | ||
228 | * interf.c (sim_open): Use revamped memory_read, which makes | |
229 | byte-swapping unnecessary. Add -sparclite-board option for | |
230 | emulating RAM found on typical SPARClite boards. Print | |
231 | error message for unrecognized option. | |
232 | * erc32.c: Change RAM address and size from constants to variables, | |
233 | to allow emulation of SPARClite board RAM. | |
234 | (fetch_bytes, store_bytes): New helper functions for revamped | |
235 | mememory_read and memory_write. | |
236 | (memory_read, memory_write): Rewrite to store bytes in target | |
237 | byte order instead of storing words in host byte order; this | |
238 | greatly simplifies support of little-endian programs. | |
239 | (get_mem_ptr): Remove unnecessary byte parameter. | |
240 | (sis_memory_write, sis_memory_read): Store words in target | |
241 | byte order instead of host byte order. | |
242 | (byte_swap_words): Remove, no longer needed. | |
243 | * sis.h ((byte_swap_words): Remove declaration, no longer needed. | |
244 | (memory_read): Add new sz parameter. | |
245 | * sis.c (run_sim): Use revamped memory_read, which makes | |
246 | byte-swapping unnecessary. | |
247 | * exec.c (dispatch_instruction): Use revamped memory_read, which | |
248 | makes byte-swapping and double-word fetching unnecessary. | |
249 | * func.c (sparclite_board): Declare new variable. | |
250 | (get_regi): Handle little-endian data. | |
251 | (bfd_load): Recognize little-endian SPARClite as having | |
252 | little-endian data. | |
253 | ||
254 | Fri May 22 14:23:16 1998 Mark Alexander <[email protected]> | |
255 | ||
256 | * erc32.c (port_init): Print messages only if sis_verbose is true. | |
257 | * func.c (bfd_load): Ditto. | |
258 | * interf.c (sim_open): Ditto. | |
259 | ||
260 | Thu May 14 23:10:48 1998 Mark Alexander <[email protected]> | |
261 | ||
262 | * sis.h (uint64, int64): Define. | |
263 | * exec.c (SDIV, SDIVCC, UDIV, UDIVCC): Define new opcodes. | |
264 | * (mul64): Simplify calculation of negative result. | |
265 | * (div64): New helper function for 64-bit division. | |
266 | * (dispatch_instruction): Add emulation of SDIV, SDIVCC, UDIV, | |
267 | and UDIVCC. | |
268 | ||
269 | Wed May 13 14:59:54 1998 Mark Alexander <[email protected]> | |
270 | ||
271 | * erc32.c (close_port): Don't close stdin; it kills GDB. | |
272 | (byte_swap_words): New function. | |
273 | * sis.h: (byte_swap_words): Declare. | |
274 | * interf.c (run_sim): Always fetch instructions as big-endian. | |
275 | * sis.c (run_sim): Ditto. | |
276 | ||
277 | Tue Apr 28 18:33:31 1998 Geoffrey Noer <[email protected]> | |
278 | ||
279 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
280 | ||
281 | Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche> | |
282 | ||
283 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
284 | * config.in: Ditto. | |
285 | ||
286 | Sun Apr 26 15:20:17 1998 Tom Tromey <[email protected]> | |
287 | ||
288 | * acconfig.h: New file. | |
289 | * configure.in: Reverted change of Apr 24; use sinclude again. | |
290 | ||
291 | Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche> | |
292 | ||
293 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
294 | * config.in: Ditto. | |
295 | ||
296 | Fri Apr 24 11:19:52 1998 Tom Tromey <[email protected]> | |
297 | ||
298 | * configure.in: Don't call sinclude. | |
299 | ||
300 | Sat Apr 18 12:00:16 1998 Mark Alexander <[email protected]> | |
301 | ||
302 | * func.c (disp_fpu): Fix build problem on big-endian hosts. | |
303 | ||
304 | Wed Apr 8 19:33:34 1998 Mark Alexander <[email protected]> | |
305 | ||
306 | * erc32.c (sim_stop): Handle SIGINT gracefully. | |
307 | * interf.c (sim_open): Don't catch SIGINT; GDB will do that for us. | |
308 | ||
309 | Wed Apr 8 18:29:40 1998 Mark Alexander <[email protected]> | |
310 | ||
311 | * exec.c (dispatch_instruction): Change how carry out is calculated | |
312 | in DIVSCC. Add emulation of SMULCC, UMUL, and UMULCC. | |
313 | ||
314 | Sat Apr 4 20:36:25 1998 Andrew Cagney <[email protected]> | |
315 | ||
316 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
317 | ||
318 | Wed Apr 1 21:19:18 1998 Mark Alexander <[email protected]> | |
319 | ||
320 | * end.c: Update to version 2.7.5, fix compiler warnings and bugs. | |
321 | * erc32.c: Ditto. | |
322 | * exec.c: Ditto. | |
323 | * float.c: Ditto. | |
324 | * func.c: Ditto. | |
325 | * help.c: Ditto. | |
326 | * interf.c: Ditto. | |
327 | * sis.c: Ditto. | |
328 | * sis.h: Ditto. | |
329 | ||
330 | Fri Mar 27 16:15:52 1998 Andrew Cagney <[email protected]> | |
331 | ||
332 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
333 | ||
334 | Wed Mar 25 12:35:29 1998 Andrew Cagney <[email protected]> | |
335 | ||
336 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
337 | ||
338 | Wed Mar 18 12:38:12 1998 Andrew Cagney <[email protected]> | |
339 | ||
340 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
341 | ||
342 | Tue Feb 17 12:41:11 1998 Andrew Cagney <[email protected]> | |
343 | ||
344 | * interf.c (sim_store_register, sim_fetch_register): Pass in | |
345 | length parameter. Return -1. | |
346 | ||
347 | Sun Feb 1 16:47:51 1998 Andrew Cagney <[email protected]> | |
348 | ||
349 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
350 | ||
351 | Sat Jan 31 18:15:41 1998 Andrew Cagney <[email protected]> | |
352 | ||
353 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
354 | ||
355 | Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba> | |
356 | ||
357 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
358 | ||
359 | Mon Dec 15 23:17:11 1997 Andrew Cagney <[email protected]> | |
360 | ||
361 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
362 | * config.in: Ditto. | |
363 | ||
364 | Thu Dec 4 09:21:05 1997 Doug Evans <[email protected]> | |
365 | ||
366 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
367 | ||
368 | Fri Oct 3 09:28:00 1997 Andrew Cagney <[email protected]> | |
369 | ||
370 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
371 | ||
372 | Wed Sep 24 17:38:57 1997 Andrew Cagney <[email protected]> | |
373 | ||
374 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
375 | ||
376 | Tue Sep 23 11:04:38 1997 Andrew Cagney <[email protected]> | |
377 | ||
378 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
379 | ||
380 | Mon Sep 22 11:46:20 1997 Andrew Cagney <[email protected]> | |
381 | ||
382 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
383 | ||
384 | Fri Sep 19 17:45:25 1997 Andrew Cagney <[email protected]> | |
385 | ||
386 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
387 | ||
388 | Mon Sep 15 17:36:15 1997 Andrew Cagney <[email protected]> | |
389 | ||
390 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
391 | ||
392 | Wed Aug 27 18:13:22 1997 Andrew Cagney <[email protected]> | |
393 | ||
394 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
395 | * config.in: Ditto. | |
396 | ||
397 | Tue Aug 26 10:38:20 1997 Andrew Cagney <[email protected]> | |
398 | ||
399 | * float.c (__setfpucw): Compile on any i386 target. Not just NT. | |
400 | ||
401 | * interf.c (sim_kill): Delete. | |
402 | (sim_create_inferior): Add ABFD argument. Initialize PC from ABFD | |
403 | argument. | |
404 | (sim_load): Don't save start address. | |
405 | (start_address): Delete variable. | |
406 | ||
407 | Mon Aug 25 17:50:22 1997 Andrew Cagney <[email protected]> | |
408 | ||
409 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
410 | * config.in: Ditto. | |
411 | ||
412 | Mon Aug 25 16:19:49 1997 Andrew Cagney <[email protected]> | |
413 | ||
414 | * interf.c (sim_open): Add ABFD argument. Change ARGV to PARGV. | |
415 | ||
416 | Mon Jun 30 11:45:25 1997 Doug Evans <[email protected]> | |
417 | ||
418 | * Makefile.in (install-sis): Change $(srcdir)/sis to sis. | |
419 | ||
420 | Wed May 28 09:46:13 1997 Andrew Cagney <[email protected]> | |
421 | ||
422 | * interf.c (sim_set_callbacks): Drop SD argument - not applicable. | |
423 | (sim_open): Add callback arg, save it. | |
424 | ||
425 | Thu Apr 24 00:39:51 1997 Doug Evans <[email protected]> | |
426 | ||
427 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
428 | ||
429 | Tue Apr 22 11:05:01 1997 Doug Evans <[email protected]> | |
430 | ||
431 | * interf.c (sim_open): Undo patch to add -E support. | |
432 | ||
433 | Thu Apr 17 03:03:56 1997 Doug Evans <[email protected]> | |
434 | ||
435 | * interf.c (sim_open): Ignore -E arg. | |
436 | (start_address): New static local. | |
437 | (sim_load): Return SIM_RC. New arg abfd. Set start_address from bfd. | |
438 | (sim_create_inferior): Return SIM_RC. Delete arg start_address. | |
439 | ||
440 | Tue Apr 15 15:16:11 1997 Ian Lance Taylor <[email protected]> | |
441 | ||
442 | * Makefile.in (install-sis): Depend upon installdirs. Use | |
443 | $(program_transform_name) directly, rather than using | |
444 | $(INSTALL_XFORM). | |
445 | ||
446 | Mon Apr 7 15:45:02 1997 Andrew Cagney <[email protected]> | |
447 | ||
448 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
449 | * config.in: Ditto. | |
450 | ||
451 | Wed Apr 2 15:06:28 1997 Doug Evans <[email protected]> | |
452 | ||
453 | * interf.c (sim_open): New arg `kind'. | |
454 | ||
455 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
456 | ||
457 | Wed Apr 2 14:34:19 1997 Andrew Cagney <[email protected]> | |
458 | ||
459 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
460 | ||
461 | Mon Mar 17 15:10:07 1997 Andrew Cagney <[email protected]> | |
462 | ||
463 | * configure: Re-generate. | |
464 | ||
465 | Thu Mar 13 12:46:04 1997 Doug Evans <[email protected]> | |
466 | ||
467 | * interf.c (sim_open): New SIM_DESC result. Argument is now in | |
468 | argv form. | |
469 | (other sim_*): New SIM_DESC argument. | |
470 | ||
471 | Tue Feb 4 13:35:20 1997 Doug Evans <[email protected]> | |
472 | ||
473 | * Makefile.in (@COMMON_MAKEFILE_FRAG): Use | |
474 | COMMON_{PRE,POST}_CONFIG_FRAG instead. | |
475 | * configure.in: sinclude ../common/aclocal.m4. | |
476 | * configure: Regenerated. | |
477 | ||
478 | Thu Jan 23 11:46:23 1997 Stu Grossman ([email protected]) | |
479 | ||
480 | * configure configure.in Makefile.in: Update to new configure | |
481 | scheme which is more compatible with WinGDB builds. | |
482 | * configure.in: Improve comment on how to run autoconf. | |
483 | * configure: Re-run autoconf to get new ../common/aclocal.m4. | |
484 | * Makefile.in: Use autoconf substitution to install common | |
485 | makefile fragment. | |
486 | ||
487 | Wed Dec 4 18:25:04 1996 Rob Savoye <[email protected]> | |
488 | ||
489 | * interf.c (run_sim): Stop the simulator and reset the stdio after | |
490 | breakpoints. | |
491 | ||
492 | Tue Dec 3 11:54:37 1996 Rob Savoye <[email protected]> | |
493 | ||
494 | * configure.in: Look for libtermcap.a. | |
495 | * Makefile.in: Only link in -ltermcap if it exists. | |
496 | * erc32.c: Update to version 2.6a. Fix uart handling. | |
497 | * exec.c: Update to version 2.6a. Add sparclite support. | |
498 | * float.c: Update to version 2.6a. Convert comments to | |
499 | preprocessor warnings. Add __setfpucw() for i385 hosts so floating | |
500 | point exceptions work on win32. | |
501 | * func.c: Update to version 2.6a. Fix uart handling, add support | |
502 | for user error traps. | |
503 | * help.c: Update to version 2.6a. Add help note on user error | |
504 | traps. | |
505 | * interf.c: Update to version 2.6a. Fix uart handling, and add | |
506 | sparclite support. | |
507 | * examples/gccx: Use sparclite cross compiler, not native gcc. | |
508 | * examples/srt0.S: Use "mov" rather than "wr" for manipulating | |
509 | the psr register. | |
510 | ||
511 | Mon Nov 25 08:28:10 1996 Fred Fish <[email protected]> | |
512 | ||
513 | * Makefile.in (run.o): Remove this rule, it hides the one in | |
514 | ../common/Make-common.in that correctly references the source | |
515 | in the sibling ../common directory. | |
516 | ||
517 | Wed Nov 20 01:30:12 1996 Doug Evans <[email protected]> | |
518 | ||
519 | * Makefile.in: Delete stuff moved to ../common/Make-common.in. | |
520 | (SIM_{OBJS,EXTRA_LIBS,EXTRA_LIBDEPS,EXTRA_ALL,EXTRA_INSTALL}): Define. | |
521 | (SIM_{EXTRA_CLEAN,EXTRA_CFLAGS}): Define. | |
522 | * configure.in: Simplify using macros in ../common/aclocal.m4. | |
523 | Call AC_CHECK_HEADERS(stdlib.h). | |
524 | * configure: Regenerated. | |
525 | * config.in: New file. | |
526 | * func.c (sim_set_callbacks): Delete, moved to | |
527 | * interf.c (sim_set_callbacks): here. | |
528 | (sim_callback): New global. | |
529 | Rewrite all calls to printf_filtered to go through callback. | |
530 | (sim_size,sim_trace): New functions. | |
531 | (sim_{insert,remove}_breakpoint): #if 0 out. | |
532 | * sis.c: #include "config.h". #include <stdlib.h> if present. | |
533 | (main): Coerce fprintf arg to INIT_DISASSEMBLE_INFO to fprintf_ftype. | |
534 | * sis.h: #include "callback.h". | |
535 | * run.c: Deleted, using one in ../common now. | |
536 | ||
537 | Thu Oct 3 16:12:03 1996 Jason Molenda ([email protected]) | |
538 | ||
539 | * Makefile.in (clean): Move config.log to distclean. | |
540 | ||
541 | Wed Oct 2 16:57:57 1996 Jason Molenda ([email protected]) | |
542 | ||
543 | * Makefile.in (clean): Also remove config.log. | |
544 | ||
545 | Sat Sep 14 00:00:46 1996 Ian Lance Taylor <[email protected]> | |
546 | ||
547 | * Makefile.in (CC_FOR_BUILD): New variable. | |
548 | (AR, AR_FLAGS, BISON, MAKEINFO): Remove duplicate variables. | |
549 | (RANLIB, CC): Likewise. | |
550 | (end): Use $(CC_FOR_BUILD), not $(CC). | |
551 | * configure.in: Set CC_FOR_BUILD. | |
552 | * configure: Rebuild. | |
553 | ||
554 | Sun Sep 8 14:04:37 1996 Stu Grossman ([email protected]) | |
555 | ||
556 | * erc32.c (port_init): Disable this for __GO32__ (got no pty's | |
557 | there either...). | |
558 | ||
559 | Mon Aug 12 17:04:58 1996 Stu Grossman ([email protected]) | |
560 | ||
561 | * erc32.c: Don't include sys/ioctl.h or sys/file.h. They aren't | |
562 | necessary. | |
563 | * (port_init): Don't even *try* to open pty's under _WIN32. | |
564 | * Use SIM_ADDR, not caddr_t for declaring vars that hold addresses. | |
565 | * float.c: Get rid of #warning. Makes Microsoft C barf. | |
566 | * interf.c (sim_open): Cast fprintf to (fprintf_ftype) to fix | |
567 | compiler warning. | |
568 | * (sim_load sim_create_inferior sim_read): Use prototypes only in | |
569 | decls, not defs. | |
570 | * Get rid of enum sim_stop. It's defined in remote-sim.h. | |
571 | * (sim_stop_reason): Define SIGTRAP if _WIN32. | |
572 | * sis.h: Include ansidecl.h and remote-sim.h. | |
573 | ||
574 | Wed Jul 3 16:05:23 1996 Stu Grossman ([email protected]) | |
575 | ||
576 | * erc32.c (mec_reset mec_read mec_write memory_read memory_write), | |
577 | sis.h: Get rid of all uses of long long's. | |
578 | * (close_port read_uart write_uart uarta_tx): Don't seg fault | |
579 | when can't open pty's. | |
580 | * exec.c: Add two new instructions: smul, and divscc. | |
581 | * interf.c (flush_windows): New routine to flush the register | |
582 | windows out to the stack just before returning to GDB. Makes | |
583 | backtraces work much better. | |
584 | ||
585 | Wed Jun 26 12:19:11 1996 Jason Molenda ([email protected]) | |
586 | ||
587 | * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir, | |
588 | INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. | |
589 | (docdir, oldincludedir): Removed. | |
590 | * configure.in (AC_PREREQ): autoconf 2.5 or higher. | |
591 | (AC_PROG_INSTALL): Added. | |
592 | * configure: Rebuilt. | |
593 | ||
594 | Mon Jun 24 14:19:07 1996 Ian Lance Taylor <[email protected]> | |
595 | ||
596 | * configure.in: Call AC_PROG_CC before running configure.host. | |
597 | * configure: Rebuild with autoconf 2.10. | |
598 | ||
599 | Tue Jun 4 10:37:12 1996 Tom Tromey <[email protected]> | |
600 | ||
601 | * Makefile.in (install): Don't check to see if tooldir exists. | |
602 | Make $(tooldir) and $(tooldir)/bin. | |
603 | ||
604 | Mon Jun 3 12:33:38 1996 Ian Lance Taylor <[email protected]> | |
605 | ||
606 | * Makefile.in (end.h): Use explicit ./ when running end. | |
607 | ||
608 | Sun May 19 21:05:31 1996 Rob Savoye <[email protected]> | |
609 | ||
610 | * func.c(bfd_load): Don't try to print the filename if the pfbd is | |
611 | NULL. | |
612 | * interf.c(sim_load): Pass the whole string, not just the first | |
613 | byte. | |
614 | ||
615 | Version 2.1 26-02-96 | |
616 | -------------------- | |
617 | ||
618 | * Fixed bug in "go" command. | |
619 | ||
620 | version 2.0 05-02-96 | |
621 | -------------------- | |
622 | ||
623 | * Fixed bug in interrupt force register (erc32.c). | |
624 | ||
625 | * Change file load function to use bfd_openr. | |
626 | ||
627 | * SIS should now be endian independent. | |
628 | ||
629 | version 1.8 24-11-95 | |
630 | -------------------- | |
631 | ||
632 | * Fixed FPU timing - some sequences of FPU instructions did not calculate | |
633 | the resource dependencies right. | |
634 | ||
635 | * Corrected STDFQ when qne = 0 (again!). The ftt is set to sequence_error | |
636 | but no FPU trap is generated. | |
637 | ||
638 | version 1.7.1 31-10-95 | |
639 | -------------------- | |
640 | ||
641 | * Corrected STDFQ when qne = 0. Now, a trap is immidiately generated but | |
642 | the FPU stays in execute mode. | |
643 | ||
644 | * Corrected JMPL and RETT timing (these instructions takes two cycles). | |
645 | ||
646 | ||
647 | version 1.7 25-10-95 | |
648 | -------------------- | |
649 | ||
650 | * Interrupt during annuled instruction corrupted return address - fixed. | |
651 | ||
652 | ||
653 | version 1.6.2 25-10-95 | |
654 | -------------------- | |
655 | ||
656 | * Added -DFAST_UART to Makefile | |
657 | ||
658 | ||
659 | version 1.6.1 24-10-95 | |
660 | -------------------- | |
661 | ||
662 | * Fixed bug in STDFQ which caused bus error | |
663 | ||
664 | ||
665 | version 1.6 02-10-95 | |
666 | -------------------- | |
667 | ||
668 | * Modified srt0.s to include code that initiates registers in IU and FPU | |
669 | and initializes the data segment. The simulator 'load' command does not | |
670 | longer initialize the data segment! | |
671 | ||
672 | * Corrected MEC timer operation; scalers now divide the frequency by | |
673 | (scaler_value + 1). | |
674 | ||
675 | * MEC breakpoints are not checked during store operation | |
676 | ||
677 | ||
678 | version 1.5 14-09-95 | |
679 | -------------------- | |
680 | ||
681 | * Fixed some bugs in the cycle counting for IU & FPU instructions. | |
682 | ||
683 | * Fixed bug that allowed an annuled instruction to cause memory exception. | |
684 | ||
685 | * The *ws parameter in mem.c should now contain the number of waitstates | |
686 | required by the memory access (was total number of cycles). | |
687 | ||
688 | * The supplied srt0.s now clears the BSS (thanks Joel). | |
689 | ||
690 | version 1.4 22-08-95 | |
691 | -------------------- | |
692 | ||
693 | * Added a '-g' switch to enable/disable the GNU readline(), which cause | |
694 | some problems on solaris 2.x machines. | |
695 | ||
696 | * Enabled MEC watchpoint and breakpoint function to mem.c. Performance | |
697 | may suffer a bit ... | |
698 | ||
699 | NOTE: The UARTs are now connected to /dev/ttypc and /dev/ttypd. | |
700 | ||
701 | version 1.3 26-07-95 | |
702 | -------------------- | |
703 | ||
704 | * Fixed bug in mulscc instruction (how could that ever have worked?) | |
705 | ||
706 | * Fixed bug in UART B (flushed characters on UART A), thanks Paul. | |
707 | ||
708 | version 1.2 13-07-95 | |
709 | -------------------- | |
710 | ||
711 | * Fixed bug in interrupt handling (wrong interrupt selected when more that | |
712 | one interrupt pending) | |
713 | ||
714 | * Fixed updating of condition codes during logical instructions (carry and | |
715 | overflow were not reset) | |
716 | ||
717 | * Fixed bug in WRTBR (tt field was wrongly over-written) | |
718 | ||
719 | version 1.1 07-07-95 | |
720 | -------------------- | |
721 | ||
722 | * Fixed several bugs in the interrupt handler and callback routines. | |
723 | (reported by Paul Warren, Alsys) |