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