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