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