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