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