common/
[external/binutils.git] / sim / mn10300 / ChangeLog
1 2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
2
3         * configure: Regenerated.
4
5 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
6
7         * configure: Regenerated.
8
9 2006-03-29  Hans-Peter Nilsson  <hp@axis.com>
10
11         * configure: Regenerate.
12
13 2005-03-23  Mark Kettenis  <kettenis@gnu.org>
14
15         * configure: Regenerate.
16
17 2005-01-14  Andrew Cagney  <cagney@gnu.org>
18
19         * configure.ac: Sinclude aclocal.m4 before common.m4.  Add
20         explicit call to AC_CONFIG_HEADER.
21         * configure: Regenerate.
22
23 2005-01-12  Andrew Cagney  <cagney@gnu.org>
24
25         * configure.ac: Update to use ../common/common.m4.
26         * configure: Re-generate.
27
28 2005-01-11  Andrew Cagney  <cagney@localhost.localdomain>
29
30         * configure: Regenerated to track ../common/aclocal.m4 changes.
31
32 2005-01-07  Andrew Cagney  <cagney@gnu.org>
33
34         * configure.ac: Rename configure.in, require autoconf 2.59.
35         * configure: Re-generate.
36
37 2004-12-08  Hans-Peter Nilsson  <hp@axis.com>
38
39         * configure: Regenerate for ../common/aclocal.m4 update.
40
41 2004-06-26  Alexandre Oliva  <aoliva@redhat.com>
42
43         2000-08-07  Graham Stott  <grahams@cygnus.co.uk>
44         * am33-2.igen (fmadd, fmsub, fmnadd, fmnsub): Correct typo.
45         2000-05-29  Alexandre Oliva  <aoliva@cygnus.com>
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  <aoliva@cygnus.com>
58         * op_utils.c (cmp2fcc): Moved...
59         * interp.c: ... here.
60         2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
61         * am33-2.igen: Use `unsigned32', `signed32', `unsigned64' or
62         `signed64' where type width is relevant.
63         2000-05-15  Alexandre Oliva  <aoliva@cygnus.com>
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  <aoliva@cygnus.com>
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  <aoliva@cygnus.com>
87         * mn10300.igen (movm, call, ret, retf): Check for am33_2 too.
88         * am33.igen (movm): Likewise.
89         2000-04-19  Alexandre Oliva  <aoliva@cygnus.com>
90         * am33.igen: Added `*am33_2' to some instructions that were
91         missing it.
92         2000-04-07  Alexandre Oliva  <aoliva@cygnus.com>
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
112         * interp.c, mn10300_sim.h, op_utils.c: Convert function prototypes
113         and definitions to ISO C.
114
115         * gencode.c, simops.c: Delete.
116         * Makefile.in: Remove non-COMMON dependencies and commands.
117
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
130 2003-08-28  Andrew Cagney  <cagney@redhat.com>
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
139 2003-02-27  Andrew Cagney  <cagney@redhat.com>
140
141         * interp.c (sim_open, sim_create_inferior, sim_open)
142         (sim_create_inferior): Rename _bfd to bfd.
143
144 2003-02-26  Andrew Cagney  <cagney@redhat.com>
145
146         * am33.igen: Call sim_engine_abort instead of abort.
147
148 2003-02-26  David Carlton  <carlton@math.stanford.edu>
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
155 2002-11-28  Andrew Cagney  <cagney@redhat.com>
156
157         * sim-main.h: Only include "idecode.h" once.
158         * Makefile.in (SIM_EXTRA_DEPS): Define.
159
160 2002-06-16  Andrew Cagney  <ac131313@redhat.com>
161
162         * configure: Regenerated to track ../common/aclocal.m4 changes.
163
164 2002-06-09  Andrew Cagney  <cagney@redhat.com>
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
170 2001-05-06  Jim Blandy  <jimb@redhat.com>
171
172         * mn10300.igen: Doc fixes.
173         
174 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
175
176         * Makefile.in (idecode.o, op_utils.o, semantics.o, simops.o):
177         Depend on targ-vals.h.
178
179 2001-04-15  J.T. Conklin  <jtc@redback.com>
180
181         * Makefile.in (simops.o): Add simops.h to dependency list.
182
183 Wed Aug  9 02:24:53 2000  Graham Stott  <grahams@cygnus.co.uk>
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
192 Tue May 23 21:39:23 2000  Andrew Cagney  <cagney@b1.cygnus.com>
193
194         * configure: Regenerated to track ../common/aclocal.m4 changes.
195
196 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
197
198         * am33.igen: Fix leading comments of SP-relative offset insns that
199         referred to other registers.  Make their offsets unsigned.
200
201 2000-05-18  Alexandre Oliva  <aoliva@cygnus.com>
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
209 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
210
211         * am33.igen (inc4 Rn): Use genericAdd so as to modify flags.
212
213 2000-04-09  Alexandre Oliva  <aoliva@cygnus.com>
214
215         * am33.igen: Make SP-relative offsets unsigned.  Add `*am33' for
216         some instructions that were missing it.
217
218 2000-03-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
219
220         * Makefile.in (IGEN_INSN): Added am33.igen.
221
222 Thu Sep  2 18:15:53 1999  Andrew Cagney  <cagney@b1.cygnus.com>
223
224         * configure: Regenerated to track ../common/aclocal.m4 changes.
225
226 Tue Jul 13 13:26:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
227
228         * interp.c: Clarify error message reporting an unknown board.
229
230 1999-05-08  Felix Lee  <flee@cygnus.com>
231
232         * configure: Regenerated to track ../common/aclocal.m4 changes.
233         
234 1999-04-16  Frank Ch. Eigler  <fche@cygnus.com>
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
242 1999-04-02  Keith Seitz  <keiths@cygnus.com>
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
248 Tue Mar  9 21:26:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
249
250         * dv-mn103int.c (mn103int_ioctl): Return something.
251         * dv-mn103tim.c (write_tm6md): GCC suggested parentheses around &&
252         within ||.
253
254 Tue Feb 16 23:57:17 1999  Jeffrey A Law  (law@cygnus.com)
255
256         * mn10300.igen (retf): Fix return address computation and store
257         the new pc value into nia.
258
259 1998-12-29  Frank Ch. Eigler  <fche@cygnus.com>
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 <janczyn@cygnus.com> and <cagney@cygnus.com>
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         
283 Wed Oct 14 12:11:05 1998  Jeffrey A Law  (law@cygnus.com)
284
285         * am33.igen: Allow autoincrement stores using the same register
286         for source and destination operands.
287
288 Mon Aug 31 10:19:55 1998  Jeffrey A Law  (law@cygnus.com)
289
290         * am33.igen: Reverse HI/LO outputs of 4 operand "mul" and "mulu".
291
292 Fri Aug 28 14:40:49 1998  Joyce Janczyn  <janczyn@cygnus.com>
293
294         * interp.c (sim_open): Check for invalid --board option, fix
295         indentation, allocate memory for mem control and DMA regs.
296
297 Wed Aug 26 09:29:38 1998  Joyce Janczyn  <janczyn@cygnus.com>
298
299         * mn10300.igen (div,divu): Fix divide instructions so divide by 0
300         behaves like the hardware.
301
302 Mon Aug 24 11:50:09 1998  Joyce Janczyn  <janczyn@cygnus.com>
303
304         * sim-main.h (SIM_HANDLES_LMA): Define SIM_HANDLES_LMA.
305
306 Wed Aug 12 12:36:07 1998  Jeffrey A Law  (law@cygnus.com)
307
308         * am33.igen: Handle case where first DSP operation modifies a 
309         register used in the second DSP operation correctly.
310
311 Tue Jul 28 10:10:25 1998  Jeffrey A Law  (law@cygnus.com)
312
313         * am33.igen: Detect cases where two operands must not match for
314         DSP instructions too.
315
316 Mon Jul 27 12:04:17 1998  Jeffrey A Law  (law@cygnus.com)
317
318         * am33.igen: Detect cases where two operands must not match in
319         non-DSP instructions.
320
321 Fri Jul 24 18:15:21 1998  Joyce Janczyn  <janczyn@cygnus.com>
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
331 Fri Jul 24 12:49:28 1998  Jeffrey A Law  (law@cygnus.com)
332
333         * am33.igen (translate_xreg): New function.  Use it as needed.
334
335 Thu Jul 23 10:05:28 1998  Jeffrey A Law  (law@cygnus.com)
336
337         * am33.igen: Add some missing instructions.
338
339         * am33.igen: Autoincrement loads/store fixes.
340
341 Tue Jul 21 09:48:14 1998  Jeffrey A Law  (law@cygnus.com)
342
343         * am33.igen: Add mov_lCC DSP instructions.
344
345         * am33.igen: Add most am33 DSP instructions.
346
347 Thu Jul  9 10:06:55 1998  Jeffrey A Law  (law@cygnus.com)
348
349         * mn10300.igen: Fix Z bit for addc and subc instructions.
350         Minor fixes in multiply/divide patterns.
351
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
369 Wed Jul  8 16:29:12 1998  Jeffrey A Law  (law@cygnus.com)
370
371         * am33.igen (translate_rreg): New function.  Use it as appropriate.
372
373         * am33.igen: More am33 instructions.  Fix "div".
374
375 Mon Jul  6 15:39:22 1998  Jeffrey A Law  (law@cygnus.com)
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.
383
384 Wed Jul  1 17:07:09 1998  Jeffrey A Law  (law@cygnus.com)
385
386         * mn10300_sim.h (FETCH24): Define.
387
388         * mn10300_sim.h: Add defines for some registers found on the AM33.
389         * am33.igen: New file with some am33 support.
390
391 Tue Jun 30 11:23:20 1998  Jeffrey A Law  (law@cygnus.com)
392
393         * mn10300_sim.h: Include bfd.h
394         (struct state): Add more room for processor specific registers.
395         (REG_E0): Define.
396
397 Thu Jun 25 10:12:03 1998  Joyce Janczyn  <janczyn@cygnus.com>
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         
405 Fri Jun 19 16:47:27 1998  Joyce Janczyn  <janczyn@cygnus.com>
406
407         * interp.c (sim_open): hook up serial 1 and 2 ports properly (typo).
408
409 Fri Jun 19 11:59:26 1998  Joyce Janczyn  <janczyn@cygnus.com>
410
411         * interp.c (board): Rename am32 to stdeval1 as this is the name
412         consistently used to refer to the mn1030002 board.
413
414 Thu June 18 14:37:14 1998  Joyce Janczyn  <janczyn@cygnus.com>
415         * interp.c (sim_open): Fix typo in address of EXTMD register
416         (0x34000280, not 0x3400280).
417
418 Wed Jun 17 18:00:18 1998  Jeffrey A Law  (law@cygnus.com)
419
420         * simops.c (syscall): Handle change in opcode # for syscall.
421         * mn10300.igen (syscall): Likewise.
422
423 Tue June 16 09:36:21 1998  Joyce Janczyn  <janczyn@cygnus.com>
424         * dv-mn103int.c (mn103int_finish): Regular interrupts (not NMI or
425         reset) are not enabled on reset.
426         
427 Sun June 14 17:04:00 1998  Joyce Janczyn  <janczyn@cygnus.com>
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         
434 Fri June 12 16:24:00 1998  Joyce Janczyn  <janczyn@cygnus.com>
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
440 Wed June 10 14:34:00 1998  Joyce Janczyn  <janczyn@cygnus.com>
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
446 Mon June 8 13:30:00 1998  Joyce Janczyn  <janczyn@cygnus.com>
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
458 Mon May 25 20:50:35 1998  Andrew Cagney  <cagney@b1.cygnus.com>
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
466 Mon May 25 17:33:33 1998  Andrew Cagney  <cagney@b1.cygnus.com>
467
468         * dv-mn103cpu.c (struct mn103cpu): Change type of pending_handler
469         to struct hw_event.
470
471 Fri May 22 12:17:41 1998  Andrew Cagney  <cagney@b1.cygnus.com>
472
473         * configure.in (SIM_AC_OPTION_HARDWARE): Add argument "yes".
474
475 Wed May  6 13:29:06 1998  Andrew Cagney  <cagney@b1.cygnus.com>
476
477         * interp.c (sim_open): Create a polling PAL device.
478
479 Fri May  1 16:39:15 1998  Andrew Cagney  <cagney@b1.cygnus.com>
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
491 Tue Apr 28 18:33:31 1998  Geoffrey Noer  <noer@cygnus.com>
492
493         * configure: Regenerated to track ../common/aclocal.m4 changes.
494
495 Sun 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
500 Sun Apr 26 15:19:55 1998  Tom Tromey  <tromey@cygnus.com>
501
502         * acconfig.h: New file.
503         * configure.in: Reverted change of Apr 24; use sinclude again.
504
505 Fri 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
510 Fri Apr 24 11:19:07 1998  Tom Tromey  <tromey@cygnus.com>
511
512         * configure.in: Don't call sinclude.
513
514 Tue Apr 14 10:03:02 1998  Andrew Cagney  <cagney@b1.cygnus.com>
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
527 Sat Apr  4 20:36:25 1998  Andrew Cagney  <cagney@b1.cygnus.com>
528
529         * configure: Regenerated to track ../common/aclocal.m4 changes.
530
531 Fri Mar 27 16:15:52 1998  Andrew Cagney  <cagney@b1.cygnus.com>
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
542 Thu Mar 26 20:46:18 1998  Stu Grossman  <grossman@bhuna.cygnus.co.uk>
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
550 Fri Mar 27 00:56:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
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
556 Thu Mar 26 10:11:01 1998  Stu Grossman  <grossman@bhuna.cygnus.co.uk>
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         
562 Thu Mar 26 11:22:31 1998  Andrew Cagney  <cagney@b1.cygnus.com>
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
570 Wed Mar 25 17:42:00 1998  Joyce Janczyn  <janczyn@cygnus.com>
571
572         * mn10300.igen (cmp imm8,An): Do not sign extend imm8 value.
573
574 Wed Mar 25 12:08:00 1998  Joyce Janczyn  <janczyn@cygnus.com>
575
576         * simops.c (OP_F0FD): Initialise variable 'sp'.
577
578 Thu Mar 26 00:21:32 1998  Andrew Cagney  <cagney@b1.cygnus.com>
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
585 Wed Mar 25 16:14:50 1998  Andrew Cagney  <cagney@b1.cygnus.com>
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         
595 Wed Mar 25 15:08:49 1998  Andrew Cagney  <cagney@b1.cygnus.com>
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
605 Wed Mar 25 08:47:38 1998  Andrew Cagney  <cagney@b1.cygnus.com>
606
607         * mn10300_sim.h (EXTRACT_PSW_LM, INSERT_PSW_LM, PSW_IE, PSW_LM):
608         Define.
609         (SP): Define.
610         
611 Wed Mar 25 12:35:29 1998  Andrew Cagney  <cagney@b1.cygnus.com>
612
613         * configure: Regenerated to track ../common/aclocal.m4 changes.
614
615 Wed Mar 25 10:24:48 1998  Andrew Cagney  <cagney@b1.cygnus.com>
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         
627 Tue Mar 24 15:27:00 1998  Joyce Janczyn  <janczyn@cygnus.com>
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
660 Wed Mar 18 12:38:12 1998  Andrew Cagney  <cagney@b1.cygnus.com>
661
662         * configure: Regenerated to track ../common/aclocal.m4 changes.
663
664 Fri Feb 27 18:36:04 1998  Jeffrey A Law  (law@cygnus.com)
665
666         * simops.c (inc): Fix typo.
667
668 Wed Feb 25 01:59:29 1998  Jeffrey A Law  (law@cygnus.com)
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
674 Mon Feb 23 20:23:19 1998  Mark Alexander  <marka@cygnus.com>
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
681 Mon Feb 23 09:44:38 1998  Mark Alexander  <marka@cygnus.com>
682
683         * Makefile.in: Get header files from libgloss/mn10300/sys.
684
685 Sun Feb 22 16:02:24 1998  Jeffrey A Law  (law@cygnus.com)
686
687         * simops.c: Include sim-types.h.
688
689 Wed Feb 18 13:07:08 1998  Jeffrey A Law  (law@cygnus.com)
690
691         * simops.c (multiply instructions): Cast input operands to a
692         signed64/unsigned64 type as appropriate.
693
694 Tue Feb 17 12:47:16 1998  Andrew Cagney  <cagney@b1.cygnus.com>
695
696         * interp.c (sim_store_register, sim_fetch_register): Pass in
697         length parameter.  Return -1.
698
699 Sun Feb  1 16:47:51 1998  Andrew Cagney  <cagney@b1.cygnus.com>
700
701         * configure: Regenerated to track ../common/aclocal.m4 changes.
702
703 Sat Jan 31 18:15:41 1998  Andrew Cagney  <cagney@b1.cygnus.com>
704
705         * configure: Regenerated to track ../common/aclocal.m4 changes.
706
707 Mon Jan 19 22:26:29 1998  Doug Evans  <devans@seba>
708
709         * configure: Regenerated to track ../common/aclocal.m4 changes.
710
711 Mon Dec 15 23:17:11 1997  Andrew Cagney  <cagney@b1.cygnus.com>
712
713         * configure: Regenerated to track ../common/aclocal.m4 changes.
714         * config.in: Ditto.
715
716 Thu Dec  4 09:21:05 1997  Doug Evans  <devans@canuck.cygnus.com>
717
718         * configure: Regenerated to track ../common/aclocal.m4 changes.
719
720 Tue Nov 11 10:38:52 1997  Jeffrey A Law  (law@cygnus.com)
721
722         * simops.c (call:16 call:32): Stack adjustment is determined solely
723         by the imm8 field.
724
725 Wed Oct 22 14:43:00 1997  Andrew Cagney  <cagney@b1.cygnus.com>
726
727         * interp.c (sim_load): Pass lma_p and sim_write args to
728         sim_load_file.
729
730 Tue Oct 21 10:12:03 1997  Jeffrey A Law  (law@cygnus.com)
731
732         * simops.c: Correctly handle register restores for "ret" and "retf"
733         instructions.
734
735 Fri Oct  3 09:28:00 1997  Andrew Cagney  <cagney@b1.cygnus.com>
736
737         * configure: Regenerated to track ../common/aclocal.m4 changes.
738
739 Wed Sep 24 17:38:57 1997  Andrew Cagney  <cagney@b1.cygnus.com>
740
741         * configure: Regenerated to track ../common/aclocal.m4 changes.
742
743 Tue Sep 23 11:04:38 1997  Andrew Cagney  <cagney@b1.cygnus.com>
744
745         * configure: Regenerated to track ../common/aclocal.m4 changes.
746
747 Mon Sep 22 11:46:20 1997  Andrew Cagney  <cagney@b1.cygnus.com>
748
749         * configure: Regenerated to track ../common/aclocal.m4 changes.
750
751 Fri Sep 19 17:45:25 1997  Andrew Cagney  <cagney@b1.cygnus.com>
752
753         * configure: Regenerated to track ../common/aclocal.m4 changes.
754
755 Mon Sep 15 17:36:15 1997  Andrew Cagney  <cagney@b1.cygnus.com>
756
757         * configure: Regenerated to track ../common/aclocal.m4 changes.
758
759 Thu Sep  4 17:21:23 1997  Doug Evans  <dje@seba>
760
761         * configure: Regenerated to track ../common/aclocal.m4 changes.
762
763 Wed Aug 27 18:13:22 1997  Andrew Cagney  <cagney@b1.cygnus.com>
764
765         * configure: Regenerated to track ../common/aclocal.m4 changes.
766         * config.in: Ditto.
767
768 Tue Aug 26 10:41:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
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
775 Mon Aug 25 17:50:22 1997  Andrew Cagney  <cagney@b1.cygnus.com>
776
777         * configure: Regenerated to track ../common/aclocal.m4 changes.
778         * config.in: Ditto.
779
780 Mon Aug 25 16:14:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
781
782         * interp.c (sim_open): Add ABFD argument.
783
784 Tue Jun 24 13:46:20 1997  Jeffrey A Law  (law@cygnus.com)
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
792 Wed Jun 11 22:07:56 1997  Jeffrey A Law  (law@cygnus.com)
793
794         * simops.c: Fix thinko in last change.
795
796 Tue Jun 10 12:31:32 1997  Jeffrey A Law  (law@cygnus.com)
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
804 Thu May 22 01:43:11 1997  Jeffrey A Law  (law@cygnus.com)
805
806         * interp.c (sim_open): Fix typo.
807
808 Wed May 21 23:27:58 1997  Jeffrey A Law  (law@cygnus.com)
809
810         * interp.c (sim_resume): Add missing case in big switch
811         statement (for extb instruction).
812
813 Tue May 20 17:51:30 1997  Jeffrey A Law  (law@cygnus.com)
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
833 Tue May 20 10:21:51 1997  Andrew Cagney  <cagney@b1.cygnus.com>
834
835         * interp.c (sim_open): Add callback to arguments.
836         (sim_set_callbacks): Delete SIM_DESC argument.
837
838 Mon May 19 13:54:22 1997  Jeffrey A Law  (law@cygnus.com)
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
845 Sun May 18 16:46:31 1997  Jeffrey A Law  (law@cygnus.com)
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
855 Fri May 16 16:36:17 1997  Jeffrey A Law  (law@cygnus.com)
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
862 Tue May  6 13:24:36 1997  Jeffrey A Law  (law@cygnus.com)
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
871 Mon May  5 18:07:48 1997  Jeffrey A Law  (law@cygnus.com)
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
879 Thu Apr 24 00:39:51 1997  Doug Evans  <dje@canuck.cygnus.com>
880
881         * configure: Regenerated to track ../common/aclocal.m4 changes.
882
883 Fri Apr 18 14:04:04 1997  Andrew Cagney  <cagney@b1.cygnus.com>
884
885         * interp.c (sim_stop): Add stub function.
886
887 Thu Apr 17 03:26:59 1997  Doug Evans  <dje@canuck.cygnus.com>
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
896 Wed Apr 16 19:30:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
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
902 Mon Apr  7 23:57:49 1997  Jeffrey A Law  (law@cygnus.com)
903
904         * simops.c (syscall): Handle new mn10300 calling conventions.
905
906 Mon Apr  7 15:45:02 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
907
908         * configure: Regenerated to track ../common/aclocal.m4 changes.
909         * config.in: Ditto.
910
911 Fri Apr  4 20:02:37 1997  Ian Lance Taylor  <ian@cygnus.com>
912
913         * Makefile.in: Change mn10300-opc.o to m10300-opc.o, to match
914         corresponding change in opcodes directory.
915
916 Wed Apr  2 15:06:28 1997  Doug Evans  <dje@canuck.cygnus.com>
917
918         * interp.c (sim_open): New arg `kind'.
919
920         * configure: Regenerated to track ../common/aclocal.m4 changes.
921
922 Wed Apr  2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
923
924         * configure: Regenerated to track ../common/aclocal.m4 changes.
925
926 Thu Mar 20 11:58:02 1997  Jeffrey A Law  (law@cygnus.com)
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
935 Tue Mar 18 14:21:21 1997  Jeffrey A Law  (law@cygnus.com)
936
937         * simops.c: Do syscall emulation in "syscall" instruction.  Add
938         dummy "trap" instruction.
939
940 Wed Mar 19 01:14:00 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
941
942         * configure: Regenerated to track ../common/aclocal.m4 changes.
943
944 Mon Mar 17 15:10:07 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
945
946         * configure: Re-generate.
947
948 Fri Mar 14 10:34:11 1997  Michael Meissner  <meissner@cygnus.com>
949
950         * configure: Regenerate to track ../common/aclocal.m4 changes.
951
952 Thu Mar 13 12:54:45 1997  Doug Evans  <dje@canuck.cygnus.com>
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
958 Wed Mar 12 15:04:00 1997  Jeffrey A Law  (law@cygnus.com)
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
965 Wed Mar  5 15:00:10 1997  Jeffrey A Law  (law@cygnus.com)
966
967         * simops.c: Fix register references when computing Z and N bits
968         for lsr imm8,dn.
969
970 Tue Feb  4 13:33:30 1997  Doug Evans  <dje@canuck.cygnus.com>
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
977 Fri Jan 24 10:47:25 1997  Jeffrey A Law  (law@cygnus.com)
978
979         * interp.c (init_system): Allocate 2^19 bytes of space for the
980         simulator.
981
982 Thu Jan 23 11:46:23 1997  Stu Grossman  (grossman@critters.cygnus.com)
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
991 Tue Jan 21 15:03:04 1997  Jeffrey A Law  (law@cygnus.com)
992
993         * simops.c: Undo last change to "rol" and "ror", original code
994         was correct!
995
996 Thu Jan 16 11:28:14 1997  Jeffrey A Law  (law@cygnus.com)
997
998         * simops.c: Fix "rol" and "ror".
999
1000 Wed Jan 15 06:45:58 1997  Jeffrey A Law  (law@cygnus.com)
1001
1002         * simops.c: Fix typo in last change.
1003
1004 Mon Jan 13 13:22:35 1997  Jeffrey A Law  (law@cygnus.com)
1005
1006         * simops.c: Use REG macros in few places not using them yet.
1007
1008 Mon Jan  6 16:21:19 1997  Jeffrey A Law  (law@cygnus.com)
1009
1010         * mn10300_sim.h (struct _state): Fix number of registers!
1011
1012 Tue Dec 31 16:20:41 1996  Jeffrey A Law  (law@cygnus.com)
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
1020 Wed Dec 18 10:10:45 1996  Jeffrey A Law  (law@cygnus.com)
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
1027 Mon Dec 16 10:03:52 1996  Jeffrey A Law  (law@cygnus.com)
1028
1029         * simops.c: Handle "break" instruction.
1030
1031         * simops.c: Fix restoring the PC for "ret" and "retf" instructions.
1032
1033 Wed Dec 11 09:53:10 1996  Jeffrey A Law  (law@cygnus.com)
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
1040 Tue Dec 10 15:05:37 1996  Jeffrey A Law  (law@cygnus.com)
1041
1042         * simops.c (REG0_4): Define.
1043         Use REG0_4 for indexed loads/stores.
1044
1045 Sat Dec  7 09:50:28 1996  Jeffrey A Law  (law@cygnus.com)
1046
1047         * simops.c (REG0_16): Fix typo.
1048
1049 Fri Dec  6 14:13:34 1996  Jeffrey A Law  (law@cygnus.com)
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
1071 Thu Dec  5 22:26:31 1996  Jeffrey A Law  (law@cygnus.com)
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
1077 Wed Dec  4 10:57:53 1996  Jeffrey A Law  (law@cygnus.com)
1078
1079         * simops.c: "add imm,sp" does not effect the condition codes.
1080         "inc dn" does effect the condition codes.
1081
1082 Tue Dec  3 17:37:45 1996  Jeffrey A Law  (law@cygnus.com)
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
1090 Mon Dec  2 12:31:40 1996  Jeffrey A Law  (law@cygnus.com)
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
1097 Sun Dec  1 16:05:42 1996  Jeffrey A Law  (law@cygnus.com)
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
1108 Wed Nov 27 09:20:42 1996  Jeffrey A Law  (law@cygnus.com)
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
1125 Tue Nov 26 15:43:41 1996  Jeffrey A Law  (law@cygnus.com)
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
1143 Mon Nov 25 12:46:38 1996  Jeffrey A Law  (law@cygnus.com)
1144
1145         * Makefile.in, config.in, configure, configure.in: New files.
1146         * gencode.c, interp.c, mn10300_sim.h, simops.c: New files.
1147