]> Git Repo - binutils.git/blame - sim/mn10300/ChangeLog
Richard Earnshaw <[email protected]>
[binutils.git] / sim / mn10300 / ChangeLog
CommitLineData
2f0122dc
DJ
12006-06-05 Daniel Jacobowitz <[email protected]>
2
3 * configure: Regenerated.
4
20e95c23
DJ
52006-05-31 Daniel Jacobowitz <[email protected]>
6
7 * configure: Regenerated.
8
b3a3ffef
HPN
92006-03-29 Hans-Peter Nilsson <[email protected]>
10
11 * configure: Regenerate.
12
2b193c4a
MK
132005-03-23 Mark Kettenis <[email protected]>
14
15 * configure: Regenerate.
16
35695fd6
AC
172005-01-14 Andrew Cagney <[email protected]>
18
19 * configure.ac: Sinclude aclocal.m4 before common.m4. Add
20 explicit call to AC_CONFIG_HEADER.
21 * configure: Regenerate.
22
f0569246
AC
232005-01-12 Andrew Cagney <[email protected]>
24
25 * configure.ac: Update to use ../common/common.m4.
26 * configure: Re-generate.
27
38f48d72
AC
282005-01-11 Andrew Cagney <[email protected]>
29
30 * configure: Regenerated to track ../common/aclocal.m4 changes.
31
b7026657
AC
322005-01-07 Andrew Cagney <[email protected]>
33
34 * configure.ac: Rename configure.in, require autoconf 2.59.
35 * configure: Re-generate.
36
379832de
HPN
372004-12-08 Hans-Peter Nilsson <[email protected]>
38
39 * configure: Regenerate for ../common/aclocal.m4 update.
40
599e0b9e
AO
412004-06-26 Alexandre Oliva <[email protected]>
42
c76b4bab
AO
43 2000-08-07 Graham Stott <[email protected]>
44 * am33-2.igen (fmadd, fmsub, fmnadd, fmnsub): Correct typo.
45 2000-05-29 Alexandre Oliva <[email protected]>
46 * interp.c (fpu_disabled_exception, fpu_unimp_exception,
47 fpu_check_signal_exception): Take additional state arguments.
48 Print exception type and call program_interrupt. Adjust callers.
49 (fpu_rsqrt, fpu_cmp, fpu_add, fpu_sub, fpu_mul, fpu_div,
50 fpu_fmadd, fpu_fmsub, fpu_fnmadd, fpu_fnmsub): Take additional
51 arguments.
52 * mn10300_sim.h (fpu_disabled_exception, fpu_unimp_exception,
53 fpu_check_signal_exception): Adjust prototypes.
54 (fpu_rsqrt, fpu_cmp, fpu_add, fpu_sub, fpu_mul, fpu_div,
55 fpu_fmadd, fpu_fmsub, fpu_fnmadd, fpu_fnmsub): Likewise.
56 * am33-2.igen: Adjust calls.
57 2000-05-19 Alexandre Oliva <[email protected]>
58 * op_utils.c (cmp2fcc): Moved...
59 * interp.c: ... here.
60 2000-05-18 Alexandre Oliva <[email protected]>
61 * am33-2.igen: Use `unsigned32', `signed32', `unsigned64' or
62 `signed64' where type width is relevant.
63 2000-05-15 Alexandre Oliva <[email protected]>
64 * mn10300_sim.h: Include sim-fpu.h.
65 (FD2FPU, FPU2FD): Enclose the FD argument in parentheses.
66 (fpu_check_signal_exception): Declare.
67 (struct fp_prec_t, fp_single_prec, fp_double_prec): Likewise.
68 (FP_SINGLE, FP_DOUBLE): Shorthands for fp_*_prec.
69 (fpu_rsqrt, fpu_cmp, fpu_add, fpu_sub, fpu_mul, fpu_div,
70 fpu_fmadd, fpu_fmsub, fpu_fnmadd, fpu_fnmsub): Declare.
71 * interp.c (fpu_disabled_exception): Document.
72 (fpu_unimp_exception): Likewise.
73 (fpu_check_signal_exception): Define.
74 (reg2val_32, round_32, val2reg_32, fp_single_prec): Likewise.
75 (reg2val_64, round_64, val2reg_64, fp_double_prec): Likewise.
76 (REG2VAL, ROUND, VAL2REG): Define shorthands.
77 (fpu_status_ok): Define.
78 (fpu_rsqrt, fpu_cmp, fpu_add, fpu_sub, fpu_mul, fpu_div,
79 fpu_fmadd, fpu_fmsub, fpu_fnmadd, fpu_fnmsub): Define.
80 * am33-2.igen (frsqrt, fcmp, fadd, fsub, fmul, fdiv,
81 fmadd, fmsub, fnmadd, fnmsub): Use new functions.
82 2000-04-27 Alexandre Oliva <[email protected]>
83 * interp.c (sim_create_inferior): Set PSW bit to enable FP insns
84 if architecture is AM33/2.0.
85 * am33.igen: Include am33-2.igen.
86 2000-04-23 Alexandre Oliva <[email protected]>
87 * mn10300.igen (movm, call, ret, retf): Check for am33_2 too.
88 * am33.igen (movm): Likewise.
89 2000-04-19 Alexandre Oliva <[email protected]>
90 * am33.igen: Added `*am33_2' to some instructions that were
91 missing it.
92 2000-04-07 Alexandre Oliva <[email protected]>
93 * am33-2.igen: New file. All insns implemented, but FP flags are
94 only set for fcmp, exceptional conditions are not handled yet.
95 * Makefile.in (IGEN_INSN): Added am33-2.igen.
96 (tmp-igen): Added -M am33_2.
97 * mn10300.igen, am33.igen: Added `*am33_2' to all insns.
98 * gencode.c: Support FMT_D3.
99 * mn10300_sim.h (dword): New type.
100 (struct _state): Added fpregs.
101 (REG_FPCR, FPCR): New define. All assorted bitmaps.
102 (XS2FS, AS2FS, Xf2FD): New macros.
103 (FS2FPU, FD2FPU, FPU2FS, FPU2FD): Likewise.
104 (load_dword, store_dword): New functions or macros.
105 (u642dw, dw2u64): New functions.
106 (fpu_disabled_exception, fpu_unimp_exception): Declared.
107 * interp.c (fpu_disabled_exception): Defined; no actual
108 implementation.
109 (fpu_unimp_exception): Likewise.
110 * op_utils.c (cmp2fcc): New function.
111
489503ee
AO
112 * interp.c, mn10300_sim.h, op_utils.c: Convert function prototypes
113 and definitions to ISO C.
114
622c89b6
AO
115 * gencode.c, simops.c: Delete.
116 * Makefile.in: Remove non-COMMON dependencies and commands.
117
599e0b9e
AO
118 * configure.in: Use common simulator always. Don't subst sim_gen
119 nor mn10300_common.
120 * configure: Rebuilt.
121 * Makefile.in (WITHOUT_COMMON_OBJS, WITHOUT_COMMON_INTERP_DEP,
122 WITHOUT_COMMON_RUN_OBJS): Remove.
123 (WITH_COMMON_OBJS): Rename to MN10300_OBJS.
124 (WITH_COMMON_INTERP_DEP): Rename to MN10300_INTERP_DEP.
125 (WITH_COMMON_RUN_OBJS): Rename to SIM_RUN_OBJS.
126 (SIM_EXTRA_CFLAGS): Don't use @sim_gen@.
127 * interp.c: Remove non-common bits.
128 * mn10300_sim.h: Likewise.
129
e158f0a0
AC
1302003-08-28 Andrew Cagney <[email protected]>
131
132 * dv-mn103ser.c (do_polling_event): Change type of "serial_reg" to
133 "long".
134 (read_status_reg): Cast "serial_reg" to "long".
135 * dv-mn103tim.c (do_counter_event): Change type of "timer_nr" to
136 "long".
137 (do_counter6_event, write_mode_reg, write_tm6md): Ditto.
138
6b4a8935
AC
1392003-02-27 Andrew Cagney <[email protected]>
140
141 * interp.c (sim_open, sim_create_inferior, sim_open)
142 (sim_create_inferior): Rename _bfd to bfd.
143
dbd7cd63
AC
1442003-02-26 Andrew Cagney <[email protected]>
145
146 * am33.igen: Call sim_engine_abort instead of abort.
147
bb6317d3
DC
1482003-02-26 David Carlton <[email protected]>
149
150 * dv-mn103tim.c (read_special_timer6_reg): Add break after
151 empty default: label.
152 (write_special_timer6_reg): Ditto.
153 Update copyright.
154
6c0a25e9
AC
1552002-11-28 Andrew Cagney <[email protected]>
156
157 * sim-main.h: Only include "idecode.h" once.
158 * Makefile.in (SIM_EXTRA_DEPS): Define.
159
c8cca39f
AC
1602002-06-16 Andrew Cagney <[email protected]>
161
162 * configure: Regenerated to track ../common/aclocal.m4 changes.
163
3c25f8c7
AC
1642002-06-09 Andrew Cagney <[email protected]>
165
166 * Makefile.in (INCLUDE): Update path to callback.h.
167 * mn10300_sim.h: Include "gdb/callback.h" and "gdb/remote-sim.h".
168 * tconfig.in: Ditto.
169
ff88f59d
JB
1702001-05-06 Jim Blandy <[email protected]>
171
172 * mn10300.igen: Doc fixes.
173
cc274e7c
AO
1742001-04-26 Alexandre Oliva <[email protected]>
175
176 * Makefile.in (idecode.o, op_utils.o, semantics.o, simops.o):
177 Depend on targ-vals.h.
178
d4424ada
C
1792001-04-15 J.T. Conklin <[email protected]>
180
181 * Makefile.in (simops.o): Add simops.h to dependency list.
182
5425ca99
AO
183Wed Aug 9 02:24:53 2000 Graham Stott <[email protected]>
184
185 * am33.igen: Warning clean-up.
186 (movm): Initialize PC and mask.
187 (mov, movbu, movhu): Set srcreg2 from RI0.
188 (bsch): Initialize c.
189 (sat16_cmp): Actually do the comparison.
190 (mov_llt): Do not overwrite dstreg with uninitialized variable.
191
eb2d80b4
AC
192Tue May 23 21:39:23 2000 Andrew Cagney <[email protected]>
193
194 * configure: Regenerated to track ../common/aclocal.m4 changes.
195
e33c0364
AO
1962000-05-22 Alexandre Oliva <[email protected]>
197
198 * am33.igen: Fix leading comments of SP-relative offset insns that
199 referred to other registers. Make their offsets unsigned.
200
24a39d88
AO
2012000-05-18 Alexandre Oliva <[email protected]>
202
203 * mn10300_sim.h (genericAdd, genericSub, genericCmp, genericOr,
204 genericXor, genericBtst): Use `unsigned32'.
205 * op_utils.c: Likewise.
206 * mn10300.igen, am33.igen: Use `unsigned32', `signed32',
207 `unsigned64' or `signed64' where type width is relevant.
208
bfa8561f
AO
2092000-04-25 Alexandre Oliva <[email protected]>
210
211 * am33.igen (inc4 Rn): Use genericAdd so as to modify flags.
212
d8e7020f
AO
2132000-04-09 Alexandre Oliva <[email protected]>
214
215 * am33.igen: Make SP-relative offsets unsigned. Add `*am33' for
216 some instructions that were missing it.
217
a9e3a739
FCE
2182000-03-03 Alexandre Oliva <[email protected]>
219
220 * Makefile.in (IGEN_INSN): Added am33.igen.
221
d4f3574e
SS
222Thu Sep 2 18:15:53 1999 Andrew Cagney <[email protected]>
223
224 * configure: Regenerated to track ../common/aclocal.m4 changes.
225
adf40b2e
JM
226Tue Jul 13 13:26:20 1999 Andrew Cagney <[email protected]>
227
228 * interp.c: Clarify error message reporting an unknown board.
229
cd0fc7c3
SS
2301999-05-08 Felix Lee <[email protected]>
231
232 * configure: Regenerated to track ../common/aclocal.m4 changes.
233
7a292a7a
SS
2341999-04-16 Frank Ch. Eigler <[email protected]>
235
236 * interp.c (program_interrupt): Detect undesired recursion using
237 static flag. Set NMIRC register's SYSEF flag during
238 --board=stdeval1 mode.
239 * dv-mn103-int.c (write_icr): Add backdoor address to allow CPU to
240 set SYSEF flag.
241
2421999-04-02 Keith Seitz <[email protected]>
243
244 * Makefile.in (SIM_EXTRA_CFLAGS): Define a POLL_QUIT_INTERVAL
245 for use in the simulator so that the poll_quit callback is
246 not called too often.
247
248Tue Mar 9 21:26:41 1999 Andrew Cagney <[email protected]>
249
250 * dv-mn103int.c (mn103int_ioctl): Return something.
251 * dv-mn103tim.c (write_tm6md): GCC suggested parentheses around &&
252 within ||.
253
254Tue Feb 16 23:57:17 1999 Jeffrey A Law ([email protected])
255
256 * mn10300.igen (retf): Fix return address computation and store
257 the new pc value into nia.
258
c906108c
SS
2591998-12-29 Frank Ch. Eigler <[email protected]>
260
261 * Makefile.in (WITH_COMMON_OBJS): Build also dv-sockser.o.
262 * interp.c (sim_open): Add stub mn103002 cache control memory regions.
263 Set OPERATING_ENVIRONMENT on "stdeval1" board.
264 (mn10300_core_signal): New function to intercept memory errors.
265 (program_interrupt): New function to dispatch to exception vector
266 (mn10300_exception_*): New functions to snapshot pre/post exception
267 state.
268 * sim-main.h (SIM_CORE_SIGNAL): Define hook - call mn10300_core_signal.
269 (SIM_ENGINE_HALT_HOOK): Do nothing.
270 (SIM_CPU_EXCEPTION*): Define hooks to call mn10300_cpu_exception*().
271 (_sim_cpu): Add exc_* fields to store register value snapshots.
272 * dv-mn103ser.c (*): Support dv-sockser backend for UART I/O.
273 Various endianness and warning fixes.
274 * mn10300.igen (illegal): Call program_interrupt on error.
275 (break): Call program_interrupt on breakpoint
276
277 Several changes from <[email protected]> and <[email protected]>
278 merged in:
279 * dv-mn103int.c (mn103int_ioctl): New function for NMI
280 generation. (mn103int_finish): Install it as ioctl handler.
281 * dv-mn103tim.c: Support timer 6 specially. Endianness fixes.
282
c2d11a7d
JM
283Wed Oct 14 12:11:05 1998 Jeffrey A Law ([email protected])
284
285 * am33.igen: Allow autoincrement stores using the same register
286 for source and destination operands.
287
288Mon Aug 31 10:19:55 1998 Jeffrey A Law ([email protected])
289
290 * am33.igen: Reverse HI/LO outputs of 4 operand "mul" and "mulu".
291
c906108c
SS
292Fri Aug 28 14:40:49 1998 Joyce Janczyn <[email protected]>
293
294 * interp.c (sim_open): Check for invalid --board option, fix
295 indentation, allocate memory for mem control and DMA regs.
296
297Wed Aug 26 09:29:38 1998 Joyce Janczyn <[email protected]>
298
299 * mn10300.igen (div,divu): Fix divide instructions so divide by 0
300 behaves like the hardware.
301
302Mon Aug 24 11:50:09 1998 Joyce Janczyn <[email protected]>
303
304 * sim-main.h (SIM_HANDLES_LMA): Define SIM_HANDLES_LMA.
305
c2d11a7d
JM
306Wed Aug 12 12:36:07 1998 Jeffrey A Law ([email protected])
307
308 * am33.igen: Handle case where first DSP operation modifies a
309 register used in the second DSP operation correctly.
310
311Tue Jul 28 10:10:25 1998 Jeffrey A Law ([email protected])
312
313 * am33.igen: Detect cases where two operands must not match for
314 DSP instructions too.
315
316Mon Jul 27 12:04:17 1998 Jeffrey A Law ([email protected])
317
318 * am33.igen: Detect cases where two operands must not match in
319 non-DSP instructions.
320
c906108c
SS
321Fri Jul 24 18:15:21 1998 Joyce Janczyn <[email protected]>
322
323 * op_utils.c (do_syscall): Rewrite to use common/syscall.c.
324 (syscall_read_mem, syscall_write_mem): New functions for syscall
325 callbacks.
326 * mn10300_sim.h: Add prototypes for syscall_read_mem and
327 syscall_write_mem.
328 * mn10300.igen: Change C++ style comments to C style comments.
329 Check for divide by zero in div and divu ops.
330
c2d11a7d
JM
331Fri Jul 24 12:49:28 1998 Jeffrey A Law ([email protected])
332
333 * am33.igen (translate_xreg): New function. Use it as needed.
334
335Thu Jul 23 10:05:28 1998 Jeffrey A Law ([email protected])
336
337 * am33.igen: Add some missing instructions.
338
339 * am33.igen: Autoincrement loads/store fixes.
340
341Tue Jul 21 09:48:14 1998 Jeffrey A Law ([email protected])
342
343 * am33.igen: Add mov_lCC DSP instructions.
344
345 * am33.igen: Add most am33 DSP instructions.
346
c906108c
SS
347Thu Jul 9 10:06:55 1998 Jeffrey A Law ([email protected])
348
349 * mn10300.igen: Fix Z bit for addc and subc instructions.
350 Minor fixes in multiply/divide patterns.
351
c2d11a7d
JM
352 * am33.igen: Add missing mul[u] imm32,Rn. Fix condition code
353 handling for many instructions. Fix sign extension for some
354 24bit immediates.
355
356 * am33.igen: Fix Z bit for remaining addc/subc instructions.
357 Do not sign extend immediate for mov imm,XRn.
358 More random mul, mac & div fixes.
359 Remove some unused variables.
360 Sign extend 24bit displacement in memory addresses.
361
362 * am33.igen: Fix Z bit for addc Rm,Rn and subc Rm,Rn. Various
363 fixes to 2 register multiply, divide and mac instructions. Set
364 Z,N correctly for sat16. Sign extend 24 bit immediate for add,
365 and sub instructions.
366
367 * am33.igen: Add remaining non-DSP instructions.
368
369Wed Jul 8 16:29:12 1998 Jeffrey A Law ([email protected])
370
371 * am33.igen (translate_rreg): New function. Use it as appropriate.
372
373 * am33.igen: More am33 instructions. Fix "div".
374
375Mon Jul 6 15:39:22 1998 Jeffrey A Law ([email protected])
376
377 * mn10300.igen: Add am33 support.
378
379 * Makefile.in: Use multi-sim to support both a mn10300 and am33
380 simulator.
381
382 * am33.igen: Add many more am33 instructions.
c906108c
SS
383
384Wed Jul 1 17:07:09 1998 Jeffrey A Law ([email protected])
385
386 * mn10300_sim.h (FETCH24): Define.
387
c2d11a7d
JM
388 * mn10300_sim.h: Add defines for some registers found on the AM33.
389 * am33.igen: New file with some am33 support.
c906108c
SS
390
391Tue Jun 30 11:23:20 1998 Jeffrey A Law ([email protected])
392
393 * mn10300_sim.h: Include bfd.h
394 (struct state): Add more room for processor specific registers.
c2d11a7d 395 (REG_E0): Define.
c906108c
SS
396
397Thu Jun 25 10:12:03 1998 Joyce Janczyn <[email protected]>
398
399 * dv-mn103tim.c: Include sim-assert.h
400 * dv-mn103ser.c (do_polling_event): Check for incoming data on
401 serial line and schedule next polling event.
402 (read_status_reg): schedule events to check for incoming data on
403 serial line and issue interrupt if necessary.
404
405Fri Jun 19 16:47:27 1998 Joyce Janczyn <[email protected]>
406
407 * interp.c (sim_open): hook up serial 1 and 2 ports properly (typo).
408
409Fri Jun 19 11:59:26 1998 Joyce Janczyn <[email protected]>
410
411 * interp.c (board): Rename am32 to stdeval1 as this is the name
412 consistently used to refer to the mn1030002 board.
413
414Thu June 18 14:37:14 1998 Joyce Janczyn <[email protected]>
415 * interp.c (sim_open): Fix typo in address of EXTMD register
416 (0x34000280, not 0x3400280).
417
418Wed Jun 17 18:00:18 1998 Jeffrey A Law ([email protected])
419
420 * simops.c (syscall): Handle change in opcode # for syscall.
421 * mn10300.igen (syscall): Likewise.
422
423Tue June 16 09:36:21 1998 Joyce Janczyn <[email protected]>
424 * dv-mn103int.c (mn103int_finish): Regular interrupts (not NMI or
425 reset) are not enabled on reset.
426
427Sun June 14 17:04:00 1998 Joyce Janczyn <[email protected]>
428 * dv-mn103iop.c (write_*_reg): Check for attempt to write r/o
429 register bits.
430 * dv-mn103ser.c: Fill in methods for reading and writing to serial
431 device registers.
432 * interp.c (sim_open): Make the serial device a polling device.
433
434Fri June 12 16:24:00 1998 Joyce Janczyn <[email protected]>
435 * dv-mn103iop.c: New file for handling am32 io ports.
436 * configure.in: Add mn103iop to hw_device list.
437 * configure: Re-generate.
438 * interp.c (sim_open): Create io port device.
439
440Wed June 10 14:34:00 1998 Joyce Janczyn <[email protected]>
441 * dv-mn103int.c (external_group): Use enumerated types to access
442 correct group addresses.
443 * dv-mn103tim.c (do_counter_event): Underflow of cascaded timer
444 triggers an interrupt on the higher-numbered timer's port.
445
446Mon June 8 13:30:00 1998 Joyce Janczyn <[email protected]>
447 * interp.c: (mn10300_option_handler): New function parses arguments
448 using sim-options.
449 * (board): Add --board option for specifying am32.
450 * (sim_open): Create new timer and serial devices and control
451 configuration of other am32 devices via board option.
452 * dv-mn103tim.c, dv-mn103ser.c: New files for timers and serial devices.
453 * dv-mn103cpu.c: Fix typos in opening comments.
454 * dv-mn103int.c: Adjust interrupt controller settings for am32 instead of am30.
455 * configure.in: Add mn103tim and mn103ser to hw_device list.
456 * configure: Re-generate.
457
458Mon May 25 20:50:35 1998 Andrew Cagney <[email protected]>
459
460 * dv-mn103int.c, dv-mn103cpu.c: Rename *_callback to *_method.
461
462 * dv-mn103cpu.c, dv-mn103int.c: Include hw-main.h and
463 sim-main.h. Declare a struct hw_descriptor instead of struct
464 hw_device_descriptor.
465
466Mon May 25 17:33:33 1998 Andrew Cagney <[email protected]>
467
468 * dv-mn103cpu.c (struct mn103cpu): Change type of pending_handler
469 to struct hw_event.
470
471Fri May 22 12:17:41 1998 Andrew Cagney <[email protected]>
472
473 * configure.in (SIM_AC_OPTION_HARDWARE): Add argument "yes".
474
475Wed May 6 13:29:06 1998 Andrew Cagney <[email protected]>
476
477 * interp.c (sim_open): Create a polling PAL device.
478
479Fri May 1 16:39:15 1998 Andrew Cagney <[email protected]>
480
481 * dv-mn103int.c (mn103int_port_event):
482 (mn103int_port_event):
483 (mn103int_io_read_buffer):
484 (mn103int_io_write_buffer):
485
486 * dv-mn103cpu.c (deliver_mn103cpu_interrupt): Drop CPU/CIA args.
487 (mn103cpu_port_event): Ditto.
488 (mn103cpu_io_read_buffer): Ditto.
489 (mn103cpu_io_write_buffer): Ditto.
490
491Tue Apr 28 18:33:31 1998 Geoffrey Noer <[email protected]>
492
493 * configure: Regenerated to track ../common/aclocal.m4 changes.
494
495Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
496
497 * configure: Regenerated to track ../common/aclocal.m4 changes.
498 * config.in: Ditto.
499
500Sun Apr 26 15:19:55 1998 Tom Tromey <[email protected]>
501
502 * acconfig.h: New file.
503 * configure.in: Reverted change of Apr 24; use sinclude again.
504
505Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
506
507 * configure: Regenerated to track ../common/aclocal.m4 changes.
508 * config.in: Ditto.
509
510Fri Apr 24 11:19:07 1998 Tom Tromey <[email protected]>
511
512 * configure.in: Don't call sinclude.
513
514Tue Apr 14 10:03:02 1998 Andrew Cagney <[email protected]>
515
516 * mn10300_sim.h: Declare all functions in op_utils.c using
517 INLINE_SIM_MAIN.
518 * op_utils.c: Ditto.
519 * sim-main.c: New file. Include op_utils.c.
520
521 * mn10300.igen (mov, cmp): Use new igen operators `!' and `=' to
522 differentiate between MOV/CMP immediate/register instructions.
523
524 * configure.in (SIM_AC_OPTION_INLINE): Add and enable.
525 * configure: Regenerate.
526
527Sat Apr 4 20:36:25 1998 Andrew Cagney <[email protected]>
528
529 * configure: Regenerated to track ../common/aclocal.m4 changes.
530
531Fri Mar 27 16:15:52 1998 Andrew Cagney <[email protected]>
532
533 * interp.c (hw): Delete variable, moved to SIM_DESC.
534 (sim_open): Delete calls to hw_tree_create, hw_tree_finish.
535 Handled by sim-module.
536 (sim_open): Do not anotate tree with trace properties, handled by
537 sim-hw.c
538 (sim_open): Call sim_hw_parse instead of hw_tree_parse.
539
540 * configure: Regenerated to track ../common/aclocal.m4 changes.
541
542Thu Mar 26 20:46:18 1998 Stu Grossman <[email protected]>
543
544 * dv-mn103cpu.c (deliver_mn103cpu_interrupt): Save the entire PC
545 on the stack when delivering interrupts (not just the lower
546 half)...
547 * mn10300.igen (mov (Di,Am),Dn): Fix decode. Registers were
548 specified in the wrong order.
549
550Fri Mar 27 00:56:40 1998 Andrew Cagney <[email protected]>
551
552 * dv-mn103cpu.c (deliver_mn103cpu_interrupt): Stop loss of
553 succeeding interrupts, clear pending_handler when the handler
554 isn't re-scheduled.
555
556Thu Mar 26 10:11:01 1998 Stu Grossman <[email protected]>
557
558 * Makefile.in (tmp-igen): Prefix all usage of move-if-change
559 script with $(SHELL) to make NT native builds happy.
560 * configure: Regenerate because of change to ../common/aclocal.m4.
561
562Thu Mar 26 11:22:31 1998 Andrew Cagney <[email protected]>
563
564 * configure.in: Make --enable-sim-common the default.
565 * configure: Re-generate.
566
567 * sim-main.h (CIA_GET, CIA_SET): Save/restore current instruction
568 address into Sate.regs[REG_PC] instead of common struct.
569
570Wed Mar 25 17:42:00 1998 Joyce Janczyn <[email protected]>
571
572 * mn10300.igen (cmp imm8,An): Do not sign extend imm8 value.
573
574Wed Mar 25 12:08:00 1998 Joyce Janczyn <[email protected]>
575
576 * simops.c (OP_F0FD): Initialise variable 'sp'.
577
578Thu Mar 26 00:21:32 1998 Andrew Cagney <[email protected]>
579
580 * dv-mn103int.c (decode_group): A group register every 4 bytes not
581 8.
582 (write_icr): Rewrite equation updating request field.
583 (read_iagr): Fix check that interrupt is still pending.
584
585Wed Mar 25 16:14:50 1998 Andrew Cagney <[email protected]>
586
587 * interp.c (sim_open): Tidy up device creation.
588
589 * dv-mn103int.c (mn103int_port_event): Drive NMI with non-zero
590 value.
591 (mn103int_io_read_buffer): Convert absolute address to register
592 block offsets.
593 (read_icr, write_icr): Convert block offset into group offset.
594
595Wed Mar 25 15:08:49 1998 Andrew Cagney <[email protected]>
596
597 * interp.c (sim_open): Create second 1mb memory region at
598 0x40000000.
599 (sim_open): Create a device tree.
600 (sim-hw.h): Include.
601 (do_interrupt): Delete, needs to use dv-mn103cpu.c
602
603 * dv-mn103int.c, dv-mn103cpu.c: New files.
604
605Wed Mar 25 08:47:38 1998 Andrew Cagney <[email protected]>
606
607 * mn10300_sim.h (EXTRACT_PSW_LM, INSERT_PSW_LM, PSW_IE, PSW_LM):
608 Define.
609 (SP): Define.
610
611Wed Mar 25 12:35:29 1998 Andrew Cagney <[email protected]>
612
613 * configure: Regenerated to track ../common/aclocal.m4 changes.
614
615Wed Mar 25 10:24:48 1998 Andrew Cagney <[email protected]>
616
617 * interp.c (sim-options.h): Include.
618 (sim_kind, myname): Declare when not using common framework.
619
620 * mn10300_sim.h (do_syscall, generic*): Provide prototypes for
621 functions found in op_utils.c
622
623 * mn10300.igen (add): Discard unused variables.
624
625 * configure, config.in: Re-generate with autoconf 2.12.1.
626
627Tue Mar 24 15:27:00 1998 Joyce Janczyn <[email protected]>
628
629 Add support for --enable-sim-common option.
630 * Makefile.in (WITHOUT_COMMON_OBJS): Files included if
631 ! --enable-sim-common
632 (WITH_COMMON_OBJS): Files included if --enable-sim-common.
633 (MN10300_OBJS,MN10300_INTERP_DEP): New variables.
634 (SIM_OBJS): Rewrite.
635 ({WITHOUT,WITH}_COMMON_RUN_OBJS,SIM_RUN_OBJS): New variables.
636 (SIM_EXTRA_CFLAGS): New variable.
637 (clean-extra): Clean up igen files.
638 (../igen/igen,clean-igen,tmp-igen): New rules.
639 * configure.in: Add support for common framework via
640 --enable-sim-common.
641 * configure: Regenerate.
642 * interp.c: #include sim-main if WITH_COMMON, not mn10300_sim.h.
643 (hash,dispatch,sim_size): Don't compile if ! WITH_COMMON.
644 (init_system,sim_write,compare_simops): Likewise.
645 (sim_set_profile,sim_set_profile_size): Likewise.
646 (sim_stop,sim_resume,sim_trace,sim_info): Likewise.
647 (sim_set_callbacks,sim_stop_reason,sim_read,sim_load): Likewise.
648 (enum interrupt_type): New enum.
649 (interrupt_names): New global.
650 (do_interrupt): New function.
651 (sim_open): Define differently if WITH_COMMON.
652 (sim_close,sim_create_inferior,sim_do_command): Likewise.
653 * mn10300_sim.h ({load,store}_{byte,half,word}): Define versions
654 for WITH_COMMON.
655 * mn10300.igen: New file.
656 * mn10300.dc: New file.
657 * op_utils.c: New file.
658 * sim-main.h: New file.
659
660Wed Mar 18 12:38:12 1998 Andrew Cagney <[email protected]>
661
662 * configure: Regenerated to track ../common/aclocal.m4 changes.
663
664Fri Feb 27 18:36:04 1998 Jeffrey A Law ([email protected])
665
666 * simops.c (inc): Fix typo.
667
668Wed Feb 25 01:59:29 1998 Jeffrey A Law ([email protected])
669
670 * simops.c (signed multiply instructions): Cast input operands to
671 signed32 before casting them to signed64 so that the sign bit
672 is propagated properly.
673
674Mon Feb 23 20:23:19 1998 Mark Alexander <[email protected]>
675
676 * Makefile.in: Last change was bad. Define NL_TARGET
677 so that targ-vals.h will be used instead of syscall.h.
678 * simops.c: Use targ-vals.h instead of syscall.h.
679 (OP_F020): Disable unsupported system calls.
680
681Mon Feb 23 09:44:38 1998 Mark Alexander <[email protected]>
682
683 * Makefile.in: Get header files from libgloss/mn10300/sys.
684
685Sun Feb 22 16:02:24 1998 Jeffrey A Law ([email protected])
686
687 * simops.c: Include sim-types.h.
688
689Wed Feb 18 13:07:08 1998 Jeffrey A Law ([email protected])
690
691 * simops.c (multiply instructions): Cast input operands to a
692 signed64/unsigned64 type as appropriate.
693
694Tue Feb 17 12:47:16 1998 Andrew Cagney <[email protected]>
695
696 * interp.c (sim_store_register, sim_fetch_register): Pass in
697 length parameter. Return -1.
698
699Sun Feb 1 16:47:51 1998 Andrew Cagney <[email protected]>
700
701 * configure: Regenerated to track ../common/aclocal.m4 changes.
702
703Sat Jan 31 18:15:41 1998 Andrew Cagney <[email protected]>
704
705 * configure: Regenerated to track ../common/aclocal.m4 changes.
706
707Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
708
709 * configure: Regenerated to track ../common/aclocal.m4 changes.
710
711Mon Dec 15 23:17:11 1997 Andrew Cagney <[email protected]>
712
713 * configure: Regenerated to track ../common/aclocal.m4 changes.
714 * config.in: Ditto.
715
716Thu Dec 4 09:21:05 1997 Doug Evans <[email protected]>
717
718 * configure: Regenerated to track ../common/aclocal.m4 changes.
719
720Tue Nov 11 10:38:52 1997 Jeffrey A Law ([email protected])
721
722 * simops.c (call:16 call:32): Stack adjustment is determined solely
723 by the imm8 field.
724
725Wed Oct 22 14:43:00 1997 Andrew Cagney <[email protected]>
726
727 * interp.c (sim_load): Pass lma_p and sim_write args to
728 sim_load_file.
729
730Tue Oct 21 10:12:03 1997 Jeffrey A Law ([email protected])
731
732 * simops.c: Correctly handle register restores for "ret" and "retf"
733 instructions.
734
735Fri Oct 3 09:28:00 1997 Andrew Cagney <[email protected]>
736
737 * configure: Regenerated to track ../common/aclocal.m4 changes.
738
739Wed Sep 24 17:38:57 1997 Andrew Cagney <[email protected]>
740
741 * configure: Regenerated to track ../common/aclocal.m4 changes.
742
743Tue Sep 23 11:04:38 1997 Andrew Cagney <[email protected]>
744
745 * configure: Regenerated to track ../common/aclocal.m4 changes.
746
747Mon Sep 22 11:46:20 1997 Andrew Cagney <[email protected]>
748
749 * configure: Regenerated to track ../common/aclocal.m4 changes.
750
751Fri Sep 19 17:45:25 1997 Andrew Cagney <[email protected]>
752
753 * configure: Regenerated to track ../common/aclocal.m4 changes.
754
755Mon Sep 15 17:36:15 1997 Andrew Cagney <[email protected]>
756
757 * configure: Regenerated to track ../common/aclocal.m4 changes.
758
759Thu Sep 4 17:21:23 1997 Doug Evans <dje@seba>
760
761 * configure: Regenerated to track ../common/aclocal.m4 changes.
762
763Wed Aug 27 18:13:22 1997 Andrew Cagney <[email protected]>
764
765 * configure: Regenerated to track ../common/aclocal.m4 changes.
766 * config.in: Ditto.
767
768Tue Aug 26 10:41:07 1997 Andrew Cagney <[email protected]>
769
770 * interp.c (sim_kill): Delete.
771 (sim_create_inferior): Add ABFD argument.
772 (sim_load): Move setting of PC from here.
773 (sim_create_inferior): To here.
774
775Mon Aug 25 17:50:22 1997 Andrew Cagney <[email protected]>
776
777 * configure: Regenerated to track ../common/aclocal.m4 changes.
778 * config.in: Ditto.
779
780Mon Aug 25 16:14:44 1997 Andrew Cagney <[email protected]>
781
782 * interp.c (sim_open): Add ABFD argument.
783
784Tue Jun 24 13:46:20 1997 Jeffrey A Law ([email protected])
785
786 * interp.c (sim_resume): Clear State.exited.
787 (sim_stop_reason): If State.exited is nonzero, then indicate that
788 the simulator exited instead of stopped.
789 * mn10300_sim.h (struct _state): Add exited field.
790 * simops.c (syscall): Set State.exited for SYS_exit.
791
792Wed Jun 11 22:07:56 1997 Jeffrey A Law ([email protected])
793
794 * simops.c: Fix thinko in last change.
795
796Tue Jun 10 12:31:32 1997 Jeffrey A Law ([email protected])
797
798 * simops.c: "call" stores the callee saved registers into the
799 stack! Update the stack pointer properly when done with
800 register saves.
801
802 * simops.c: Fix return address computation for "call" instructions.
803
804Thu May 22 01:43:11 1997 Jeffrey A Law ([email protected])
805
806 * interp.c (sim_open): Fix typo.
807
808Wed May 21 23:27:58 1997 Jeffrey A Law ([email protected])
809
810 * interp.c (sim_resume): Add missing case in big switch
811 statement (for extb instruction).
812
813Tue May 20 17:51:30 1997 Jeffrey A Law ([email protected])
814
815 * interp.c: Replace all references to load_mem and store_mem
816 with references to load_byte, load_half, load_3_byte, load_word
817 and store_byte, store_half, store_3_byte, store_word.
818 (INLINE): Delete definition.
819 (load_mem_big): Likewise.
820 (max_mem): Make it global.
821 (dispatch): Make this function inline.
822 (load_mem, store_mem): Delete functions.
823 * mn10300_sim.h (INLINE): Define.
824 (RLW): Delete unused definition.
825 (load_mem, store_mem): Delete declarations.
826 (load_mem_big): New definition.
827 (load_byte, load_half, load_3_byte, load_word): New functions.
828 (store_byte, store_half, store_3_byte, store_word): New functions.
829 * simops.c: Replace all references to load_mem and store_mem
830 with references to load_byte, load_half, load_3_byte, load_word
831 and store_byte, store_half, store_3_byte, store_word.
832
833Tue May 20 10:21:51 1997 Andrew Cagney <[email protected]>
834
835 * interp.c (sim_open): Add callback to arguments.
836 (sim_set_callbacks): Delete SIM_DESC argument.
837
838Mon May 19 13:54:22 1997 Jeffrey A Law ([email protected])
839
840 * interp.c (dispatch): Make this an inline function.
841
842 * simops.c (syscall): Use callback->write regardless of
843 what file descriptor we're writing too.
844
845Sun May 18 16:46:31 1997 Jeffrey A Law ([email protected])
846
847 * interp.c (load_mem_big): Remove function. It's now a macro
848 defined elsewhere.
849 (compare_simops): New function.
850 (sim_open): Sort the Simops table before inserting entries
851 into the hash table.
852 * mn10300_sim.h: Remove unused #defines.
853 (load_mem_big): Define.
854
855Fri May 16 16:36:17 1997 Jeffrey A Law ([email protected])
856
857 * interp.c (load_mem): If we get a load from an out of range
858 address, abort.
859 (store_mem): Likewise for stores.
860 (max_mem): New variable.
861
862Tue May 6 13:24:36 1997 Jeffrey A Law ([email protected])
863
864 * mn10300_sim.h: Fix ordering of bits in the PSW.
865
866 * interp.c: Improve hashing routine to avoid long list
867 traversals for common instructions. Add HASH_STAT support.
868 Rewrite opcode dispatch code using a big switch instead of
869 cascaded if/else statements. Avoid useless calls to load_mem.
870
871Mon May 5 18:07:48 1997 Jeffrey A Law ([email protected])
872
873 * mn10300_sim.h (struct _state): Add space for mdrq register.
874 (REG_MDRQ): Define.
875 * simops.c: Don't abort for trap. Add support for the extended
876 instructions, "getx", "putx", "mulq", "mulqu", "sat16", "sat24",
877 and "bsch".
878
879Thu Apr 24 00:39:51 1997 Doug Evans <[email protected]>
880
881 * configure: Regenerated to track ../common/aclocal.m4 changes.
882
883Fri Apr 18 14:04:04 1997 Andrew Cagney <[email protected]>
884
885 * interp.c (sim_stop): Add stub function.
886
887Thu Apr 17 03:26:59 1997 Doug Evans <[email protected]>
888
889 * Makefile.in (SIM_OBJS): Add sim-load.o.
890 * interp.c (sim_kind, myname): New static locals.
891 (sim_open): Set sim_kind, myname. Ignore -E arg.
892 (sim_load): Return SIM_RC. New arg abfd. Call sim_load_file to
893 load file into simulator. Set start address from bfd.
894 (sim_create_inferior): Return SIM_RC. Delete arg start_address.
895
896Wed Apr 16 19:30:44 1997 Andrew Cagney <[email protected]>
897
898 * simops.c (OP_F020): SYS_execv, SYS_time, SYS_times, SYS_utime
899 only include if implemented by host.
900 (OP_F020): Typecast arg passed to time function;
901
902Mon Apr 7 23:57:49 1997 Jeffrey A Law ([email protected])
903
904 * simops.c (syscall): Handle new mn10300 calling conventions.
905
906Mon Apr 7 15:45:02 1997 Andrew Cagney <[email protected]>
907
908 * configure: Regenerated to track ../common/aclocal.m4 changes.
909 * config.in: Ditto.
910
911Fri Apr 4 20:02:37 1997 Ian Lance Taylor <[email protected]>
912
913 * Makefile.in: Change mn10300-opc.o to m10300-opc.o, to match
914 corresponding change in opcodes directory.
915
916Wed Apr 2 15:06:28 1997 Doug Evans <[email protected]>
917
918 * interp.c (sim_open): New arg `kind'.
919
920 * configure: Regenerated to track ../common/aclocal.m4 changes.
921
922Wed Apr 2 14:34:19 1997 Andrew Cagney <[email protected]>
923
924 * configure: Regenerated to track ../common/aclocal.m4 changes.
925
926Thu Mar 20 11:58:02 1997 Jeffrey A Law ([email protected])
927
928 * simops.c: Fix register extraction for a two "movbu" variants.
929 Somewhat simplify "sub" instructions.
930 Correctly sign extend operands for "mul". Put the correct
931 half of the result in MDR for "mul" and "mulu".
932 Implement remaining instructions.
933 Tweak opcode for "syscall".
934
935Tue Mar 18 14:21:21 1997 Jeffrey A Law ([email protected])
936
937 * simops.c: Do syscall emulation in "syscall" instruction. Add
938 dummy "trap" instruction.
939
940Wed Mar 19 01:14:00 1997 Andrew Cagney <[email protected]>
941
942 * configure: Regenerated to track ../common/aclocal.m4 changes.
943
944Mon Mar 17 15:10:07 1997 Andrew Cagney <[email protected]>
945
946 * configure: Re-generate.
947
948Fri Mar 14 10:34:11 1997 Michael Meissner <[email protected]>
949
950 * configure: Regenerate to track ../common/aclocal.m4 changes.
951
952Thu Mar 13 12:54:45 1997 Doug Evans <[email protected]>
953
954 * interp.c (sim_open): New SIM_DESC result. Argument is now
955 in argv form.
956 (other sim_*): New SIM_DESC argument.
957
958Wed Mar 12 15:04:00 1997 Jeffrey A Law ([email protected])
959
960 * simops.c: Fix carry bit computation for "add" instructions.
961
962 * simops.c: Fix typos in bset insns. Fix arguments to store_mem
963 for bset imm8,(d8,an) and bclr imm8,(d8,an).
964
965Wed Mar 5 15:00:10 1997 Jeffrey A Law ([email protected])
966
967 * simops.c: Fix register references when computing Z and N bits
968 for lsr imm8,dn.
969
970Tue Feb 4 13:33:30 1997 Doug Evans <[email protected]>
971
972 * Makefile.in (@COMMON_MAKEFILE_FRAG): Use
973 COMMON_{PRE,POST}_CONFIG_FRAG instead.
974 * configure.in: sinclude ../common/aclocal.m4.
975 * configure: Regenerated.
976
977Fri Jan 24 10:47:25 1997 Jeffrey A Law ([email protected])
978
979 * interp.c (init_system): Allocate 2^19 bytes of space for the
980 simulator.
981
982Thu Jan 23 11:46:23 1997 Stu Grossman ([email protected])
983
984 * configure configure.in Makefile.in: Update to new configure
985 scheme which is more compatible with WinGDB builds.
986 * configure.in: Improve comment on how to run autoconf.
987 * configure: Re-run autoconf to get new ../common/aclocal.m4.
988 * Makefile.in: Use autoconf substitution to install common
989 makefile fragment.
990
991Tue Jan 21 15:03:04 1997 Jeffrey A Law ([email protected])
992
993 * simops.c: Undo last change to "rol" and "ror", original code
994 was correct!
995
996Thu Jan 16 11:28:14 1997 Jeffrey A Law ([email protected])
997
998 * simops.c: Fix "rol" and "ror".
999
1000Wed Jan 15 06:45:58 1997 Jeffrey A Law ([email protected])
1001
1002 * simops.c: Fix typo in last change.
1003
1004Mon Jan 13 13:22:35 1997 Jeffrey A Law ([email protected])
1005
1006 * simops.c: Use REG macros in few places not using them yet.
1007
1008Mon Jan 6 16:21:19 1997 Jeffrey A Law ([email protected])
1009
1010 * mn10300_sim.h (struct _state): Fix number of registers!
1011
1012Tue Dec 31 16:20:41 1996 Jeffrey A Law ([email protected])
1013
1014 * mn10300_sim.h (struct _state): Put all registers into a single
1015 array to make gdb implementation easier.
1016 (REG_*): Add definitions for all registers in the state array.
1017 (SEXT32, SEXT40, SEXT44, SEXT60): Remove unused macros.
1018 * simops.c: Related changes.
1019
1020Wed Dec 18 10:10:45 1996 Jeffrey A Law ([email protected])
1021
1022 * interp.c (sim_resume): Handle 0xff as a single byte insn.
1023
1024 * simops.c: Fix overflow computation for "add" and "inc"
1025 instructions.
1026
1027Mon Dec 16 10:03:52 1996 Jeffrey A Law ([email protected])
1028
1029 * simops.c: Handle "break" instruction.
1030
1031 * simops.c: Fix restoring the PC for "ret" and "retf" instructions.
1032
1033Wed Dec 11 09:53:10 1996 Jeffrey A Law ([email protected])
1034
1035 * gencode.c (write_opcodes): Also write out the format of the
1036 opcode.
1037 * mn10300_sim.h (simops): Add "format" field.
1038 * interp.c (sim_resume): Deal with endianness issues here.
1039
1040Tue Dec 10 15:05:37 1996 Jeffrey A Law ([email protected])
1041
1042 * simops.c (REG0_4): Define.
1043 Use REG0_4 for indexed loads/stores.
1044
1045Sat Dec 7 09:50:28 1996 Jeffrey A Law ([email protected])
1046
1047 * simops.c (REG0_16): Fix typo.
1048
1049Fri Dec 6 14:13:34 1996 Jeffrey A Law ([email protected])
1050
1051 * simops.c: Call abort for any instruction that's not currently
1052 simulated.
1053
1054 * simops.c: Define accessor macros to extract register
1055 values from instructions. Use them consistently.
1056
1057 * interp.c: Delete unused global variable "OP".
1058 (sim_resume): Remove unused variable "opcode".
1059 * simops.c: Fix some uninitialized variable problems, add
1060 parens to fix various -Wall warnings.
1061
1062 * gencode.c (write_header): Add "insn" and "extension" arguments
1063 to the OP_* declarations.
1064 (write_template): Similarly for function templates.
1065 * interp.c (insn, extension): Remove global variables. Instead
1066 pass them as arguments to the OP_* functions.
1067 * mn10300_sim.h: Remove decls for "insn" and "extension".
1068 * simops.c (OP_*): Accept "insn" and "extension" as arguments
1069 instead of using globals.
1070
1071Thu Dec 5 22:26:31 1996 Jeffrey A Law ([email protected])
1072
1073 * simops.c: Fix typos in "mov am,(d16,an)" and "mov am,(d32,an)"
1074
1075 * simops.c: Fix thinkos in last change to "inc dn".
1076
1077Wed Dec 4 10:57:53 1996 Jeffrey A Law ([email protected])
1078
1079 * simops.c: "add imm,sp" does not effect the condition codes.
1080 "inc dn" does effect the condition codes.
1081
1082Tue Dec 3 17:37:45 1996 Jeffrey A Law ([email protected])
1083
1084 * simops.c: Treat both operands as signed values for
1085 "div" instruction.
1086
1087 * simops.c: Fix simulation of division instructions.
1088 Fix typos/thinkos in several "cmp" and "sub" instructions.
1089
1090Mon Dec 2 12:31:40 1996 Jeffrey A Law ([email protected])
1091
1092 * simops.c: Fix carry bit handling in "sub" and "cmp"
1093 instructions.
1094
1095 * simops.c: Fix "mov imm8,an" and "mov imm16,dn".
1096
1097Sun Dec 1 16:05:42 1996 Jeffrey A Law ([email protected])
1098
1099 * simops.c: Fix overflow computation for many instructions.
1100
1101 * simops.c: Fix "mov dm, an", "movbu dm, (an)", and "movhu dm, (an)".
1102
1103 * simops.c: Fix "mov am, dn".
1104
1105 * simops.c: Fix more bugs in "add imm,an" and
1106 "add imm,dn".
1107
1108Wed Nov 27 09:20:42 1996 Jeffrey A Law ([email protected])
1109
1110 * simops.c: Fix bugs in "movm" and "add imm,an".
1111
1112 * simops.c: Don't lose the upper 24 bits of the return
1113 pointer in "call" and "calls" instructions. Rough cut
1114 at emulated system calls.
1115
1116 * simops.c: Implement the remaining 5, 6 and 7 byte instructions.
1117
1118 * simops.c: Implement remaining 4 byte instructions.
1119
1120 * simops.c: Implement remaining 3 byte instructions.
1121
1122 * simops.c: Implement remaining 2 byte instructions. Call
1123 abort for instructions we're not implementing now.
1124
1125Tue Nov 26 15:43:41 1996 Jeffrey A Law ([email protected])
1126
1127 * simops.c: Implement lots of random instructions.
1128
1129 * simops.c: Implement "movm" and "bCC" insns.
1130
1131 * mn10300_sim.h (_state): Add another register (MDR).
1132 (REG_MDR): Define.
1133 * simops.c: Implement "cmp", "calls", "rets", "jmp" and
1134 a few additional random insns.
1135
1136 * mn10300_sim.h (PSW_*): Define for CC status tracking.
1137 (REG_D0, REG_A0, REG_SP): Define.
1138 * simops.c: Implement "add", "addc" and a few other random
1139 instructions.
1140
1141 * gencode.c, interp.c: Snapshot current simulator code.
1142
1143Mon Nov 25 12:46:38 1996 Jeffrey A Law ([email protected])
1144
1145 * Makefile.in, config.in, configure, configure.in: New files.
1146 * gencode.c, interp.c, mn10300_sim.h, simops.c: New files.
1147
This page took 0.725109 seconds and 4 git commands to generate.