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