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