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