]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/mips/ChangeLog
2002-02-27 Chris Demetriou <cgd@broadcom.com>
[thirdparty/binutils-gdb.git] / sim / mips / ChangeLog
1 2002-02-27 Chris Demetriou <cgd@broadcom.com>
2
3 * mips.igen (PREFX): Tweak instruction opcode fields (i.e.,
4 add a comma) so that it more closely match the MIPS ISA
5 documentation opcode partitioning.
6 (PREF): Put useful names on opcode fields, and include
7 instruction-printing string.
8
9 2002-02-27 Chris Demetriou <cgd@broadcom.com>
10
11 * mips.igen (check_u64): New function which in the future will
12 check whether 64-bit instructions are usable and signal an
13 exception if not. Currently a no-op.
14 (DADD, DADDI, DADDIU, DADDU, DDIV, DDIVU, DMULT, DMULTU, DSLL,
15 DSLL32, DSLLV, DSRA, DSRA32, DSRAV, DSRL, DSRL32, DSRLV, DSUB,
16 DSUBU, LD, LDL, LDR, LLD, LWU, SCD, SD, SDL, SDR, DMxC1, LDXC1,
17 LWXC1, SDXC1, SWXC1, DMFC0, DMTC0): Use check_u64.
18
19 * mips.igen (check_fpu): New function which in the future will
20 check whether FPU instructions are usable and signal an exception
21 if not. Currently a no-op.
22 (ABS.fmt, ADD.fmt, BC1a, BC1b, C.cond.fmta, C.cond.fmtb,
23 CEIL.L.fmt, CEIL.W, CxC1, CVT.D.fmt, CVT.L.fmt, CVT.S.fmt,
24 CVT.W.fmt, DIV.fmt, DMxC1, DMxC1, FLOOR.L.fmt, FLOOR.W.fmt, LDC1,
25 LDXC1, LWC1, LWXC1, MADD.D, MADD.S, MxC1, MOV.fmt, MOVtf,
26 MOVtf.fmt, MOVN.fmt, MOVZ.fmt, MSUB.D, MSUB.S, MUL.fmt, NEG.fmt,
27 NMADD.D, NMADD.S, NMSUB.D, NMSUB.S, RECIP.fmt, ROUND.L.fmt,
28 ROUND.W.fmt, RSQRT.fmt, SDC1, SDXC1, SQRT.fmt, SUB.fmt, SWC1,
29 SWXC1, TRUNC.L.fmt, TRUNC.W): Use check_fpu.
30
31 2002-02-27 Chris Demetriou <cgd@broadcom.com>
32
33 * mips.igen (do_load_left, do_load_right): Move to be immediately
34 following do_load.
35 (do_store_left, do_store_right): Move to be immediately following
36 do_store.
37
38 2002-02-27 Chris Demetriou <cgd@broadcom.com>
39
40 * mips.igen (mipsV): New model name. Also, add it to
41 all instructions and functions where it is appropriate.
42
43 2002-02-18 Chris Demetriou <cgd@broadcom.com>
44
45 * mips.igen: For all functions and instructions, list model
46 names that support that instruction one per line.
47
48 2002-02-11 Chris Demetriou <cgd@broadcom.com>
49
50 * mips.igen: Add some additional comments about supported
51 models, and about which instructions go where.
52 (BC1b, MFC0, MTC0, RFE): Sort supported models in the same
53 order as is used in the rest of the file.
54
55 2002-02-11 Chris Demetriou <cgd@broadcom.com>
56
57 * mips.igen (ADD, ADDI, DADDI, DSUB, SUB): Add comment
58 indicating that ALU32_END or ALU64_END are there to check
59 for overflow.
60 (DADD): Likewise, but also remove previous comment about
61 overflow checking.
62
63 2002-02-10 Chris Demetriou <cgd@broadcom.com>
64
65 * mips.igen (DDIV, DIV, DIVU, DMULT, DMULTU, DSLL, DSLL32,
66 DSLLV, DSRA, DSRA32, DSRAV, DSRL, DSRL32, DSRLV, DSUB, DSUBU,
67 JALR, JR, MOVN, MOVZ, MTLO, MULT, MULTU, SLL, SLLV, SLT, SLTU,
68 SRAV, SRLV, SUB, SUBU, SYNC, XOR, MOVtf, DI, DMFC0, DMTC0, EI,
69 ERET, RFE, TLBP, TLBR, TLBWI, TLBWR): Tweak instruction opcode
70 fields (i.e., add and move commas) so that they more closely
71 match the MIPS ISA documentation opcode partitioning.
72
73 2002-02-10 Chris Demetriou <cgd@broadcom.com>
74
75 * mips.igen (ADDI): Print immediate value.
76 (BREAK): Print code.
77 (DADDIU, DSRAV, DSRLV): Print correct instruction name.
78 (SLL): Print "nop" specially, and don't run the code
79 that does the shift for the "nop" case.
80
81 2001-11-17 Fred Fish <fnf@redhat.com>
82
83 * sim-main.h (float_operation): Move enum declaration outside
84 of _sim_cpu struct declaration.
85
86 2001-04-12 Jim Blandy <jimb@redhat.com>
87
88 * mips.igen (CFC1, CTC1): Pass the correct register numbers to
89 PENDING_FILL. Use PENDING_SCHED directly to handle the pending
90 set of the FCSR.
91 * sim-main.h (COCIDX): Remove definition; this isn't supported by
92 PENDING_FILL, and you can get the intended effect gracefully by
93 calling PENDING_SCHED directly.
94
95 2001-02-23 Ben Elliston <bje@redhat.com>
96
97 * sim-main.h (ENGINE_ISSUE_PREFIX_HOOK): Only define if not
98 already defined elsewhere.
99
100 2001-02-19 Ben Elliston <bje@redhat.com>
101
102 * sim-main.h (sim_monitor): Return an int.
103 * interp.c (sim_monitor): Add return values.
104 (signal_exception): Handle error conditions from sim_monitor.
105
106 2001-02-08 Ben Elliston <bje@redhat.com>
107
108 * sim-main.c (load_memory): Pass cia to sim_core_read* functions.
109 (store_memory): Likewise, pass cia to sim_core_write*.
110
111 2000-10-19 Frank Ch. Eigler <fche@redhat.com>
112
113 On advice from Chris G. Demetriou <cgd@sibyte.com>:
114 * sim-main.h (GPR_CLEAR): Remove unused alternative macro.
115
116 Thu Jul 27 22:02:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
117
118 From Maciej W. Rozycki <macro@ds2.pg.gda.pl>:
119 * Makefile.in: Don't delete *.igen when cleaning directory.
120
121 Wed Jul 19 18:50:51 2000 Andrew Cagney <cagney@b1.cygnus.com>
122
123 * m16.igen (break): Call SignalException not sim_engine_halt.
124
125 Mon Jul 3 11:13:20 2000 Andrew Cagney <cagney@b1.cygnus.com>
126
127 From Jason Eckhardt:
128 * mips.igen (MOVZ.fmt, MOVN.fmt): Move conditional on GPR[RT].
129
130 Tue Jun 13 20:52:07 2000 Andrew Cagney <cagney@b1.cygnus.com>
131
132 * mips.igen (MxC1, DMxC1): Fix printf formatting.
133
134 2000-05-24 Michael Hayes <mhayes@cygnus.com>
135
136 * mips.igen (do_dmultx): Fix typo.
137
138 Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
139
140 * configure: Regenerated to track ../common/aclocal.m4 changes.
141
142 Fri Apr 28 20:48:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
143
144 * mips.igen (DMxC1): Fix format arguments for sim_io_eprintf call.
145
146 2000-04-12 Frank Ch. Eigler <fche@redhat.com>
147
148 * sim-main.h (GPR_CLEAR): Define macro.
149
150 Mon Apr 10 00:07:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
151
152 * interp.c (decode_coproc): Output long using %lx and not %s.
153
154 2000-03-21 Frank Ch. Eigler <fche@redhat.com>
155
156 * interp.c (sim_open): Sort & extend dummy memory regions for
157 --board=jmr3904 for eCos.
158
159 2000-03-02 Frank Ch. Eigler <fche@redhat.com>
160
161 * configure: Regenerated.
162
163 Tue Feb 8 18:35:01 2000 Donald Lindsay <dlindsay@hound.cygnus.com>
164
165 * interp.c, mips.igen: all 5 DEADC0DE situations now have sim_io_eprintf
166 calls, conditional on the simulator being in verbose mode.
167
168 Fri Feb 4 09:45:15 2000 Donald Lindsay <dlindsay@cygnus.com>
169
170 * sim-main.c (cache_op): Added case arm so that CACHE ops to a secondary
171 cache don't get ReservedInstruction traps.
172
173 1999-11-29 Mark Salter <msalter@cygnus.com>
174
175 * dv-tx3904sio.c (tx3904sio_io_write_buffer): Use write value as a mask
176 to clear status bits in sdisr register. This is how the hardware works.
177
178 * interp.c (sim_open): Added more memory aliases for jmr3904 hardware
179 being used by cygmon.
180
181 1999-11-11 Andrew Haley <aph@cygnus.com>
182
183 * interp.c (decode_coproc): Correctly handle DMFC0 and DMTC0
184 instructions.
185
186 Thu Sep 9 15:12:08 1999 Geoffrey Keating <geoffk@cygnus.com>
187
188 * mips.igen (MULT): Correct previous mis-applied patch.
189
190 Tue Sep 7 13:34:54 1999 Geoffrey Keating <geoffk@cygnus.com>
191
192 * mips.igen (delayslot32): Handle sequence like
193 mtc1 $at,$f12 ; jal fp_add ; mov.s $f13,$f12
194 correctly by calling ENGINE_ISSUE_PREFIX_HOOK() before issue.
195 (MULT): Actually pass the third register...
196
197 1999-09-03 Mark Salter <msalter@cygnus.com>
198
199 * interp.c (sim_open): Added more memory aliases for additional
200 hardware being touched by cygmon on jmr3904 board.
201
202 Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
203
204 * configure: Regenerated to track ../common/aclocal.m4 changes.
205
206 Tue Jul 27 16:36:51 1999 Andrew Cagney <cagney@amy.cygnus.com>
207
208 * interp.c (sim_store_register): Handle case where client - GDB -
209 specifies that a 4 byte register is 8 bytes in size.
210 (sim_fetch_register): Ditto.
211
212 1999-07-14 Frank Ch. Eigler <fche@cygnus.com>
213
214 Implement "sim firmware" option, inspired by jimb's version of 1998-01.
215 * interp.c (firmware_option_p): New global flag: "sim firmware" given.
216 (idt_monitor_base): Base address for IDT monitor traps.
217 (pmon_monitor_base): Ditto for PMON.
218 (lsipmon_monitor_base): Ditto for LSI PMON.
219 (MONITOR_BASE, MONITOR_SIZE): Removed macros.
220 (mips_option): Add "firmware" option with new OPTION_FIRMWARE key.
221 (sim_firmware_command): New function.
222 (mips_option_handler): Call it for OPTION_FIRMWARE.
223 (sim_open): Allocate memory for idt_monitor region. If "--board"
224 option was given, add no monitor by default. Add BREAK hooks only if
225 monitors are also there.
226
227 Mon Jul 12 00:02:27 1999 Andrew Cagney <cagney@amy.cygnus.com>
228
229 * interp.c (sim_monitor): Flush output before reading input.
230
231 Sun Jul 11 19:28:11 1999 Andrew Cagney <cagney@b1.cygnus.com>
232
233 * tconfig.in (SIM_HANDLES_LMA): Always define.
234
235 Thu Jul 8 16:06:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
236
237 From Mark Salter <msalter@cygnus.com>:
238 * interp.c (BOARD_BSP): Define. Add to list of possible boards.
239 (sim_open): Add setup for BSP board.
240
241 Wed Jul 7 12:45:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
242
243 * mips.igen (MULT, MULTU): Add syntax for two operand version.
244 (DMFC0, DMTC0): Recognize. Call DecodeCoproc which will report
245 them as unimplemented.
246
247 1999-05-08 Felix Lee <flee@cygnus.com>
248
249 * configure: Regenerated to track ../common/aclocal.m4 changes.
250
251 1999-04-21 Frank Ch. Eigler <fche@cygnus.com>
252
253 * mips.igen (bc0f): For the TX39 only, decode this as a no-op stub.
254
255 Thu Apr 15 14:15:17 1999 Andrew Cagney <cagney@amy.cygnus.com>
256
257 * configure.in: Any mips64vr5*-*-* target should have
258 -DTARGET_ENABLE_FR=1.
259 (default_endian): Any mips64vr*el-*-* target should default to
260 LITTLE_ENDIAN.
261 * configure: Re-generate.
262
263 1999-02-19 Gavin Romig-Koch <gavin@cygnus.com>
264
265 * mips.igen (ldl): Extend from _16_, not 32.
266
267 Wed Jan 27 18:51:38 1999 Andrew Cagney <cagney@chook.cygnus.com>
268
269 * interp.c (sim_store_register): Force registers written to by GDB
270 into an un-interpreted state.
271
272 1999-02-05 Frank Ch. Eigler <fche@cygnus.com>
273
274 * dv-tx3904sio.c (tx3904sio_tickle): After a polled I/O from the
275 CPU, start periodic background I/O polls.
276 (tx3904sio_poll): New function: periodic I/O poller.
277
278 1998-12-30 Frank Ch. Eigler <fche@cygnus.com>
279
280 * mips.igen (BREAK): Call signal_exception instead of sim_engine_halt.
281
282 Tue Dec 29 16:03:53 1998 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
283
284 * configure.in, configure (mips64vr5*-*-*): Added missing ;; in
285 case statement.
286
287 1998-12-29 Frank Ch. Eigler <fche@cygnus.com>
288
289 * interp.c (sim_open): Allocate jm3904 memory in smaller chunks.
290 (load_word): Call SIM_CORE_SIGNAL hook on error.
291 (signal_exception): Call SIM_CPU_EXCEPTION_TRIGGER hook before
292 starting. For exception dispatching, pass PC instead of NULL_CIA.
293 (decode_coproc): Use COP0_BADVADDR to store faulting address.
294 * sim-main.h (COP0_BADVADDR): Define.
295 (SIM_CORE_SIGNAL): Define hook to call mips_core_signal.
296 (SIM_CPU_EXCEPTION*): Define hooks to call mips_cpu_exception*().
297 (_sim_cpu): Add exc_* fields to store register value snapshots.
298 * mips.igen (*): Replace memory-related SignalException* calls
299 with references to SIM_CORE_SIGNAL hook.
300
301 * dv-tx3904irc.c (tx3904irc_port_event): printf format warning
302 fix.
303 * sim-main.c (*): Minor warning cleanups.
304
305 1998-12-24 Gavin Romig-Koch <gavin@cygnus.com>
306
307 * m16.igen (DADDIU5): Correct type-o.
308
309 Mon Dec 21 10:34:48 1998 Andrew Cagney <cagney@chook>
310
311 * mips.igen (do_ddiv, do_ddivu): Pacify GCC. Update hi/lo via tmp
312 variables.
313
314 Wed Dec 16 18:20:28 1998 Andrew Cagney <cagney@chook>
315
316 * Makefile.in (SIM_EXTRA_CFLAGS): No longer need to add .../newlib
317 to include path.
318 (interp.o): Add dependency on itable.h
319 (oengine.c, gencode): Delete remaining references.
320 (BUILT_SRC_FROM_GEN): Clean up.
321
322 1998-12-16 Gavin Romig-Koch <gavin@cygnus.com>
323
324 * vr4run.c: New.
325 * Makefile.in (SIM_HACK_OBJ,HACK_OBJS,HACK_GEN_SRCS,libhack.a,
326 tmp-hack,tmp-m32-hack,tmp-m16-hack,tmp-itable-hack,
327 tmp-run-hack) : New.
328 * m16.igen (LD,DADDIU,DADDUI5,DADJSP,DADDIUSP,DADDI,DADDU,DSUBU,
329 DSLL,DSRL,DSRA,DSLLV,DSRAV,DMULT,DMULTU,DDIV,DDIVU,JALX32,JALX):
330 Drop the "64" qualifier to get the HACK generator working.
331 Use IMMEDIATE rather than IMMED. Use SHAMT rather than SHIFT.
332 * mips.igen (do_daddiu,do_ddiv,do_divu): Remove the 64-only
333 qualifier to get the hack generator working.
334 (do_dsll,do_dsllv,do_dsra,do_dsrl,do_dsrlv): New.
335 (DSLL): Use do_dsll.
336 (DSLLV): Use do_dsllv.
337 (DSRA): Use do_dsra.
338 (DSRL): Use do_dsrl.
339 (DSRLV): Use do_dsrlv.
340 (BC1): Move *vr4100 to get the HACK generator working.
341 (CxC1, DMxC1, MxC1,MACCU,MACCHI,MACCHIU): Rename to
342 get the HACK generator working.
343 (MACC) Rename to get the HACK generator working.
344 (DMACC,MACCS,DMACCS): Add the 64.
345
346 1998-12-12 Gavin Romig-Koch <gavin@cygnus.com>
347
348 * mips.igen (BC1): Renamed to BC1a and BC1b to avoid conflicts.
349 * sim-main.h (SizeFGR): Handle TARGET_ENABLE_FR.
350
351 1998-12-11 Gavin Romig-Koch <gavin@cygnus.com>
352
353 * mips/interp.c (DEBUG): Cleanups.
354
355 1998-12-10 Frank Ch. Eigler <fche@cygnus.com>
356
357 * dv-tx3904sio.c (tx3904sio_io_read_buffer): Endianness fixes.
358 (tx3904sio_tickle): fflush after a stdout character output.
359
360 1998-12-03 Frank Ch. Eigler <fche@cygnus.com>
361
362 * interp.c (sim_close): Uninstall modules.
363
364 Wed Nov 25 13:41:03 1998 Andrew Cagney <cagney@b1.cygnus.com>
365
366 * sim-main.h, interp.c (sim_monitor): Change to global
367 function.
368
369 Wed Nov 25 17:33:24 1998 Andrew Cagney <cagney@b1.cygnus.com>
370
371 * configure.in (vr4100): Only include vr4100 instructions in
372 simulator.
373 * configure: Re-generate.
374 * m16.igen (*): Tag all mips16 instructions as also being vr4100.
375
376 Mon Nov 23 18:20:36 1998 Andrew Cagney <cagney@b1.cygnus.com>
377
378 * Makefile.in (SIM_CFLAGS): Do not define WITH_IGEN.
379 * sim-main.h, sim-main.c, interp.c: Delete #if WITH_IGEN keeping
380 true alternative.
381
382 * configure.in (sim_default_gen, sim_use_gen): Replace with
383 sim_gen.
384 (--enable-sim-igen): Delete config option. Always using IGEN.
385 * configure: Re-generate.
386
387 * Makefile.in (gencode): Kill, kill, kill.
388 * gencode.c: Ditto.
389
390 Mon Nov 23 18:07:36 1998 Andrew Cagney <cagney@b1.cygnus.com>
391
392 * configure.in: Configure mips64vr4100-elf nee mips64vr41* as a 64
393 bit mips16 igen simulator.
394 * configure: Re-generate.
395
396 * mips.igen (check_div_hilo, check_mult_hilo, check_mf_hilo): Mark
397 as part of vr4100 ISA.
398 * vr.igen: Mark all instructions as 64 bit only.
399
400 Mon Nov 23 17:07:37 1998 Andrew Cagney <cagney@b1.cygnus.com>
401
402 * interp.c (get_cell, sim_monitor, fetch_str, CoProcPresent):
403 Pacify GCC.
404
405 Mon Nov 23 13:23:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
406
407 * configure.in: Configure mips-lsi-elf nee mips*lsi* as a
408 mipsIII/mips16 igen simulator. Fix sim_gen VS sim_igen typos.
409 * configure: Re-generate.
410
411 * m16.igen (BREAK): Define breakpoint instruction.
412 (JALX32): Mark instruction as mips16 and not r3900.
413 * mips.igen (C.cond.fmt): Fix typo in instruction format.
414
415 * sim-main.h (PENDING_FILL): Wrap C statements in do/while.
416
417 Sat Nov 7 09:54:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
418
419 * gencode.c (build_instruction - BREAK): For MIPS16, handle BREAK
420 insn as a debug breakpoint.
421
422 * sim-main.h (PENDING_SLOT_BIT): Fix, was incorrectly defined as
423 pending.slot_size.
424 (PENDING_SCHED): Clean up trace statement.
425 (PENDING_SCHED): Increment PENDING_IN and PENDING_TOTAL.
426 (PENDING_FILL): Delay write by only one cycle.
427 (PENDING_FILL): For FSRs, write fmt_uninterpreted to FPR_STATE.
428
429 * sim-main.c (pending_tick): Clean up trace statements. Add trace
430 of pending writes.
431 (pending_tick): Fix sizes in switch statements, 4 & 8 instead of
432 32 & 64.
433 (pending_tick): Move incrementing of index to FOR statement.
434 (pending_tick): Only update PENDING_OUT after a write has occured.
435
436 * configure.in: Add explicit mips-lsi-* target. Use gencode to
437 build simulator.
438 * configure: Re-generate.
439
440 * interp.c (sim_engine_run OLD): Delete explicit call to
441 PENDING_TICK. Now called via ENGINE_ISSUE_PREFIX_HOOK.
442
443 Sat Oct 30 09:49:10 1998 Frank Ch. Eigler <fche@cygnus.com>
444
445 * dv-tx3904cpu.c (deliver_tx3904cpu_interrupt): Add dummy
446 interrupt level number to match changed SignalExceptionInterrupt
447 macro.
448
449 Fri Oct 9 18:02:25 1998 Doug Evans <devans@canuck.cygnus.com>
450
451 * interp.c: #include "itable.h" if WITH_IGEN.
452 (get_insn_name): New function.
453 (sim_open): Initialize CPU_INSN_NAME,CPU_MAX_INSNS.
454 * sim-main.h (MAX_INSNS,INSN_NAME): Delete.
455
456 Mon Sep 14 12:36:44 1998 Frank Ch. Eigler <fche@cygnus.com>
457
458 * configure: Rebuilt to inhale new common/aclocal.m4.
459
460 Tue Sep 1 15:39:18 1998 Frank Ch. Eigler <fche@cygnus.com>
461
462 * dv-tx3904sio.c: Include sim-assert.h.
463
464 Tue Aug 25 12:49:46 1998 Frank Ch. Eigler <fche@cygnus.com>
465
466 * dv-tx3904sio.c: New file: tx3904 serial I/O module.
467 * configure.in: Add dv-tx3904sio, dv-sockser for tx39 target.
468 Reorganize target-specific sim-hardware checks.
469 * configure: rebuilt.
470 * interp.c (sim_open): For tx39 target boards, set
471 OPERATING_ENVIRONMENT, add tx3904sio devices.
472 * tconfig.in: For tx39 target, set SIM_HANDLES_LMA for loading
473 ROM executables. Install dv-sockser into sim-modules list.
474
475 * dv-tx3904irc.c: Compiler warning clean-up.
476 * dv-tx3904tmr.c: Compiler warning clean-up. Remove particularly
477 frequent hw-trace messages.
478
479 Fri Jul 31 18:14:16 1998 Andrew Cagney <cagney@b1.cygnus.com>
480
481 * vr.igen (MulAcc): Identify as a vr4100 specific function.
482
483 Sat Jul 25 16:03:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
484
485 * Makefile.in (IGEN_INCLUDE): Add vr.igen.
486
487 * vr.igen: New file.
488 (MAC/MADD16, DMAC/DMADD16): Implement using code from gencode.c.
489 * mips.igen: Define vr4100 model. Include vr.igen.
490 Mon Jun 29 09:21:07 1998 Gavin Koch <gavin@cygnus.com>
491
492 * mips.igen (check_mf_hilo): Correct check.
493
494 Wed Jun 17 12:20:49 1998 Andrew Cagney <cagney@b1.cygnus.com>
495
496 * sim-main.h (interrupt_event): Add prototype.
497
498 * dv-tx3904tmr.c (tx3904tmr_io_write_buffer): Delete unused
499 register_ptr, register_value.
500 (deliver_tx3904tmr_tick): Fix types passed to printf fmt.
501
502 * sim-main.h (tracefh): Make extern.
503
504 Tue Jun 16 14:39:00 1998 Frank Ch. Eigler <fche@cygnus.com>
505
506 * dv-tx3904tmr.c: Deschedule timer event after dispatching.
507 Reduce unnecessarily high timer event frequency.
508 * dv-tx3904cpu.c: Ditto for interrupt event.
509
510 Wed Jun 10 13:22:32 1998 Frank Ch. Eigler <fche@cygnus.com>
511
512 * interp.c (decode_coproc): For TX39, add stub COP0 register #7,
513 to allay warnings.
514 (interrupt_event): Made non-static.
515
516 * dv-tx3904tmr.c (deliver_tx3904tmr_tick): Correct accidental
517 interchange of configuration values for external vs. internal
518 clock dividers.
519
520 Tue Jun 9 12:46:24 1998 Ian Carmichael <iancarm@cygnus.com>
521
522 * mips.igen (BREAK): Moved code to here for
523 simulator-reserved break instructions.
524 * gencode.c (build_instruction): Ditto.
525 * interp.c (signal_exception): Code moved from here. Non-
526 reserved instructions now use exception vector, rather
527 than halting sim.
528 * sim-main.h: Moved magic constants to here.
529
530 Tue Jun 9 12:29:50 1998 Frank Ch. Eigler <fche@cygnus.com>
531
532 * dv-tx3904cpu.c (deliver_*_interrupt,*_port_event): Set the CAUSE
533 register upon non-zero interrupt event level, clear upon zero
534 event value.
535 * dv-tx3904irc.c (*_port_event): Handle deactivated interrupt signal
536 by passing zero event value.
537 (*_io_{read,write}_buffer): Endianness fixes.
538 * dv-tx3904tmr.c (*_io_{read,write}_buffer): Endianness fixes.
539 (deliver_*_tick): Reduce sim event interval to 75% of count interval.
540
541 * interp.c (sim_open): Added jmr3904pal board type that adds PAL-based
542 serial I/O and timer module at base address 0xFFFF0000.
543
544 Tue Jun 9 11:52:29 1998 Gavin Koch <gavin@cygnus.com>
545
546 * mips.igen (SWC1) : Correct the handling of ReverseEndian
547 and BigEndianCPU.
548
549 Tue Jun 9 11:40:57 1998 Gavin Koch <gavin@cygnus.com>
550
551 * configure.in (mips_fpu_bitsize) : Set this correctly for 32-bit mips
552 parts.
553 * configure: Update.
554
555 Thu Jun 4 15:37:33 1998 Frank Ch. Eigler <fche@cygnus.com>
556
557 * dv-tx3904tmr.c: New file - implements tx3904 timer.
558 * dv-tx3904{irc,cpu}.c: Mild reformatting.
559 * configure.in: Include tx3904tmr in hw_device list.
560 * configure: Rebuilt.
561 * interp.c (sim_open): Instantiate three timer instances.
562 Fix address typo of tx3904irc instance.
563
564 Tue Jun 2 15:48:02 1998 Ian Carmichael <iancarm@cygnus.com>
565
566 * interp.c (signal_exception): SystemCall exception now uses
567 the exception vector.
568
569 Mon Jun 1 18:18:26 1998 Frank Ch. Eigler <fche@cygnus.com>
570
571 * interp.c (decode_coproc): For TX39, add stub COP0 register #3,
572 to allay warnings.
573
574 Fri May 29 11:40:39 1998 Andrew Cagney <cagney@b1.cygnus.com>
575
576 * configure.in (sim_igen_filter): Match mips*tx39 not mipst*tx39.
577
578 Mon May 25 20:47:45 1998 Andrew Cagney <cagney@b1.cygnus.com>
579
580 * dv-tx3904cpu.c, dv-tx3904irc.c: Rename *_callback to *_method.
581
582 * dv-tx3904cpu.c, dv-tx3904irc.c: Include hw-main.h and
583 sim-main.h. Declare a struct hw_descriptor instead of struct
584 hw_device_descriptor.
585
586 Mon May 25 12:41:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
587
588 * mips.igen (do_store_left, do_load_left): Compute nr of left and
589 right bits and then re-align left hand bytes to correct byte
590 lanes. Fix incorrect computation in do_store_left when loading
591 bytes from second word.
592
593 Fri May 22 13:34:20 1998 Andrew Cagney <cagney@b1.cygnus.com>
594
595 * configure.in (SIM_AC_OPTION_HARDWARE): Only enable when tx3904.
596 * interp.c (sim_open): Only create a device tree when HW is
597 enabled.
598
599 * dv-tx3904irc.c (tx3904irc_finish): Pacify GCC.
600 * interp.c (signal_exception): Ditto.
601
602 Thu May 21 14:24:11 1998 Gavin Koch <gavin@cygnus.com>
603
604 * gencode.c: Mark BEGEZALL as LIKELY.
605
606 Thu May 21 18:57:19 1998 Andrew Cagney <cagney@b1.cygnus.com>
607
608 * sim-main.h (ALU32_END): Sign extend 32 bit results.
609 * mips.igen (ADD, SUB, ADDI, DADD, DSUB): Trace.
610
611 Mon May 18 18:22:42 1998 Frank Ch. Eigler <fche@cygnus.com>
612
613 * configure.in (SIM_AC_OPTION_HARDWARE): Added common hardware
614 modules. Recognize TX39 target with "mips*tx39" pattern.
615 * configure: Rebuilt.
616 * sim-main.h (*): Added many macros defining bits in
617 TX39 control registers.
618 (SignalInterrupt): Send actual PC instead of NULL.
619 (SignalNMIReset): New exception type.
620 * interp.c (board): New variable for future use to identify
621 a particular board being simulated.
622 (mips_option_handler,mips_options): Added "--board" option.
623 (interrupt_event): Send actual PC.
624 (sim_open): Make memory layout conditional on board setting.
625 (signal_exception): Initial implementation of hardware interrupt
626 handling. Accept another break instruction variant for simulator
627 exit.
628 (decode_coproc): Implement RFE instruction for TX39.
629 (mips.igen): Decode RFE instruction as such.
630 * configure.in (tx3904cpu,tx3904irc): Added devices for tx3904.
631 * interp.c: Define "jmr3904" and "jmr3904debug" board types and
632 bbegin to implement memory map.
633 * dv-tx3904cpu.c: New file.
634 * dv-tx3904irc.c: New file.
635
636 Wed May 13 14:40:11 1998 Gavin Koch <gavin@cygnus.com>
637
638 * mips.igen (check_mt_hilo): Create a separate r3900 version.
639
640 Wed May 13 14:11:46 1998 Gavin Koch <gavin@cygnus.com>
641
642 * tx.igen (madd,maddu): Replace calls to check_op_hilo
643 with calls to check_div_hilo.
644
645 Wed May 13 09:59:27 1998 Gavin Koch <gavin@cygnus.com>
646
647 * mips/mips.igen (check_op_hilo,check_mult_hilo,check_div_hilo):
648 Replace check_op_hilo with check_mult_hilo and check_div_hilo.
649 Add special r3900 version of do_mult_hilo.
650 (do_dmultx,do_mult,do_multu): Replace calls to check_op_hilo
651 with calls to check_mult_hilo.
652 (do_ddiv,do_ddivu,do_div,do_divu): Replace calls to check_op_hilo
653 with calls to check_div_hilo.
654
655 Tue May 12 15:22:11 1998 Andrew Cagney <cagney@b1.cygnus.com>
656
657 * configure.in (SUBTARGET_R3900): Define for mipstx39 target.
658 Document a replacement.
659
660 Fri May 8 17:48:19 1998 Ian Carmichael <iancarm@cygnus.com>
661
662 * interp.c (sim_monitor): Make mon_printf work.
663
664 Wed May 6 19:42:19 1998 Doug Evans <devans@canuck.cygnus.com>
665
666 * sim-main.h (INSN_NAME): New arg `cpu'.
667
668 Tue Apr 28 18:33:31 1998 Geoffrey Noer <noer@cygnus.com>
669
670 * configure: Regenerated to track ../common/aclocal.m4 changes.
671
672 Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
673
674 * configure: Regenerated to track ../common/aclocal.m4 changes.
675 * config.in: Ditto.
676
677 Sun Apr 26 15:20:01 1998 Tom Tromey <tromey@cygnus.com>
678
679 * acconfig.h: New file.
680 * configure.in: Reverted change of Apr 24; use sinclude again.
681
682 Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
683
684 * configure: Regenerated to track ../common/aclocal.m4 changes.
685 * config.in: Ditto.
686
687 Fri Apr 24 11:19:20 1998 Tom Tromey <tromey@cygnus.com>
688
689 * configure.in: Don't call sinclude.
690
691 Fri Apr 24 11:35:01 1998 Andrew Cagney <cagney@chook.cygnus.com>
692
693 * mips.igen (do_store_left): Pass 0 not NULL to store_memory.
694
695 Tue Apr 21 11:59:50 1998 Andrew Cagney <cagney@b1.cygnus.com>
696
697 * mips.igen (ERET): Implement.
698
699 * interp.c (decode_coproc): Return sign-extended EPC.
700
701 * mips.igen (ANDI, LUI, MFC0): Add tracing code.
702
703 * interp.c (signal_exception): Do not ignore Trap.
704 (signal_exception): On TRAP, restart at exception address.
705 (HALT_INSTRUCTION, HALT_INSTRUCTION_MASK): Define.
706 (signal_exception): Update.
707 (sim_open): Patch V_COMMON interrupt vector with an abort sequence
708 so that TRAP instructions are caught.
709
710 Mon Apr 20 11:26:55 1998 Andrew Cagney <cagney@b1.cygnus.com>
711
712 * sim-main.h (struct hilo_access, struct hilo_history): Define,
713 contains HI/LO access history.
714 (struct _sim_cpu): Make hiaccess and loaccess of type hilo_access.
715 (HIACCESS, LOACCESS): Delete, replace with
716 (HIHISTORY, LOHISTORY): New macros.
717 (CHECKHILO): Delete all, moved to mips.igen
718
719 * gencode.c (build_instruction): Do not generate checks for
720 correct HI/LO register usage.
721
722 * interp.c (old_engine_run): Delete checks for correct HI/LO
723 register usage.
724
725 * mips.igen (check_mt_hilo, check_mf_hilo, check_op_hilo,
726 check_mf_cycles): New functions.
727 (do_mfhi, do_mflo, "mthi", "mtlo", do_ddiv, do_ddivu, do_div,
728 do_divu, domultx, do_mult, do_multu): Use.
729
730 * tx.igen ("madd", "maddu"): Use.
731
732 Wed Apr 15 18:31:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
733
734 * mips.igen (DSRAV): Use function do_dsrav.
735 (SRAV): Use new function do_srav.
736
737 * m16.igen (BEQZ, BNEZ): Compare GPR[TRX] not GPR[RX].
738 (B): Sign extend 11 bit immediate.
739 (EXT-B*): Shift 16 bit immediate left by 1.
740 (ADDIU*): Don't sign extend immediate value.
741
742 Wed Apr 15 10:32:15 1998 Andrew Cagney <cagney@b1.cygnus.com>
743
744 * m16run.c (sim_engine_run): Restore CIA after handling an event.
745
746 * sim-main.h (DELAY_SLOT, NULLIFY_NEXT_INSTRUCTION): For IGEN, use
747 functions.
748
749 * mips.igen (delayslot32, nullify_next_insn): New functions.
750 (m16.igen): Always include.
751 (do_*): Add more tracing.
752
753 * m16.igen (delayslot16): Add NIA argument, could be called by a
754 32 bit MIPS16 instruction.
755
756 * interp.c (ifetch16): Move function from here.
757 * sim-main.c (ifetch16): To here.
758
759 * sim-main.c (ifetch16, ifetch32): Update to match current
760 implementations of LH, LW.
761 (signal_exception): Don't print out incorrect hex value of illegal
762 instruction.
763
764 Wed Apr 15 00:17:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
765
766 * m16run.c (sim_engine_run): Use IMEM16 and IMEM32 to fetch an
767 instruction.
768
769 * m16.igen: Implement MIPS16 instructions.
770
771 * mips.igen (do_addiu, do_addu, do_and, do_daddiu, do_daddu,
772 do_ddiv, do_ddivu, do_div, do_divu, do_dmultx, do_dmultu, do_srav,
773 do_dsubu, do_mfhi, do_mflo, do_mult, do_multu, do_nor, do_or,
774 do_sll, do_sllv, do_slt, do_slti, do_sltiu, do_sltu, do_sra,
775 do_srl, do_srlv, do_subu, do_xor, do_xori): New functions. Move
776 bodies of corresponding code from 32 bit insn to these. Also used
777 by MIPS16 versions of functions.
778
779 * sim-main.h (RAIDX, T8IDX, T8, SPIDX): Define.
780 (IMEM16): Drop NR argument from macro.
781
782 Sat Apr 4 22:39:50 1998 Andrew Cagney <cagney@b1.cygnus.com>
783
784 * Makefile.in (SIM_OBJS): Add sim-main.o.
785
786 * sim-main.h (address_translation, load_memory, store_memory,
787 cache_op, sync_operation, prefetch, ifetch32, pending_tick): Mark
788 as INLINE_SIM_MAIN.
789 (pr_addr, pr_uword64): Declare.
790 (sim-main.c): Include when H_REVEALS_MODULE_P.
791
792 * interp.c (address_translation, load_memory, store_memory,
793 cache_op, sync_operation, prefetch, ifetch32, pending_tick): Move
794 from here.
795 * sim-main.c: To here. Fix compilation problems.
796
797 * configure.in: Enable inlining.
798 * configure: Re-config.
799
800 Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
801
802 * configure: Regenerated to track ../common/aclocal.m4 changes.
803
804 Fri Apr 3 04:32:35 1998 Andrew Cagney <cagney@b1.cygnus.com>
805
806 * mips.igen: Include tx.igen.
807 * Makefile.in (IGEN_INCLUDE): Add tx.igen.
808 * tx.igen: New file, contains MADD and MADDU.
809
810 * interp.c (load_memory): When shifting bytes, use LOADDRMASK not
811 the hardwired constant `7'.
812 (store_memory): Ditto.
813 (LOADDRMASK): Move definition to sim-main.h.
814
815 mips.igen (MTC0): Enable for r3900.
816 (ADDU): Add trace.
817
818 mips.igen (do_load_byte): Delete.
819 (do_load, do_store, do_load_left, do_load_write, do_store_left,
820 do_store_right): New functions.
821 (SW*, LW*, SD*, LD*, SH, LH, SB, LB): Use.
822
823 configure.in: Let the tx39 use igen again.
824 configure: Update.
825
826 Thu Apr 2 10:59:39 1998 Andrew Cagney <cagney@b1.cygnus.com>
827
828 * interp.c (sim_monitor): get_mem_info returns a 4 byte quantity,
829 not an address sized quantity. Return zero for cache sizes.
830
831 Wed Apr 1 23:47:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
832
833 * mips.igen (r3900): r3900 does not support 64 bit integer
834 operations.
835
836 Mon Mar 30 14:46:05 1998 Gavin Koch <gavin@cygnus.com>
837
838 * configure.in (mipstx39*-*-*): Use gencode simulator rather
839 than igen one.
840 * configure : Rebuild.
841
842 Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
843
844 * configure: Regenerated to track ../common/aclocal.m4 changes.
845
846 Fri Mar 27 15:01:50 1998 Andrew Cagney <cagney@b1.cygnus.com>
847
848 * interp.c (mips_option_handler): Iterate over MAX_NR_PROCESSORS.
849
850 Wed Mar 25 16:44:27 1998 Ian Carmichael <iancarm@cygnus.com>
851
852 * configure: Regenerated to track ../common/aclocal.m4 changes.
853 * config.in: Regenerated to track ../common/aclocal.m4 changes.
854
855 Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
856
857 * configure: Regenerated to track ../common/aclocal.m4 changes.
858
859 Wed Mar 25 10:05:46 1998 Andrew Cagney <cagney@b1.cygnus.com>
860
861 * interp.c (Max, Min): Comment out functions. Not yet used.
862
863 Wed Mar 18 12:38:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
864
865 * configure: Regenerated to track ../common/aclocal.m4 changes.
866
867 Tue Mar 17 19:05:20 1998 Frank Ch. Eigler <fche@cygnus.com>
868
869 * Makefile.in (MIPS_EXTRA_LIBS, SIM_EXTRA_LIBS): Added
870 configurable settings for stand-alone simulator.
871
872 * configure.in: Added X11 search, just in case.
873
874 * configure: Regenerated.
875
876 Wed Mar 11 14:09:10 1998 Andrew Cagney <cagney@b1.cygnus.com>
877
878 * interp.c (sim_write, sim_read, load_memory, store_memory):
879 Replace sim_core_*_map with read_map, write_map, exec_map resp.
880
881 Tue Mar 3 13:58:43 1998 Andrew Cagney <cagney@b1.cygnus.com>
882
883 * sim-main.h (GETFCC): Return an unsigned value.
884
885 Tue Mar 3 13:21:37 1998 Andrew Cagney <cagney@b1.cygnus.com>
886
887 * mips.igen (DIV): Fix check for -1 / MIN_INT.
888 (DADD): Result destination is RD not RT.
889
890 Fri Feb 27 13:49:49 1998 Andrew Cagney <cagney@b1.cygnus.com>
891
892 * sim-main.h (HIACCESS, LOACCESS): Always define.
893
894 * mdmx.igen (Maxi, Mini): Rename Max, Min.
895
896 * interp.c (sim_info): Delete.
897
898 Fri Feb 27 18:41:01 1998 Doug Evans <devans@canuck.cygnus.com>
899
900 * interp.c (DECLARE_OPTION_HANDLER): Use it.
901 (mips_option_handler): New argument `cpu'.
902 (sim_open): Update call to sim_add_option_table.
903
904 Wed Feb 25 18:56:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
905
906 * mips.igen (CxC1): Add tracing.
907
908 Fri Feb 20 17:43:21 1998 Andrew Cagney <cagney@b1.cygnus.com>
909
910 * sim-main.h (Max, Min): Declare.
911
912 * interp.c (Max, Min): New functions.
913
914 * mips.igen (BC1): Add tracing.
915
916 Thu Feb 19 14:50:00 1998 John Metzler <jmetzler@cygnus.com>
917
918 * interp.c Added memory map for stack in vr4100
919
920 Thu Feb 19 10:21:21 1998 Gavin Koch <gavin@cygnus.com>
921
922 * interp.c (load_memory): Add missing "break"'s.
923
924 Tue Feb 17 12:45:35 1998 Andrew Cagney <cagney@b1.cygnus.com>
925
926 * interp.c (sim_store_register, sim_fetch_register): Pass in
927 length parameter. Return -1.
928
929 Tue Feb 10 11:57:40 1998 Ian Carmichael <iancarm@cygnus.com>
930
931 * interp.c: Added hardware init hook, fixed warnings.
932
933 Sat Feb 7 17:16:20 1998 Andrew Cagney <cagney@b1.cygnus.com>
934
935 * Makefile.in (itable.h itable.c): Depend on SIM_@sim_gen@_ALL.
936
937 Tue Feb 3 11:36:02 1998 Andrew Cagney <cagney@b1.cygnus.com>
938
939 * interp.c (ifetch16): New function.
940
941 * sim-main.h (IMEM32): Rename IMEM.
942 (IMEM16_IMMED): Define.
943 (IMEM16): Define.
944 (DELAY_SLOT): Update.
945
946 * m16run.c (sim_engine_run): New file.
947
948 * m16.igen: All instructions except LB.
949 (LB): Call do_load_byte.
950 * mips.igen (do_load_byte): New function.
951 (LB): Call do_load_byte.
952
953 * mips.igen: Move spec for insn bit size and high bit from here.
954 * Makefile.in (tmp-igen, tmp-m16): To here.
955
956 * m16.dc: New file, decode mips16 instructions.
957
958 * Makefile.in (SIM_NO_ALL): Define.
959 (tmp-m16): Generate both 16 bit and 32 bit simulator engines.
960
961 Tue Feb 3 11:28:00 1998 Andrew Cagney <cagney@b1.cygnus.com>
962
963 * configure.in (mips_fpu_bitsize): For tx39, restrict floating
964 point unit to 32 bit registers.
965 * configure: Re-generate.
966
967 Sun Feb 1 15:47:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
968
969 * configure.in (sim_use_gen): Make IGEN the default simulator
970 generator for generic 32 and 64 bit mips targets.
971 * configure: Re-generate.
972
973 Sun Feb 1 16:52:37 1998 Andrew Cagney <cagney@b1.cygnus.com>
974
975 * sim-main.h (SizeFGR): Determine from floating-point and not gpr
976 bitsize.
977
978 * interp.c (sim_fetch_register, sim_store_register): Read/write
979 FGR from correct location.
980 (sim_open): Set size of FGR's according to
981 WITH_TARGET_FLOATING_POINT_BITSIZE.
982
983 * sim-main.h (FGR): Store floating point registers in a separate
984 array.
985
986 Sun Feb 1 16:47:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
987
988 * configure: Regenerated to track ../common/aclocal.m4 changes.
989
990 Tue Feb 3 00:10:50 1998 Andrew Cagney <cagney@b1.cygnus.com>
991
992 * interp.c (ColdReset): Call PENDING_INVALIDATE.
993
994 * sim-main.h (ENGINE_ISSUE_PREFIX_HOOK): Call PENDING_TICK.
995
996 * interp.c (pending_tick): New function. Deliver pending writes.
997
998 * sim-main.h (PENDING_FILL, PENDING_TICK, PENDING_SCHED,
999 PENDING_BIT, PENDING_INVALIDATE): Re-write pipeline code so that
1000 it can handle mixed sized quantites and single bits.
1001
1002 Mon Feb 2 17:43:15 1998 Andrew Cagney <cagney@b1.cygnus.com>
1003
1004 * interp.c (oengine.h): Do not include when building with IGEN.
1005 (sim_open): Replace GPRLEN by WITH_TARGET_WORD_BITSIZE.
1006 (sim_info): Ditto for PROCESSOR_64BIT.
1007 (sim_monitor): Replace ut_reg with unsigned_word.
1008 (*): Ditto for t_reg.
1009 (LOADDRMASK): Define.
1010 (sim_open): Remove defunct check that host FP is IEEE compliant,
1011 using software to emulate floating point.
1012 (value_fpr, ...): Always compile, was conditional on HASFPU.
1013
1014 Sun Feb 1 11:15:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
1015
1016 * sim-main.h (sim_state): Make the cpu array MAX_NR_PROCESSORS in
1017 size.
1018
1019 * interp.c (SD, CPU): Define.
1020 (mips_option_handler): Set flags in each CPU.
1021 (interrupt_event): Assume CPU 0 is the one being iterrupted.
1022 (sim_close): Do not clear STATE, deleted anyway.
1023 (sim_write, sim_read): Assume CPU zero's vm should be used for
1024 data transfers.
1025 (sim_create_inferior): Set the PC for all processors.
1026 (sim_monitor, store_word, load_word, mips16_entry): Add cpu
1027 argument.
1028 (mips16_entry): Pass correct nr of args to store_word, load_word.
1029 (ColdReset): Cold reset all cpu's.
1030 (signal_exception): Pass cpu to sim_monitor & mips16_entry.
1031 (sim_monitor, load_memory, store_memory, signal_exception): Use
1032 `CPU' instead of STATE_CPU.
1033
1034
1035 * sim-main.h: Replace uses of STATE_CPU with CPU. Replace sd with
1036 SD or CPU_.
1037
1038 * sim-main.h (signal_exception): Add sim_cpu arg.
1039 (SignalException*): Pass both SD and CPU to signal_exception.
1040 * interp.c (signal_exception): Update.
1041
1042 * sim-main.h (value_fpr, store_fpr, dotrace, ifetch32), interp.c:
1043 Ditto
1044 (sync_operation, prefetch, cache_op, store_memory, load_memory,
1045 address_translation): Ditto
1046 (decode_coproc, cop_lw, cop_ld, cop_sw, cop_sd): Ditto.
1047
1048 Sat Jan 31 18:15:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
1049
1050 * configure: Regenerated to track ../common/aclocal.m4 changes.
1051
1052 Sat Jan 31 14:49:24 1998 Andrew Cagney <cagney@b1.cygnus.com>
1053
1054 * interp.c (sim_engine_run): Add `nr_cpus' argument.
1055
1056 * mips.igen (model): Map processor names onto BFD name.
1057
1058 * sim-main.h (CPU_CIA): Delete.
1059 (SET_CIA, GET_CIA): Define
1060
1061 Wed Jan 21 16:16:27 1998 Andrew Cagney <cagney@b1.cygnus.com>
1062
1063 * sim-main.h (GPR_SET): Define, used by igen when zeroing a
1064 regiser.
1065
1066 * configure.in (default_endian): Configure a big-endian simulator
1067 by default.
1068 * configure: Re-generate.
1069
1070 Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
1071
1072 * configure: Regenerated to track ../common/aclocal.m4 changes.
1073
1074 Mon Jan 5 20:38:54 1998 Mark Alexander <marka@cygnus.com>
1075
1076 * interp.c (sim_monitor): Handle Densan monitor outbyte
1077 and inbyte functions.
1078
1079 1997-12-29 Felix Lee <flee@cygnus.com>
1080
1081 * interp.c (sim_engine_run): msvc cpp barfs on #if (a==b!=c).
1082
1083 Wed Dec 17 14:48:20 1997 Jeffrey A Law (law@cygnus.com)
1084
1085 * Makefile.in (tmp-igen): Arrange for $zero to always be
1086 reset to zero after every instruction.
1087
1088 Mon Dec 15 23:17:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
1089
1090 * configure: Regenerated to track ../common/aclocal.m4 changes.
1091 * config.in: Ditto.
1092
1093 Wed Dec 10 17:10:45 1997 Jeffrey A Law (law@cygnus.com)
1094
1095 * mips.igen (MSUB): Fix to work like MADD.
1096 * gencode.c (MSUB): Similarly.
1097
1098 Thu Dec 4 09:21:05 1997 Doug Evans <devans@canuck.cygnus.com>
1099
1100 * configure: Regenerated to track ../common/aclocal.m4 changes.
1101
1102 Wed Nov 26 11:00:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
1103
1104 * mips.igen (LWC1): Correct assembler - lwc1 not swc1.
1105
1106 Sun Nov 23 01:45:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
1107
1108 * sim-main.h (sim-fpu.h): Include.
1109
1110 * interp.c (convert, SquareRoot, Recip, Divide, Multiply, Sub,
1111 Add, Negate, AbsoluteValue, Equal, Less, Infinity, NaN): Rewrite
1112 using host independant sim_fpu module.
1113
1114 Thu Nov 20 19:56:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
1115
1116 * interp.c (signal_exception): Report internal errors with SIGABRT
1117 not SIGQUIT.
1118
1119 * sim-main.h (C0_CONFIG): New register.
1120 (signal.h): No longer include.
1121
1122 * interp.c (decode_coproc): Allow access C0_CONFIG to register.
1123
1124 Tue Nov 18 15:33:48 1997 Doug Evans <devans@canuck.cygnus.com>
1125
1126 * Makefile.in (SIM_OBJS): Use $(SIM_NEW_COMMON_OBJS).
1127
1128 Fri Nov 14 11:56:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1129
1130 * mips.igen: Tag vr5000 instructions.
1131 (ANDI): Was missing mipsIV model, fix assembler syntax.
1132 (do_c_cond_fmt): New function.
1133 (C.cond.fmt): Handle mips I-III which do not support CC field
1134 separatly.
1135 (bc1): Handle mips IV which do not have a delaed FCC separatly.
1136 (SDR): Mask paddr when BigEndianMem, not the converse as specified
1137 in IV3.2 spec.
1138 (DMULT, DMULTU): Force use of hosts 64bit multiplication. Handle
1139 vr5000 which saves LO in a GPR separatly.
1140
1141 * configure.in (enable-sim-igen): For vr5000, select vr5000
1142 specific instructions.
1143 * configure: Re-generate.
1144
1145 Wed Nov 12 14:42:52 1997 Andrew Cagney <cagney@b1.cygnus.com>
1146
1147 * Makefile.in (SIM_OBJS): Add sim-fpu module.
1148
1149 * interp.c (store_fpr), sim-main.h: Add separate fmt_uninterpreted_32 and
1150 fmt_uninterpreted_64 bit cases to switch. Convert to
1151 fmt_formatted,
1152
1153 * sim-main.h (ENGINE_ISSUE_PREFIX_HOOK): Define,
1154
1155 * mips.igen (SWR): Mask paddr when BigEndianMem, not the converse
1156 as specified in IV3.2 spec.
1157 (MTC1, DMTC1): Call StoreFPR to store the GPR in the FPR.
1158
1159 Tue Nov 11 12:38:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
1160
1161 * mips.igen: Delay slot branches add OFFSET to NIA not CIA.
1162 (MFC0, MTC0, SWC1, LWC1, SDC1, LDC1): Implement.
1163 (MTC1, MFC1, DMTC1, DMFC1, CFC1, CTC1): Implement separate non
1164 PENDING_FILL versions of instructions. Simplify.
1165 (X): New function.
1166 (MULT, MULTU): Implement separate RD==0 and RD!=0 versions of
1167 instructions.
1168 (BEQZ, ..., SLT, SLTI, TLT, TLE, TLI, ...): Explicitly cast GPR to
1169 a signed value.
1170 (MTHI, MFHI): Disable code checking HI-LO.
1171
1172 * sim-main.h (dotrace,tracefh), interp.c: Make dotrace & tracefh
1173 global.
1174 (NULLIFY_NEXT_INSTRUCTION): Call dotrace.
1175
1176 Thu Nov 6 16:36:35 1997 Andrew Cagney <cagney@b1.cygnus.com>
1177
1178 * gencode.c (build_mips16_operands): Replace IPC with cia.
1179
1180 * interp.c (sim_monitor, signal_exception, cache_op, store_fpr,
1181 value_fpr, cop_ld, cop_lw, cop_sw, cop_sd, decode_coproc): Replace
1182 IPC to `cia'.
1183 (UndefinedResult): Replace function with macro/function
1184 combination.
1185 (sim_engine_run): Don't save PC in IPC.
1186
1187 * sim-main.h (IPC): Delete.
1188
1189
1190 * interp.c (signal_exception, store_word, load_word,
1191 address_translation, load_memory, store_memory, cache_op,
1192 prefetch, sync_operation, ifetch, value_fpr, store_fpr, convert,
1193 cop_lw, cop_ld, cop_sw, cop_sd, decode_coproc, sim_monitor): Add
1194 current instruction address - cia - argument.
1195 (sim_read, sim_write): Call address_translation directly.
1196 (sim_engine_run): Rename variable vaddr to cia.
1197 (signal_exception): Pass cia to sim_monitor
1198
1199 * sim-main.h (SignalException, LoadWord, StoreWord, CacheOp,
1200 Prefetch, SyncOperation, ValueFPR, StoreFPR, Convert, COP_LW,
1201 COP_LD, COP_SW, COP_SD, DecodeCoproc): Update.
1202
1203 * sim-main.h (SignalExceptionSimulatorFault): Delete definition.
1204 * interp.c (sim_open): Replace SignalExceptionSimulatorFault with
1205 SIM_ASSERT.
1206
1207 * interp.c (signal_exception): Pass restart address to
1208 sim_engine_restart.
1209
1210 * Makefile.in (semantics.o, engine.o, support.o, itable.o,
1211 idecode.o): Add dependency.
1212
1213 * sim-main.h (SIM_ENGINE_HALT_HOOK, SIM_ENGINE_RESUME_HOOK):
1214 Delete definitions
1215 (DELAY_SLOT): Update NIA not PC with branch address.
1216 (NULLIFY_NEXT_INSTRUCTION): Set NIA to instruction after next.
1217
1218 * mips.igen: Use CIA not PC in branch calculations.
1219 (illegal): Call SignalException.
1220 (BEQ, ADDIU): Fix assembler.
1221
1222 Wed Nov 5 12:19:56 1997 Andrew Cagney <cagney@b1.cygnus.com>
1223
1224 * m16.igen (JALX): Was missing.
1225
1226 * configure.in (enable-sim-igen): New configuration option.
1227 * configure: Re-generate.
1228
1229 * sim-main.h (MAX_INSNS, INSN_NAME): Define.
1230
1231 * interp.c (load_memory, store_memory): Delete parameter RAW.
1232 (sim_read, sim_write): Use sim_core_{read,write}_buffer directly
1233 bypassing {load,store}_memory.
1234
1235 * sim-main.h (ByteSwapMem): Delete definition.
1236
1237 * Makefile.in (SIM_OBJS): Add sim-memopt module.
1238
1239 * interp.c (sim_do_command, sim_commands): Delete mips specific
1240 commands. Handled by module sim-options.
1241
1242 * sim-main.h (SIM_HAVE_FLATMEM): Undefine, use sim-core.o module.
1243 (WITH_MODULO_MEMORY): Define.
1244
1245 * interp.c (sim_info): Delete code printing memory size.
1246
1247 * interp.c (mips_size): Nee sim_size, delete function.
1248 (power2): Delete.
1249 (monitor, monitor_base, monitor_size): Delete global variables.
1250 (sim_open, sim_close): Delete code creating monitor and other
1251 memory regions. Use sim-memopts module, via sim_do_commandf, to
1252 manage memory regions.
1253 (load_memory, store_memory): Use sim-core for memory model.
1254
1255 * interp.c (address_translation): Delete all memory map code
1256 except line forcing 32 bit addresses.
1257
1258 Wed Nov 5 11:21:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
1259
1260 * sim-main.h (WITH_TRACE): Delete definition. Enables common
1261 trace options.
1262
1263 * interp.c (logfh, logfile): Delete globals.
1264 (sim_open, sim_close): Delete code opening & closing log file.
1265 (mips_option_handler): Delete -l and -n options.
1266 (OPTION mips_options): Ditto.
1267
1268 * interp.c (OPTION mips_options): Rename option trace to dinero.
1269 (mips_option_handler): Update.
1270
1271 Wed Nov 5 09:35:59 1997 Andrew Cagney <cagney@b1.cygnus.com>
1272
1273 * interp.c (fetch_str): New function.
1274 (sim_monitor): Rewrite using sim_read & sim_write.
1275 (sim_open): Check magic number.
1276 (sim_open): Write monitor vectors into memory using sim_write.
1277 (MONITOR_BASE, MONITOR_SIZE, MEM_SIZE): Define.
1278 (sim_read, sim_write): Simplify - transfer data one byte at a
1279 time.
1280 (load_memory, store_memory): Clarify meaning of parameter RAW.
1281
1282 * sim-main.h (isHOST): Defete definition.
1283 (isTARGET): Mark as depreciated.
1284 (address_translation): Delete parameter HOST.
1285
1286 * interp.c (address_translation): Delete parameter HOST.
1287
1288 Wed Oct 29 11:13:56 1997 Andrew Cagney <cagney@b1.cygnus.com>
1289
1290 * mips.igen:
1291
1292 * Makefile.in (IGEN_INCLUDE): Files included by mips.igen.
1293 (tmp-igen, tmp-m16): Depend on IGEN_INCLUDE.
1294
1295 Tue Oct 28 11:06:47 1997 Andrew Cagney <cagney@b1.cygnus.com>
1296
1297 * mips.igen: Add model filter field to records.
1298
1299 Mon Oct 27 17:53:59 1997 Andrew Cagney <cagney@b1.cygnus.com>
1300
1301 * Makefile.in (SIM_NO_CFLAGS): Define. Define WITH_IGEN=0.
1302
1303 interp.c (sim_engine_run): Do not compile function sim_engine_run
1304 when WITH_IGEN == 1.
1305
1306 * configure.in (sim_igen_flags, sim_m16_flags): Set according to
1307 target architecture.
1308
1309 Makefile.in (tmp-igen, tmp-m16): Drop -F and -M options to
1310 igen. Replace with configuration variables sim_igen_flags /
1311 sim_m16_flags.
1312
1313 * m16.igen: New file. Copy mips16 insns here.
1314 * mips.igen: From here.
1315
1316 Mon Oct 27 13:53:59 1997 Andrew Cagney <cagney@b1.cygnus.com>
1317
1318 * Makefile.in (SIM_NO_OBJ): Define, move SIM_M16_OBJ, SIM_IGEN_OBJ
1319 to top.
1320 (tmp-igen, tmp-m16): Pass -I srcdir to igen.
1321
1322 Sat Oct 25 16:51:40 1997 Gavin Koch <gavin@cygnus.com>
1323
1324 * gencode.c (build_instruction): Follow sim_write's lead in using
1325 BigEndianMem instead of !ByteSwapMem.
1326
1327 Fri Oct 24 17:41:49 1997 Andrew Cagney <cagney@b1.cygnus.com>
1328
1329 * configure.in (sim_gen): Dependent on target, select type of
1330 generator. Always select old style generator.
1331
1332 configure: Re-generate.
1333
1334 Makefile.in (tmp-igen, tmp-m16, clean-m16, clean-igen): New
1335 targets.
1336 (SIM_M16_CFLAGS, SIM_M16_ALL, SIM_M16_OBJ, BUILT_SRC_FROM_M16,
1337 SIM_IGEN_CFLAGS, SIM_IGEN_ALL, SIM_IGEN_OBJ, BUILT_SRC_FROM_IGEN,
1338 IGEN_TRACE, IGEN_INSN, IGEN_DC): Define
1339 (SIM_EXTRA_CFLAGS, SIM_EXTRA_ALL, SIM_OBJS): Add member
1340 SIM_@sim_gen@_*, set by autoconf.
1341
1342 Wed Oct 22 12:52:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
1343
1344 * sim-main.h (NULLIFY_NEXT_INSTRUCTION, DELAY_SLOT): Define.
1345
1346 * interp.c (ColdReset): Remove #ifdef HASFPU, check
1347 CURRENT_FLOATING_POINT instead.
1348
1349 * interp.c (ifetch32): New function. Fetch 32 bit instruction.
1350 (address_translation): Raise exception InstructionFetch when
1351 translation fails and isINSTRUCTION.
1352
1353 * interp.c (sim_open, sim_write, sim_monitor, store_word,
1354 sim_engine_run): Change type of of vaddr and paddr to
1355 address_word.
1356 (address_translation, prefetch, load_memory, store_memory,
1357 cache_op): Change type of vAddr and pAddr to address_word.
1358
1359 * gencode.c (build_instruction): Change type of vaddr and paddr to
1360 address_word.
1361
1362 Mon Oct 20 15:29:04 1997 Andrew Cagney <cagney@b1.cygnus.com>
1363
1364 * sim-main.h (ALU64_END, ALU32_END): Use ALU*_OVERFLOW_RESULT
1365 macro to obtain result of ALU op.
1366
1367 Tue Oct 21 17:39:14 1997 Andrew Cagney <cagney@b1.cygnus.com>
1368
1369 * interp.c (sim_info): Call profile_print.
1370
1371 Mon Oct 20 13:31:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
1372
1373 * Makefile.in (SIM_OBJS): Add sim-profile.o module.
1374
1375 * sim-main.h (WITH_PROFILE): Do not define, defined in
1376 common/sim-config.h. Use sim-profile module.
1377 (simPROFILE): Delete defintion.
1378
1379 * interp.c (PROFILE): Delete definition.
1380 (mips_option_handler): Delete 'p', 'y' and 'x' profile options.
1381 (sim_close): Delete code writing profile histogram.
1382 (mips_set_profile, mips_set_profile_size, writeout16, writeout32):
1383 Delete.
1384 (sim_engine_run): Delete code profiling the PC.
1385
1386 Mon Oct 20 13:31:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
1387
1388 * sim-main.h (SIGNEXTEND): Force type of result to unsigned_word.
1389
1390 * interp.c (sim_monitor): Make register pointers of type
1391 unsigned_word*.
1392
1393 * sim-main.h: Make registers of type unsigned_word not
1394 signed_word.
1395
1396 Thu Oct 16 10:31:39 1997 Andrew Cagney <cagney@b1.cygnus.com>
1397
1398 * interp.c (sync_operation): Rename from SyncOperation, make
1399 global, add SD argument.
1400 (prefetch): Rename from Prefetch, make global, add SD argument.
1401 (decode_coproc): Make global.
1402
1403 * sim-main.h (SyncOperation, DecodeCoproc, Pefetch): Define.
1404
1405 * gencode.c (build_instruction): Generate DecodeCoproc not
1406 decode_coproc calls.
1407
1408 * interp.c (SETFCC, GETFCC, PREVCOC1): Move to sim-main.h
1409 (SizeFGR): Move to sim-main.h
1410 (simHALTEX, simHALTIN, simTRACE, simPROFILE, simDELAYSLOT,
1411 simSIGINT, simJALDELAYSLOT): Move to sim-main.h
1412 (FP_FLAGS, FP_ENABLE, FP_CAUSE, IR, UF, OF, DZ, IO, UO): Move to
1413 sim-main.h.
1414 (FP_FS, FP_MASK_RM, FP_SH_RM, FP_RM_NEAREST, FP_RM_TOPINF,
1415 FP_RM_TOMINF, GETRM): Move to sim-main.h.
1416 (Uncached, CachedNoncoherent, CachedCoherent, Cached,
1417 isINSTRUCTION, ..., AccessLength_BYTE, ...): Move to sim-main.h.
1418 (UserMode, BigEndianMem, ByteSwapMem, ReverseEndian,
1419 BigEndianCPU, status_KSU_mask, ...). Moved to sim-main.h
1420
1421 * sim-main.h (ALU32_END, ALU64_END): Define. When overflow raise
1422 exception.
1423 (sim-alu.h): Include.
1424 (NULLIFY_NIA, NULL_CIA, CPU_CIA): Define.
1425 (sim_cia): Typedef to instruction_address.
1426
1427 Thu Oct 16 10:31:41 1997 Andrew Cagney <cagney@b1.cygnus.com>
1428
1429 * Makefile.in (interp.o): Rename generated file engine.c to
1430 oengine.c.
1431
1432 * interp.c: Update.
1433
1434 Thu Oct 16 10:31:40 1997 Andrew Cagney <cagney@b1.cygnus.com>
1435
1436 * gencode.c (build_instruction): Use FPR_STATE not fpr_state.
1437
1438 Thu Oct 16 10:31:39 1997 Andrew Cagney <cagney@b1.cygnus.com>
1439
1440 * gencode.c (build_instruction): For "FPSQRT", output correct
1441 number of arguments to Recip.
1442
1443 Tue Oct 14 17:38:18 1997 Andrew Cagney <cagney@b1.cygnus.com>
1444
1445 * Makefile.in (interp.o): Depends on sim-main.h
1446
1447 * interp.c (mips16_entry, ColdReset,dotrace): Add SD argument. Use GPR not registers.
1448
1449 * sim-main.h (sim_cpu): Add registers, register_widths, fpr_state,
1450 ipc, dspc, pending_*, hiaccess, loaccess, state, dsstate fields.
1451 (REGISTERS, REGISTER_WIDTHS, FPR_STATE, IPC, DSPC, PENDING_*,
1452 STATE, DSSTATE): Define
1453 (GPR, FGRIDX, ..): Define.
1454
1455 * interp.c (registers, register_widths, fpr_state, ipc, dspc,
1456 pending_*, hiaccess, loaccess, state, dsstate): Delete globals.
1457 (GPR, FGRIDX, ...): Delete macros.
1458
1459 * interp.c: Update names to match defines from sim-main.h
1460
1461 Tue Oct 14 15:11:45 1997 Andrew Cagney <cagney@b1.cygnus.com>
1462
1463 * interp.c (sim_monitor): Add SD argument.
1464 (sim_warning): Delete. Replace calls with calls to
1465 sim_io_eprintf.
1466 (sim_error): Delete. Replace calls with sim_io_error.
1467 (open_trace, writeout32, writeout16, getnum): Add SD argument.
1468 (mips_set_profile): Rename from sim_set_profile. Add SD argument.
1469 (mips_set_profile_size): Rename from sim_set_profile_size. Add SD
1470 argument.
1471 (mips_size): Rename from sim_size. Add SD argument.
1472
1473 * interp.c (simulator): Delete global variable.
1474 (callback): Delete global variable.
1475 (mips_option_handler, sim_open, sim_write, sim_read,
1476 sim_store_register, sim_fetch_register, sim_info, sim_do_command,
1477 sim_size,sim_monitor): Use sim_io_* not callback->*.
1478 (sim_open): ZALLOC simulator struct.
1479 (PROFILE): Do not define.
1480
1481 Tue Oct 14 13:35:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1482
1483 * interp.c (sim_open), support.h: Replace CHECKSIM macro found in
1484 support.h with corresponding code.
1485
1486 * sim-main.h (word64, uword64), support.h: Move definition to
1487 sim-main.h.
1488 (WORD64LO, WORD64HI, SET64LO, SET64HI, WORD64, UWORD64): Ditto.
1489
1490 * support.h: Delete
1491 * Makefile.in: Update dependencies
1492 * interp.c: Do not include.
1493
1494 Tue Oct 14 13:35:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1495
1496 * interp.c (address_translation, load_memory, store_memory,
1497 cache_op): Rename to from AddressTranslation et.al., make global,
1498 add SD argument
1499
1500 * sim-main.h (AddressTranslation, LoadMemory, StoreMemory,
1501 CacheOp): Define.
1502
1503 * interp.c (SignalException): Rename to signal_exception, make
1504 global.
1505
1506 * interp.c (Interrupt, ...): Move definitions to sim-main.h.
1507
1508 * sim-main.h (SignalException, SignalExceptionInterrupt,
1509 SignalExceptionInstructionFetch, SignalExceptionAddressStore,
1510 SignalExceptionAddressLoad, SignalExceptionSimulatorFault,
1511 SignalExceptionIntegerOverflow, SignalExceptionCoProcessorUnusable):
1512 Define.
1513
1514 * interp.c, support.h: Use.
1515
1516 Tue Oct 14 13:19:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
1517
1518 * interp.c (ValueFPR, StoreFPR), sim-main.h: Make global, rename
1519 to value_fpr / store_fpr. Add SD argument.
1520 (NaN, Infinity, Less, Equal, AbsoluteValue, Negate, Add, Sub,
1521 Multiply, Divide, Recip, SquareRoot, Convert): Make global.
1522
1523 * sim-main.h (ValueFPR, StoreFPR): Define.
1524
1525 Tue Oct 14 13:06:55 1997 Andrew Cagney <cagney@b1.cygnus.com>
1526
1527 * interp.c (sim_engine_run): Check consistency between configure
1528 WITH_TARGET_WORD_BITSIZE and WITH_FLOATING_POINT and gensim GPRLEN
1529 and HASFPU.
1530
1531 * configure.in (mips_bitsize): Configure WITH_TARGET_WORD_BITSIZE.
1532 (mips_fpu): Configure WITH_FLOATING_POINT.
1533 (mips_endian): Configure WITH_TARGET_ENDIAN.
1534 * configure: Update.
1535
1536 Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
1537
1538 * configure: Regenerated to track ../common/aclocal.m4 changes.
1539
1540 Mon Sep 29 14:45:00 1997 Bob Manson <manson@charmed.cygnus.com>
1541
1542 * configure: Regenerated.
1543
1544 Fri Sep 26 12:48:18 1997 Mark Alexander <marka@cygnus.com>
1545
1546 * interp.c: Allow Debug, DEPC, and EPC registers to be examined in GDB.
1547
1548 Thu Sep 25 11:15:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
1549
1550 * gencode.c (print_igen_insn_models): Assume certain architectures
1551 include all mips* instructions.
1552 (print_igen_insn_format): Use data_size==-1 as marker for MIPS16
1553 instruction.
1554
1555 * Makefile.in (tmp.igen): Add target. Generate igen input from
1556 gencode file.
1557
1558 * gencode.c (FEATURE_IGEN): Define.
1559 (main): Add --igen option. Generate output in igen format.
1560 (process_instructions): Format output according to igen option.
1561 (print_igen_insn_format): New function.
1562 (print_igen_insn_models): New function.
1563 (process_instructions): Only issue warnings and ignore
1564 instructions when no FEATURE_IGEN.
1565
1566 Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
1567
1568 * interp.c (COP_SD, COP_LD): Add UNUSED to pacify GCC for some
1569 MIPS targets.
1570
1571 Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
1572
1573 * configure: Regenerated to track ../common/aclocal.m4 changes.
1574
1575 Tue Sep 23 10:19:51 1997 Andrew Cagney <cagney@b1.cygnus.com>
1576
1577 * Makefile.in (SIM_ALIGNMENT, SIM_ENDIAN, SIM_HOSTENDIAN,
1578 SIM_RESERVED_BITS): Delete, moved to common.
1579 (SIM_EXTRA_CFLAGS): Update.
1580
1581 Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
1582
1583 * configure.in: Configure non-strict memory alignment.
1584 * configure: Regenerated to track ../common/aclocal.m4 changes.
1585
1586 Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
1587
1588 * configure: Regenerated to track ../common/aclocal.m4 changes.
1589
1590 Sat Sep 20 14:07:28 1997 Gavin Koch <gavin@cygnus.com>
1591
1592 * gencode.c (SDBBP,DERET): Added (3900) insns.
1593 (RFE): Turn on for 3900.
1594 * interp.c (DebugBreakPoint,DEPC,Debug,Debug_*): Added.
1595 (dsstate): Made global.
1596 (SUBTARGET_R3900): Added.
1597 (CANCELDELAYSLOT): New.
1598 (SignalException): Ignore SystemCall rather than ignore and
1599 terminate. Add DebugBreakPoint handling.
1600 (decode_coproc): New insns RFE, DERET; and new registers Debug
1601 and DEPC protected by SUBTARGET_R3900.
1602 (sim_engine_run): Use CANCELDELAYSLOT rather than clearing
1603 bits explicitly.
1604 * Makefile.in,configure.in: Add mips subtarget option.
1605 * configure: Update.
1606
1607 Fri Sep 19 09:33:27 1997 Gavin Koch <gavin@cygnus.com>
1608
1609 * gencode.c: Add r3900 (tx39).
1610
1611
1612 Tue Sep 16 15:52:04 1997 Gavin Koch <gavin@cygnus.com>
1613
1614 * gencode.c (build_instruction): Don't need to subtract 4 for
1615 JALR, just 2.
1616
1617 Tue Sep 16 11:32:28 1997 Gavin Koch <gavin@cygnus.com>
1618
1619 * interp.c: Correct some HASFPU problems.
1620
1621 Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
1622
1623 * configure: Regenerated to track ../common/aclocal.m4 changes.
1624
1625 Fri Sep 12 12:01:39 1997 Andrew Cagney <cagney@b1.cygnus.com>
1626
1627 * interp.c (mips_options): Fix samples option short form, should
1628 be `x'.
1629
1630 Thu Sep 11 09:35:29 1997 Andrew Cagney <cagney@b1.cygnus.com>
1631
1632 * interp.c (sim_info): Enable info code. Was just returning.
1633
1634 Tue Sep 9 17:30:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
1635
1636 * interp.c (decode_coproc): Clarify warning about unsuported MTC0,
1637 MFC0.
1638
1639 Tue Sep 9 16:28:28 1997 Andrew Cagney <cagney@b1.cygnus.com>
1640
1641 * gencode.c (build_instruction): Use SIGNED64 for 64 bit
1642 constants.
1643 (build_instruction): Ditto for LL.
1644
1645 Thu Sep 4 17:21:23 1997 Doug Evans <dje@seba>
1646
1647 * configure: Regenerated to track ../common/aclocal.m4 changes.
1648
1649 Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
1650
1651 * configure: Regenerated to track ../common/aclocal.m4 changes.
1652 * config.in: Ditto.
1653
1654 Wed Aug 27 14:12:27 1997 Andrew Cagney <cagney@b1.cygnus.com>
1655
1656 * interp.c (sim_open): Add call to sim_analyze_program, update
1657 call to sim_config.
1658
1659 Tue Aug 26 10:40:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
1660
1661 * interp.c (sim_kill): Delete.
1662 (sim_create_inferior): Add ABFD argument. Set PC from same.
1663 (sim_load): Move code initializing trap handlers from here.
1664 (sim_open): To here.
1665 (sim_load): Delete, use sim-hload.c.
1666
1667 * Makefile.in (SIM_OBJS): Add sim-hload.o module.
1668
1669 Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
1670
1671 * configure: Regenerated to track ../common/aclocal.m4 changes.
1672 * config.in: Ditto.
1673
1674 Mon Aug 25 15:59:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1675
1676 * interp.c (sim_open): Add ABFD argument.
1677 (sim_load): Move call to sim_config from here.
1678 (sim_open): To here. Check return status.
1679
1680 Fri Jul 25 15:00:45 1997 Gavin Koch <gavin@cygnus.com>
1681
1682 * gencode.c (build_instruction): Two arg MADD should
1683 not assign result to $0.
1684
1685 Thu Jun 26 12:13:17 1997 Angela Marie Thomas (angela@cygnus.com)
1686
1687 * sim/mips/configure: Change default_sim_endian to 0 (bi-endian)
1688 * sim/mips/configure.in: Regenerate.
1689
1690 Wed Jul 9 10:29:21 1997 Andrew Cagney <cagney@critters.cygnus.com>
1691
1692 * interp.c (SUB_REG_UW, SUB_REG_SW, SUB_REG_*): Use more explicit
1693 signed8, unsigned8 et.al. types.
1694
1695 * interp.c (SUB_REG_FETCH): Handle both little and big endian
1696 hosts when selecting subreg.
1697
1698 Wed Jul 2 11:54:10 1997 Jeffrey A Law (law@cygnus.com)
1699
1700 * interp.c (sim_engine_run): Reset the ZERO register to zero
1701 regardless of FEATURE_WARN_ZERO.
1702 * gencode.c (FEATURE_WARNINGS): Remove FEATURE_WARN_ZERO.
1703
1704 Wed Jun 4 10:43:14 1997 Andrew Cagney <cagney@b1.cygnus.com>
1705
1706 * interp.c (decode_coproc): Implement MTC0 N, CAUSE.
1707 (SignalException): For BreakPoints ignore any mode bits and just
1708 save the PC.
1709 (SignalException): Always set the CAUSE register.
1710
1711 Tue Jun 3 05:00:33 1997 Andrew Cagney <cagney@b1.cygnus.com>
1712
1713 * interp.c (SignalException): Clear the simDELAYSLOT flag when an
1714 exception has been taken.
1715
1716 * interp.c: Implement the ERET and mt/f sr instructions.
1717
1718 Sat May 31 00:44:16 1997 Andrew Cagney <cagney@b1.cygnus.com>
1719
1720 * interp.c (SignalException): Don't bother restarting an
1721 interrupt.
1722
1723 Fri May 30 23:41:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1724
1725 * interp.c (SignalException): Really take an interrupt.
1726 (interrupt_event): Only deliver interrupts when enabled.
1727
1728 Tue May 27 20:08:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
1729
1730 * interp.c (sim_info): Only print info when verbose.
1731 (sim_info) Use sim_io_printf for output.
1732
1733 Tue May 27 14:22:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
1734
1735 * interp.c (CoProcPresent): Add UNUSED attribute - not used by all
1736 mips architectures.
1737
1738 Tue May 27 14:22:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
1739
1740 * interp.c (sim_do_command): Check for common commands if a
1741 simulator specific command fails.
1742
1743 Thu May 22 09:32:03 1997 Gavin Koch <gavin@cygnus.com>
1744
1745 * interp.c (sim_engine_run): ifdef out uses of simSTOP, simSTEP
1746 and simBE when DEBUG is defined.
1747
1748 Wed May 21 09:08:10 1997 Andrew Cagney <cagney@b1.cygnus.com>
1749
1750 * interp.c (interrupt_event): New function. Pass exception event
1751 onto exception handler.
1752
1753 * configure.in: Check for stdlib.h.
1754 * configure: Regenerate.
1755
1756 * gencode.c (build_instruction): Add UNUSED attribute to tempS
1757 variable declaration.
1758 (build_instruction): Initialize memval1.
1759 (build_instruction): Add UNUSED attribute to byte, bigend,
1760 reverse.
1761 (build_operands): Ditto.
1762
1763 * interp.c: Fix GCC warnings.
1764 (sim_get_quit_code): Delete.
1765
1766 * configure.in: Add INLINE, ENDIAN, HOSTENDIAN and WARNINGS.
1767 * Makefile.in: Ditto.
1768 * configure: Re-generate.
1769
1770 * Makefile.in (SIM_OBJS): Add sim-watch.o module.
1771
1772 Tue May 20 15:08:56 1997 Andrew Cagney <cagney@b1.cygnus.com>
1773
1774 * interp.c (mips_option_handler): New function parse argumes using
1775 sim-options.
1776 (myname): Replace with STATE_MY_NAME.
1777 (sim_open): Delete check for host endianness - performed by
1778 sim_config.
1779 (simHOSTBE, simBE): Delete, replaced by sim-endian flags.
1780 (sim_open): Move much of the initialization from here.
1781 (sim_load): To here. After the image has been loaded and
1782 endianness set.
1783 (sim_open): Move ColdReset from here.
1784 (sim_create_inferior): To here.
1785 (sim_open): Make FP check less dependant on host endianness.
1786
1787 * Makefile.in (SIM_RUN_OBJS): Set to nrun.o - use new version or
1788 run.
1789 * interp.c (sim_set_callbacks): Delete.
1790
1791 * interp.c (membank, membank_base, membank_size): Replace with
1792 STATE_MEMORY, STATE_MEM_SIZE, STATE_MEM_BASE.
1793 (sim_open): Remove call to callback->init. gdb/run do this.
1794
1795 * interp.c: Update
1796
1797 * sim-main.h (SIM_HAVE_FLATMEM): Define.
1798
1799 * interp.c (big_endian_p): Delete, replaced by
1800 current_target_byte_order.
1801
1802 Tue May 20 13:55:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
1803
1804 * interp.c (host_read_long, host_read_word, host_swap_word,
1805 host_swap_long): Delete. Using common sim-endian.
1806 (sim_fetch_register, sim_store_register): Use H2T.
1807 (pipeline_ticks): Delete. Handled by sim-events.
1808 (sim_info): Update.
1809 (sim_engine_run): Update.
1810
1811 Tue May 20 13:42:03 1997 Andrew Cagney <cagney@b1.cygnus.com>
1812
1813 * interp.c (sim_stop_reason): Move code determining simEXCEPTION
1814 reason from here.
1815 (SignalException): To here. Signal using sim_engine_halt.
1816 (sim_stop_reason): Delete, moved to common.
1817
1818 Tue May 20 10:19:48 1997 Andrew Cagney <cagney@b2.cygnus.com>
1819
1820 * interp.c (sim_open): Add callback argument.
1821 (sim_set_callbacks): Delete SIM_DESC argument.
1822 (sim_size): Ditto.
1823
1824 Mon May 19 18:20:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
1825
1826 * Makefile.in (SIM_OBJS): Add common modules.
1827
1828 * interp.c (sim_set_callbacks): Also set SD callback.
1829 (set_endianness, xfer_*, swap_*): Delete.
1830 (host_read_word, host_read_long, host_swap_word, host_swap_long):
1831 Change to functions using sim-endian macros.
1832 (control_c, sim_stop): Delete, use common version.
1833 (simulate): Convert into.
1834 (sim_engine_run): This function.
1835 (sim_resume): Delete.
1836
1837 * interp.c (simulation): New variable - the simulator object.
1838 (sim_kind): Delete global - merged into simulation.
1839 (sim_load): Cleanup. Move PC assignment from here.
1840 (sim_create_inferior): To here.
1841
1842 * sim-main.h: New file.
1843 * interp.c (sim-main.h): Include.
1844
1845 Thu Apr 24 00:39:51 1997 Doug Evans <dje@canuck.cygnus.com>
1846
1847 * configure: Regenerated to track ../common/aclocal.m4 changes.
1848
1849 Wed Apr 23 17:32:19 1997 Doug Evans <dje@canuck.cygnus.com>
1850
1851 * tconfig.in (SIM_HAVE_BIENDIAN): Define.
1852
1853 Mon Apr 21 17:16:13 1997 Gavin Koch <gavin@cygnus.com>
1854
1855 * gencode.c (build_instruction): DIV instructions: check
1856 for division by zero and integer overflow before using
1857 host's division operation.
1858
1859 Thu Apr 17 03:18:14 1997 Doug Evans <dje@canuck.cygnus.com>
1860
1861 * Makefile.in (SIM_OBJS): Add sim-load.o.
1862 * interp.c: #include bfd.h.
1863 (target_byte_order): Delete.
1864 (sim_kind, myname, big_endian_p): New static locals.
1865 (sim_open): Set sim_kind, myname. Move call to set_endianness to
1866 after argument parsing. Recognize -E arg, set endianness accordingly.
1867 (sim_load): Return SIM_RC. New arg abfd. Call sim_load_file to
1868 load file into simulator. Set PC from bfd.
1869 (sim_create_inferior): Return SIM_RC. Delete arg start_address.
1870 (set_endianness): Use big_endian_p instead of target_byte_order.
1871
1872 Wed Apr 16 17:55:37 1997 Andrew Cagney <cagney@b1.cygnus.com>
1873
1874 * interp.c (sim_size): Delete prototype - conflicts with
1875 definition in remote-sim.h. Correct definition.
1876
1877 Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1878
1879 * configure: Regenerated to track ../common/aclocal.m4 changes.
1880 * config.in: Ditto.
1881
1882 Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
1883
1884 * interp.c (sim_open): New arg `kind'.
1885
1886 * configure: Regenerated to track ../common/aclocal.m4 changes.
1887
1888 Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1889
1890 * configure: Regenerated to track ../common/aclocal.m4 changes.
1891
1892 Tue Mar 25 11:38:22 1997 Doug Evans <dje@canuck.cygnus.com>
1893
1894 * interp.c (sim_open): Set optind to 0 before calling getopt.
1895
1896 Wed Mar 19 01:14:00 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1897
1898 * configure: Regenerated to track ../common/aclocal.m4 changes.
1899
1900 Mon Mar 17 10:52:59 1997 Gavin Koch <gavin@cetus.cygnus.com>
1901
1902 * interp.c : Replace uses of pr_addr with pr_uword64
1903 where the bit length is always 64 independent of SIM_ADDR.
1904 (pr_uword64) : added.
1905
1906 Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1907
1908 * configure: Re-generate.
1909
1910 Fri Mar 14 10:34:11 1997 Michael Meissner <meissner@cygnus.com>
1911
1912 * configure: Regenerate to track ../common/aclocal.m4 changes.
1913
1914 Thu Mar 13 12:51:36 1997 Doug Evans <dje@canuck.cygnus.com>
1915
1916 * interp.c (sim_open): New SIM_DESC result. Argument is now
1917 in argv form.
1918 (other sim_*): New SIM_DESC argument.
1919
1920 Mon Feb 24 22:47:14 1997 Dawn Perchik <dawn@cygnus.com>
1921
1922 * interp.c: Fix printing of addresses for non-64-bit targets.
1923 (pr_addr): Add function to print address based on size.
1924
1925 Wed Feb 19 14:42:09 1997 Mark Alexander <marka@cygnus.com>
1926
1927 * interp.c (simopen): Add support for LSI MiniRISC PMON vectors.
1928
1929 Thu Feb 13 14:08:30 1997 Ian Lance Taylor <ian@cygnus.com>
1930
1931 * gencode.c (build_mips16_operands): Correct computation of base
1932 address for extended PC relative instruction.
1933
1934 Thu Feb 6 17:16:15 1997 Ian Lance Taylor <ian@cygnus.com>
1935
1936 * interp.c (mips16_entry): Add support for floating point cases.
1937 (SignalException): Pass floating point cases to mips16_entry.
1938 (ValueFPR): Don't restrict fmt_single and fmt_word to even
1939 registers.
1940 (StoreFPR): Likewise. Also, don't clobber fpr + 1 for fmt_single
1941 or fmt_word.
1942 (COP_LW): Pass fmt_word rather than fmt_uninterpreted to StoreFPR,
1943 and then set the state to fmt_uninterpreted.
1944 (COP_SW): Temporarily set the state to fmt_word while calling
1945 ValueFPR.
1946
1947 Tue Feb 4 16:48:25 1997 Ian Lance Taylor <ian@cygnus.com>
1948
1949 * gencode.c (build_instruction): The high order may be set in the
1950 comparison flags at any ISA level, not just ISA 4.
1951
1952 Tue Feb 4 13:33:30 1997 Doug Evans <dje@canuck.cygnus.com>
1953
1954 * Makefile.in (@COMMON_MAKEFILE_FRAG): Use
1955 COMMON_{PRE,POST}_CONFIG_FRAG instead.
1956 * configure.in: sinclude ../common/aclocal.m4.
1957 * configure: Regenerated.
1958
1959 Fri Jan 31 11:11:45 1997 Ian Lance Taylor <ian@cygnus.com>
1960
1961 * configure: Rebuild after change to aclocal.m4.
1962
1963 Thu Jan 23 11:46:23 1997 Stu Grossman (grossman@critters.cygnus.com)
1964
1965 * configure configure.in Makefile.in: Update to new configure
1966 scheme which is more compatible with WinGDB builds.
1967 * configure.in: Improve comment on how to run autoconf.
1968 * configure: Re-run autoconf to get new ../common/aclocal.m4.
1969 * Makefile.in: Use autoconf substitution to install common
1970 makefile fragment.
1971
1972 Wed Jan 8 12:39:03 1997 Jim Wilson <wilson@cygnus.com>
1973
1974 * gencode.c (build_instruction): Use BigEndianCPU instead of
1975 ByteSwapMem.
1976
1977 Thu Jan 02 22:23:04 1997 Mark Alexander <marka@cygnus.com>
1978
1979 * interp.c (sim_monitor): Make output to stdout visible in
1980 wingdb's I/O log window.
1981
1982 Tue Dec 31 07:04:00 1996 Mark Alexander <marka@cygnus.com>
1983
1984 * support.h: Undo previous change to SIGTRAP
1985 and SIGQUIT values.
1986
1987 Mon Dec 30 17:36:06 1996 Ian Lance Taylor <ian@cygnus.com>
1988
1989 * interp.c (store_word, load_word): New static functions.
1990 (mips16_entry): New static function.
1991 (SignalException): Look for mips16 entry and exit instructions.
1992 (simulate): Use the correct index when setting fpr_state after
1993 doing a pending move.
1994
1995 Sun Dec 29 09:37:18 1996 Mark Alexander <marka@cygnus.com>
1996
1997 * interp.c: Fix byte-swapping code throughout to work on
1998 both little- and big-endian hosts.
1999
2000 Sun Dec 29 09:18:32 1996 Mark Alexander <marka@cygnus.com>
2001
2002 * support.h: Make definitions of SIGTRAP and SIGQUIT consistent
2003 with gdb/config/i386/xm-windows.h.
2004
2005 Fri Dec 27 22:48:51 1996 Mark Alexander <marka@cygnus.com>
2006
2007 * gencode.c (build_instruction): Work around MSVC++ code gen bug
2008 that messes up arithmetic shifts.
2009
2010 Fri Dec 20 11:04:05 1996 Stu Grossman (grossman@critters.cygnus.com)
2011
2012 * support.h: Use _WIN32 instead of __WIN32__. Also add defs for
2013 SIGTRAP and SIGQUIT for _WIN32.
2014
2015 Thu Dec 19 14:07:27 1996 Ian Lance Taylor <ian@cygnus.com>
2016
2017 * gencode.c (build_instruction) [MUL]: Cast operands to word64, to
2018 force a 64 bit multiplication.
2019 (build_instruction) [OR]: In mips16 mode, don't do anything if the
2020 destination register is 0, since that is the default mips16 nop
2021 instruction.
2022
2023 Mon Dec 16 14:59:38 1996 Ian Lance Taylor <ian@cygnus.com>
2024
2025 * gencode.c (MIPS16_DECODE): SWRASP is I8, not RI.
2026 (build_endian_shift): Don't check proc64.
2027 (build_instruction): Always set memval to uword64. Cast op2 to
2028 uword64 when shifting it left in memory instructions. Always use
2029 the same code for stores--don't special case proc64.
2030
2031 * gencode.c (build_mips16_operands): Fix base PC value for PC
2032 relative operands.
2033 (build_instruction): Call JALDELAYSLOT rather than DELAYSLOT for a
2034 jal instruction.
2035 * interp.c (simJALDELAYSLOT): Define.
2036 (JALDELAYSLOT): Define.
2037 (INDELAYSLOT, INJALDELAYSLOT): Define.
2038 (simulate): Clear simJALDELAYSLOT when simDELAYSLOT is cleared.
2039
2040 Tue Dec 24 22:11:20 1996 Angela Marie Thomas (angela@cygnus.com)
2041
2042 * interp.c (sim_open): add flush_cache as a PMON routine
2043 (sim_monitor): handle flush_cache by ignoring it
2044
2045 Wed Dec 11 13:53:51 1996 Jim Wilson <wilson@cygnus.com>
2046
2047 * gencode.c (build_instruction): Use !ByteSwapMem instead of
2048 BigEndianMem.
2049 * interp.c (CONFIG, config_EP_{mask,shift,D,DxxDxx, config_BE): Delete.
2050 (BigEndianMem): Rename to ByteSwapMem and change sense.
2051 (BigEndianCPU, sim_write, LoadMemory, StoreMemory): Change
2052 BigEndianMem references to !ByteSwapMem.
2053 (set_endianness): New function, with prototype.
2054 (sim_open): Call set_endianness.
2055 (sim_info): Use simBE instead of BigEndianMem.
2056 (xfer_direct_word, xfer_direct_long, swap_direct_word,
2057 swap_direct_long, xfer_big_word, xfer_big_long, xfer_little_word,
2058 xfer_little_long, swap_word, swap_long): Delete unnecessary MSC_VER
2059 ifdefs, keeping the prototype declaration.
2060 (swap_word): Rewrite correctly.
2061 (ColdReset): Delete references to CONFIG. Delete endianness related
2062 code; moved to set_endianness.
2063
2064 Tue Dec 10 11:32:04 1996 Jim Wilson <wilson@cygnus.com>
2065
2066 * gencode.c (build_instruction, case JUMP): Truncate PC to 32 bits.
2067 * interp.c (CHECKHILO): Define away.
2068 (simSIGINT): New macro.
2069 (membank_size): Increase from 1MB to 2MB.
2070 (control_c): New function.
2071 (sim_resume): Rename parameter signal to signal_number. Add local
2072 variable prev. Call signal before and after simulate.
2073 (sim_stop_reason): Add simSIGINT support.
2074 (sim_warning, sim_error, dotrace, SignalException): Define as stdarg
2075 functions always.
2076 (sim_warning): Delete call to SignalException. Do call printf_filtered
2077 if logfh is NULL.
2078 (AddressTranslation): Add #ifdef DEBUG around debugging message and
2079 a call to sim_warning.
2080
2081 Wed Nov 27 11:53:50 1996 Ian Lance Taylor <ian@cygnus.com>
2082
2083 * gencode.c (process_instructions): If ! proc64, skip DOUBLEWORD
2084 16 bit instructions.
2085
2086 Tue Nov 26 11:53:12 1996 Ian Lance Taylor <ian@cygnus.com>
2087
2088 Add support for mips16 (16 bit MIPS implementation):
2089 * gencode.c (inst_type): Add mips16 instruction encoding types.
2090 (GETDATASIZEINSN): Define.
2091 (MIPS_DECODE): Add REG flag to dsllv, dsrav, and dsrlv. Add
2092 jalx. Add LEFT flag to mfhi and mflo. Add RIGHT flag to mthi and
2093 mtlo.
2094 (MIPS16_DECODE): New table, for mips16 instructions.
2095 (bitmap_val): New static function.
2096 (struct mips16_op): Define.
2097 (mips16_op_table): New table, for mips16 operands.
2098 (build_mips16_operands): New static function.
2099 (process_instructions): If PC is odd, decode a mips16
2100 instruction. Break out instruction handling into new
2101 build_instruction function.
2102 (build_instruction): New static function, broken out of
2103 process_instructions. Check modifiers rather than flags for SHIFT
2104 bit count and m[ft]{hi,lo} direction.
2105 (usage): Pass program name to fprintf.
2106 (main): Remove unused variable this_option_optind. Change
2107 ``*loptarg++'' to ``loptarg++''.
2108 (my_strtoul): Parenthesize && within ||.
2109 * interp.c (LoadMemory): Accept a halfword pAddr if vAddr is odd.
2110 (simulate): If PC is odd, fetch a 16 bit instruction, and
2111 increment PC by 2 rather than 4.
2112 * configure.in: Add case for mips16*-*-*.
2113 * configure: Rebuild.
2114
2115 Fri Nov 22 08:49:36 1996 Mark Alexander <marka@cygnus.com>
2116
2117 * interp.c: Allow -t to enable tracing in standalone simulator.
2118 Fix garbage output in trace file and error messages.
2119
2120 Wed Nov 20 01:54:37 1996 Doug Evans <dje@canuck.cygnus.com>
2121
2122 * Makefile.in: Delete stuff moved to ../common/Make-common.in.
2123 (SIM_{OBJS,EXTRA_CFLAGS,EXTRA_CLEAN}): Define.
2124 * configure.in: Simplify using macros in ../common/aclocal.m4.
2125 * configure: Regenerated.
2126 * tconfig.in: New file.
2127
2128 Tue Nov 12 13:34:00 1996 Dawn Perchik <dawn@cygnus.com>
2129
2130 * interp.c: Fix bugs in 64-bit port.
2131 Use ansi function declarations for msvc compiler.
2132 Initialize and test file pointer in trace code.
2133 Prevent duplicate definition of LAST_EMED_REGNUM.
2134
2135 Tue Oct 15 11:07:06 1996 Mark Alexander <marka@cygnus.com>
2136
2137 * interp.c (xfer_big_long): Prevent unwanted sign extension.
2138
2139 Thu Sep 26 17:35:00 1996 James G. Smith <jsmith@cygnus.co.uk>
2140
2141 * interp.c (SignalException): Check for explicit terminating
2142 breakpoint value.
2143 * gencode.c: Pass instruction value through SignalException()
2144 calls for Trap, Breakpoint and Syscall.
2145
2146 Thu Sep 26 11:35:17 1996 James G. Smith <jsmith@cygnus.co.uk>
2147
2148 * interp.c (SquareRoot): Add HAVE_SQRT check to ensure sqrt() is
2149 only used on those hosts that provide it.
2150 * configure.in: Add sqrt() to list of functions to be checked for.
2151 * config.in: Re-generated.
2152 * configure: Re-generated.
2153
2154 Fri Sep 20 15:47:12 1996 Ian Lance Taylor <ian@cygnus.com>
2155
2156 * gencode.c (process_instructions): Call build_endian_shift when
2157 expanding STORE RIGHT, to fix swr.
2158 * support.h (SIGNEXTEND): If the sign bit is not set, explicitly
2159 clear the high bits.
2160 * interp.c (Convert): Fix fmt_single to fmt_long to not truncate.
2161 Fix float to int conversions to produce signed values.
2162
2163 Thu Sep 19 15:34:17 1996 Ian Lance Taylor <ian@cygnus.com>
2164
2165 * gencode.c (MIPS_DECODE): Set UNSIGNED for multu instruction.
2166 (process_instructions): Correct handling of nor instruction.
2167 Correct shift count for 32 bit shift instructions. Correct sign
2168 extension for arithmetic shifts to not shift the number of bits in
2169 the type. Fix 64 bit multiply high word calculation. Fix 32 bit
2170 unsigned multiply. Fix ldxc1 and friends to use coprocessor 1.
2171 Fix madd.
2172 * interp.c (CHECKHILO): Don't set HIACCESS, LOACCESS, or HLPC.
2173 It's OK to have a mult follow a mult. What's not OK is to have a
2174 mult follow an mfhi.
2175 (Convert): Comment out incorrect rounding code.
2176
2177 Mon Sep 16 11:38:16 1996 James G. Smith <jsmith@cygnus.co.uk>
2178
2179 * interp.c (sim_monitor): Improved monitor printf
2180 simulation. Tidied up simulator warnings, and added "--log" option
2181 for directing warning message output.
2182 * gencode.c: Use sim_warning() rather than WARNING macro.
2183
2184 Thu Aug 22 15:03:12 1996 Ian Lance Taylor <ian@cygnus.com>
2185
2186 * Makefile.in (gencode): Depend upon gencode.o, getopt.o, and
2187 getopt1.o, rather than on gencode.c. Link objects together.
2188 Don't link against -liberty.
2189 (gencode.o, getopt.o, getopt1.o): New targets.
2190 * gencode.c: Include <ctype.h> and "ansidecl.h".
2191 (AND): Undefine after including "ansidecl.h".
2192 (ULONG_MAX): Define if not defined.
2193 (OP_*): Don't define macros; now defined in opcode/mips.h.
2194 (main): Call my_strtoul rather than strtoul.
2195 (my_strtoul): New static function.
2196
2197 Wed Jul 17 18:12:38 1996 Stu Grossman (grossman@critters.cygnus.com)
2198
2199 * gencode.c (process_instructions): Generate word64 and uword64
2200 instead of `long long' and `unsigned long long' data types.
2201 * interp.c: #include sysdep.h to get signals, and define default
2202 for SIGBUS.
2203 * (Convert): Work around for Visual-C++ compiler bug with type
2204 conversion.
2205 * support.h: Make things compile under Visual-C++ by using
2206 __int64 instead of `long long'. Change many refs to long long
2207 into word64/uword64 typedefs.
2208
2209 Wed Jun 26 12:24:55 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2210
2211 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
2212 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
2213 (docdir): Removed.
2214 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
2215 (AC_PROG_INSTALL): Added.
2216 (AC_PROG_CC): Moved to before configure.host call.
2217 * configure: Rebuilt.
2218
2219 Wed Jun 5 08:28:13 1996 James G. Smith <jsmith@cygnus.co.uk>
2220
2221 * configure.in: Define @SIMCONF@ depending on mips target.
2222 * configure: Rebuild.
2223 * Makefile.in (run): Add @SIMCONF@ to control simulator
2224 construction.
2225 * gencode.c: Change LOADDRMASK to 64bit memory model only.
2226 * interp.c: Remove some debugging, provide more detailed error
2227 messages, update memory accesses to use LOADDRMASK.
2228
2229 Mon Jun 3 11:55:03 1996 Ian Lance Taylor <ian@cygnus.com>
2230
2231 * configure.in: Add calls to AC_CONFIG_HEADER, AC_CHECK_HEADERS,
2232 AC_CHECK_LIB, and AC_CHECK_FUNCS. Change AC_OUTPUT to set
2233 stamp-h.
2234 * configure: Rebuild.
2235 * config.in: New file, generated by autoheader.
2236 * interp.c: Include "config.h". Include <stdlib.h>, <string.h>,
2237 and <strings.h> if they exist. Replace #ifdef sun with #ifdef
2238 HAVE_ANINT and HAVE_AINT, as appropriate.
2239 * Makefile.in (run): Use @LIBS@ rather than -lm.
2240 (interp.o): Depend upon config.h.
2241 (Makefile): Just rebuild Makefile.
2242 (clean): Remove stamp-h.
2243 (mostlyclean): Make the same as clean, not as distclean.
2244 (config.h, stamp-h): New targets.
2245
2246 Fri May 10 00:41:17 1996 James G. Smith <jsmith@cygnus.co.uk>
2247
2248 * interp.c (ColdReset): Fix boolean test. Make all simulator
2249 globals static.
2250
2251 Wed May 8 15:12:58 1996 James G. Smith <jsmith@cygnus.co.uk>
2252
2253 * interp.c (xfer_direct_word, xfer_direct_long,
2254 swap_direct_word, swap_direct_long, xfer_big_word,
2255 xfer_big_long, xfer_little_word, xfer_little_long,
2256 swap_word,swap_long): Added.
2257 * interp.c (ColdReset): Provide function indirection to
2258 host<->simulated_target transfer routines.
2259 * interp.c (sim_store_register, sim_fetch_register): Updated to
2260 make use of indirected transfer routines.
2261
2262 Fri Apr 19 15:48:24 1996 James G. Smith <jsmith@cygnus.co.uk>
2263
2264 * gencode.c (process_instructions): Ensure FP ABS instruction
2265 recognised.
2266 * interp.c (AbsoluteValue): Add routine. Also provide simple PMON
2267 system call support.
2268
2269 Wed Apr 10 09:51:38 1996 James G. Smith <jsmith@cygnus.co.uk>
2270
2271 * interp.c (sim_do_command): Complain if callback structure not
2272 initialised.
2273
2274 Thu Mar 28 13:50:51 1996 James G. Smith <jsmith@cygnus.co.uk>
2275
2276 * interp.c (Convert): Provide round-to-nearest and round-to-zero
2277 support for Sun hosts.
2278 * Makefile.in (gencode): Ensure the host compiler and libraries
2279 used for cross-hosted build.
2280
2281 Wed Mar 27 14:42:12 1996 James G. Smith <jsmith@cygnus.co.uk>
2282
2283 * interp.c, gencode.c: Some more (TODO) tidying.
2284
2285 Thu Mar 7 11:19:33 1996 James G. Smith <jsmith@cygnus.co.uk>
2286
2287 * gencode.c, interp.c: Replaced explicit long long references with
2288 WORD64HI, WORD64LO, SET64HI and SET64LO macro calls.
2289 * support.h (SET64LO, SET64HI): Macros added.
2290
2291 Wed Feb 21 12:16:21 1996 Ian Lance Taylor <ian@cygnus.com>
2292
2293 * configure: Regenerate with autoconf 2.7.
2294
2295 Tue Jan 30 08:48:18 1996 Fred Fish <fnf@cygnus.com>
2296
2297 * interp.c (LoadMemory): Enclose text following #endif in /* */.
2298 * support.h: Remove superfluous "1" from #if.
2299 * support.h (CHECKSIM): Remove stray 'a' at end of line.
2300
2301 Mon Dec 4 11:44:40 1995 Jamie Smith <jsmith@cygnus.com>
2302
2303 * interp.c (StoreFPR): Control UndefinedResult() call on
2304 WARN_RESULT manifest.
2305
2306 Fri Dec 1 16:37:19 1995 James G. Smith <jsmith@cygnus.co.uk>
2307
2308 * gencode.c: Tidied instruction decoding, and added FP instruction
2309 support.
2310
2311 * interp.c: Added dineroIII, and BSD profiling support. Also
2312 run-time FP handling.
2313
2314 Sun Oct 22 00:57:18 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
2315
2316 * Changelog, Makefile.in, README.Cygnus, configure, configure.in,
2317 gencode.c, interp.c, support.h: created.