]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/erc32/ChangeLog
sim: common: split up acinclude.m4 into individual m4 files
[thirdparty/binutils-gdb.git] / sim / erc32 / ChangeLog
1 2021-02-21 Mike Frysinger <vapier@gentoo.org>
2
3 * configure.ac (AC_CONFIG_MACRO_DIRS): Replace common with m4.
4 * aclocal.m4, configure: Regenerate.
5
6 2021-02-13 Mike Frysinger <vapier@gentoo.org>
7
8 * configure.ac: Replace sinclude with AC_CONFIG_MACRO_DIRS.
9 * aclocal.m4, configure: Regenerate.
10
11 2021-02-06 Mike Frysinger <vapier@gentoo.org>
12
13 * interf.c (sim_memory_map): Define.
14
15 2021-02-06 Mike Frysinger <vapier@gentoo.org>
16
17 * configure: Regenerate.
18
19 2021-01-11 Mike Frysinger <vapier@gentoo.org>
20
21 * configure.ac: Call SIM_AC_OPTION_WARNINGS.
22 * configure: Regenerate.
23
24 2021-01-11 Mike Frysinger <vapier@gentoo.org>
25
26 * config.in, configure: Regenerate.
27 * sis.c: Delete HAVE_STDLIB_H.
28
29 2021-01-09 Mike Frysinger <vapier@gentoo.org>
30
31 * configure: Regenerate.
32
33 2021-01-08 Mike Frysinger <vapier@gentoo.org>
34
35 * configure: Regenerate.
36
37 2021-01-04 Mike Frysinger <vapier@gentoo.org>
38
39 * configure: Regenerate.
40
41 2020-07-29 Simon Marchi <simon.marchi@efficios.com>
42
43 * configure: Re-generate.
44
45 2018-10-30 Joel Sherrill <joel@rtems.org>
46
47 * configure.ac: Remove the Cygwin-specific libtermcap.a hack
48 and use the standard logic to determine which library to use.
49 * configure: Regenerate.
50
51 2017-09-06 John Baldwin <jhb@FreeBSD.org>
52
53 * configure: Regenerate.
54
55 2016-01-10 Mike Frysinger <vapier@gentoo.org>
56
57 * config.in, configure: Regenerate.
58
59 2016-01-10 Mike Frysinger <vapier@gentoo.org>
60
61 * configure: Regenerate.
62
63 2016-01-10 Mike Frysinger <vapier@gentoo.org>
64
65 * configure: Regenerate.
66
67 2016-01-10 Mike Frysinger <vapier@gentoo.org>
68
69 * configure: Regenerate.
70
71 2016-01-10 Mike Frysinger <vapier@gentoo.org>
72
73 * configure: Regenerate.
74
75 2016-01-10 Mike Frysinger <vapier@gentoo.org>
76
77 * configure: Regenerate.
78
79 2016-01-10 Mike Frysinger <vapier@gentoo.org>
80
81 * configure: Regenerate.
82
83 2016-01-10 Mike Frysinger <vapier@gentoo.org>
84
85 * configure: Regenerate.
86
87 2016-01-09 Mike Frysinger <vapier@gentoo.org>
88
89 * config.in, configure: Regenerate.
90
91 2016-01-06 Mike Frysinger <vapier@gentoo.org>
92
93 * interf.c (sim_open): Mark argv const.
94 (sim_create_inferior): Mark argv and env const.
95
96 2016-01-04 Mike Frysinger <vapier@gentoo.org>
97
98 * configure: Regenerate.
99
100 2016-01-03 Mike Frysinger <vapier@gentoo.org>
101
102 * interf.c (sim_open): Replace while loop with a call to countargv.
103
104 2016-01-03 Mike Frysinger <vapier@gentoo.org>
105
106 * configure.ac (SIM_AC_OPTION_HOSTENDIAN): Delete.
107 * configure: Regenerate.
108 * exec.c (fpexec): Rename CURRENT_HOST_BYTE_ORDER to
109 HOST_BYTE_ORDER.
110 * sis.h (WITH_HOST_BYTE_ORDER): Rename to ...
111 (HOST_BYTE_ORDER): ... this.
112
113 2016-01-02 Mike Frysinger <vapier@gentoo.org>
114
115 * configure: Regenerate.
116
117 2015-12-26 Mike Frysinger <vapier@gentoo.org>
118
119 * config.in, configure: Regenerate.
120
121 2015-06-23 Mike Frysinger <vapier@gentoo.org>
122
123 * configure: Regenerate.
124
125 2015-06-12 Mike Frysinger <vapier@gentoo.org>
126
127 * configure: Regenerate.
128
129 2015-06-12 Mike Frysinger <vapier@gentoo.org>
130
131 * configure: Regenerate.
132
133 2015-05-17 Mike Frysinger <vapier@gentoo.org>
134
135 * erc32.c: Re-add file overview & author info.
136 * exec.c, float.c, func.c, help.c, interf.c, sis.c: Likewise.
137
138 2015-05-08 Joel Brobecker <brobecker@adacore.com>
139
140 * configure.ac: Add copyright header.
141 * erc32.c: Change copyright holder to FSF. Reformat.
142 * exec.c, float.c, func.c, interf.c, sis.c, sis.h: Likewise.
143 * help.c, startsim: Add copyright header.
144
145 2015-04-29 Nick Clifton <nickc@redhat.com>
146
147 PR 18273
148 * sis.c (main): Remove unreachable code.
149
150 2015-04-24 David Binderman <dcb314@hotmail.com>
151 Nick Clifton <nickc@redhat.com>
152
153 PR 18273
154 * exec.c (add32): Fix typo in check for overflow.
155
156 2015-04-19 Jiri Gaisler <jiri@gaisler.se>
157
158 * erc32.c (current_target_byte_order): Delete.
159 (fetch_bytes): Remove.
160 (store_bytes): Remove byte twisting.
161 (memory_read, memory_write): Access memory directly.
162 (extract_short, extract_short_signed, extract_byte,
163 extract_byte_signed): New function for for sub-word LD instructions.
164 * exec.c (extract_short, extract_short_signed, extract_byte,
165 extract_byte_signed): New functions.
166 (dispatch_instruction): Update memory reads.
167 * func.c (current_target_byte_order): Delete.
168 (get_regi): Delete little endian handling.
169 (disp_ctrl, dis_mem): Adjust print-out to new data endian.
170 (bfd_load): Delete little endian handling.
171 * interf.c (current_target_byte_order): Delete.
172 (sim_open): Set dinfo to host endian to get correct disassembly.
173 (sim_write, sim_read): Convert endian when gdb reads or writes
174 memory.
175 * sis.c (main): Set endian.
176 * sis.h (EBT): Define.
177
178 2015-04-13 Mike Frysinger <vapier@gentoo.org>
179
180 * configure: Regenerate.
181
182 2015-03-31 Mike Frysinger <vapier@gentoo.org>
183
184 * config.in, configure: Regenerate.
185
186 2015-03-28 Jiri Gaisler <jiri@gaisler.se>
187
188 * func.c (exec_cmd): Fix old style prototype. Mark cmd const. Save
189 the command in a new cmdsave2 to avoid modifying.
190 (bfd_load): Fix old style prototype. Mark fname const.
191 * sis.h (exec_cmd): Mark cmd const.
192 (bfd_load): Mark fname const.
193
194 2015-03-28 Jiri Gaisler <jiri@gaisler.se>
195
196 * erc32.c (memory_iread): New function to fetch instructions.
197 (memory_read): Print message in verbose mode.
198 * interf.c (run_sim): Use memory_iread.
199 * sis.c (run_sim): As above.
200 * sis.h (memory_iread): New prototype.
201 (sregs): Declare.
202
203 2015-03-28 Mike Frysinger <vapier@gentoo.org>
204
205 * erc32.c (mec_read): Delete parenthesis around return statement.
206 (mec_write, read_uart, rtc_counter_read, gpt_counter_read, memory_read,
207 memory_write, get_mem_ptr, sis_memory_write, sis_memory_read): Likewise.
208 * exec.c (sub_cc, add_cc, add32, dispatch_instruction, fpexec, chk_asi,
209 execute_trap, check_interrupts): Likewise.
210 * float.c (get_accex): Likewise.
211 * func.c (batch, limcalc, exec_cmd, disp_fpu, now, wait_for_irq,
212 check_bpt, bfd_load, get_time): Likewise.
213 * interf.c (run_sim, sim_write, sim_read): Likewise.
214 * sis.c (run_sim): Likewise.
215
216 2015-03-24 Mike Frysinger <vapier@gentoo.org>
217
218 * interf.c (sim_set_callbacks, sim_size, sim_trace): Delete.
219
220 2015-03-17 Jiri Gaisler <jiri@gaisler.se>
221
222 * func.c (exec_cmd): Silence compiler warnings when calling system().
223 (batch): Replace fgets() with getline().
224
225 2015-03-17 Jiri Gaisler <jiri@gaisler.se>
226
227 * func.c (show_stat): Print simulation time in portable long long
228 format.
229 * help.c (usage): Update usage help print-out.
230 * sis.c (run_sim): Increase debug level with -v. Also print
231 simulation time in portable long long format.
232 * sis.h: Use stdint.h for portable 32- and 64-bit ints.
233
234 2015-03-16 Mike Frysinger <vapier@gentoo.org>
235
236 * config.in, configure: Regenerate.
237
238 2015-03-16 Jiri Gaisler <jiri@gaisler.se>
239
240 * Makefile.in (end, end.h): Remove target rules.
241 (clean): Remove end and end.h.
242 (erc32.o, exec.o, float.o, func.o, help.o, interf.o, sis.o): Delete
243 rules.
244 * configure, config.in: Regenerate.
245 * configure.ac: Use SIM_AC_OPTION_HOSTENDIAN
246 * end.c: Delete.
247 * erc32.c: Remove end.h include.
248 * exec.c: Remove end.h include. Use HOST_LITTLE_ENDIAN.
249 * func.c, sis.c: Likewise.
250
251 2015-03-14 Mike Frysinger <vapier@gentoo.org>
252
253 * Makefile.in (SIM_RUN_OBJS): Set to sis.o.
254
255 2015-03-14 Mike Frysinger <vapier@gentoo.org>
256
257 * configure.ac (AC_CHECK_HEADERS): Delete.
258 * aclocal.m4, configure: Regenerate.
259
260 2015-02-22 Jiri Gaisler <jiri@gaisler.se>
261
262 * Makefile.in: Add include path to readline.h.
263 sis.c: Remove locally define readline types.
264
265 2015-02-21 Jiri Gaisler <jiri@gaisler.se>
266
267 * func.c (reset_stat, show_stat): Switch to double in time keeping.
268 (get_time): New function to get system time.
269 * interf.c (run_sim): Use get_time() for system time.
270 * sis.c (run_sim): Likewise.
271 * sis.h: Likewise.
272
273 2015-02-21 Jiri Gaisler <jiri@gaisler.se>
274
275 * Makefile.in: Remove unused defines
276
277 2015-02-21 Jiri Gaisler <jiri@gaisler.se>
278
279 * float.c (get_accex, clear_accex, set_fsr): Use functions from fenv.h
280 instead of custom assembly.
281
282 2015-02-21 Jiri Gaisler <jiri@gaisler.se>
283
284 * erc32.c (mec_read): Allow simulator memory size to be read
285 by application.
286 (boot_init): initialize memory and timers if start address is
287 not 0.
288 * func.c (exe_cmd): Call boot_init if start address not 0.
289 * interf.c (run_sim): Likewise.
290
291 2015-02-21 Jiri Gaisler <jiri@gaisler.se>
292
293 * exec.c (init_regs): erc32 has vendor ID 1 and version ID 1 in %psr.
294
295 2015-02-21 Jiri Gaisler <jiri@gaisler.se>
296
297 * func.c (print_insn_sparc_sis): Add helper function for disassembly.
298 (disp_ctrl): Use helper function.
299
300 2014-08-19 Alan Modra <amodra@gmail.com>
301
302 * configure: Regenerate.
303
304 2014-08-15 Roland McGrath <mcgrathr@google.com>
305
306 * configure: Regenerate.
307 * config.in: Regenerate.
308
309 2014-03-10 Mike Frysinger <vapier@gentoo.org>
310
311 * interf.c (sim_do_command): Add const to cmd.
312
313 2014-03-05 Mike Frysinger <vapier@gentoo.org>
314
315 * interf.c (sim_load): Add const to prog.
316
317 2013-10-09 Sergio Durigan Junior <sergiodj@redhat.com>
318
319 PR sim/16018:
320 * float.c (set_fsr): Add missing "break" statements. Reindent
321 code.
322
323 2013-09-23 Alan Modra <amodra@gmail.com>
324
325 * configure: Regenerate.
326
327 2013-06-03 Mike Frysinger <vapier@gentoo.org>
328
329 * aclocal.m4, configure: Regenerate.
330
331 2013-03-14 Joel Sherrill <joel.sherrill@oarcorp.com>
332
333 * Makefile.in: Include build directory in search path to find
334 config.h
335
336 2012-08-16 Nick Clifton <nickc@redhat.com>
337
338 * end.c: Include config.h before system header files.
339 * erc32.c: Likewise.
340 * exec.c: Likewise.
341 * float.c: Likewise.
342 * func.c: Likewise.
343 * help.c: Likewise.
344 * interf.c: Likewise.
345
346 2012-06-15 Joel Brobecker <brobecker@adacore.com>
347
348 * sys.h: Include "config.h".
349
350 2012-06-15 Joel Brobecker <brobecker@adacore.com>
351
352 * config.in, configure: Regenerate.
353
354 2012-05-24 Pedro Alves <palves@redhat.com>
355
356 PR gdb/7205
357
358 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
359
360 2012-03-24 Mike Frysinger <vapier@gentoo.org>
361
362 * aclocal.m4, config.in, configure: Regenerate.
363
364 2011-12-31 Mike Frysinger <vapier@gentoo.org>
365
366 PR sim/9971:
367 * configure.ac: Change AC_CHECK_LIB to AC_SEARCH_LIBS to match
368 the code in gdb's configure.ac with $TERMCAP.
369 * configure: Regenerated.
370
371 2011-12-03 Mike Frysinger <vapier@gentoo.org>
372
373 * aclocal.m4: New file.
374 * configure: Regenerate.
375
376 2011-10-17 Mike Frysinger <vapier@gentoo.org>
377
378 * configure.ac: Change include to common/acinclude.m4.
379
380 2011-10-17 Mike Frysinger <vapier@gentoo.org>
381
382 * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
383 call. Replace common.m4 include with SIM_AC_COMMON.
384 * configure: Regenerate.
385
386 2011-06-09 Mike Frysinger <vapier@gentoo.org>
387
388 * interf.c (sim_open): Accept and ignore `--sysroot=...'.
389
390 2011-06-01 Joel Brobecker <brobecker@adacore.com>
391
392 * interf.c (sim_complete_command): New stub function.
393
394 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
395
396 * interf.c (sim_store_register): Update return value to
397 match new API.
398
399 2010-05-20 Joel Brobecker <brobecker@adacore.com>
400
401 * sis.h: Remove #include <stdint.h>.
402 (uint64, int64): Redefine without using stdint.h.
403 (UINT64_MAX): Define.
404
405 2010-04-20 Tiemen Schut <T.Schut@sron.nl>
406
407 * erc32.c (sis_memory_write): Change prototype to const unsigned char *.
408 * func.c (exec_cmd, event, advance_time, wait_for_irq): Use uint64
409 for counts.
410 * interf.c (run_sim): Change icount to uint64_t. Use strtol directly.
411 (sim_resume): Specify maximum run time as uint64.
412 * sis.c (run_sim): Change icount to uint64_t.
413 * sis.h: Define uint64 as uint64_t. Change various fields and
414 prototypes to uint64 to support longer simulations.
415
416 2010-04-14 Mike Frysinger <vapier@gentoo.org>
417
418 * interp.c (sim_write): Add const to buf arg.
419
420 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
421
422 * configure: Regenerate.
423
424 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
425
426 * config.in: Regenerate.
427 * configure: Likewise.
428
429 * configure: Regenerate.
430
431 2008-11-10 Joel Sherrill <joel.sherrill@oarcorp.com>
432
433 * erc32.c, exec.c: Fix warnings.
434
435 2008-07-11 Hans-Peter Nilsson <hp@axis.com>
436
437 * configure: Regenerate to track ../common/common.m4 changes.
438 * config.in: Ditto.
439
440 2008-06-09 Joel Sherrill <joel.sherrill@oarcorp.com>
441
442 * sis.c: Correct spelling error.
443
444 2008-06-06 Vladimir Prus <vladimir@codesourcery.com>
445 Daniel Jacobowitz <dan@codesourcery.com>
446 Joseph Myers <joseph@codesourcery.com>
447
448 * configure: Regenerate.
449
450 2006-12-21 Hans-Peter Nilsson <hp@axis.com>
451
452 * acconfig.h: Remove.
453 * config.in: Regenerate.
454
455 2006-12-20 Hans-Peter Nilsson <hp@axis.com>
456
457 * configure.ac: Add test for readline, substitute READLINE.
458 * Makefile.in (READLINE_LIB): New substituted-contents variable.
459 (SIM_EXTRA_LIBDEPS): Don't set.
460 (SIM_EXTRA_LIBS): Use $(READLINE_LIB) instead of
461 ../../readline/libreadline.a.
462 * configure: Regenerate.
463
464 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
465
466 * Makefile.in (func.o, help.o): Correct dependencies.
467
468 2006-08-08 Joel Sherrill <joel.sherrill@oarcorp.com>
469
470 * Makefile.in (install-sis): Honor DESTDIR.
471
472 2006-06-13 Richard Earnshaw <rearnsha@arm.com>
473
474 * configure: Regenerated.
475
476 2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
477
478 * configure: Regenerated.
479
480 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
481
482 * configure: Regenerated.
483
484 2005-11-28 Mark Mitchell <mark@codesourcery.com>
485
486 * interf.c: (gdb/signals.h): Include it.
487 (sim_stop_reason): Use TARGET_SIGNAL_*.
488
489 2005-07-08 Ben Elliston <bje@au.ibm.com>
490
491 * func.c: Remove ANSI_PROTOTYPES conditional code.
492
493 2005-03-23 Mark Kettenis <kettenis@gnu.org>
494
495 * configure: Regenerate.
496
497 2005-03-07 Jerome Guitton <guitton@gnat.com>
498
499 * sim/erc32/float.c (set_fsr): Do not use deprecated multi-line
500 strings.
501 (clear_accex): Ditto.
502 * sim/erc32/interf.c: Remove the redeclaration of fprintf.
503 * sim/erc32/sis.c: Ditto.
504 * sim/erc32/exec.c: Add missing semicolon.
505 * sim/erc32/func.c: Remove definitions of generic_print_address,
506 generic_symbol_at_address, buffer_read_memory and perror_memory, as
507 they are already defined in opcodes/dis-buf.c.
508
509 2005-01-14 Andrew Cagney <cagney@gnu.org>
510
511 * configure.ac: Sinclude aclocal.m4 before common.m4. Add
512 explicit call to AC_CONFIG_HEADER.
513 * configure: Regenerate.
514
515 2005-01-12 Andrew Cagney <cagney@gnu.org>
516
517 * configure.ac: Update to use ../common/common.m4.
518 * configure: Re-generate.
519
520 2005-01-11 Andrew Cagney <cagney@localhost.localdomain>
521
522 * configure: Regenerated to track ../common/aclocal.m4 changes.
523
524 2005-01-07 Andrew Cagney <cagney@gnu.org>
525
526 * configure.ac: Rename configure.in, require autoconf 2.59.
527 * configure: Re-generate.
528
529 2004-12-08 Hans-Peter Nilsson <hp@axis.com>
530
531 * configure: Regenerate for ../common/aclocal.m4 update.
532
533 2004-11-11 Andreas Schwab <schwab@suse.de>
534
535 * interf.c: Include "libiberty.h" instead of declaring buildargv
536 ourselves.
537
538 2003-02-27 Andrew Cagney <cagney@redhat.com>
539
540 * interf.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
541
542 2002-06-16 Andrew Cagney <ac131313@redhat.com>
543
544 * configure: Regenerated to track ../common/aclocal.m4 changes.
545
546 2002-06-08 Andrew Cagney <cagney@redhat.com>
547
548 * sis.h: Include "gdb/remote-sim.h" and "gdb/callback.h".
549 * interf.c: Include "gdb/remote-sim.h".
550
551 Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
552
553 * configure: Regenerated to track ../common/aclocal.m4 changes.
554
555 2000-03-07 Frank Ch. Eigler <fche@redhat.com>
556
557 From John Dallaway <jld@redhat.co.uk>:
558 * Makefile.in (install-sis): Add $(EXEEXT) for Windows host.
559
560 2000-03-03 Jonathan Larmour <jlarmour@redhat.co.uk>
561
562 * func.c (buffer_read_memory): Change type of size to unsigned to
563 match prototype
564
565 Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
566
567 * configure: Regenerated to track ../common/aclocal.m4 changes.
568
569 1999-05-08 Felix Lee <flee@cygnus.com>
570
571 * configure: Regenerated to track ../common/aclocal.m4 changes.
572
573 1999-03-03 DJ Delorie <dj@cygnus.com>
574
575 * configure.in: add termcap and -luser32 for host=cygwin
576 * configure: regenerate
577
578 1999-02-11 Hugo Tyson <hmt@cygnus.co.uk>
579
580 * exec.c (dispatch_instruction):
581 Correct the sense of the
582 if (!sparclite) {
583 sregs->trap = TRAP_UNIMP;
584 break;
585 }
586 clause that has been pasted around: it's correct in the SCAN and
587 DIVScc (divide step) cases (where it was probably originally
588 written?), but reversed in the SDIV, SDIVcc, UDIV, UDIVcc cases
589 ie. instructions only in the SPARC V8 or SPARClite 86x
590 architectures. It was also present when not required for SMUL,
591 SMULcc, UMUL, UMULcc instructions that are present in all
592 architectures.
593
594 1999-01-25 Hugo Tyson <hmt@cygnus.co.uk>
595
596 * interf.c (run_sim): Fix a bug in the main loop's handling of
597 annulled delay slot instructions. There is precedent for this
598 change; the _other_ main loop in sis.c gets it right according to
599 my reading of the code.
600
601 The bug is: if an interrupt happens when the next instruction
602 (at sregs->pc) is annulled, the trap is taken (by execute_trap())
603 with the current values of PC and NPC, so when the trap returns,
604 the annulled instruction is indeed executed. Another giveaway is
605 that the annul flag is cleared in execute_trap(): the information
606 is demonstrably discarded.
607
608 The solution is: perform annulling before looking for traps, in
609 fact it's neater to do annulling, see if there's an interrupt and
610 if not, do the instruction, then handle traps be they generated by
611 interrupts pending or by the instruction we might just have done.
612 That's what the sis.c one does.
613
614 1999-01-20 Hugo Tyson <hmt@cygnus.co.uk>
615
616 * sis.h: Add asr17 register for support of SparcLITE (at least the
617 Hitachi ones I find before me)
618
619 * exec.c (dispatch_instruction): Case WRY: Allow write of asr17 if
620 sparclite. Other ASR numbers than 17 or 0 (Y) trap out.
621 Case RDY: Allow read of asr17 if sparclite. Other ASRs ditto.
622 (execute_trap): Do single-vector-trapping if asr17 bit 0 is set.
623 (init_regs): Initialize y and asr17.
624 NB: In instruction-set space, the Y register is asr0; the
625 instructions have different names for human reasons only.
626
627 * sis.c:
628 * interf.c: Set boolean mode variable dumbio if invoked with
629 argument "-dumbio" and mention it of verbose.
630 * erc32.c: if "dumbio" is set, do not assume that there is a
631 terminal type device attached to stdin/stdout. Do not set
632 buffering or mess with tcsetattr or do any read operations in
633 order to make UART interrupts; not input data is supported.
634 This is necessary to allow the sim to be used within the eCos
635 testing infrastructure where stdin/stdout are pipes to a TCL
636 program; the sim hangs otherwise.
637
638 Thu Jul 23 07:17:03 1998 Mark Alexander <marka@cygnus.com>
639
640 * exec.c (dispatch_instruction): Add SPARClite 'scan' instruction.
641
642 Tue Jul 7 21:12:41 1998 Mark Alexander <marka@cygnus.com>
643
644 * func.c (bfd_load): Add special handling of a.out executables.
645
646 Sat Jun 13 08:33:25 1998 Mark Alexander <marka@cygnus.com>
647
648 * func.c (bfd_load): Print correct endianness.
649 * interf.c (run_sim): Print debugging information if verbosity level
650 is greater than 2.
651 (sim_open): Repeated -v options now increment verbosity level.
652 (sim_store_register): Handle little-endian case.
653 (flush_window): Print debugging information if verbosity level
654 is greater then 2.
655
656 Tue Jun 2 15:20:35 1998 Mark Alexander <marka@cygnus.com>
657
658 * interf.c (sim_open): Use revamped memory_read, which makes
659 byte-swapping unnecessary. Add -sparclite-board option for
660 emulating RAM found on typical SPARClite boards. Print
661 error message for unrecognized option.
662 * erc32.c: Change RAM address and size from constants to variables,
663 to allow emulation of SPARClite board RAM.
664 (fetch_bytes, store_bytes): New helper functions for revamped
665 mememory_read and memory_write.
666 (memory_read, memory_write): Rewrite to store bytes in target
667 byte order instead of storing words in host byte order; this
668 greatly simplifies support of little-endian programs.
669 (get_mem_ptr): Remove unnecessary byte parameter.
670 (sis_memory_write, sis_memory_read): Store words in target
671 byte order instead of host byte order.
672 (byte_swap_words): Remove, no longer needed.
673 * sis.h ((byte_swap_words): Remove declaration, no longer needed.
674 (memory_read): Add new sz parameter.
675 * sis.c (run_sim): Use revamped memory_read, which makes
676 byte-swapping unnecessary.
677 * exec.c (dispatch_instruction): Use revamped memory_read, which
678 makes byte-swapping and double-word fetching unnecessary.
679 * func.c (sparclite_board): Declare new variable.
680 (get_regi): Handle little-endian data.
681 (bfd_load): Recognize little-endian SPARClite as having
682 little-endian data.
683
684 Fri May 22 14:23:16 1998 Mark Alexander <marka@cygnus.com>
685
686 * erc32.c (port_init): Print messages only if sis_verbose is true.
687 * func.c (bfd_load): Ditto.
688 * interf.c (sim_open): Ditto.
689
690 Thu May 14 23:10:48 1998 Mark Alexander <marka@cygnus.com>
691
692 * sis.h (uint64, int64): Define.
693 * exec.c (SDIV, SDIVCC, UDIV, UDIVCC): Define new opcodes.
694 * (mul64): Simplify calculation of negative result.
695 * (div64): New helper function for 64-bit division.
696 * (dispatch_instruction): Add emulation of SDIV, SDIVCC, UDIV,
697 and UDIVCC.
698
699 Wed May 13 14:59:54 1998 Mark Alexander <marka@cygnus.com>
700
701 * erc32.c (close_port): Don't close stdin; it kills GDB.
702 (byte_swap_words): New function.
703 * sis.h: (byte_swap_words): Declare.
704 * interf.c (run_sim): Always fetch instructions as big-endian.
705 * sis.c (run_sim): Ditto.
706
707 Tue Apr 28 18:33:31 1998 Geoffrey Noer <noer@cygnus.com>
708
709 * configure: Regenerated to track ../common/aclocal.m4 changes.
710
711 Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
712
713 * configure: Regenerated to track ../common/aclocal.m4 changes.
714 * config.in: Ditto.
715
716 Sun Apr 26 15:20:17 1998 Tom Tromey <tromey@cygnus.com>
717
718 * acconfig.h: New file.
719 * configure.in: Reverted change of Apr 24; use sinclude again.
720
721 Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
722
723 * configure: Regenerated to track ../common/aclocal.m4 changes.
724 * config.in: Ditto.
725
726 Fri Apr 24 11:19:52 1998 Tom Tromey <tromey@cygnus.com>
727
728 * configure.in: Don't call sinclude.
729
730 Sat Apr 18 12:00:16 1998 Mark Alexander <marka@cygnus.com>
731
732 * func.c (disp_fpu): Fix build problem on big-endian hosts.
733
734 Wed Apr 8 19:33:34 1998 Mark Alexander <marka@cygnus.com>
735
736 * erc32.c (sim_stop): Handle SIGINT gracefully.
737 * interf.c (sim_open): Don't catch SIGINT; GDB will do that for us.
738
739 Wed Apr 8 18:29:40 1998 Mark Alexander <marka@cygnus.com>
740
741 * exec.c (dispatch_instruction): Change how carry out is calculated
742 in DIVSCC. Add emulation of SMULCC, UMUL, and UMULCC.
743
744 Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
745
746 * configure: Regenerated to track ../common/aclocal.m4 changes.
747
748 Wed Apr 1 21:19:18 1998 Mark Alexander <marka@cygnus.com>
749
750 * end.c: Update to version 2.7.5, fix compiler warnings and bugs.
751 * erc32.c: Ditto.
752 * exec.c: Ditto.
753 * float.c: Ditto.
754 * func.c: Ditto.
755 * help.c: Ditto.
756 * interf.c: Ditto.
757 * sis.c: Ditto.
758 * sis.h: Ditto.
759
760 Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
761
762 * configure: Regenerated to track ../common/aclocal.m4 changes.
763
764 Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
765
766 * configure: Regenerated to track ../common/aclocal.m4 changes.
767
768 Wed Mar 18 12:38:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
769
770 * configure: Regenerated to track ../common/aclocal.m4 changes.
771
772 Tue Feb 17 12:41:11 1998 Andrew Cagney <cagney@b1.cygnus.com>
773
774 * interf.c (sim_store_register, sim_fetch_register): Pass in
775 length parameter. Return -1.
776
777 Sun Feb 1 16:47:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
778
779 * configure: Regenerated to track ../common/aclocal.m4 changes.
780
781 Sat Jan 31 18:15:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
782
783 * configure: Regenerated to track ../common/aclocal.m4 changes.
784
785 Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
786
787 * configure: Regenerated to track ../common/aclocal.m4 changes.
788
789 Mon Dec 15 23:17:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
790
791 * configure: Regenerated to track ../common/aclocal.m4 changes.
792 * config.in: Ditto.
793
794 Thu Dec 4 09:21:05 1997 Doug Evans <devans@canuck.cygnus.com>
795
796 * configure: Regenerated to track ../common/aclocal.m4 changes.
797
798 Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
799
800 * configure: Regenerated to track ../common/aclocal.m4 changes.
801
802 Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
803
804 * configure: Regenerated to track ../common/aclocal.m4 changes.
805
806 Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
807
808 * configure: Regenerated to track ../common/aclocal.m4 changes.
809
810 Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
811
812 * configure: Regenerated to track ../common/aclocal.m4 changes.
813
814 Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
815
816 * configure: Regenerated to track ../common/aclocal.m4 changes.
817
818 Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
819
820 * configure: Regenerated to track ../common/aclocal.m4 changes.
821
822 Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
823
824 * configure: Regenerated to track ../common/aclocal.m4 changes.
825 * config.in: Ditto.
826
827 Tue Aug 26 10:38:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
828
829 * float.c (__setfpucw): Compile on any i386 target. Not just NT.
830
831 * interf.c (sim_kill): Delete.
832 (sim_create_inferior): Add ABFD argument. Initialize PC from ABFD
833 argument.
834 (sim_load): Don't save start address.
835 (start_address): Delete variable.
836
837 Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
838
839 * configure: Regenerated to track ../common/aclocal.m4 changes.
840 * config.in: Ditto.
841
842 Mon Aug 25 16:19:49 1997 Andrew Cagney <cagney@b1.cygnus.com>
843
844 * interf.c (sim_open): Add ABFD argument. Change ARGV to PARGV.
845
846 Mon Jun 30 11:45:25 1997 Doug Evans <dje@canuck.cygnus.com>
847
848 * Makefile.in (install-sis): Change $(srcdir)/sis to sis.
849
850 Wed May 28 09:46:13 1997 Andrew Cagney <cagney@b1.cygnus.com>
851
852 * interf.c (sim_set_callbacks): Drop SD argument - not applicable.
853 (sim_open): Add callback arg, save it.
854
855 Thu Apr 24 00:39:51 1997 Doug Evans <dje@canuck.cygnus.com>
856
857 * configure: Regenerated to track ../common/aclocal.m4 changes.
858
859 Tue Apr 22 11:05:01 1997 Doug Evans <dje@canuck.cygnus.com>
860
861 * interf.c (sim_open): Undo patch to add -E support.
862
863 Thu Apr 17 03:03:56 1997 Doug Evans <dje@canuck.cygnus.com>
864
865 * interf.c (sim_open): Ignore -E arg.
866 (start_address): New static local.
867 (sim_load): Return SIM_RC. New arg abfd. Set start_address from bfd.
868 (sim_create_inferior): Return SIM_RC. Delete arg start_address.
869
870 Tue Apr 15 15:16:11 1997 Ian Lance Taylor <ian@cygnus.com>
871
872 * Makefile.in (install-sis): Depend upon installdirs. Use
873 $(program_transform_name) directly, rather than using
874 $(INSTALL_XFORM).
875
876 Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
877
878 * configure: Regenerated to track ../common/aclocal.m4 changes.
879 * config.in: Ditto.
880
881 Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
882
883 * interf.c (sim_open): New arg `kind'.
884
885 * configure: Regenerated to track ../common/aclocal.m4 changes.
886
887 Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
888
889 * configure: Regenerated to track ../common/aclocal.m4 changes.
890
891 Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
892
893 * configure: Re-generate.
894
895 Thu Mar 13 12:46:04 1997 Doug Evans <dje@canuck.cygnus.com>
896
897 * interf.c (sim_open): New SIM_DESC result. Argument is now in
898 argv form.
899 (other sim_*): New SIM_DESC argument.
900
901 Tue Feb 4 13:35:20 1997 Doug Evans <dje@canuck.cygnus.com>
902
903 * Makefile.in (@COMMON_MAKEFILE_FRAG): Use
904 COMMON_{PRE,POST}_CONFIG_FRAG instead.
905 * configure.in: sinclude ../common/aclocal.m4.
906 * configure: Regenerated.
907
908 Thu Jan 23 11:46:23 1997 Stu Grossman (grossman@critters.cygnus.com)
909
910 * configure configure.in Makefile.in: Update to new configure
911 scheme which is more compatible with WinGDB builds.
912 * configure.in: Improve comment on how to run autoconf.
913 * configure: Re-run autoconf to get new ../common/aclocal.m4.
914 * Makefile.in: Use autoconf substitution to install common
915 makefile fragment.
916
917 Wed Dec 4 18:25:04 1996 Rob Savoye <rob@chinadoll.cygnus.com>
918
919 * interf.c (run_sim): Stop the simulator and reset the stdio after
920 breakpoints.
921
922 Tue Dec 3 11:54:37 1996 Rob Savoye <rob@chinadoll.cygnus.com>
923
924 * configure.in: Look for libtermcap.a.
925 * Makefile.in: Only link in -ltermcap if it exists.
926 * erc32.c: Update to version 2.6a. Fix uart handling.
927 * exec.c: Update to version 2.6a. Add sparclite support.
928 * float.c: Update to version 2.6a. Convert comments to
929 preprocessor warnings. Add __setfpucw() for i385 hosts so floating
930 point exceptions work on win32.
931 * func.c: Update to version 2.6a. Fix uart handling, add support
932 for user error traps.
933 * help.c: Update to version 2.6a. Add help note on user error
934 traps.
935 * interf.c: Update to version 2.6a. Fix uart handling, and add
936 sparclite support.
937 * examples/gccx: Use sparclite cross compiler, not native gcc.
938 * examples/srt0.S: Use "mov" rather than "wr" for manipulating
939 the psr register.
940
941 Mon Nov 25 08:28:10 1996 Fred Fish <fnf@cygnus.com>
942
943 * Makefile.in (run.o): Remove this rule, it hides the one in
944 ../common/Make-common.in that correctly references the source
945 in the sibling ../common directory.
946
947 Wed Nov 20 01:30:12 1996 Doug Evans <dje@canuck.cygnus.com>
948
949 * Makefile.in: Delete stuff moved to ../common/Make-common.in.
950 (SIM_{OBJS,EXTRA_LIBS,EXTRA_LIBDEPS,EXTRA_ALL,EXTRA_INSTALL}): Define.
951 (SIM_{EXTRA_CLEAN,EXTRA_CFLAGS}): Define.
952 * configure.in: Simplify using macros in ../common/aclocal.m4.
953 Call AC_CHECK_HEADERS(stdlib.h).
954 * configure: Regenerated.
955 * config.in: New file.
956 * func.c (sim_set_callbacks): Delete, moved to
957 * interf.c (sim_set_callbacks): here.
958 (sim_callback): New global.
959 Rewrite all calls to printf_filtered to go through callback.
960 (sim_size,sim_trace): New functions.
961 (sim_{insert,remove}_breakpoint): #if 0 out.
962 * sis.c: #include "config.h". #include <stdlib.h> if present.
963 (main): Coerce fprintf arg to INIT_DISASSEMBLE_INFO to fprintf_ftype.
964 * sis.h: #include "callback.h".
965 * run.c: Deleted, using one in ../common now.
966
967 Thu Oct 3 16:12:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
968
969 * Makefile.in (clean): Move config.log to distclean.
970
971 Wed Oct 2 16:57:57 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
972
973 * Makefile.in (clean): Also remove config.log.
974
975 Sat Sep 14 00:00:46 1996 Ian Lance Taylor <ian@cygnus.com>
976
977 * Makefile.in (CC_FOR_BUILD): New variable.
978 (AR, AR_FLAGS, BISON, MAKEINFO): Remove duplicate variables.
979 (RANLIB, CC): Likewise.
980 (end): Use $(CC_FOR_BUILD), not $(CC).
981 * configure.in: Set CC_FOR_BUILD.
982 * configure: Rebuild.
983
984 Sun Sep 8 14:04:37 1996 Stu Grossman (grossman@critters.cygnus.com)
985
986 * erc32.c (port_init): Disable this for __GO32__ (got no pty's
987 there either...).
988
989 Mon Aug 12 17:04:58 1996 Stu Grossman (grossman@critters.cygnus.com)
990
991 * erc32.c: Don't include sys/ioctl.h or sys/file.h. They aren't
992 necessary.
993 * (port_init): Don't even *try* to open pty's under _WIN32.
994 * Use SIM_ADDR, not caddr_t for declaring vars that hold addresses.
995 * float.c: Get rid of #warning. Makes Microsoft C barf.
996 * interf.c (sim_open): Cast fprintf to (fprintf_ftype) to fix
997 compiler warning.
998 * (sim_load sim_create_inferior sim_read): Use prototypes only in
999 decls, not defs.
1000 * Get rid of enum sim_stop. It's defined in remote-sim.h.
1001 * (sim_stop_reason): Define SIGTRAP if _WIN32.
1002 * sis.h: Include ansidecl.h and remote-sim.h.
1003
1004 Wed Jul 3 16:05:23 1996 Stu Grossman (grossman@critters.cygnus.com)
1005
1006 * erc32.c (mec_reset mec_read mec_write memory_read memory_write),
1007 sis.h: Get rid of all uses of long long's.
1008 * (close_port read_uart write_uart uarta_tx): Don't seg fault
1009 when can't open pty's.
1010 * exec.c: Add two new instructions: smul, and divscc.
1011 * interf.c (flush_windows): New routine to flush the register
1012 windows out to the stack just before returning to GDB. Makes
1013 backtraces work much better.
1014
1015 Wed Jun 26 12:19:11 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1016
1017 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
1018 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
1019 (docdir, oldincludedir): Removed.
1020 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
1021 (AC_PROG_INSTALL): Added.
1022 * configure: Rebuilt.
1023
1024 Mon Jun 24 14:19:07 1996 Ian Lance Taylor <ian@cygnus.com>
1025
1026 * configure.in: Call AC_PROG_CC before running configure.host.
1027 * configure: Rebuild with autoconf 2.10.
1028
1029 Tue Jun 4 10:37:12 1996 Tom Tromey <tromey@csk3.cygnus.com>
1030
1031 * Makefile.in (install): Don't check to see if tooldir exists.
1032 Make $(tooldir) and $(tooldir)/bin.
1033
1034 Mon Jun 3 12:33:38 1996 Ian Lance Taylor <ian@cygnus.com>
1035
1036 * Makefile.in (end.h): Use explicit ./ when running end.
1037
1038 Sun May 19 21:05:31 1996 Rob Savoye <rob@chinadoll.cygnus.com>
1039
1040 * func.c(bfd_load): Don't try to print the filename if the pfbd is
1041 NULL.
1042 * interf.c(sim_load): Pass the whole string, not just the first
1043 byte.
1044
1045 Version 2.1 26-02-96
1046 --------------------
1047
1048 * Fixed bug in "go" command.
1049
1050 version 2.0 05-02-96
1051 --------------------
1052
1053 * Fixed bug in interrupt force register (erc32.c).
1054
1055 * Change file load function to use bfd_openr.
1056
1057 * SIS should now be endian independent.
1058
1059 version 1.8 24-11-95
1060 --------------------
1061
1062 * Fixed FPU timing - some sequences of FPU instructions did not calculate
1063 the resource dependencies right.
1064
1065 * Corrected STDFQ when qne = 0 (again!). The ftt is set to sequence_error
1066 but no FPU trap is generated.
1067
1068 version 1.7.1 31-10-95
1069 --------------------
1070
1071 * Corrected STDFQ when qne = 0. Now, a trap is immidiately generated but
1072 the FPU stays in execute mode.
1073
1074 * Corrected JMPL and RETT timing (these instructions takes two cycles).
1075
1076
1077 version 1.7 25-10-95
1078 --------------------
1079
1080 * Interrupt during annuled instruction corrupted return address - fixed.
1081
1082
1083 version 1.6.2 25-10-95
1084 --------------------
1085
1086 * Added -DFAST_UART to Makefile
1087
1088
1089 version 1.6.1 24-10-95
1090 --------------------
1091
1092 * Fixed bug in STDFQ which caused bus error
1093
1094
1095 version 1.6 02-10-95
1096 --------------------
1097
1098 * Modified srt0.s to include code that initiates registers in IU and FPU
1099 and initializes the data segment. The simulator 'load' command does not
1100 longer initialize the data segment!
1101
1102 * Corrected MEC timer operation; scalers now divide the frequency by
1103 (scaler_value + 1).
1104
1105 * MEC breakpoints are not checked during store operation
1106
1107
1108 version 1.5 14-09-95
1109 --------------------
1110
1111 * Fixed some bugs in the cycle counting for IU & FPU instructions.
1112
1113 * Fixed bug that allowed an annuled instruction to cause memory exception.
1114
1115 * The *ws parameter in mem.c should now contain the number of waitstates
1116 required by the memory access (was total number of cycles).
1117
1118 * The supplied srt0.s now clears the BSS (thanks Joel).
1119
1120 version 1.4 22-08-95
1121 --------------------
1122
1123 * Added a '-g' switch to enable/disable the GNU readline(), which cause
1124 some problems on solaris 2.x machines.
1125
1126 * Enabled MEC watchpoint and breakpoint function to mem.c. Performance
1127 may suffer a bit ...
1128
1129 NOTE: The UARTs are now connected to /dev/ttypc and /dev/ttypd.
1130
1131 version 1.3 26-07-95
1132 --------------------
1133
1134 * Fixed bug in mulscc instruction (how could that ever have worked?)
1135
1136 * Fixed bug in UART B (flushed characters on UART A), thanks Paul.
1137
1138 version 1.2 13-07-95
1139 --------------------
1140
1141 * Fixed bug in interrupt handling (wrong interrupt selected when more that
1142 one interrupt pending)
1143
1144 * Fixed updating of condition codes during logical instructions (carry and
1145 overflow were not reset)
1146
1147 * Fixed bug in WRTBR (tt field was wrongly over-written)
1148
1149 version 1.1 07-07-95
1150 --------------------
1151
1152 * Fixed several bugs in the interrupt handler and callback routines.
1153 (reported by Paul Warren, Alsys)