Remove and modernize dependencies in sim
[binutils-gdb.git] / sim / d10v / ChangeLog
1 2021-04-22 Tom Tromey <tom@tromey.com>
2
3 * Makefile.in (SIM_EXTRA_DEPS): New variable.
4 (simops.o): Remove.
5
6 2021-04-22 Tom Tromey <tom@tromey.com>
7
8 * configure: Rebuild.
9
10 2021-04-21 Mike Frysinger <vapier@gentoo.org>
11
12 * aclocal.m4: Regenerate.
13
14 2021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
15
16 * configure: Regenerate.
17
18 2021-04-18 Mike Frysinger <vapier@gentoo.org>
19
20 * configure: Regenerate.
21
22 2021-04-18 Mike Frysinger <vapier@gentoo.org>
23
24 * interp.c (xfer_mem): Use PRIxTA for printf format.
25 (sim_write): Cast buffer to (void *).
26 (sim_open): Add const to p.
27 * configure.ac (SIM_AC_OPTION_WARNINGS): Delete call.
28 * configure: Regenerate.
29
30 2021-04-12 Mike Frysinger <vapier@gentoo.org>
31
32 * interp.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
33
34 2021-04-02 Mike Frysinger <vapier@gentoo.org>
35
36 * aclocal.m4, configure: Regenerate.
37
38 2021-03-13 Mike Frysinger <vapier@gentoo.org>
39
40 * Makefile.in (gencode.o, d10v-opc.o): Call COMPILE_FOR_BUILD.
41 (gencode): Call LINK_FOR_BUILD.
42
43 2021-03-08 Mike Frysinger <vapier@gentoo.org>
44
45 * Makefile.in (gencode): Delete $(BUILD_LIB).
46
47 2021-02-28 Mike Frysinger <vapier@gentoo.org>
48
49 * configure: Regenerate.
50
51 2021-02-21 Mike Frysinger <vapier@gentoo.org>
52
53 * configure.ac (AC_CONFIG_MACRO_DIRS): Replace common with m4.
54 * aclocal.m4, configure: Regenerate.
55
56 2021-02-13 Mike Frysinger <vapier@gentoo.org>
57
58 * configure.ac: Replace sinclude with AC_CONFIG_MACRO_DIRS.
59 * aclocal.m4, configure: Regenerate.
60
61 2021-02-06 Mike Frysinger <vapier@gentoo.org>
62
63 * configure: Regenerate.
64
65 2021-01-11 Mike Frysinger <vapier@gentoo.org>
66
67 * config.in, configure: Regenerate.
68 * interp.c, simops.c: Delete HAVE_STRING_H, HAVE_STRINGS_H,
69 HAVE_STDLIB_H, and strings.h include.
70
71 2021-01-09 Mike Frysinger <vapier@gentoo.org>
72
73 * d10v_sim.h (State): Change to an extern.
74 * interp.c (State): Define.
75
76 2021-01-09 Mike Frysinger <vapier@gentoo.org>
77
78 * configure: Regenerate.
79
80 2021-01-09 Mike Frysinger <vapier@gentoo.org>
81
82 * configure.ac (SIM_AC_OPTION_WARNINGS): Pass "no".
83 * configure: Regenerate.
84
85 2021-01-08 Mike Frysinger <vapier@gentoo.org>
86
87 * configure: Regenerate.
88
89 2021-01-04 Mike Frysinger <vapier@gentoo.org>
90
91 * configure: Regenerate.
92
93 2017-09-06 John Baldwin <jhb@FreeBSD.org>
94
95 * configure: Regenerate.
96
97 2016-01-10 Mike Frysinger <vapier@gentoo.org>
98
99 * config.in, configure: Regenerate.
100
101 2016-01-10 Mike Frysinger <vapier@gentoo.org>
102
103 * configure: Regenerate.
104
105 2016-01-10 Mike Frysinger <vapier@gentoo.org>
106
107 * configure.ac (SIM_AC_OPTION_ENVIRONMENT): Delete call.
108 * configure: Regenerate.
109
110 2016-01-10 Mike Frysinger <vapier@gentoo.org>
111
112 * configure: Regenerate.
113
114 2016-01-10 Mike Frysinger <vapier@gentoo.org>
115
116 * configure: Regenerate.
117
118 2016-01-10 Mike Frysinger <vapier@gentoo.org>
119
120 * configure.ac (SIM_AC_OPTION_INLINE): Delete call.
121 * configure: Regenerate.
122
123 2016-01-10 Mike Frysinger <vapier@gentoo.org>
124
125 * configure: Regenerate.
126
127 2016-01-10 Mike Frysinger <vapier@gentoo.org>
128
129 * configure: Regenerate.
130
131 2016-01-09 Mike Frysinger <vapier@gentoo.org>
132
133 * config.in, configure: Regenerate.
134
135 2016-01-06 Mike Frysinger <vapier@gentoo.org>
136
137 * interp.c (sim_open): Mark argv const.
138 (sim_create_inferior): Mark argv and env const.
139
140 2016-01-04 Mike Frysinger <vapier@gentoo.org>
141
142 * endian.c (get_word): Delete all arch/big endian logic.
143 (get_longword, write_word, write_longword): Likewise.
144
145 2016-01-03 Mike Frysinger <vapier@gentoo.org>
146
147 * interp.c (sim_open): Update sim_parse_args comment.
148
149 2016-01-03 Mike Frysinger <vapier@gentoo.org>
150
151 * configure.ac (SIM_AC_OPTION_HOSTENDIAN): Delete.
152 * configure: Regenerate.
153
154 2016-01-02 Mike Frysinger <vapier@gentoo.org>
155
156 * configure: Regenerate.
157
158 2015-12-30 Mike Frysinger <vapier@gentoo.org>
159
160 * wrapper.c (d10v_reg_store, d10v_reg_fetch): Define.
161 (sim_open): Call CPU_REG_FETCH/CPU_REG_STORE.
162 (sim_store_register): Rename to ...
163 (d10v_reg_store): ... this. Rename cpu to sd.
164 (sim_fetch_register): Rename to ...
165 (d10v_reg_fetch): ... this. Rename cpu to sd.
166
167 2015-12-27 Mike Frysinger <vapier@gentoo.org>
168
169 * Makefile.in (SIM_OBJS): Delete sim-hload.o.
170
171 2015-12-26 Mike Frysinger <vapier@gentoo.org>
172
173 * config.in, configure: Regenerate.
174
175 2015-11-15 Mike Frysinger <vapier@gentoo.org>
176
177 * Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o.
178
179 2015-11-15 Mike Frysinger <vapier@gentoo.org>
180
181 * interp.c (sim_open): Delete sim_create_inferior call.
182
183 2015-11-15 Mike Frysinger <vapier@gentoo.org>
184
185 * d10v_sim.h (d10v_callback): Delete.
186 * interp.c (d10v_callback): Delete.
187 (do_long, do_2_short, do_parallel, set_dmap_register,
188 set_imap_register, xfer_mem, dmem_addr, imem_addr, sim_info,
189 sim_create_inferior): Replace d10v_callback->printf_filtered
190 with sim_io_printf.
191 (sim_open): Delete d10v_callback assignment.
192 * simops.c (move_to_cr, trace_input_func, do_trace_output_flush,
193 do_trace_output_finish, trace_output_40, trace_output_32,
194 trace_output_16, trace_output_void, trace_output_flag, OP_5F20,
195 OP_5201, OP_27000000, OP_3220, OP_3400, OP_3000, OP_6C1F, OP_6C01,
196 OP_6E1F, OP_6E01): Replace d10v_callback->printf_filtered with
197 sim_io_printf and d10v_callback->flush_stdout with
198 sim_io_flush_stdout.
199 (OP_5F00): Likewise. Rename d10v_callback to cb.
200
201 2015-11-15 Mike Frysinger <vapier@gentoo.org>
202
203 * Makefile.in (SIM_OBJS): Add sim-reason.o, sim-resume.o, and
204 sim-stop.o.
205 * d10v_sim.h (struct d10v_memory): Delete fault member.
206 (struct _state): Delete exception member.
207 * interp.c (lookup_hash): Call sim_engine_halt instead of setting
208 State.exception.
209 (do_2_short, do_parallel): Delete State.exception checks.
210 (sim_size): Mark static.
211 (map_memory): Call sim_engine_halt instead of returning fault.
212 Call xcalloc instead of calloc and checking the return.
213 (dmem_addr): Call sim_engine_halt when phys_size is 0.
214 (imem_addr): Likewise.
215 (stop_simulator, sim_stop, sim_stop_reason): Delete.
216 (sim_resume): Rename to ...
217 (step_once): ... this. Delete State.exception code and move
218 siggnal checking to sim_engine_run.
219 (sim_engine_run): New function.
220 * simops.c (EXCEPTION): Define.
221 (move_to_cr): Call EXCEPTION instead of setting State.exception.
222 (OP_30000000, OP_6401, OP_6001, OP_6000, OP_32010000, OP_31000000,
223 OP_6601, OP_6201, OP_6200, OP_33010000, OP_5201, OP_27000000,
224 OP_2F000000, OP_3220, OP_3200, OP_3400, OP_3000, OP_34000000,
225 OP_6800, OP_6C1F, OP_6801, OP_6C01, OP_36010000, OP_35000000,
226 OP_6A00, OP_6E1F, OP_6A01, OP_6E01, OP_37010000, OP_5FE0): Likewise.
227 (OP_5F20): Call sim_engine_halt instead of setting State.exception.
228 (OP_5F00): Call sim_engine_halt and EXCEPTION instead of setting
229 State.exception.
230
231 2015-11-15 Mike Frysinger <vapier@gentoo.org>
232
233 * d10v_sim.h (struct simops): Add SIM_DESC and SIM_CPU to func args.
234 (SET_CREG, SET_HW_CREG, SET_PSW_BIT): Pass sd and cpu to move_to_cr.
235 (dmem_addr, imem_addr, move_to_cr): Add SIM_DESC and SIM_CPU args.
236 (RB, SW, RW, SLW, RLW): Pass sd and cpu to dmem_addr.
237 * endian.c: Change d10v_sim.h include to sim-main.h.
238 * gencode.c: Likewise. Add SIM_DESC and SIM_CPU args to all OPs.
239 * interp.c (lookup_hash, do_long, do_2_short, do_parallel,
240 map_memory, set_dmap_register, dmap_register, set_imap_register,
241 imap_register, sim_d10v_translate_dmap_addr, xfer_mem,
242 sim_d10v_translate_imap_addr, sim_d10v_translate_addr): Add
243 SIM_DESC and SIM_CPU args and adjust all callers.
244 (trace_sd): Delete.
245 (sim_open): Do not assign trace_sd.
246 (sim_resume, sim_create_inferior, sim_fetch_register,
247 sim_store_register): Set up cpu from the first one in sd.
248 * simops.c (move_to_cr): Add SIM_DESC and SIM_CPU args.
249 (trace_input_func, trace_input, do_trace_output_finish,
250 do_trace_output_finish, trace_output_40, trace_output_32,
251 trace_output_16, trace_output_void, trace_output_flag): Add
252 SIM_DESC arg.
253 (trace_input_func): Likewise. Change trace_sd to sd.
254 (OP_*): Add SIM_DESC and SIM_CPU args to all OP funcs.
255
256 2015-11-14 Mike Frysinger <vapier@gentoo.org>
257
258 * interp.c (sim_close): Delete.
259
260 2015-11-10 Mike Frysinger <vapier@gentoo.org>
261
262 * interp.c (sim_d10v_translate_dmap_addr): Mark static.
263 (sim_d10v_translate_imap_addr): Likewise.
264 (sim_d10v_translate_addr): Likewise.
265
266 2015-06-23 Mike Frysinger <vapier@gentoo.org>
267
268 * configure: Regenerate.
269
270 2015-06-12 Mike Frysinger <vapier@gentoo.org>
271
272 * configure: Regenerate.
273
274 2015-06-12 Mike Frysinger <vapier@gentoo.org>
275
276 * configure: Regenerate.
277
278 2015-04-18 Mike Frysinger <vapier@gentoo.org>
279
280 * sim-main.h (SIM_CPU): Delete.
281
282 2015-04-18 Mike Frysinger <vapier@gentoo.org>
283
284 * sim-main.h (sim_cia): Delete.
285
286 2015-04-17 Mike Frysinger <vapier@gentoo.org>
287
288 * sim-main.h (CIA_GET, CIA_SET): Delete.
289
290 2015-04-17 Mike Frysinger <vapier@gentoo.org>
291
292 * interp.c (d10v_pc_get, d10v_pc_set): New functions.
293 (sim_open): Declare new local var i. Call CPU_PC_FETCH &
294 CPU_PC_STORE for all cpus.
295
296 2015-04-15 Mike Frysinger <vapier@gentoo.org>
297
298 * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
299 * sim-main.h (STATE_CPU): Delete.
300
301 2015-04-13 Mike Frysinger <vapier@gentoo.org>
302
303 * configure: Regenerate.
304
305 2015-04-06 Mike Frysinger <vapier@gentoo.org>
306
307 * Makefile.in (SIM_OBJS): Delete sim-engine.o.
308
309 2015-04-02 Mike Frysinger <vapier@gentoo.org>
310
311 * interp.c (lookup_hash): Change SIGILL to GDB_SIGNAL_ILL.
312 (sim_resume): Change SIGBUS/SIGSEGV to GDB_SIGNAL_BUS, SIGILL to
313 GDB_SIGNAL_ILL, and SIGTRAP to GDB_SIGNAL_TRAP.
314
315 2015-04-01 Mike Frysinger <vapier@gentoo.org>
316
317 * interp.c (sim_set_profile, sim_set_profile_size): Delete.
318
319 2015-03-31 Mike Frysinger <vapier@gentoo.org>
320
321 * Makefile.in (simops.o): New rule.
322
323 2015-03-30 Mike Frysinger <vapier@gentoo.org>
324
325 * d10v_sim.h (text, text_start, text_end, prog_bfd): Delete.
326 (SEXT8, SEXT16, SEXT32, MASK32): Undefine.
327 * interp.c: Delete run-sim.h and d10v_sim.h includes. Include
328 sim-main.h and sim-options.h.
329 (myname, sim_kind, init_text_p, prog_bfd_was_opened_p, prog_bfd,
330 text, text_start, text_end, decode_pc, sim_set_profile,
331 sim_set_profile_size, sim_set_trace, sim_set_callbacks,
332 sim_trace, sim_do_command, sim_load): Delete.
333 (INLINE): Delete define.
334 (free_state): New function.
335 (trace_sd): Declare global variable.
336 (sim_open): Rewrite to use new common logic.
337 (sim_close): Delete body.
338 * Makefile.in (SIM_RUN_OBJS, SIM_EXTRA_CFLAGS): Delete.
339 (SIM_OBJS): Change to $(SIM_NEW_COMMON_OBJS).
340 * sim-main.h: New file.
341 * simops.c: Change d10v_sim.h include to sim-main.h.
342 (trace_input_func): Rewrite pc checks to use trace_sd.
343
344 2015-03-30 Mike Frysinger <vapier@gentoo.org>
345
346 * Makefile.in (SIM_EXTRA_CFLAGS): Delete -DNEED_UI_LOOP_HOOK.
347 * interp.c [NEED_UI_LOOP_HOOK] (UI_LOOP_POLL_INTERVAL,
348 ui_loop_hook_counter, deprecated_ui_loop_hook): Delete.
349 (sim_resume) [NEED_UI_LOOP_HOOK]: Delete ui code.
350
351 2015-03-30 Mike Frysinger <vapier@gentoo.org>
352
353 * Makefile.in (gencode.o, d10v-opc.o): Add $(WARN_CFLAGS).
354 (gencode): Add $(BUILD_LDFLAGS).
355 * endian.c (get_word, get_longword, get_longlong, write_word,
356 write_longword, write_longlong): Convert old style prototypes.
357 * gencode.c: Include string.h.
358 (main): Convert old style prototype.
359 (write_header): Convert old style prototype and fix printf format.
360 (write_template, write_opcodes): Likewise.
361 (check_opcodes): Mark static void.
362 * interp.c: Include inttypes.h and run-sim.h.
363 (hash, lookup_hash, decode_pc, do_long, do_2_short, do_parallel,
364 add_commas, sim_size, sim_write, sim_read, sim_open, sim_close,
365 sim_set_profile, sim_set_profile_size, sim_stop, +sim_resume,
366 sim_info, sim_set_callbacks, sim_stop_reason, sim_fetch_register,
367 sim_store_register, sim_do_command, sim_load): Convert old style
368 prototypes.
369 (sim_create_inferior): Fix pointer cast to use uintptr_t.
370 * simops.c (strrchr): Delete prototype.
371 (trace_input_func): Mark name static.
372 (trace_input_func, trace_output_void, trace_output_flag): Convert old style
373 prototypes.
374 (OP_*): Convert old style prototypes.
375
376 2015-03-30 Mike Frysinger <vapier@gentoo.org>
377
378 * Makefile.in (interp.o, simops.o, endian.o, table.o): Delete rules.
379 * configure.ac: Call SIM_AC_OPTION_ENDIAN, SIM_AC_OPTION_ALIGNMENT,
380 SIM_AC_OPTION_HOSTENDIAN, SIM_AC_OPTION_ENVIRONMENT, and
381 SIM_AC_OPTION_INLINE.
382 * config.in, configure: Regenerate.
383 * interp.c (sim_trace): Define.
384
385 2015-03-16 Mike Frysinger <vapier@gentoo.org>
386
387 * config.in, configure: Regenerate.
388
389 2015-03-14 Mike Frysinger <vapier@gentoo.org>
390
391 * Makefile.in (SIM_EXTRA_CFLAGS): Add
392 -DSIM_USE_DEPRECATED_RUN_FRONTEND.
393 (SIM_RUN_OBJS): Set to run.o.
394
395 2015-03-14 Mike Frysinger <vapier@gentoo.org>
396
397 * configure.ac (AC_CHECK_HEADERS): Delete.
398 * aclocal.m4, configure: Regenerate.
399
400 2014-08-19 Alan Modra <amodra@gmail.com>
401
402 * configure: Regenerate.
403
404 2014-08-15 Roland McGrath <mcgrathr@google.com>
405
406 * configure: Regenerate.
407 * config.in: Regenerate.
408
409 2014-03-10 Mike Frysinger <vapier@gentoo.org>
410
411 * interp.c (sim_do_command): Add const to cmd.
412
413 2014-03-05 Mike Frysinger <vapier@gentoo.org>
414
415 * interp.c (sim_load): Add const to prog.
416
417 2014-03-04 Mike Frysinger <vapier@gentoo.org>
418
419 * configure: Regenerate.
420
421 2013-09-23 Alan Modra <amodra@gmail.com>
422
423 * configure: Regenerate.
424
425 2013-06-03 Mike Frysinger <vapier@gentoo.org>
426
427 * aclocal.m4, configure: Regenerate.
428
429 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
430
431 * configure: Rebuild.
432
433 2012-06-19 Joel Brobecker <brobecker@adacore.com>
434
435 * interp.c: #include "config.h" instead of "sysdep.h".
436 Add conditional include of string.h or strings.h, as well as
437 conditional include of stdlib.h.
438
439 2012-06-15 Joel Brobecker <brobecker@adacore.com>
440
441 * config.in, configure: Regenerate.
442
443 2012-05-24 Pedro Alves <palves@redhat.com>
444
445 PR gdb/7205
446
447 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
448
449 2012-03-24 Mike Frysinger <vapier@gentoo.org>
450
451 * aclocal.m4, config.in, configure: Regenerate.
452
453 2011-12-03 Mike Frysinger <vapier@gentoo.org>
454
455 * aclocal.m4: New file.
456 * configure: Regenerate.
457
458 2011-10-17 Mike Frysinger <vapier@gentoo.org>
459
460 * configure.ac: Change include to common/acinclude.m4.
461
462 2011-10-17 Mike Frysinger <vapier@gentoo.org>
463
464 * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
465 call. Replace common.m4 include with SIM_AC_COMMON.
466 * configure: Regenerate.
467
468 2010-04-14 Mike Frysinger <vapier@gentoo.org>
469
470 * interp.c (sim_write): Add const to buffer arg.
471
472 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
473
474 * configure: Regenerate.
475
476 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
477
478 * config.in: Regenerate.
479 * configure: Likewise.
480
481 * configure: Regenerate.
482
483 2008-07-11 Hans-Peter Nilsson <hp@axis.com>
484
485 * configure: Regenerate to track ../common/common.m4 changes.
486 * config.in: Ditto.
487
488 2008-06-06 Vladimir Prus <vladimir@codesourcery.com>
489 Daniel Jacobowitz <dan@codesourcery.com>
490 Joseph Myers <joseph@codesourcery.com>
491
492 * configure: Regenerate.
493
494 2006-12-21 Hans-Peter Nilsson <hp@axis.com>
495
496 * acconfig.h: Remove.
497 * config.in: Regenerate.
498
499 2006-06-13 Richard Earnshaw <rearnsha@arm.com>
500
501 * configure: Regenerated.
502
503 2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
504
505 * configure: Regenerated.
506
507 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
508
509 * configure: Regenerated.
510
511 2006-04-18 Nick Clifton <nickc@redhat.com>
512
513 * interp.c (sim_stop_reason): Fix typo.
514
515 2005-11-28 Mark Mitchell <mark@codesourcery.com>
516
517 * interp.c (gdb/signals.h): Include it.
518 (sim_stop_reason): Use TARGET_SIGNAL_*.
519
520 2005-03-23 Mark Kettenis <kettenis@gnu.org>
521
522 * configure: Regenerate.
523
524 2005-01-14 Andrew Cagney <cagney@gnu.org>
525
526 * configure.ac: Sinclude aclocal.m4 before common.m4. Add
527 explicit call to AC_CONFIG_HEADER.
528 * configure: Regenerate.
529
530 2005-01-12 Andrew Cagney <cagney@gnu.org>
531
532 * configure.ac: Update to use ../common/common.m4.
533 * configure: Re-generate.
534
535 2005-01-11 Andrew Cagney <cagney@localhost.localdomain>
536
537 * configure: Regenerated to track ../common/aclocal.m4 changes.
538
539 2005-01-07 Andrew Cagney <cagney@gnu.org>
540
541 * configure.ac: Rename configure.in, require autoconf 2.59.
542 * configure: Re-generate.
543
544 2004-12-08 Hans-Peter Nilsson <hp@axis.com>
545
546 * configure: Regenerate for ../common/aclocal.m4 update.
547
548 2004-06-28 Andrew Cagney <cagney@gnu.org>
549
550 * interp.c (sim_resume): Rename ui_loop_hook to
551 deprecated_ui_loop_hook.
552
553 2003-10-30 Andrew Cagney <cagney@redhat.com>
554
555 * simops.c: Replace "struct symbol_cache_entry" with "struct
556 bfd_symbol".
557
558 2003-06-22 Andrew Cagney <cagney@redhat.com>
559
560 * interp.c (xfer_mem): Simplify. Only do a single partial
561 transfer. Problem reported by Tom Rix.
562
563 2003-05-07 Andrew Cagney <cagney@redhat.com>
564
565 * interp.c (sim_d10v_translate_addr): Add "regcache" parameter.
566 (sim_d10v_translate_imap_addr): Ditto.
567 (sim_d10v_translate_dmap_addr): Ditto.
568 (xfer_mem): Pass NULL regcache to sim_d10v_translate_addr.
569 (dmem_addr): Pass NULL regcache to sim_d10v_translate_dmap_addr.
570 (dmap_register, imap_register): Add "regcache" parameter.
571 (imem_addr): Pass NULL regcache to sim_d10v_translate_imap_addr.
572 (sim_fetch_register): Pass NULL regcache to imap_register and
573 dmap_register.
574
575 2003-02-27 Andrew Cagney <cagney@redhat.com>
576
577 * interp.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
578
579 2002-11-13 Andrew Cagney <cagney@redhat.com>
580
581 * simops.c: Include <string.h>.
582
583 2002-06-17 Andrew Cagney <cagney@redhat.com>
584
585 * d10v_sim.h (SET_PSW_BIT): Add cast to avoid inverting an enum.
586
587 2002-06-16 Andrew Cagney <ac131313@redhat.com>
588
589 * configure: Regenerated to track ../common/aclocal.m4 changes.
590
591 2002-06-13 Tom Rix <trix@redhat.com>
592
593 * interp.c (xfer_mem): Fix transfers across multiple segments.
594
595 2002-06-09 Andrew Cagney <cagney@redhat.com>
596
597 * Makefile.in (INCLUDE): Update path to callback.h.
598 * gencode.c: Do not include "callback.h".
599 * d10v_sim.h: Include "gdb/callback.h" and "gdb/remote-sim.h".
600 * interp.c: Ditto.
601
602 2002-06-08 Andrew Cagney <cagney@redhat.com>
603
604 * interp.c (sim_fetch_register): Fix name of enum used in cast.
605 (sim_store_register): Ditto.
606
607 2002-06-02 Elena Zannoni <ezannoni@redhat.com>
608
609 From Jason Eckhardt <jle@redhat.com>
610 * d10v_sim.h (INC_ADDR): Correctly handle the case where MOD_E is
611 less than MOD_S (post-decrement).
612
613 2002-06-01 Andrew Cagney <ac131313@redhat.com>
614
615 * interp.c (sim_fetch_register, sim_store_register): Use a switch
616 statement and enums from "sim-d10v.h".
617
618 2002-05-28 Elena Zannoni <ezannoni@redhat.com>
619
620 * interp.c (sim_create_inferior): Add comment.
621
622 From Alan Matsuoka <alanm@redhat.com>:
623 From 2001-04-27 Jason Eckhardt <jle@cygnus.com>:
624 * simops.c (OP_4400): Output "mvf0f" instead of "mf0f".
625 (OP_4401): Output "mvf0t" instead of "mf0t".
626 (OP_460B): Do not output a flag register.
627 (OP_4609): Do not output a flag register.
628
629 2002-05-23 Andrew Cagney <ac131313@redhat.com>
630
631 * Makefile.in (INCLUDE): Add "gdb/sim-d10v.h".
632 * interp.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
633
634 2001-08-01 John R. Moore <jmoore@redhat.com>
635
636 * interp.c (sim_create_inferior): Removed a hack that stated
637 it was setting r0/r1 with argc/argv.
638
639 2001-04-15 J.T. Conklin <jtc@redback.com>
640
641 * Makefile.in (simops.o): Add simops.h to dependency list.
642
643 Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
644
645 * configure: Regenerated to track ../common/aclocal.m4 changes.
646
647 Tue Apr 18 16:26:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
648
649 * interp.c (sim_resume): Deliver SIGILL.
650 (lookup_hash): Do not print SIGILL message.
651
652 Tue Feb 22 18:24:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
653
654 * Makefile.in (SIM_EXTRA_CFLAGS): Define SIM_HAVE_ENVIRONMENT.
655 * interp.c (sim_set_trace): Replace sim_trace. Enable tracing.
656
657 Tue Feb 8 17:41:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
658
659 * d10v_sim.h (SIG_D10V_BUS): Define.
660
661 * simops.c (address_exception): Delete function.
662 (OP_30000000, OP_6401, OP_6001, OP_6000, OP_32010000, OP_31000000,
663 OP_6601, OP_6201, OP_6200, OP_33010000, OP_34000000, OP_6800,
664 OP_6C1F, OP_6801, OP_6C01, OP_36010000, OP_35000000, OP_6A00,
665 OP_6E1F, OP_6A01, OP_6E01, OP_37010000): Replace call to
666 address_exception with code that sets SIG_D10V_BUS.
667
668 * interp.c (sim_resume): When SIGBUS or SIGSEGV, deliver a bus
669 error to the simulator before resuming execution.
670 (sim_trace): Check stop reason and use that to determine sim_trace
671 return value.
672 (sim_stop_reason): For SIG_D10V_BUS return a SIGBUS / SIGSEGV
673 sigrc.
674
675 Tue Jan 18 16:07:42 MST 2000 Diego Novillo <dnovillo@cygnus.com>
676
677 * interp.c (sim_create_inferior): Change internal initial value for
678 DMAP2 to 0x2000.
679
680 Mon Jan 3 02:06:07 2000 Andrew Cagney <cagney@b1.cygnus.com>
681
682 * interp.c (lookup_hash): Stop the update of the PC when there was
683 an illegal instruction exception.
684
685 Mon Jan 3 00:14:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
686
687 * simops.c (address_exception): New function.
688 (OP_30000000, OP_6401, OP_6001, OP_6000, OP_32010000, OP_31000000,
689 OP_6601, OP_6201, OP_6200, OP_33010000, OP_34000000, OP_6800,
690 OP_6C1F, OP_6801, OP_6C01, OP_36010000, OP_35000000, OP_6A00,
691 OP_6E1F, OP_6A01, OP_6E01, OP_37010000): For "ld", "ld2w", "st"
692 and "st2w" check that the address is aligned.
693
694 1999-12-30 Chandra Chavva <cchavva@cygnus.com>
695
696 * d10v_sim.h (INC_ADDR): Added code to assign
697 proper address for loads with predec operations.
698
699 1999-11-25 Nick Clifton <nickc@cygnus.com>
700
701 * simops.c (OP_4E0F): New function: Simulate new bit pattern for
702 cpfg instruction.
703
704 Fri Oct 29 18:34:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
705
706 * simops.c (move_to_cr): Don't allow user to set PSW.DM in either
707 DPSW and BPSW.
708
709 Thu Oct 28 01:26:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
710
711 * simops.c (OP_5F20): Use SET_HW_PSW when updating PSW.
712 (PSW_HW_MASK): Declare.
713
714 * d10v_sim.h (move_to_cr): Add ``psw_hw_p'' parameter.
715 (SET_CREG, SET_PSW_BIT): Update.
716 (SET_HW_CREG, SET_HW_PSW): Define.
717
718 Sun Oct 24 21:38:04 1999 Andrew Cagney <cagney@b1.cygnus.com>
719
720 * interp.c (sim_d10v_translate_dmap_addr): Fix extraction of IOSP
721 for DMAP3.
722
723 Sun Oct 24 16:04:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
724
725 * interp.c (sim_d10v_translate_addr): New function.
726 (xfer_mem): Rewrite. Use sim_d10v_translate_addr.
727 (map_memory): Make INLINE.
728
729 Sun Oct 24 13:45:19 1999 Andrew Cagney <cagney@b1.cygnus.com>
730
731 * interp.c (sim_d10v_translate_dmap_addr): New function.
732 (dmem_addr): Rewrite. Use sim_d10v_translate_dmap_addr. Change
733 offset parameter to type uint16.
734 * d10v_sim.h (dmem_addr): Update declaration.
735
736 Sun Oct 24 13:07:31 1999 Andrew Cagney <cagney@b1.cygnus.com>
737
738 * interp.c (imap_register, set_imap_register, dmap_register,
739 set_imap_register): Use map_memory.
740 (DMAP): Update.
741 (sim_create_inferior): Initialize all DMAP registers. NOTE that
742 DMAP2, in internal memory mode, is set to 0x0000 and NOT
743 0x2000. This is consistent with the older d10v boards.
744
745 Sun Oct 24 11:22:12 1999 Andrew Cagney <cagney@b1.cygnus.com>
746
747 * interp.c (sim_d10v_translate_imap_addr): New function.
748 (imem_addr): Rewrite. Use sim_d10v_translate_imap_addr.
749 (last_from, last_to): Declare.
750
751 Sun Oct 24 01:21:56 1999 Andrew Cagney <cagney@b1.cygnus.com>
752
753 * d10v_sim.h (struct d10v_memory): Define. Support very long
754 memories.
755 (struct _state): Replace imem, dmem and umem by mem.
756 (IMAP_BLOCK_SIZE, DMAP_BLOCK_SIZE, SEGMENT_SIZE, IMEM_SEGMENTS,
757 DMEM_SEGMENTS, UMEM_SEGMENTS): Define.
758
759 * interp.c (map_memory): New function.
760 (sim_size, xfer_memory, imem_addr, dmem_addr): Update.
761 (UMEM_SEGMENTS): Moveed to "d10v_sim.h".
762 (IMEM_SIZEDMEM_SIZE): Delete.
763
764 Sat Oct 23 20:06:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
765
766 * interp.c: Include "sim-d10v.h".
767 (imap_register, set_imap_register, dmap_register,
768 set_dmap_register, spi_register, spu_register, set_spi_register,
769 set_spu_register): New functions.
770 (sim_create_inferior): Update.
771 (sim_fetch_register, sim_store_register): Rewrite. Use enums
772 defined in sim-d10v.h.
773
774 * d10v_sim.h (DEBUG_MEMORY): Define.
775 (IMAP0, IMAP1, DMAP, SET_IMAP0, SET_IMAP1, SET_DMAP): Delete.
776
777 Sat Oct 23 18:41:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
778
779 * interp.c (sim_open): Allow a debug value to be passed to the -t
780 option.
781 (lookup_hash): Don't exit on an illegal instruction.
782 (do_long, do_2_short, do_parallel): Check for failed instruction
783 lookup.
784
785 Mon Oct 18 18:03:24 MDT 1999 Diego Novillo <dnovillo@cygnus.com>
786
787 * simops.c (OP_3220): Fix trace output for illegal accumulator
788 message.
789
790 1999-09-14 Nick Clifton <nickc@cygnus.com>
791
792 * simops.c: Disable setting of DM bit in PSW.
793
794 Wed Sep 8 19:34:55 MDT 1999 Diego Novillo <dnovillo@cygnus.com>
795
796 * simops.c (op_types): Added new memory indirect type OP_MEMREF3.
797 (trace_input_func): Added support for OP_MEMREF3.
798 (OP_32010000): New instruction ld.
799 (OP_33010000): New instruction ld2w.
800 (OP_5209): New instruction sac.
801 (OP_4209): New instruction sachi.
802 (OP_3220): New instruction slae.
803 (OP_36010000): New instruction st.
804 (OP_37010000): New instruction st2w.
805
806 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
807
808 * interp.c (old_segment_mapping): New global.
809 (xfer_mem): Change the default segment mapping to be the way
810 that Mitsubishi prefers, but use the previous mapping if
811 old_segment_mapping is true.
812 (sim_open): Add an option -oldseg to get the old mapping.
813 (sim_create_inferior): Init mapping registers based on the
814 value of old_segment_mapping.
815
816 1999-09-07 Nick Clifton <nickc@cygnus.com>
817
818 * simops.c (OP_6601): Do not write back decremented address if
819 either of the destination registers was the same as the address
820 register.
821 (OP_6201): Do not write back incremented address if either of the
822 destination registers was the same as the address register.
823
824 Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
825
826 * configure: Regenerated to track ../common/aclocal.m4 changes.
827
828 1999-05-08 Felix Lee <flee@cygnus.com>
829
830 * configure: Regenerated to track ../common/aclocal.m4 changes.
831
832 1999-04-02 Keith Seitz <keiths@cygnus.com>
833
834 * interp.c (ui_loop_hook_counter): New global (when NEED_UI_LOOP_HOOK
835 defined).
836 (sim_resume): If the counter has expired, call the ui_loop_hook,
837 if defined.
838 (UI_LOOP_POLL_INTERVAL): Define. Used to tweak the frequency of
839 ui_loop_hook calls.
840 * Makefile.in (SIM_EXTRA_CFLAGS): Include NEED_UI_LOOP_HOOK.
841
842 Wed Mar 10 19:32:13 1999 Nick Clifton <nickc@cygnus.com>
843
844 * simops.c: If load instruction with auto increment/decrement
845 addressing is used when the destination register is the same as
846 the address register, then ignore the auto increment/decrement.
847
848 Wed Mar 10 19:32:13 1999 Martin M. Hunt <hunt@cygnus.com>
849
850 * simops.c (OP_5F00): Ifdef SYS_stat case because
851 not all systems have it defined.
852
853 1999-01-26 Jason Molenda (jsm@bugshack.cygnus.com)
854
855 * simops.c (OP_5607): Correct saturation comparison/assignment.
856 (OP_1201, OP_1203, OP_17001200, OP_17001202,
857 OP_2A00, OP_2800, OP_2C00, OP_3200, OP_3201,
858 OP_1001, OP_1003, OP_17001000, OP_17001002): Ditto.
859
860 1999-01-26 Jason Molenda (jsm@bugshack.cygnus.com)
861
862 * simops.c (OP_5605): Sign extend MIN32 and MAX32 before saturation
863 comparison.
864 (OP_5607): Ditto.
865 (OP_2A00): Ditto.
866 (OP_2800): Ditto.
867
868 1999-01-13 Jason Molenda (jsm@bugshack.cygnus.com)
869
870 * simops.c (OP_1223): Sign extend MIN32 and MAX32 before saturation
871 comparison.
872
873 Tue Nov 24 17:04:43 1998 Andrew Cagney <cagney@b1.cygnus.com>
874
875 * simops.c (sys/syscall.h): Include targ-vals.h instead.
876 (SYS_*): Replace with TARGET_SYS_*.
877
878 * Makefile.in: Add dependency on targ-vals.h.
879 (NL_TARGET): Define as NL_TARGET_d10v.
880
881 Wed Sep 30 00:06:32 1998 Andrew Cagney <cagney@amy.cygnus.com>
882
883 * interp.c (xfer_mem): Missing break, instruction memory case
884 flowed into unified memory case.
885
886 Wed Sep 30 10:14:18 1998 Nick Clifton <nickc@cygnus.com>
887
888 * simops.c: If load instruction with auto increment/decrement
889 addressing is used when the destination register is the same as
890 the address register, then ignore the auto increment/decrement.
891
892 Tue Apr 28 18:33:31 1998 Geoffrey Noer <noer@cygnus.com>
893
894 * configure: Regenerated to track ../common/aclocal.m4 changes.
895
896 Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
897
898 * configure: Regenerated to track ../common/aclocal.m4 changes.
899 * config.in: Ditto.
900
901 Sun Apr 26 15:20:23 1998 Tom Tromey <tromey@cygnus.com>
902
903 * acconfig.h: New file.
904 * configure.in: Reverted change of Apr 24; use sinclude again.
905
906 Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
907
908 * configure: Regenerated to track ../common/aclocal.m4 changes.
909 * config.in: Ditto.
910
911 Fri Apr 24 11:20:06 1998 Tom Tromey <tromey@cygnus.com>
912
913 * configure.in: Don't call sinclude.
914
915 Fri Apr 24 11:04:46 1998 Andrew Cagney <cagney@chook.cygnus.com>
916
917 * interp.c (struct hash_entry): OPCODE and MASK are unsigned.
918
919 * d10v_sim.h (remote-sim.h, sim-config.h): Include.
920
921 Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
922
923 * configure: Regenerated to track ../common/aclocal.m4 changes.
924
925 Wed Apr 1 12:59:17 1998 Andrew Cagney <cagney@b1.cygnus.com>
926
927 * simops.c (trace_input_func): Use move_from_cr / CREGS to obtain
928 up-to-date CR value.
929 (OP_OP_1000000, add3): Trace inputs before performing add.
930 (OP_5F00, <*>): Trace input registers before making system call.
931 (OP_5F00, <kill>): Trace R0, R1 not REGn.
932 (OP_5F00, <getpid>): Always return 47.
933
934 * d10v_sim.h (SLOT, SLOT_NR, SLOT_PEND_MASK, SLOT_PEND,
935 SLOT_DISCARD, SLOT_FLUSH): Define. An implementation of write
936 back slots.
937 (struct _state): Add struct slot slot to global state variable.
938 (struct _state): Delete fields SM, EA, DB, DM, IE, RP, MD, FX, ST,
939 F0, F1, C from global State variable.
940 (struct _state): Add struct trace to global State variable.
941 (GPR, SET_GPR): Define. SET_GPR uses SLOT_PEND.
942 (PSW*, SET_PSW*): Define. SET_PSW* uses SET_CREG.
943 (CREG, SET_CREG, SET_*): Define. SET_CREG uses func move_to_cr.
944 (INC_ADDR): Re-implement. Use SET_GPR to update registers.
945 (JMP): Re-implement. Use SET_* to update registers.
946
947 * interp.c: Use new SET_* et.al. macros to fetch / store
948 registers.
949 (get_operands): Squirrel away trace values at start of each
950 operand decode.
951 (do_2_short): Flush pending writes before issuing second
952 instruction.
953 (sim_resume): Flush pending writes at end of instruction cycle.
954 (sim_fetch_register, sim_store_register, sim_create_inferior):
955 After scheduling updates to registers using SET_*, flush updates.
956 (sim_resume): Re-order handling of RPT/repeat and IBA/hbreak so
957 that each sets pc using SET_* and last SET_* eventually winds out.
958
959 * simops.c: Use new SET_* et.al. macros to fetch / store
960 registers.
961 (move_to_cr): Add MASK argument for selective update of CREG bits.
962 Re-implement using new SET_* macros.
963 (trace_output_func, trace_output): Delete. Replace with.
964 (do_trace_output_flush, trace_output_finish, trace_output_40,
965 trace_output_32, trace_output_16, trace_output_void,
966 trace_output_flag): New functions. Handle specific trace cases.
967 (OP_*): Re-write tracing to use new trace_output_* functions.
968 (OP_*): Re-write to use new SET_* et.al. macros.
969 (FUNC, PARM[1-4], RETVAL, RETVAL32): Redo definition.
970 (RETVAL_HIGH, RETVAL_LOW): Delete, use RETVAL32.
971
972 Wed Apr 1 12:55:18 1998 Andrew Cagney <cagney@b1.cygnus.com>
973
974 * configure.in (SIM_AC_OPTION_WARNINGS): Add.
975 configure: Re-generate.
976
977 Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
978
979 * configure: Regenerated to track ../common/aclocal.m4 changes.
980
981 Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
982
983 * configure: Regenerated to track ../common/aclocal.m4 changes.
984
985 Wed Mar 18 12:38:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
986
987 * configure: Regenerated to track ../common/aclocal.m4 changes.
988
989 Tue Feb 17 12:38:42 1998 Andrew Cagney <cagney@b1.cygnus.com>
990
991 * interp.c (sim_store_register, sim_fetch_register): Pass in
992 length parameter. Return -1.
993
994 Mon Oct 27 14:43:33 1997 Fred Fish <fnf@cygnus.com>
995
996 * (dmem_addr): If address is illegal or in I/O space, signal a bus
997 error. Allocate unified memory on demand. Fix DMEM address
998 calculations.
999
1000 Mon Feb 16 10:27:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
1001
1002 * simops.c (OP_5F20): Implement "dbt".
1003 (OP_5F60): Implement "rtd".
1004
1005 * d10v_sim.h (DPC_CR): Define enum.
1006 (DBT_VECTOR_START): Define
1007 (DPSW, DPC): Define.
1008
1009 Fri Feb 13 15:15:58 1998 Andrew Cagney <cagney@b1.cygnus.com>
1010
1011 * simops.c (move_to_cr): Sync regs[SP_IDX] with State.sp according
1012 to PSW:SM.
1013
1014 * d10v_sim.h (struct _state): Add sp, as holding area for SPI/SPU.
1015 (SP_IDX): Define.
1016
1017 Wed Feb 11 16:53:49 1998 Andrew Cagney <cagney@b1.cygnus.com>
1018
1019 * simops.c (OP_5F00): Call error instead of abort for unknown
1020 syscalls.
1021
1022 * d10v_sim.h (enum): Define DPSW_CR.
1023
1024 * simops.c (move_to_cr): Mask out hardwired zero bits in DPSW.
1025
1026 Tue Feb 10 18:28:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
1027
1028 * interp.c (sim_write_phys): Delete.
1029 (sim_load): Call sim_load_file with sim_write and LMA.
1030
1031 Mon Feb 9 12:05:01 1998 Andrew Cagney <cagney@b1.cygnus.com>
1032
1033 * interp.c: Rewrite xfer_mem so that it translates addresses as -
1034 0x00... - DMAP translated memory, 0x01... IMAP translated memory,
1035 0x10... - on-chip data, 0x11... - on-chip insn, 0x12... - unified
1036 memory.
1037 (pc_addr): Delete.
1038 (imem_addr): New function - translate IMEM address.
1039 (sim_resume): Use imem_addr to translate insn address, abort if
1040 translation failed.
1041 (sim_create_inferior): Write ARGV to memory using sim_write. Pass
1042 argc/argv using r0/r1 not r2/r3.
1043 (sim_size): Do not initialize IMAP/DMAP here.
1044 (sim_open): Call sim_create_inferior and sim_size to initialize
1045 the system.
1046 (sim_create_inferior): Initialize IMAP/DMAP to hardware reset
1047 defaults.
1048 (init_system): Delete.
1049 (xfer_mem, sim_fetch_register, sim_store_register): Do not call
1050 init_system.
1051 (decode_pc): Check prog_bfd is defined before looking up .text
1052 section.
1053
1054 Sun Feb 1 16:47:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
1055
1056 * configure: Regenerated to track ../common/aclocal.m4 changes.
1057
1058 Sat Jan 31 18:15:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
1059
1060 * configure: Regenerated to track ../common/aclocal.m4 changes.
1061
1062 Sun Jan 25 22:23:01 1998 Michael Meissner <meissner@cygnus.com>
1063
1064 * interp.c (sim_stop_reason): Exit status is now in r0, not r2.
1065
1066 Sat Jan 24 19:00:30 1998 Michael Meissner <meissner@cygnus.com>
1067
1068 * d10v_sim.h (DEBUG_TRAP): New debug flag.
1069
1070 * simops.c (OP_5F00): If DEBUG_TRAP is on, turn traps 0-14 into
1071 printing the registers.
1072
1073 Thu Jan 22 17:54:01 1998 Michael Meissner <meissner@cygnus.com>
1074
1075 * simops.c (op_types): New ABI, args are r0..r3, system call # is
1076 in r4.
1077 (trace_{in,out}put_func): Ditto.
1078 (OP_4900): Ditto.
1079 (OP_24800000): Ditto.
1080 (OP_4D00): Ditto.
1081 (OP_5F00): Ditto.
1082
1083 Thu Jan 22 14:30:36 1998 Fred Fish <fnf@cygnus.com>
1084
1085 * interp.c (UMEM_SEGMENTS): New define, set to 128.
1086 (sim_size): Use UMEM_SEGMENTS rather than hardwired constant.
1087 (sim_close): Reset prog_bfd to NULL after closing it. Also
1088 reset prog_bfd_was_opened_p after closing prog_bfd.
1089 (sim_load): Reset prog_bfd_was_opened_p after closing prog_bfd.
1090 (sim_create_inferior): Get start address from abfd not prog_bfd.
1091 (xfer_mem): Do bounds checking on addresses and return zero length
1092 read/write on bad addresses, rather than aborting. Prepare to
1093 be able to handle xfers that cross segment boundaries, but not
1094 yet implemented. Only emit debug message when d10v_debug is
1095 set as well as DEBUG being defined.
1096
1097 Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
1098
1099 * configure: Regenerated to track ../common/aclocal.m4 changes.
1100
1101 Mon Dec 15 23:17:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
1102
1103 * configure: Regenerated to track ../common/aclocal.m4 changes.
1104 * config.in: Ditto.
1105
1106 Tue Dec 9 10:28:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
1107
1108 * d10v_sim.h (RPT_S): Index cregs with RPT_S_CR not RPT_E_CR.
1109 (BPSW): Ditto for BPSW_CR and not PSW_CR.
1110
1111 * simops.c (OP_5F40): JMP to BPC instead of assigning PC directly.
1112
1113 Mon Dec 8 12:58:33 1997 Andrew Cagney <cagney@b1.cygnus.com>
1114
1115 * simops.c (OP_5F00): From Martin Hunt <hunt@cygnus.com>. Change
1116 reserved trap from 0 to 15. Add trap emulation code for 0-14.
1117
1118 * interp.c (sim_resume): From Martin Hunt <hunt@cygnus.com>. Check
1119 IBA for SDBT.
1120
1121 * d10v_sim.h (AE_VECTOR_START, RIE_VECTOR_START,
1122 SDBT_VECTOR_START, TRAP_VECTOR_START): Define.
1123
1124 * simops.c (OP_5F00): For "trap", mask out all but SM bit in PSW,
1125 use move_to_cr.
1126 (OP_5F00): For "trap", update BPSW with move_to_cr.
1127
1128 Fri Dec 5 15:31:17 1997 Andrew Cagney <cagney@b1.cygnus.com>
1129
1130 * d10v_sim.h (enum): Enumerate CR register names.
1131 (enum): Enumerate PSW bit values.
1132 (PSW): Obtain value uing move_from_cr.
1133 (MOD_S, MOD_E, BPSW): Make r-values.
1134 (move_from_cr, move_to_cr): Declare functions.
1135
1136 * interp.c (sim_fetch_register, sim_store_register): Use
1137 move_from_cr and move_to_cr for CR register transfers.
1138
1139 * simops.c (move_from_cr, move_to_cr): New functions.
1140 (OP_5F40): Move BPSW to PSW using move_to_cr and move_from_cr.
1141 (OP_5600): For "mvtc", use function move_to_cr.
1142 (OP_5200): For "mvfc", use function move_from_cr.
1143
1144 Fri Dec 5 13:33:14 1997 Andrew Cagney <cagney@b1.cygnus.com>
1145
1146 * simops.c (OP_5600): For "mvtc" MOD_E and MOD_S, ensure that the
1147 LSbit is zero.
1148
1149 Thu Dec 4 09:21:05 1997 Doug Evans <devans@canuck.cygnus.com>
1150
1151 * configure: Regenerated to track ../common/aclocal.m4 changes.
1152
1153 Thu Dec 4 16:51:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
1154
1155 * d10v_sim.h (struct _state): Add DM - PSW debug mask.
1156
1157 * simops.c (OP_5600): For "mvtc", save PSW.DM.
1158 (OP_5200): Ditto for "mvfc".
1159
1160 Wed Dec 3 17:27:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
1161
1162 * d10v_sim.h (SEXT56): Define.
1163
1164 * simops.c (OP_4201): For "rac", sign extend 56 bit value before
1165 it is shifted.
1166
1167 * d10v_sim.h (MAX32, MIN32, MASK32, MASK40): Re-define using
1168 SIGNED64 macro.
1169
1170 Tue Dec 2 15:38:34 1997 Fred Fish <fnf@cygnus.com>
1171
1172 * interp.c (sim_resume): Call do_2_short with LEFT_FIRST or
1173 RIGHT_FIRST, as appropriate, instead of hardcoded ints that
1174 don't match enum values.
1175
1176 Tue Dec 2 15:01:08 1997 Andrew Cagney <cagney@b1.cygnus.com>
1177
1178 * simops.c (OP_3A00): For "macu", perform multiply stage using 32
1179 bit rather than 16 bit precision.
1180 (OP_3C00): For "mulxu", store unsigned product in ACC.
1181 (OP_3800): For "msbu", subtract unsigned product from ACC,
1182 (OP_0): For "sub", compute carry by comparing inputs.
1183
1184 Tue Dec 2 11:04:37 1997 Andrew Cagney <cagney@b1.cygnus.com>
1185
1186 * simops.c (OP_1000): For "sub2w", compute carry by comparing
1187 inputs.
1188
1189 Mon Nov 17 20:57:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
1190
1191 * simops.c (OP_1): Use 32 bit unsigned arithmetic for subtract,
1192 carry indicated by value > 0xffff.
1193
1194 Fri Nov 14 12:51:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
1195
1196 * interp.c (sim_resume): Don't set up SIGINT handler using signal,
1197 handled by client.
1198 (sim_resume): Fix race condition of a direct assignment to
1199 stop_simulator, conditionally call sim_stop.
1200 (sim_stop_reason): Check stop_simulator returning SIGINT. Clear
1201 stop_simulator ready for next sim_resume call.
1202 (sim_ctrl_c): Delete function.
1203
1204 Thu Nov 13 19:29:34 1997 Andrew Cagney <cagney@b1.cygnus.com>
1205
1206 * interp.c (sim_resume): For "REP", only check/update the PC when
1207 a branch instruction has not been executed.
1208
1209 Mon Nov 10 17:50:18 1997 Andrew Cagney <cagney@b1.cygnus.com>
1210
1211 * simops.c (OP_4201): "rachi". Sign extend bit 40 of ACC. Sign
1212 extend bit 44 all constants.
1213 (OP_4201): Replace GCC specific 0x..LL with SIGNED64 macro.
1214
1215 Fri Oct 24 10:26:29 1997 Andrew Cagney <cagney@b1.cygnus.com>
1216
1217 * d10v_sim.h: Include sim-types.h.
1218 (uint8, in816, uiny16, int32, uint32, int64, uint64): Typedef
1219 using unsigned8 et.al. from sim-types.h.
1220 (SEXT32, SEXT40, SEXT44, SEXT60): Replace GCC specific 0x..LL with
1221 SIGNED64 macro.
1222
1223 Wed Oct 22 14:43:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
1224
1225 * interp.c (sim_write_phys): New function, write to physical
1226 instead of virtual memory.
1227
1228 * interp.c (sim_load): Pass lma_p and sim_write_phys to
1229 sim_load_file.
1230
1231 Mon Oct 13 10:55:07 1997 Fred Fish <cygnus.com>
1232
1233 * simops.c (OP_6A01): Change OP_POSTDEC to OP_POSTINC and move
1234 exception generation code to OP_6E01.
1235 (OP_6E01): Change OP_POSTINC to OP_POSTDEC and insert exception
1236 generation code.
1237
1238 Sat Oct 11 09:02:08 1997 Fred Fish <fnf@cygnus.com>
1239
1240 * simops.c (OP_6401): postdecrement on r15 is OK, remove exception.
1241 (OP_6601): Ditto.
1242
1243 Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
1244
1245 * configure: Regenerated to track ../common/aclocal.m4 changes.
1246
1247 Sat Sep 27 12:51:34 1997 Fred Fish <fnf@cygnus.com>
1248
1249 * interp.c (pc_addr): Discard upper bit(s) of PC in case
1250 IMAP1 selects unified memory.
1251 * d10v_sim.h (INC_ADDR): Align MOD_E to increment before testing
1252 for end condition.
1253
1254 Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
1255
1256 * configure: Regenerated to track ../common/aclocal.m4 changes.
1257
1258 Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
1259
1260 * configure: Regenerated to track ../common/aclocal.m4 changes.
1261
1262 Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
1263
1264 * configure: Regenerated to track ../common/aclocal.m4 changes.
1265
1266 Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
1267
1268 * configure: Regenerated to track ../common/aclocal.m4 changes.
1269
1270 Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
1271
1272 * configure: Regenerated to track ../common/aclocal.m4 changes.
1273
1274 Wed Sep 10 22:30:24 1997 Martin M. Hunt <hunt@cygnus.com>
1275
1276 * interp.c (sim_resume): Increment PC at end of rep
1277 loop.
1278
1279 * simops.c (OP_4201): Fix rachi instruction.
1280
1281 Thu Sep 4 17:21:23 1997 Doug Evans <dje@seba>
1282
1283 * configure: Regenerated to track ../common/aclocal.m4 changes.
1284
1285 Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
1286
1287 * configure: Regenerated to track ../common/aclocal.m4 changes.
1288 * config.in: Ditto.
1289
1290 Tue Aug 26 10:37:49 1997 Andrew Cagney <cagney@b1.cygnus.com>
1291
1292 * interp.c (sim_kill): Delete.
1293 (sim_create_inferior): Add ABFD argument.
1294 (sim_load): Move setting of PC from here.
1295 (sim_create_inferior): To here.
1296 (start_address): Delete variable.
1297
1298 Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
1299
1300 * configure: Regenerated to track ../common/aclocal.m4 changes.
1301 * config.in: Ditto.
1302
1303 Mon Aug 25 15:39:29 1997 Andrew Cagney <cagney@b1.cygnus.com>
1304
1305 * interp.c (sim_open): Add ABFD argument.
1306
1307 Tue May 20 10:14:45 1997 Andrew Cagney <cagney@b1.cygnus.com>
1308
1309 * interp.c (sim_open): Add callback argument.
1310 (sim_set_callbacks): Remove SIM_DESC argument.
1311
1312 Thu Apr 24 00:39:51 1997 Doug Evans <dje@canuck.cygnus.com>
1313
1314 * configure: Regenerated to track ../common/aclocal.m4 changes.
1315
1316 Tue Apr 22 10:29:23 1997 Doug Evans <dje@canuck.cygnus.com>
1317
1318 * interp.c (sim_open): Undo patch to add -E support.
1319
1320 Fri Apr 18 13:39:01 1997 Andrew Cagney <cagney@b1.cygnus.com>
1321
1322 * interp.c (sim_stop): New function.
1323
1324 Thu Apr 17 02:42:00 1997 Doug Evans <dje@canuck.cygnus.com>
1325
1326 * Makefile.in (SIM_OBJS): Add sim-load.o.
1327 * d10v_sim.h (exec_bfd): Rename to prog_bfd.
1328 * interp.c: #include bfd.h.
1329 (myname, sim_kind, start_address): New static locals.
1330 (prog_bfd_was_opened_p, prog_bfd): New static locals.
1331 (decode_pc): Update to use prog_bfd.
1332 (sim_open): Set sim_kind, myname. Ignore -E arg.
1333 (sim_close): Close prog_bfd if simulator opened it.
1334 (sim_create_inferior): Return SIM_RC. Delete arg start_address.
1335 (sim_load): Return SIM_RC. New arg abfd. Set start address from bfd.
1336 Call sim_load_file to load file into simulator.
1337 * simops.c (trace_input_func): exec_bfd renamed to prog_bfd.
1338
1339 Wed Apr 16 16:12:03 1997 Andrew Cagney <cagney@b1.cygnus.com>
1340
1341 * simops.c (OP_5F00): Only provide system calls SYS_execv,
1342 SYS_wait, SYS_wait, SYS_utime, SYS_time if defined by the host.
1343
1344 Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1345
1346 * configure: Regenerated to track ../common/aclocal.m4 changes.
1347 * config.in: Ditto.
1348
1349 Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
1350
1351 * interp.c (sim_open): New arg `kind'.
1352
1353 * configure: Regenerated to track ../common/aclocal.m4 changes.
1354
1355 Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1356
1357 * configure: Regenerated to track ../common/aclocal.m4 changes.
1358
1359 Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1360
1361 * configure: Re-generate.
1362
1363 Fri Mar 14 10:34:11 1997 Michael Meissner <meissner@cygnus.com>
1364
1365 * configure: Regenerate to track ../common/aclocal.m4 changes.
1366
1367 * simops.c (OP_5F00): Remove old traps 1-3. Make trap 15 the same
1368 as trap 0, which will be deprecated. Only set errno, if an error
1369 in fact was returned.
1370
1371 Thu Mar 13 12:41:20 1997 Doug Evans <dje@canuck.cygnus.com>
1372
1373 * interp.c: Delete redundant prototypes of sim_foo fns.
1374 (sim_open): New SIM_DESC result. Argument is now in argv form.
1375 (other sim_*): New SIM_DESC argument.
1376
1377 Thu Mar 13 10:29:04 1997 Michael Meissner <meissner@cygnus.com>
1378
1379 * simops.c (trace_{input,output}_func): Call flush_stdout from the
1380 callback functions.
1381 (OP_5F00): Ditto.
1382 (OP_6{4,6,C,A}01): Test for post decrement on the stack pointer.
1383 (OP_{1200,1000000,201,5FE0,1003,17001002}): Fix problems in
1384 setting the carry bit after an add or a subtract.
1385
1386 Wed Feb 12 16:04:15 1997 Michael Meissner <meissner@cygnus.com>
1387
1388 * simops.c (OP_{1403,15002A02,3{0,4}0{0,1}}): Only use the bottom
1389 40 bits of accumulators. Sign/zero extend as appropriate.
1390
1391 Tue Feb 4 13:33:30 1997 Doug Evans <dje@canuck.cygnus.com>
1392
1393 * Makefile.in (@COMMON_MAKEFILE_FRAG): Use
1394 COMMON_{PRE,POST}_CONFIG_FRAG instead.
1395 * configure.in: sinclude ../common/aclocal.m4.
1396 * configure: Regenerated.
1397
1398 Thu Jan 23 11:46:23 1997 Stu Grossman (grossman@critters.cygnus.com)
1399
1400 * configure configure.in Makefile.in: Update to new configure
1401 scheme which is more compatible with WinGDB builds.
1402 * configure.in: Improve comment on how to run autoconf.
1403 * configure: Re-run autoconf to get new ../common/aclocal.m4.
1404 * Makefile.in: Use autoconf substitution to install common
1405 makefile fragment.
1406
1407 Fri Dec 27 22:54:05 1996 Angela Marie Thomas (angela@cygnus.com)
1408
1409 * gencode.c: patch to not #include "d10v_sim.h" which
1410 unecessarily includes bfd.h and causes wingdb configure
1411 to fail.
1412
1413 Mon Dec 16 13:39:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1414
1415 * interp.c (xfer_mem): Change unified memory to 0x0.
1416
1417 Thu Nov 28 20:42:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1418
1419 * simops.c (OP_3E01): Fix tracing information.
1420 (OP_300{0,1}): Do not propigate sign.
1421
1422 Mon Nov 25 19:47:40 1996 Doug Evans <dje@canuck.cygnus.com>
1423
1424 * config.in (WORDS_BIGENDIAN): Add.
1425 * configure: Regenerated.
1426 * d10v_sim.h: #include "config.h"
1427
1428 Sat Nov 23 09:34:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1429
1430 * gencode.c (write_opcodes): Eliminate warnings when generated
1431 table.c is compiled.
1432
1433 Wed Nov 20 19:41:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1434
1435 * interp.c (sim_open): Cast result of calloc, and make sure NULL
1436 was not returned.
1437 (dmem_addr): If address is illegal or in I/O space, signal a bus
1438 error.
1439 (pc_addr): Signal bus error, not illegal instruction for bogus
1440 pc.
1441
1442 Wed Nov 20 01:23:03 1996 Doug Evans <dje@canuck.cygnus.com>
1443
1444 * Makefile.in: Delete all stuff moved to ../common/Make-common.in.
1445 (SIM_OBJS,SIM_EXTRA_CFLAGS,SIM_EXTRA_CLEAN): Define.
1446 * configure.in: Simplify using macros in ../common/aclocal.m4.
1447 Call AC_CHECK_HEADERS(unistd.h).
1448 * configure: Regenerated.
1449 * config.in: New file.
1450 * interp.c: #include "callback.h".
1451 * simops.c: #include "config.h". #include <unistd.h> if present.
1452
1453 Fri Nov 8 16:19:55 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1454
1455 * d10v-sim.h (simops): Add flag is_long.
1456 (State): Add pc_changed. Instructions which update the PC should
1457 use the JMP macro which sets this.
1458 (JMP): New macro. Sets the PC and the pc_changed flag.
1459
1460 * gencode.c (write_opcodes): Add is_long field.
1461
1462 * interp.c (lookup_hash): If we blindly apply a short opcode's mask
1463 to a long opcode we could get a false match. Check the opcode size.
1464 (hash): Add a size field to the hash table.
1465 (sim_open): Initialize size field in hash table.
1466 (sim_resume): Change to logic for setting the PC. Used to increment the
1467 PC if it had not been changed. This didn't allow single-instruction loops.
1468 Now checks the flag State.pc_changed. Also now stops when ^C is received.
1469 (dmem_addr): Fix translation of data segments to unified memory.
1470 (sim_ctrl_c): New function. When ^C is received, set stop_simulator flag.
1471
1472 * simops.c: Changed all branch and jump instructions to use new JMP macro.
1473 (OP_20000000): Corrected trace information to show this is a ldi.l, not
1474 a ldi.s instruction.
1475
1476 Thu Oct 31 19:13:55 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1477
1478 * interp.c (sim_fetch_register, sim_store_register): Fix bug where
1479 updating the accumulators was overwriting other parts of the global
1480 State variable.
1481
1482 Wed Oct 30 17:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1483
1484 * interp.c (bfd.h) Don't include it here any more.
1485 (text{,_start,_end}): Move here from simops.c and make extern.
1486 (decode_pc): New function to return the PC as an address that the
1487 debugger can use.
1488 (dmem_addr): Print decoded PC in error message.
1489 (pc_addr): Ditto.
1490
1491 * simops.c (bfd.h) Don't include it here any more.
1492 (text{,_start,_end}): Move to simops.c.
1493 (trace_input_func): Move decoding of PC, and looking up .text
1494 start to decode_pc.
1495
1496 * d10v_sim.h (bfd.h): Include it here.
1497 (text{,_start,_end}): Add external declarations.
1498 (exec_bfd): Ditto.
1499 (decode_pc): Ditto.
1500
1501 Tue Oct 29 12:13:52 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1502
1503 * interp.c (sim_size): Now allocates unified memory for imap segments
1504 0,1,2, and 127. Initializes imap0 and imap1 to 0x1000. Initializes dmap to 0.
1505 (sim_write): Just call xfer_mem().
1506 (sim_read): Just call xfer_mem().
1507 (xfer_mem): New function. Does appropriate memory mapping and copies bytes.
1508 (dmem_addr): New function. Reads dmap register and translates data
1509 addresses to local addresses.
1510 (pc_addr): New function. Reads imap register and computes local address
1511 corresponding to contents of the PC.
1512 (sim_resume): Change to use pc_addr().
1513 (sim_create_inferior): Change reinitialization code. Also reinitializes
1514 imap[01] and dmap.
1515 (sim_fetch_register): Add fake registers 32,33,34 for imap0, imap1, and dmap.
1516 (sim_store_register): Add fake registers 32,33,34 for imap0, imap1, and dmap.
1517
1518 * simops.c (MEMPTR): Redefine to use dmem_addr().
1519 (OP_5F00): Replace references to STate.imem with dmem_addr().
1520
1521 * d10v-sim.h (State): Remove mem_min and mem_max. Add umem[128].
1522 (RB,SW,RW,SLW,RLW): Redefine to use dmem_addr().
1523 (IMAP0,IMAP1,DMAP,SET_IMAP,SET_IMAP1,SET_DMAP): Define.
1524
1525 Tue Oct 22 15:22:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1526
1527 * d10v_sim.h (_ins_type): Reorganize, so that we can provide
1528 better statistics, like not counting NOPS as parallel
1529 instructions, and printing total cycles.
1530 (ins_type_counters): Make unsigned long.
1531 (left_nops,right_nops): Fold into ins_type_counters.
1532
1533 * simops.c (trace_input_func): Print new instruction types.
1534 Handle OP_R2R3 as input types.
1535 (OP_{38000000,7000}): Correctly sign extend bytes.
1536 (OP_5E00): Don't count NOPs as parallel instructions.
1537 (OP_460B): Remove unused variable.
1538 (OP_5F00): Ditto.
1539
1540 * interp.c (ins_type_counters): Make unsigned long.
1541 (left_nops,right_nops): Delete.
1542 (most functions): Add prototypes.
1543 (INLINE): If GCC and optimize define as __inline__.
1544 ({,lookup_}hash,get_operands): Declare as INLINE.
1545 (do_parallel): Count conditional operations.
1546 (add_commas): New function, to add commas every 3 digits.
1547 (sim_size): Call add_commas to print numbers.
1548 (sim_{open,resume}): Delete unused variables.
1549 (sim_info): Provide better statistics.
1550 (sim_read): Add int return type.
1551
1552 Mon Oct 21 16:16:26 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1553
1554 * interp.c (sim_resume): Change the way single-stepping and exceptions
1555 are handled so single-stepping works again.
1556
1557 Thu Oct 17 12:24:16 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1558
1559 * endian.c: Optimize simulated loads/stores on x86, AIX, and big
1560 endian hosts.
1561
1562 * configure.in (--enable-sim-bswap): New switch to enable using
1563 the BSWAP instruction on x86's.
1564 * configure: Regenerate.
1565
1566 * Makefile.in ({SWAP,CONFIG}_CFLAGS): Add --enable-sim-bswap
1567 support.
1568
1569 Wed Oct 16 13:50:06 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1570
1571 * endian.c: New file. Move endian functions here from interp.c.
1572 Optimize code, and make it work as either inline functions or as a
1573 separate file.
1574
1575 * interp.c: Move endian functions from here to endian.c.
1576
1577 * Makefile.in (INCLUDE): Add endian.c.
1578 (run,libsim.a): Add dependency on endian.o.
1579 (endian.o): Add dependency.
1580
1581 * d10v_sim.h (read/write support): Always go through the machine
1582 independent endian functions. If compiling with GCC and
1583 optimizing, include endian.c so the endian functions are inlined.
1584
1585 * simops.c (OP_5F00): Correct tracing of accumulators.
1586
1587 Tue Oct 15 10:57:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1588
1589 * simops.c (OP_5F00): Add support for getpid, kill system calls.
1590
1591 * interp.c (do_{2_short,parallel}): If an exception is raised,
1592 don't execute the second instruction.
1593
1594 Sat Oct 12 22:17:43 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1595
1596 * simops.c (OP_{31000000,6601,6201,6200}): Store address in a
1597 temporary in case the register is overriden when loading.
1598 (OP_6200): Output type is OP_DREG for tracing.
1599
1600 Fri Oct 4 23:46:18 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1601
1602 * d10v_sim.h (struct _state): Add mem_{min,max} fields.
1603
1604 * interp.c (sim_size): Initialize mem_{min,max} fields.
1605 (sim_write): Update mem_{min,max} fields.
1606 (sim_resume): If PC is not in the minimum/maximum memory range,
1607 abort.
1608 (sim_create_inferior): Preserve mem_{min,max} fields.
1609
1610 Fri Sep 27 13:11:58 1996 Mark Alexander <marka@cygnus.com>
1611
1612 * simops.c (OP_5F00): Add support for time() system call.
1613
1614 Wed Sep 25 16:31:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1615
1616 * simops.c (OP_{6E01,6A01,6E1F,6A00}): Print both words being
1617 stored if tracing.
1618 (OP_5F00,trace_{in,out}put_func): Add finer grain tracing for
1619 system calls.
1620
1621 Mon Sep 23 17:55:30 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1622
1623 * simops.c (op_types): Add OP_{CONSTANT8,R2,R3}.
1624 (trace_input_func): Add support for OP_{CONSTANT8,R2,R3}.
1625 (OP_{4900,24800000,4800,4A00,4B00,4D00,4C00}): Add OP_R2 and OP_R3
1626 to call/subroutine returns to trace the first two arguments and
1627 the return value. For small jumps, use CONSTANT8, not CONSTANT16.
1628
1629 Fri Sep 20 15:36:45 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1630
1631 * interp.c (sim_create_inferior): Reinitialize State every time
1632 sim_create_inferior() is called.
1633
1634 Thu Sep 19 21:38:20 1996 Michael Meissner <meissner@wogglebug.ziplink.net>
1635
1636 * simops.c (OP_{401,2000000,601,3000000,23000000}): Get sign right
1637 on comparisons.
1638 (OP_401): Fix tracing information.
1639
1640 Thu Sep 19 10:30:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1641
1642 * simops.c (SIZE_{PC,LINE_NUMBER}): New default sizes for output.
1643 (trace_input_func): Use them.
1644 (trace_input_func): Make sure there is a trailing space after the
1645 instruction.
1646 (OP_6200): Fix tracing info.
1647
1648 * Makefile.in (run): Add dependencies on libbfd.a and
1649 libiberity.a.
1650
1651 Wed Sep 18 09:13:25 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1652
1653 * d10v_sim.h (DEBUG_INSTRUCTION): New debug value to include line
1654 numbers and function names in debug trace.
1655 (DEBUG): If not defined, set to DEBUG_TRACE, DEBUG_VALUES, and
1656 DEBUG_LINE_NUMBER.
1657 (SIG_D10V_{STOP,EXIT}): Values to represent the stop instruction
1658 and exit system call trap being executed.
1659
1660 * interp.c (sim_stop_reason): Set exit code correctly for stop
1661 instruction and exit system call trap.
1662
1663 * configure.in (--enable-sim-cflags): Remove trace case.
1664 (--enable-sim-debug): New switch to set the debug values.
1665 * configure: Regenerate.
1666
1667 * simops.c (trace_{input,output}_func): Rename from
1668 trace_{input,output}.
1669 (trace_{input,output}): Call trace_{input,output}_func if
1670 d10v_debug is non-zero.
1671 (SIZE_INSTRUCTION): Cut down to 8.
1672 (SIZE_OPERANDS): Cut down to 18.
1673 (SIZE_LOCATION): New value for size of line number, function name
1674 field.
1675 (init_text_p,text{,_start,_end}): New static variables for
1676 printing line number and function name.
1677 (exec_bfd): New external that run.c sets.
1678 (trace_input_func): Print line number and function name if
1679 available and if desired.
1680 (OP_4E09): Don't print out DBT message.
1681 (OP_5FE0): Set exception field to SIG_D10V_STOP.
1682 (OP_5F00): Set exception field to SIG_D10V_EXIT.
1683
1684 Sat Sep 14 22:18:43 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1685
1686 * interp.c (do_2_short): If the instruction encodes jump->ins,
1687 don't do the second instruction if the jump succeeds.
1688
1689 Fri Sep 13 22:35:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1690
1691 * simops.c (OP_5F00): Use unknown traps to print all GPRs,
1692 accumulators, PC, and F0/F1/C flags.
1693
1694 Thu Sep 12 12:50:11 1996 Mark Alexander <marka@cygnus.com>
1695
1696 * simops.c (OP_5F00): Fix problems with system calls.
1697
1698 Thu Sep 12 12:19:28 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1699
1700 * simops.c (OP_5F00): Correct tracing information for trap.
1701
1702 Wed Sep 11 18:55:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1703
1704 * Makefile.in (CSEARCH): Correctly find opcodes directory.
1705
1706 Mon Sep 9 13:27:26 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1707
1708 * simops.c (trace_output): Properly align accumulator output.
1709 (OP_3{0,2,4}00): Properly parenthesize test expression. Add error
1710 if shift count is too high.
1711 (OP_4E{00,02,04,20,22,40,42}): Make tests agree with book.
1712 (OP_4E09): Make cpfg properly trace the input flags.
1713 (op_types): Add OP_FLAG_OUTPUT.
1714 (trace_{input,output}): Support OP_FLAG_OUTPUT.
1715 (OP_31000000): This ld2w varient is a 16-bit memory reference, not
1716 an 8-bit memory reference instruction for tracing purposes.
1717 (OP_201): Addi needs to set the carry.
1718
1719 Fri Sep 6 17:56:17 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1720
1721 * simops.c (OP_2600, OP_2601): Changed min and max comparisons
1722 to use signed register values.
1723
1724 Wed Sep 4 11:35:17 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1725
1726 * d10v_sim.h (DEBUG_*): Add bit flags for controlling debug
1727 output.
1728 (_ins_type): New enumeration to specify which container an
1729 instruction is in, and whether it is part of a parallel operation.
1730 (_state): Add ins_type field.
1731 ({,u}int{8,16,32,64}): Use limits.h to size the appropriate types.
1732 (ins_type_counters): Counters for the various instruction types.
1733 ({left,right}_nops): Counters for the number of nops in each
1734 container.
1735 (d10v_debug): New variable to indicate whether debugging is turned
1736 on.
1737
1738 * simops.c: (all functions): Change all #ifdef DEBUG code so that
1739 the input and output values can be traced, along with the
1740 instruction type. Make the -t option enable tracing.
1741 (all functions): Change printf calls to use the printf_filtered
1742 function in the callback table.
1743
1744 * interp.c (_leftright): New enumeration to say whether 2 short
1745 instructions are done left first or right first.
1746 (do_{long,2_short,parallel}): Indicate in the machine state which
1747 type of instruction this is. Count each of the types of
1748 instructions executed.
1749 (sim_size): Only print the memory sizes if DEBUG_MEMSIZE debug
1750 flag is set.
1751 (sim_resume): Pass left/right indication to do_2_short.
1752 (all functions): Change printf calls to use the printf_filtered
1753 function in the callback table.
1754 (sim_trace): Turn on debug flag if DEBUG was defined, and call
1755 sim_resume.
1756 (sim_info): Print out statistics on instructions.
1757 (sim_{trace,create_inferior}): Eliminate extraneous output unless
1758 debugging.
1759 (sim_open): If args == -t and DEBUG was defined, set d10v_debug.
1760 Only initialize the hash table the first time sim_open is called.
1761
1762 * Makefile.in: Make objects depend on d10v_sim.h.
1763 ({,SIM_}CFLAGS): Include configure dependent switches. Setting
1764 CFLAGS does not override host/target defines or SIM_CFLAGS.
1765 (CC_FOR_BUILD,gencode): Use CC_FOR_BUILD to compile gencode.
1766 (run): By default, the math library is not needed to be linked
1767 in.
1768 ({BFD,LIBIBERTY}_LIB): Define as variables so they can be
1769 overridden.
1770 (VPATH): Don't set to anything but @srcdir@ to work with non-GNU
1771 makes.
1772 ({run,callback}.o): Provide explicit paths to their appropriate
1773 source directories.
1774 (gencode{,.o},d10v-opc.o): Split compilation into creating object
1775 and linking. Instead of linking in libopcodes.a, just compile
1776 d10v-opc.o directly to handle canadian cross.
1777 (CSEARCH): Add opcodes directory.
1778
1779 * configure.in (--enable-sim-cflags): New switch to allow user to
1780 set the defaults.
1781 (CC_FOR_BUILD): Deal with canadian crosses.
1782 * configure: Regenerate.
1783
1784 Wed Sep 04 04:45:34 1996 Mark Alexander <marka@cygnus.com>
1785
1786 * simops.c: Include correct syscall.h for d10v, not host's.
1787 Fix #ifdef SYS_stat.
1788
1789 Tue Sep 3 14:00:04 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1790
1791 * simops.c (OP_5F00): Wrap all SYS_xxx traps with #ifdef.
1792 Add trap 2 to be printf and trap 3 to be putchar.
1793
1794 Wed Aug 28 21:42:34 1996 Mark Alexander <marka@cygnus.com>
1795
1796 * Makefile.in, d10v_sim.h, interp.c, simops.c: Add support
1797 for low-level system calls.
1798
1799 Wed Aug 28 17:33:19 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1800
1801 * Makefile.in, d10v_sim.h, interp.c: Fix byte-order problems.
1802
1803 Mon Aug 26 18:30:28 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1804
1805 * d10v_sim.h (SEXT32): Added.
1806 * interp.c: Commented out printfs.
1807 * simops.c: Fixed error in sb and st2w.
1808
1809 Thu Aug 15 13:30:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1810
1811 * Makefile.in, d10v_sim.h, interp.c, simops.c: Added remaining
1812 DSP instructions. Added modulo addressing.
1813
1814 Sun Aug 11 12:57:15 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1815
1816 * Makefile.in, d10v_sim.h, interp.c, simops.c: Snapshot.
1817
1818 Fri Aug 2 17:44:24 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1819
1820 * d10v_sim.h, simops.c: Snapshot.
1821
1822 Thu Aug 1 17:05:24 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1823
1824 * ChangeLog, Makefile.in, configure, configure.in, d10v_sim.h,
1825 gencode.c, interp.c, simops.c: Created.