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