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