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