]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/mn10300/ChangeLog
sim: allow the environment configure option everywhere
[thirdparty/binutils-gdb.git] / sim / mn10300 / ChangeLog
1 2016-01-10 Mike Frysinger <vapier@gentoo.org>
2
3 * configure: Regenerate.
4
5 2016-01-10 Mike Frysinger <vapier@gentoo.org>
6
7 * configure: Regenerate.
8
9 2016-01-10 Mike Frysinger <vapier@gentoo.org>
10
11 * configure: Regenerate.
12
13 2016-01-10 Mike Frysinger <vapier@gentoo.org>
14
15 * configure.ac (SIM_AC_OPTION_INLINE): Delete call.
16 * configure: Regenerate.
17
18 2016-01-10 Mike Frysinger <vapier@gentoo.org>
19
20 * configure: Regenerate.
21
22 2016-01-10 Mike Frysinger <vapier@gentoo.org>
23
24 * configure: Regenerate.
25
26 2016-01-09 Mike Frysinger <vapier@gentoo.org>
27
28 * config.in, configure: Regenerate.
29
30 2016-01-06 Mike Frysinger <vapier@gentoo.org>
31
32 * interp.c (sim_open): Mark argv const.
33 (sim_create_inferior): Mark argv and env const.
34
35 2016-01-04 Mike Frysinger <vapier@gentoo.org>
36
37 * configure: Regenerate.
38
39 2016-01-03 Mike Frysinger <vapier@gentoo.org>
40
41 * interp.c (sim_open): Update sim_parse_args comment.
42
43 2016-01-03 Mike Frysinger <vapier@gentoo.org>
44
45 * configure.ac (SIM_AC_OPTION_HOSTENDIAN): Delete.
46 * configure: Regenerate.
47
48 2016-01-02 Mike Frysinger <vapier@gentoo.org>
49
50 * configure.ac (SIM_AC_OPTION_ENDIAN): Change LITTLE_ENDIAN to
51 LITTLE.
52 * configure: Regenerate.
53
54 2015-12-30 Mike Frysinger <vapier@gentoo.org>
55
56 * wrapper.c (mn10300_reg_store, mn10300_reg_fetch): Define.
57 (sim_open): Call CPU_REG_FETCH/CPU_REG_STORE.
58 (sim_store_register): Rename to ...
59 (mn10300_reg_store): ... this.
60 (sim_fetch_register): Rename to ...
61 (mn10300_reg_fetch): ... this.
62
63 2015-12-27 Mike Frysinger <vapier@gentoo.org>
64
65 * Makefile.in (MN10300_OBJS): Delete sim-hload.o.
66
67 2015-12-26 Mike Frysinger <vapier@gentoo.org>
68
69 * config.in, configure: Regenerate.
70
71 2015-12-24 Mike Frysinger <vapier@gentoo.org>
72
73 * sim-main.h (SIM_HANDLES_LMA): Delete.
74
75 2015-12-24 Mike Frysinger <vapier@gentoo.org>
76
77 * sim-main.h (WITH_WATCHPOINTS): Delete.
78
79 2015-11-21 Mike Frysinger <vapier@gentoo.org>
80
81 * interp.c (mn10300_callback): Delete.
82 (sim_open): Delete mn10300_callback assignment.
83 (program_interrupt): Call sim_io_printf.
84 * mn10300_sim.h (mn10300_callback): Delete.
85
86 2015-11-17 Mike Frysinger <vapier@gentoo.org>
87
88 * sim-main.h (WITH_CORE): Delete.
89
90 2015-11-15 Mike Frysinger <vapier@gentoo.org>
91
92 * Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o.
93
94 2015-11-14 Mike Frysinger <vapier@gentoo.org>
95
96 * interp.c (sim_close): Delete.
97
98 2015-06-23 Mike Frysinger <vapier@gentoo.org>
99
100 * configure: Regenerate.
101
102 2015-06-17 Mike Frysinger <vapier@gentoo.org>
103
104 * op_utils.c (do_syscall): Replace call to cb_syscall with
105 sim_syscall_multi.
106
107 2015-06-17 Mike Frysinger <vapier@gentoo.org>
108
109 * mn10300_sim.h (syscall_read_mem, syscall_write_mem): Delete.
110 * op_utils.c: Include sim-syscall.h.
111 (syscall_read_mem, syscall_write_mem): Delete.
112 (do_syscall): Change syscall_read_mem/syscall_write_mem
113 to sim_syscall_read_mem/sim_syscall_write_mem. Set syscall.p2.
114
115 2015-06-12 Mike Frysinger <vapier@gentoo.org>
116
117 * configure: Regenerate.
118
119 2015-06-12 Mike Frysinger <vapier@gentoo.org>
120
121 * configure: Regenerate.
122
123 2015-06-11 Mike Frysinger <vapier@gentoo.org>
124
125 * interp.c (get_byte, get_half, get_word, put_byte, put_half,
126 put_word): Delete.
127 (sim_fetch_register): Inline put_word call.
128 (sim_store_register): Inline get_word call.
129 * mn10300_sim.h (struct _state): Delete mem member.
130 (OP, Simops, get_byte, get_half, get_word, put_byte, put_half,
131 put_word, map): Delete.
132 * op_utils.c (MEMPTR): Delete.
133
134 2015-06-11 Mike Frysinger <vapier@gentoo.org>
135
136 * interp.c (round_64, fpu_status_ok): Add static.
137
138 2015-06-11 Mike Frysinger <vapier@gentoo.org>
139
140 * interp.c (mn10300_debug): Delete.
141 * mn10300_sim.h (DEBUG_TRACE, DEBUG_VALUES, mn10300_debug): Delete.
142 (struct _state): Delete exception and exited members.
143 [_WIN32] (SIGTRAP, SIGQUIT): Delete.
144 * op_utils.c (do_syscall): Call sim_engine_halt instead of setting
145 State.exception.
146
147 2015-06-11 Mike Frysinger <vapier@gentoo.org>
148
149 * mn10300_sim.h (uint8, int8, uint16, int16, uint32, int32): Typedef
150 in terms of unsigned8, signed8, unsigned16, signed16, unsigned32,
151 and signed32 respectively.
152
153 2015-06-11 Mike Frysinger <vapier@gentoo.org>
154
155 * interp.c (INLINE): Delete define.
156 * mn10300_sim.h (INLINE): Likewise.
157
158 2015-04-18 Mike Frysinger <vapier@gentoo.org>
159
160 * sim-main.h (SIM_CPU): Delete.
161
162 2015-04-18 Mike Frysinger <vapier@gentoo.org>
163
164 * sim-main.h (sim_cia): Delete.
165 (SIM_ADDR): Delete comment.
166
167 2015-04-17 Mike Frysinger <vapier@gentoo.org>
168
169 * dv-mn103cpu.c (deliver_mn103cpu_interrupt): Change CIA_GET to
170 CPU_PC_GET and CIA_SET to CPU_PC_SET.
171 * interp.c (sim_create_inferior): Change CIA_SET to CPU_PC_SET.
172 (program_interrupt): Change CIA_GET to CPU_PC_GET and CIA_SET to
173 CPU_PC_SET.
174 (mn10300_cpu_exception_trigger): Change CIA_SET to CPU_PC_SET.
175 (mn10300_cpu_exception_suspend): Likewise.
176 (mn10300_cpu_exception_resume): Likewise.
177 * sim-main.h (CIA_GET, CIA_SET): Delete.
178
179 2015-04-15 Mike Frysinger <vapier@gentoo.org>
180
181 * Makefile.in (MN10300_OBJS): Delete sim-cpu.o.
182 * sim-main.h (STATE_CPU): Delete.
183
184 2015-04-13 Mike Frysinger <vapier@gentoo.org>
185
186 * configure: Regenerate.
187
188 2015-04-13 Mike Frysinger <vapier@gentoo.org>
189
190 * Makefile.in (MN10300_OBJS): Add sim-cpu.o.
191 * interp.c (mn10300_pc_get, mn10300_pc_set): New functions.
192 (sim_open): Declare new local var i. Call sim_cpu_alloc_all.
193 Call CPU_PC_FETCH & CPU_PC_STORE for all cpus.
194 (sim_pc_get): Delete.
195 * sim-main.h (null_cia, NULL_CIA): Delete.
196 (SIM_CPU): Define.
197 (struct sim_state): Change cpu to an array of pointers.
198 (STATE_CPU): Drop & and handle WITH_SMP.
199
200 2015-04-06 Mike Frysinger <vapier@gentoo.org>
201
202 * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
203
204 2015-03-31 Mike Frysinger <vapier@gentoo.org>
205
206 * config.in, configure: Regenerate.
207
208 2015-03-24 Mike Frysinger <vapier@gentoo.org>
209
210 * interp.c (sim_pc_get): New function.
211
212 2015-03-24 Mike Frysinger <vapier@gentoo.org>
213
214 * configure: Regenerate.
215
216 2015-03-23 Mike Frysinger <vapier@gentoo.org>
217
218 * Makefile.in (MN10300_OBJS): Delete dv-sockser.o.
219
220 2015-03-23 Mike Frysinger <vapier@gentoo.org>
221
222 * configure: Regenerate.
223
224 2015-03-23 Mike Frysinger <vapier@gentoo.org>
225
226 * configure: Regenerate.
227
228 2015-03-23 Mike Frysinger <vapier@gentoo.org>
229
230 * configure: Regenerate.
231
232 2015-03-23 Mike Frysinger <vapier@gentoo.org>
233
234 * configure: Regenerate.
235 * configure.ac: Delete SIM_DV_SOCKSER_O check.
236
237 2015-03-16 Mike Frysinger <vapier@gentoo.org>
238
239 * config.in, configure: Regenerate.
240
241 2015-03-15 Mike Frysinger <vapier@gentoo.org>
242
243 * tconfig.in: Delete file.
244
245 2015-03-14 Mike Frysinger <vapier@gentoo.org>
246
247 * Makefile.in (SIM_RUN_OBJS): Delete.
248
249 2015-03-14 Mike Frysinger <vapier@gentoo.org>
250
251 * configure.ac (AC_CHECK_HEADERS): Delete unistd.h & stdlib.h &
252 string.h & strings.h & time.h.
253 * aclocal.m4, configure: Regenerate.
254
255 2014-08-19 Alan Modra <amodra@gmail.com>
256
257 * configure: Regenerate.
258
259 2014-08-15 Roland McGrath <mcgrathr@google.com>
260
261 * configure: Regenerate.
262 * config.in: Regenerate.
263
264 2014-03-04 Mike Frysinger <vapier@gentoo.org>
265
266 * configure: Regenerate.
267
268 2013-09-23 Alan Modra <amodra@gmail.com>
269
270 * configure: Regenerate.
271
272 2013-06-03 Mike Frysinger <vapier@gentoo.org>
273
274 * aclocal.m4, configure: Regenerate.
275
276 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
277
278 * configure: Rebuild.
279
280 2013-03-26 Mike Frysinger <vapier@gentoo.org>
281
282 * configure: Regenerate.
283
284 2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com>
285
286 * configure.ac: Fail if dv-sockser.o not available.
287 Error when --disable-sim-hardware is specified.
288 * tconfig.in: Conditionalize use of dv_sockser_install.
289 * configure: Regenerated.
290 * config.in: Regenerated.
291
292 2012-06-17 Hans-Peter Nilsson <hp@axis.com>
293
294 * interp.c: Include config.h first. Do not include sysdep.h.
295
296 2012-06-15 Joel Brobecker <brobecker@adacore.com>
297
298 * config.in, configure: Regenerate.
299
300 2012-03-24 Mike Frysinger <vapier@gentoo.org>
301
302 * aclocal.m4, config.in, configure: Regenerate.
303
304 2012-02-16 Kevin Buettner <kevinb@redhat.com>
305
306 * interp.c (sim_fetch_register): Return length, not -1.
307
308 2012-01-02 Joel Brobecker <brobecker@adacore.com>
309
310 * sim-main.h: Reformat copyright header.
311
312 2011-12-03 Mike Frysinger <vapier@gentoo.org>
313
314 * aclocal.m4: New file.
315 * configure: Regenerate.
316
317 2011-11-07 Mike Frysinger <vapier@gentoo.org>
318
319 PR sim/9302
320 * dv-mn103iop.c (write_dedicated_control_reg): Convert && to &.
321
322 2011-10-19 Mike Frysinger <vapier@gentoo.org>
323
324 * configure: Regenerate after common/acinclude.m4 update.
325
326 2011-10-17 Mike Frysinger <vapier@gentoo.org>
327
328 * configure.ac: Change include to common/acinclude.m4.
329
330 2011-10-17 Mike Frysinger <vapier@gentoo.org>
331
332 * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
333 call. Replace common.m4 include with SIM_AC_COMMON.
334 * configure: Regenerate.
335
336 2011-07-05 Mike Frysinger <vapier@gentoo.org>
337
338 * interp.c (sim_do_command): Delete.
339
340 2011-06-20 Nick Clifton <nickc@redhat.com>
341
342 * am33.igen (sub Rm,Rn,Rd): Fix computation of carry flag.
343
344 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
345
346 * interp.c (sim_store_register): Update return value to
347 match new API.
348
349 2010-04-19 Mike Frysinger <vapier@gentoo.org>
350
351 * dv-mn103ser.c (sockser_addr, USE_SOCKSER_P): Delete
352 (do_polling_event): Change USE_SOCKSER_P to dv_sockser_status.
353 (read_status_reg): Likewise.
354 (write_txb): Likewise.
355
356 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
357
358 * configure: Regenerate.
359
360 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
361
362 * config.in: Regenerate.
363 * configure: Likewise.
364
365 * configure: Regenerate.
366
367 2008-07-11 Hans-Peter Nilsson <hp@axis.com>
368
369 * configure: Regenerate to track ../common/common.m4 changes.
370 * config.in: Ditto.
371
372 2008-06-06 Vladimir Prus <vladimir@codesourcery.com>
373 Daniel Jacobowitz <dan@codesourcery.com>
374 Joseph Myers <joseph@codesourcery.com>
375
376 * configure: Regenerate.
377
378 2006-12-21 Hans-Peter Nilsson <hp@axis.com>
379
380 * acconfig.h: Remove.
381 * config.in: Regenerate.
382
383 2006-06-13 Richard Earnshaw <rearnsha@arm.com>
384
385 * configure: Regenerated.
386
387 2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
388
389 * configure: Regenerated.
390
391 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
392
393 * configure: Regenerated.
394
395 2006-03-29 Hans-Peter Nilsson <hp@axis.com>
396
397 * configure: Regenerate.
398
399 2005-03-23 Mark Kettenis <kettenis@gnu.org>
400
401 * configure: Regenerate.
402
403 2005-01-14 Andrew Cagney <cagney@gnu.org>
404
405 * configure.ac: Sinclude aclocal.m4 before common.m4. Add
406 explicit call to AC_CONFIG_HEADER.
407 * configure: Regenerate.
408
409 2005-01-12 Andrew Cagney <cagney@gnu.org>
410
411 * configure.ac: Update to use ../common/common.m4.
412 * configure: Re-generate.
413
414 2005-01-11 Andrew Cagney <cagney@localhost.localdomain>
415
416 * configure: Regenerated to track ../common/aclocal.m4 changes.
417
418 2005-01-07 Andrew Cagney <cagney@gnu.org>
419
420 * configure.ac: Rename configure.in, require autoconf 2.59.
421 * configure: Re-generate.
422
423 2004-12-08 Hans-Peter Nilsson <hp@axis.com>
424
425 * configure: Regenerate for ../common/aclocal.m4 update.
426
427 2004-06-26 Alexandre Oliva <aoliva@redhat.com>
428
429 2000-08-07 Graham Stott <grahams@cygnus.co.uk>
430 * am33-2.igen (fmadd, fmsub, fmnadd, fmnsub): Correct typo.
431 2000-05-29 Alexandre Oliva <aoliva@cygnus.com>
432 * interp.c (fpu_disabled_exception, fpu_unimp_exception,
433 fpu_check_signal_exception): Take additional state arguments.
434 Print exception type and call program_interrupt. Adjust callers.
435 (fpu_rsqrt, fpu_cmp, fpu_add, fpu_sub, fpu_mul, fpu_div,
436 fpu_fmadd, fpu_fmsub, fpu_fnmadd, fpu_fnmsub): Take additional
437 arguments.
438 * mn10300_sim.h (fpu_disabled_exception, fpu_unimp_exception,
439 fpu_check_signal_exception): Adjust prototypes.
440 (fpu_rsqrt, fpu_cmp, fpu_add, fpu_sub, fpu_mul, fpu_div,
441 fpu_fmadd, fpu_fmsub, fpu_fnmadd, fpu_fnmsub): Likewise.
442 * am33-2.igen: Adjust calls.
443 2000-05-19 Alexandre Oliva <aoliva@cygnus.com>
444 * op_utils.c (cmp2fcc): Moved...
445 * interp.c: ... here.
446 2000-05-18 Alexandre Oliva <aoliva@cygnus.com>
447 * am33-2.igen: Use `unsigned32', `signed32', `unsigned64' or
448 `signed64' where type width is relevant.
449 2000-05-15 Alexandre Oliva <aoliva@cygnus.com>
450 * mn10300_sim.h: Include sim-fpu.h.
451 (FD2FPU, FPU2FD): Enclose the FD argument in parentheses.
452 (fpu_check_signal_exception): Declare.
453 (struct fp_prec_t, fp_single_prec, fp_double_prec): Likewise.
454 (FP_SINGLE, FP_DOUBLE): Shorthands for fp_*_prec.
455 (fpu_rsqrt, fpu_cmp, fpu_add, fpu_sub, fpu_mul, fpu_div,
456 fpu_fmadd, fpu_fmsub, fpu_fnmadd, fpu_fnmsub): Declare.
457 * interp.c (fpu_disabled_exception): Document.
458 (fpu_unimp_exception): Likewise.
459 (fpu_check_signal_exception): Define.
460 (reg2val_32, round_32, val2reg_32, fp_single_prec): Likewise.
461 (reg2val_64, round_64, val2reg_64, fp_double_prec): Likewise.
462 (REG2VAL, ROUND, VAL2REG): Define shorthands.
463 (fpu_status_ok): Define.
464 (fpu_rsqrt, fpu_cmp, fpu_add, fpu_sub, fpu_mul, fpu_div,
465 fpu_fmadd, fpu_fmsub, fpu_fnmadd, fpu_fnmsub): Define.
466 * am33-2.igen (frsqrt, fcmp, fadd, fsub, fmul, fdiv,
467 fmadd, fmsub, fnmadd, fnmsub): Use new functions.
468 2000-04-27 Alexandre Oliva <aoliva@cygnus.com>
469 * interp.c (sim_create_inferior): Set PSW bit to enable FP insns
470 if architecture is AM33/2.0.
471 * am33.igen: Include am33-2.igen.
472 2000-04-23 Alexandre Oliva <aoliva@cygnus.com>
473 * mn10300.igen (movm, call, ret, retf): Check for am33_2 too.
474 * am33.igen (movm): Likewise.
475 2000-04-19 Alexandre Oliva <aoliva@cygnus.com>
476 * am33.igen: Added `*am33_2' to some instructions that were
477 missing it.
478 2000-04-07 Alexandre Oliva <aoliva@cygnus.com>
479 * am33-2.igen: New file. All insns implemented, but FP flags are
480 only set for fcmp, exceptional conditions are not handled yet.
481 * Makefile.in (IGEN_INSN): Added am33-2.igen.
482 (tmp-igen): Added -M am33_2.
483 * mn10300.igen, am33.igen: Added `*am33_2' to all insns.
484 * gencode.c: Support FMT_D3.
485 * mn10300_sim.h (dword): New type.
486 (struct _state): Added fpregs.
487 (REG_FPCR, FPCR): New define. All assorted bitmaps.
488 (XS2FS, AS2FS, Xf2FD): New macros.
489 (FS2FPU, FD2FPU, FPU2FS, FPU2FD): Likewise.
490 (load_dword, store_dword): New functions or macros.
491 (u642dw, dw2u64): New functions.
492 (fpu_disabled_exception, fpu_unimp_exception): Declared.
493 * interp.c (fpu_disabled_exception): Defined; no actual
494 implementation.
495 (fpu_unimp_exception): Likewise.
496 * op_utils.c (cmp2fcc): New function.
497
498 * interp.c, mn10300_sim.h, op_utils.c: Convert function prototypes
499 and definitions to ISO C.
500
501 * gencode.c, simops.c: Delete.
502 * Makefile.in: Remove non-COMMON dependencies and commands.
503
504 * configure.in: Use common simulator always. Don't subst sim_gen
505 nor mn10300_common.
506 * configure: Rebuilt.
507 * Makefile.in (WITHOUT_COMMON_OBJS, WITHOUT_COMMON_INTERP_DEP,
508 WITHOUT_COMMON_RUN_OBJS): Remove.
509 (WITH_COMMON_OBJS): Rename to MN10300_OBJS.
510 (WITH_COMMON_INTERP_DEP): Rename to MN10300_INTERP_DEP.
511 (WITH_COMMON_RUN_OBJS): Rename to SIM_RUN_OBJS.
512 (SIM_EXTRA_CFLAGS): Don't use @sim_gen@.
513 * interp.c: Remove non-common bits.
514 * mn10300_sim.h: Likewise.
515
516 2003-08-28 Andrew Cagney <cagney@redhat.com>
517
518 * dv-mn103ser.c (do_polling_event): Change type of "serial_reg" to
519 "long".
520 (read_status_reg): Cast "serial_reg" to "long".
521 * dv-mn103tim.c (do_counter_event): Change type of "timer_nr" to
522 "long".
523 (do_counter6_event, write_mode_reg, write_tm6md): Ditto.
524
525 2003-02-27 Andrew Cagney <cagney@redhat.com>
526
527 * interp.c (sim_open, sim_create_inferior, sim_open)
528 (sim_create_inferior): Rename _bfd to bfd.
529
530 2003-02-26 Andrew Cagney <cagney@redhat.com>
531
532 * am33.igen: Call sim_engine_abort instead of abort.
533
534 2003-02-26 David Carlton <carlton@math.stanford.edu>
535
536 * dv-mn103tim.c (read_special_timer6_reg): Add break after
537 empty default: label.
538 (write_special_timer6_reg): Ditto.
539 Update copyright.
540
541 2002-11-28 Andrew Cagney <cagney@redhat.com>
542
543 * sim-main.h: Only include "idecode.h" once.
544 * Makefile.in (SIM_EXTRA_DEPS): Define.
545
546 2002-06-16 Andrew Cagney <ac131313@redhat.com>
547
548 * configure: Regenerated to track ../common/aclocal.m4 changes.
549
550 2002-06-09 Andrew Cagney <cagney@redhat.com>
551
552 * Makefile.in (INCLUDE): Update path to callback.h.
553 * mn10300_sim.h: Include "gdb/callback.h" and "gdb/remote-sim.h".
554 * tconfig.in: Ditto.
555
556 2001-05-06 Jim Blandy <jimb@redhat.com>
557
558 * mn10300.igen: Doc fixes.
559
560 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
561
562 * Makefile.in (idecode.o, op_utils.o, semantics.o, simops.o):
563 Depend on targ-vals.h.
564
565 2001-04-15 J.T. Conklin <jtc@redback.com>
566
567 * Makefile.in (simops.o): Add simops.h to dependency list.
568
569 Wed Aug 9 02:24:53 2000 Graham Stott <grahams@cygnus.co.uk>
570
571 * am33.igen: Warning clean-up.
572 (movm): Initialize PC and mask.
573 (mov, movbu, movhu): Set srcreg2 from RI0.
574 (bsch): Initialize c.
575 (sat16_cmp): Actually do the comparison.
576 (mov_llt): Do not overwrite dstreg with uninitialized variable.
577
578 Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
579
580 * configure: Regenerated to track ../common/aclocal.m4 changes.
581
582 2000-05-22 Alexandre Oliva <aoliva@cygnus.com>
583
584 * am33.igen: Fix leading comments of SP-relative offset insns that
585 referred to other registers. Make their offsets unsigned.
586
587 2000-05-18 Alexandre Oliva <aoliva@cygnus.com>
588
589 * mn10300_sim.h (genericAdd, genericSub, genericCmp, genericOr,
590 genericXor, genericBtst): Use `unsigned32'.
591 * op_utils.c: Likewise.
592 * mn10300.igen, am33.igen: Use `unsigned32', `signed32',
593 `unsigned64' or `signed64' where type width is relevant.
594
595 2000-04-25 Alexandre Oliva <aoliva@cygnus.com>
596
597 * am33.igen (inc4 Rn): Use genericAdd so as to modify flags.
598
599 2000-04-09 Alexandre Oliva <aoliva@cygnus.com>
600
601 * am33.igen: Make SP-relative offsets unsigned. Add `*am33' for
602 some instructions that were missing it.
603
604 2000-03-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
605
606 * Makefile.in (IGEN_INSN): Added am33.igen.
607
608 Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
609
610 * configure: Regenerated to track ../common/aclocal.m4 changes.
611
612 Tue Jul 13 13:26:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
613
614 * interp.c: Clarify error message reporting an unknown board.
615
616 1999-05-08 Felix Lee <flee@cygnus.com>
617
618 * configure: Regenerated to track ../common/aclocal.m4 changes.
619
620 1999-04-16 Frank Ch. Eigler <fche@cygnus.com>
621
622 * interp.c (program_interrupt): Detect undesired recursion using
623 static flag. Set NMIRC register's SYSEF flag during
624 --board=stdeval1 mode.
625 * dv-mn103-int.c (write_icr): Add backdoor address to allow CPU to
626 set SYSEF flag.
627
628 1999-04-02 Keith Seitz <keiths@cygnus.com>
629
630 * Makefile.in (SIM_EXTRA_CFLAGS): Define a POLL_QUIT_INTERVAL
631 for use in the simulator so that the poll_quit callback is
632 not called too often.
633
634 Tue Mar 9 21:26:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
635
636 * dv-mn103int.c (mn103int_ioctl): Return something.
637 * dv-mn103tim.c (write_tm6md): GCC suggested parentheses around &&
638 within ||.
639
640 Tue Feb 16 23:57:17 1999 Jeffrey A Law (law@cygnus.com)
641
642 * mn10300.igen (retf): Fix return address computation and store
643 the new pc value into nia.
644
645 1998-12-29 Frank Ch. Eigler <fche@cygnus.com>
646
647 * Makefile.in (WITH_COMMON_OBJS): Build also dv-sockser.o.
648 * interp.c (sim_open): Add stub mn103002 cache control memory regions.
649 Set OPERATING_ENVIRONMENT on "stdeval1" board.
650 (mn10300_core_signal): New function to intercept memory errors.
651 (program_interrupt): New function to dispatch to exception vector
652 (mn10300_exception_*): New functions to snapshot pre/post exception
653 state.
654 * sim-main.h (SIM_CORE_SIGNAL): Define hook - call mn10300_core_signal.
655 (SIM_ENGINE_HALT_HOOK): Do nothing.
656 (SIM_CPU_EXCEPTION*): Define hooks to call mn10300_cpu_exception*().
657 (_sim_cpu): Add exc_* fields to store register value snapshots.
658 * dv-mn103ser.c (*): Support dv-sockser backend for UART I/O.
659 Various endianness and warning fixes.
660 * mn10300.igen (illegal): Call program_interrupt on error.
661 (break): Call program_interrupt on breakpoint
662
663 Several changes from <janczyn@cygnus.com> and <cagney@cygnus.com>
664 merged in:
665 * dv-mn103int.c (mn103int_ioctl): New function for NMI
666 generation. (mn103int_finish): Install it as ioctl handler.
667 * dv-mn103tim.c: Support timer 6 specially. Endianness fixes.
668
669 Wed Oct 14 12:11:05 1998 Jeffrey A Law (law@cygnus.com)
670
671 * am33.igen: Allow autoincrement stores using the same register
672 for source and destination operands.
673
674 Mon Aug 31 10:19:55 1998 Jeffrey A Law (law@cygnus.com)
675
676 * am33.igen: Reverse HI/LO outputs of 4 operand "mul" and "mulu".
677
678 Fri Aug 28 14:40:49 1998 Joyce Janczyn <janczyn@cygnus.com>
679
680 * interp.c (sim_open): Check for invalid --board option, fix
681 indentation, allocate memory for mem control and DMA regs.
682
683 Wed Aug 26 09:29:38 1998 Joyce Janczyn <janczyn@cygnus.com>
684
685 * mn10300.igen (div,divu): Fix divide instructions so divide by 0
686 behaves like the hardware.
687
688 Mon Aug 24 11:50:09 1998 Joyce Janczyn <janczyn@cygnus.com>
689
690 * sim-main.h (SIM_HANDLES_LMA): Define SIM_HANDLES_LMA.
691
692 Wed Aug 12 12:36:07 1998 Jeffrey A Law (law@cygnus.com)
693
694 * am33.igen: Handle case where first DSP operation modifies a
695 register used in the second DSP operation correctly.
696
697 Tue Jul 28 10:10:25 1998 Jeffrey A Law (law@cygnus.com)
698
699 * am33.igen: Detect cases where two operands must not match for
700 DSP instructions too.
701
702 Mon Jul 27 12:04:17 1998 Jeffrey A Law (law@cygnus.com)
703
704 * am33.igen: Detect cases where two operands must not match in
705 non-DSP instructions.
706
707 Fri Jul 24 18:15:21 1998 Joyce Janczyn <janczyn@cygnus.com>
708
709 * op_utils.c (do_syscall): Rewrite to use common/syscall.c.
710 (syscall_read_mem, syscall_write_mem): New functions for syscall
711 callbacks.
712 * mn10300_sim.h: Add prototypes for syscall_read_mem and
713 syscall_write_mem.
714 * mn10300.igen: Change C++ style comments to C style comments.
715 Check for divide by zero in div and divu ops.
716
717 Fri Jul 24 12:49:28 1998 Jeffrey A Law (law@cygnus.com)
718
719 * am33.igen (translate_xreg): New function. Use it as needed.
720
721 Thu Jul 23 10:05:28 1998 Jeffrey A Law (law@cygnus.com)
722
723 * am33.igen: Add some missing instructions.
724
725 * am33.igen: Autoincrement loads/store fixes.
726
727 Tue Jul 21 09:48:14 1998 Jeffrey A Law (law@cygnus.com)
728
729 * am33.igen: Add mov_lCC DSP instructions.
730
731 * am33.igen: Add most am33 DSP instructions.
732
733 Thu Jul 9 10:06:55 1998 Jeffrey A Law (law@cygnus.com)
734
735 * mn10300.igen: Fix Z bit for addc and subc instructions.
736 Minor fixes in multiply/divide patterns.
737
738 * am33.igen: Add missing mul[u] imm32,Rn. Fix condition code
739 handling for many instructions. Fix sign extension for some
740 24bit immediates.
741
742 * am33.igen: Fix Z bit for remaining addc/subc instructions.
743 Do not sign extend immediate for mov imm,XRn.
744 More random mul, mac & div fixes.
745 Remove some unused variables.
746 Sign extend 24bit displacement in memory addresses.
747
748 * am33.igen: Fix Z bit for addc Rm,Rn and subc Rm,Rn. Various
749 fixes to 2 register multiply, divide and mac instructions. Set
750 Z,N correctly for sat16. Sign extend 24 bit immediate for add,
751 and sub instructions.
752
753 * am33.igen: Add remaining non-DSP instructions.
754
755 Wed Jul 8 16:29:12 1998 Jeffrey A Law (law@cygnus.com)
756
757 * am33.igen (translate_rreg): New function. Use it as appropriate.
758
759 * am33.igen: More am33 instructions. Fix "div".
760
761 Mon Jul 6 15:39:22 1998 Jeffrey A Law (law@cygnus.com)
762
763 * mn10300.igen: Add am33 support.
764
765 * Makefile.in: Use multi-sim to support both a mn10300 and am33
766 simulator.
767
768 * am33.igen: Add many more am33 instructions.
769
770 Wed Jul 1 17:07:09 1998 Jeffrey A Law (law@cygnus.com)
771
772 * mn10300_sim.h (FETCH24): Define.
773
774 * mn10300_sim.h: Add defines for some registers found on the AM33.
775 * am33.igen: New file with some am33 support.
776
777 Tue Jun 30 11:23:20 1998 Jeffrey A Law (law@cygnus.com)
778
779 * mn10300_sim.h: Include bfd.h
780 (struct state): Add more room for processor specific registers.
781 (REG_E0): Define.
782
783 Thu Jun 25 10:12:03 1998 Joyce Janczyn <janczyn@cygnus.com>
784
785 * dv-mn103tim.c: Include sim-assert.h
786 * dv-mn103ser.c (do_polling_event): Check for incoming data on
787 serial line and schedule next polling event.
788 (read_status_reg): schedule events to check for incoming data on
789 serial line and issue interrupt if necessary.
790
791 Fri Jun 19 16:47:27 1998 Joyce Janczyn <janczyn@cygnus.com>
792
793 * interp.c (sim_open): hook up serial 1 and 2 ports properly (typo).
794
795 Fri Jun 19 11:59:26 1998 Joyce Janczyn <janczyn@cygnus.com>
796
797 * interp.c (board): Rename am32 to stdeval1 as this is the name
798 consistently used to refer to the mn1030002 board.
799
800 Thu June 18 14:37:14 1998 Joyce Janczyn <janczyn@cygnus.com>
801 * interp.c (sim_open): Fix typo in address of EXTMD register
802 (0x34000280, not 0x3400280).
803
804 Wed Jun 17 18:00:18 1998 Jeffrey A Law (law@cygnus.com)
805
806 * simops.c (syscall): Handle change in opcode # for syscall.
807 * mn10300.igen (syscall): Likewise.
808
809 Tue June 16 09:36:21 1998 Joyce Janczyn <janczyn@cygnus.com>
810 * dv-mn103int.c (mn103int_finish): Regular interrupts (not NMI or
811 reset) are not enabled on reset.
812
813 Sun June 14 17:04:00 1998 Joyce Janczyn <janczyn@cygnus.com>
814 * dv-mn103iop.c (write_*_reg): Check for attempt to write r/o
815 register bits.
816 * dv-mn103ser.c: Fill in methods for reading and writing to serial
817 device registers.
818 * interp.c (sim_open): Make the serial device a polling device.
819
820 Fri June 12 16:24:00 1998 Joyce Janczyn <janczyn@cygnus.com>
821 * dv-mn103iop.c: New file for handling am32 io ports.
822 * configure.in: Add mn103iop to hw_device list.
823 * configure: Re-generate.
824 * interp.c (sim_open): Create io port device.
825
826 Wed June 10 14:34:00 1998 Joyce Janczyn <janczyn@cygnus.com>
827 * dv-mn103int.c (external_group): Use enumerated types to access
828 correct group addresses.
829 * dv-mn103tim.c (do_counter_event): Underflow of cascaded timer
830 triggers an interrupt on the higher-numbered timer's port.
831
832 Mon June 8 13:30:00 1998 Joyce Janczyn <janczyn@cygnus.com>
833 * interp.c: (mn10300_option_handler): New function parses arguments
834 using sim-options.
835 * (board): Add --board option for specifying am32.
836 * (sim_open): Create new timer and serial devices and control
837 configuration of other am32 devices via board option.
838 * dv-mn103tim.c, dv-mn103ser.c: New files for timers and serial devices.
839 * dv-mn103cpu.c: Fix typos in opening comments.
840 * dv-mn103int.c: Adjust interrupt controller settings for am32 instead of am30.
841 * configure.in: Add mn103tim and mn103ser to hw_device list.
842 * configure: Re-generate.
843
844 Mon May 25 20:50:35 1998 Andrew Cagney <cagney@b1.cygnus.com>
845
846 * dv-mn103int.c, dv-mn103cpu.c: Rename *_callback to *_method.
847
848 * dv-mn103cpu.c, dv-mn103int.c: Include hw-main.h and
849 sim-main.h. Declare a struct hw_descriptor instead of struct
850 hw_device_descriptor.
851
852 Mon May 25 17:33:33 1998 Andrew Cagney <cagney@b1.cygnus.com>
853
854 * dv-mn103cpu.c (struct mn103cpu): Change type of pending_handler
855 to struct hw_event.
856
857 Fri May 22 12:17:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
858
859 * configure.in (SIM_AC_OPTION_HARDWARE): Add argument "yes".
860
861 Wed May 6 13:29:06 1998 Andrew Cagney <cagney@b1.cygnus.com>
862
863 * interp.c (sim_open): Create a polling PAL device.
864
865 Fri May 1 16:39:15 1998 Andrew Cagney <cagney@b1.cygnus.com>
866
867 * dv-mn103int.c (mn103int_port_event):
868 (mn103int_port_event):
869 (mn103int_io_read_buffer):
870 (mn103int_io_write_buffer):
871
872 * dv-mn103cpu.c (deliver_mn103cpu_interrupt): Drop CPU/CIA args.
873 (mn103cpu_port_event): Ditto.
874 (mn103cpu_io_read_buffer): Ditto.
875 (mn103cpu_io_write_buffer): Ditto.
876
877 Tue Apr 28 18:33:31 1998 Geoffrey Noer <noer@cygnus.com>
878
879 * configure: Regenerated to track ../common/aclocal.m4 changes.
880
881 Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
882
883 * configure: Regenerated to track ../common/aclocal.m4 changes.
884 * config.in: Ditto.
885
886 Sun Apr 26 15:19:55 1998 Tom Tromey <tromey@cygnus.com>
887
888 * acconfig.h: New file.
889 * configure.in: Reverted change of Apr 24; use sinclude again.
890
891 Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
892
893 * configure: Regenerated to track ../common/aclocal.m4 changes.
894 * config.in: Ditto.
895
896 Fri Apr 24 11:19:07 1998 Tom Tromey <tromey@cygnus.com>
897
898 * configure.in: Don't call sinclude.
899
900 Tue Apr 14 10:03:02 1998 Andrew Cagney <cagney@b1.cygnus.com>
901
902 * mn10300_sim.h: Declare all functions in op_utils.c using
903 INLINE_SIM_MAIN.
904 * op_utils.c: Ditto.
905 * sim-main.c: New file. Include op_utils.c.
906
907 * mn10300.igen (mov, cmp): Use new igen operators `!' and `=' to
908 differentiate between MOV/CMP immediate/register instructions.
909
910 * configure.in (SIM_AC_OPTION_INLINE): Add and enable.
911 * configure: Regenerate.
912
913 Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
914
915 * configure: Regenerated to track ../common/aclocal.m4 changes.
916
917 Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
918
919 * interp.c (hw): Delete variable, moved to SIM_DESC.
920 (sim_open): Delete calls to hw_tree_create, hw_tree_finish.
921 Handled by sim-module.
922 (sim_open): Do not anotate tree with trace properties, handled by
923 sim-hw.c
924 (sim_open): Call sim_hw_parse instead of hw_tree_parse.
925
926 * configure: Regenerated to track ../common/aclocal.m4 changes.
927
928 Thu Mar 26 20:46:18 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
929
930 * dv-mn103cpu.c (deliver_mn103cpu_interrupt): Save the entire PC
931 on the stack when delivering interrupts (not just the lower
932 half)...
933 * mn10300.igen (mov (Di,Am),Dn): Fix decode. Registers were
934 specified in the wrong order.
935
936 Fri Mar 27 00:56:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
937
938 * dv-mn103cpu.c (deliver_mn103cpu_interrupt): Stop loss of
939 succeeding interrupts, clear pending_handler when the handler
940 isn't re-scheduled.
941
942 Thu Mar 26 10:11:01 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
943
944 * Makefile.in (tmp-igen): Prefix all usage of move-if-change
945 script with $(SHELL) to make NT native builds happy.
946 * configure: Regenerate because of change to ../common/aclocal.m4.
947
948 Thu Mar 26 11:22:31 1998 Andrew Cagney <cagney@b1.cygnus.com>
949
950 * configure.in: Make --enable-sim-common the default.
951 * configure: Re-generate.
952
953 * sim-main.h (CIA_GET, CIA_SET): Save/restore current instruction
954 address into Sate.regs[REG_PC] instead of common struct.
955
956 Wed Mar 25 17:42:00 1998 Joyce Janczyn <janczyn@cygnus.com>
957
958 * mn10300.igen (cmp imm8,An): Do not sign extend imm8 value.
959
960 Wed Mar 25 12:08:00 1998 Joyce Janczyn <janczyn@cygnus.com>
961
962 * simops.c (OP_F0FD): Initialise variable 'sp'.
963
964 Thu Mar 26 00:21:32 1998 Andrew Cagney <cagney@b1.cygnus.com>
965
966 * dv-mn103int.c (decode_group): A group register every 4 bytes not
967 8.
968 (write_icr): Rewrite equation updating request field.
969 (read_iagr): Fix check that interrupt is still pending.
970
971 Wed Mar 25 16:14:50 1998 Andrew Cagney <cagney@b1.cygnus.com>
972
973 * interp.c (sim_open): Tidy up device creation.
974
975 * dv-mn103int.c (mn103int_port_event): Drive NMI with non-zero
976 value.
977 (mn103int_io_read_buffer): Convert absolute address to register
978 block offsets.
979 (read_icr, write_icr): Convert block offset into group offset.
980
981 Wed Mar 25 15:08:49 1998 Andrew Cagney <cagney@b1.cygnus.com>
982
983 * interp.c (sim_open): Create second 1mb memory region at
984 0x40000000.
985 (sim_open): Create a device tree.
986 (sim-hw.h): Include.
987 (do_interrupt): Delete, needs to use dv-mn103cpu.c
988
989 * dv-mn103int.c, dv-mn103cpu.c: New files.
990
991 Wed Mar 25 08:47:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
992
993 * mn10300_sim.h (EXTRACT_PSW_LM, INSERT_PSW_LM, PSW_IE, PSW_LM):
994 Define.
995 (SP): Define.
996
997 Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
998
999 * configure: Regenerated to track ../common/aclocal.m4 changes.
1000
1001 Wed Mar 25 10:24:48 1998 Andrew Cagney <cagney@b1.cygnus.com>
1002
1003 * interp.c (sim-options.h): Include.
1004 (sim_kind, myname): Declare when not using common framework.
1005
1006 * mn10300_sim.h (do_syscall, generic*): Provide prototypes for
1007 functions found in op_utils.c
1008
1009 * mn10300.igen (add): Discard unused variables.
1010
1011 * configure, config.in: Re-generate with autoconf 2.12.1.
1012
1013 Tue Mar 24 15:27:00 1998 Joyce Janczyn <janczyn@cygnus.com>
1014
1015 Add support for --enable-sim-common option.
1016 * Makefile.in (WITHOUT_COMMON_OBJS): Files included if
1017 ! --enable-sim-common
1018 (WITH_COMMON_OBJS): Files included if --enable-sim-common.
1019 (MN10300_OBJS,MN10300_INTERP_DEP): New variables.
1020 (SIM_OBJS): Rewrite.
1021 ({WITHOUT,WITH}_COMMON_RUN_OBJS,SIM_RUN_OBJS): New variables.
1022 (SIM_EXTRA_CFLAGS): New variable.
1023 (clean-extra): Clean up igen files.
1024 (../igen/igen,clean-igen,tmp-igen): New rules.
1025 * configure.in: Add support for common framework via
1026 --enable-sim-common.
1027 * configure: Regenerate.
1028 * interp.c: #include sim-main if WITH_COMMON, not mn10300_sim.h.
1029 (hash,dispatch,sim_size): Don't compile if ! WITH_COMMON.
1030 (init_system,sim_write,compare_simops): Likewise.
1031 (sim_set_profile,sim_set_profile_size): Likewise.
1032 (sim_stop,sim_resume,sim_trace,sim_info): Likewise.
1033 (sim_set_callbacks,sim_stop_reason,sim_read,sim_load): Likewise.
1034 (enum interrupt_type): New enum.
1035 (interrupt_names): New global.
1036 (do_interrupt): New function.
1037 (sim_open): Define differently if WITH_COMMON.
1038 (sim_close,sim_create_inferior,sim_do_command): Likewise.
1039 * mn10300_sim.h ({load,store}_{byte,half,word}): Define versions
1040 for WITH_COMMON.
1041 * mn10300.igen: New file.
1042 * mn10300.dc: New file.
1043 * op_utils.c: New file.
1044 * sim-main.h: New file.
1045
1046 Wed Mar 18 12:38:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
1047
1048 * configure: Regenerated to track ../common/aclocal.m4 changes.
1049
1050 Fri Feb 27 18:36:04 1998 Jeffrey A Law (law@cygnus.com)
1051
1052 * simops.c (inc): Fix typo.
1053
1054 Wed Feb 25 01:59:29 1998 Jeffrey A Law (law@cygnus.com)
1055
1056 * simops.c (signed multiply instructions): Cast input operands to
1057 signed32 before casting them to signed64 so that the sign bit
1058 is propagated properly.
1059
1060 Mon Feb 23 20:23:19 1998 Mark Alexander <marka@cygnus.com>
1061
1062 * Makefile.in: Last change was bad. Define NL_TARGET
1063 so that targ-vals.h will be used instead of syscall.h.
1064 * simops.c: Use targ-vals.h instead of syscall.h.
1065 (OP_F020): Disable unsupported system calls.
1066
1067 Mon Feb 23 09:44:38 1998 Mark Alexander <marka@cygnus.com>
1068
1069 * Makefile.in: Get header files from libgloss/mn10300/sys.
1070
1071 Sun Feb 22 16:02:24 1998 Jeffrey A Law (law@cygnus.com)
1072
1073 * simops.c: Include sim-types.h.
1074
1075 Wed Feb 18 13:07:08 1998 Jeffrey A Law (law@cygnus.com)
1076
1077 * simops.c (multiply instructions): Cast input operands to a
1078 signed64/unsigned64 type as appropriate.
1079
1080 Tue Feb 17 12:47:16 1998 Andrew Cagney <cagney@b1.cygnus.com>
1081
1082 * interp.c (sim_store_register, sim_fetch_register): Pass in
1083 length parameter. Return -1.
1084
1085 Sun Feb 1 16:47:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
1086
1087 * configure: Regenerated to track ../common/aclocal.m4 changes.
1088
1089 Sat Jan 31 18:15:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
1090
1091 * configure: Regenerated to track ../common/aclocal.m4 changes.
1092
1093 Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
1094
1095 * configure: Regenerated to track ../common/aclocal.m4 changes.
1096
1097 Mon Dec 15 23:17:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
1098
1099 * configure: Regenerated to track ../common/aclocal.m4 changes.
1100 * config.in: Ditto.
1101
1102 Thu Dec 4 09:21:05 1997 Doug Evans <devans@canuck.cygnus.com>
1103
1104 * configure: Regenerated to track ../common/aclocal.m4 changes.
1105
1106 Tue Nov 11 10:38:52 1997 Jeffrey A Law (law@cygnus.com)
1107
1108 * simops.c (call:16 call:32): Stack adjustment is determined solely
1109 by the imm8 field.
1110
1111 Wed Oct 22 14:43:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
1112
1113 * interp.c (sim_load): Pass lma_p and sim_write args to
1114 sim_load_file.
1115
1116 Tue Oct 21 10:12:03 1997 Jeffrey A Law (law@cygnus.com)
1117
1118 * simops.c: Correctly handle register restores for "ret" and "retf"
1119 instructions.
1120
1121 Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
1122
1123 * configure: Regenerated to track ../common/aclocal.m4 changes.
1124
1125 Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
1126
1127 * configure: Regenerated to track ../common/aclocal.m4 changes.
1128
1129 Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
1130
1131 * configure: Regenerated to track ../common/aclocal.m4 changes.
1132
1133 Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
1134
1135 * configure: Regenerated to track ../common/aclocal.m4 changes.
1136
1137 Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
1138
1139 * configure: Regenerated to track ../common/aclocal.m4 changes.
1140
1141 Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
1142
1143 * configure: Regenerated to track ../common/aclocal.m4 changes.
1144
1145 Thu Sep 4 17:21:23 1997 Doug Evans <dje@seba>
1146
1147 * configure: Regenerated to track ../common/aclocal.m4 changes.
1148
1149 Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
1150
1151 * configure: Regenerated to track ../common/aclocal.m4 changes.
1152 * config.in: Ditto.
1153
1154 Tue Aug 26 10:41:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
1155
1156 * interp.c (sim_kill): Delete.
1157 (sim_create_inferior): Add ABFD argument.
1158 (sim_load): Move setting of PC from here.
1159 (sim_create_inferior): To here.
1160
1161 Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
1162
1163 * configure: Regenerated to track ../common/aclocal.m4 changes.
1164 * config.in: Ditto.
1165
1166 Mon Aug 25 16:14:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
1167
1168 * interp.c (sim_open): Add ABFD argument.
1169
1170 Tue Jun 24 13:46:20 1997 Jeffrey A Law (law@cygnus.com)
1171
1172 * interp.c (sim_resume): Clear State.exited.
1173 (sim_stop_reason): If State.exited is nonzero, then indicate that
1174 the simulator exited instead of stopped.
1175 * mn10300_sim.h (struct _state): Add exited field.
1176 * simops.c (syscall): Set State.exited for SYS_exit.
1177
1178 Wed Jun 11 22:07:56 1997 Jeffrey A Law (law@cygnus.com)
1179
1180 * simops.c: Fix thinko in last change.
1181
1182 Tue Jun 10 12:31:32 1997 Jeffrey A Law (law@cygnus.com)
1183
1184 * simops.c: "call" stores the callee saved registers into the
1185 stack! Update the stack pointer properly when done with
1186 register saves.
1187
1188 * simops.c: Fix return address computation for "call" instructions.
1189
1190 Thu May 22 01:43:11 1997 Jeffrey A Law (law@cygnus.com)
1191
1192 * interp.c (sim_open): Fix typo.
1193
1194 Wed May 21 23:27:58 1997 Jeffrey A Law (law@cygnus.com)
1195
1196 * interp.c (sim_resume): Add missing case in big switch
1197 statement (for extb instruction).
1198
1199 Tue May 20 17:51:30 1997 Jeffrey A Law (law@cygnus.com)
1200
1201 * interp.c: Replace all references to load_mem and store_mem
1202 with references to load_byte, load_half, load_3_byte, load_word
1203 and store_byte, store_half, store_3_byte, store_word.
1204 (INLINE): Delete definition.
1205 (load_mem_big): Likewise.
1206 (max_mem): Make it global.
1207 (dispatch): Make this function inline.
1208 (load_mem, store_mem): Delete functions.
1209 * mn10300_sim.h (INLINE): Define.
1210 (RLW): Delete unused definition.
1211 (load_mem, store_mem): Delete declarations.
1212 (load_mem_big): New definition.
1213 (load_byte, load_half, load_3_byte, load_word): New functions.
1214 (store_byte, store_half, store_3_byte, store_word): New functions.
1215 * simops.c: Replace all references to load_mem and store_mem
1216 with references to load_byte, load_half, load_3_byte, load_word
1217 and store_byte, store_half, store_3_byte, store_word.
1218
1219 Tue May 20 10:21:51 1997 Andrew Cagney <cagney@b1.cygnus.com>
1220
1221 * interp.c (sim_open): Add callback to arguments.
1222 (sim_set_callbacks): Delete SIM_DESC argument.
1223
1224 Mon May 19 13:54:22 1997 Jeffrey A Law (law@cygnus.com)
1225
1226 * interp.c (dispatch): Make this an inline function.
1227
1228 * simops.c (syscall): Use callback->write regardless of
1229 what file descriptor we're writing too.
1230
1231 Sun May 18 16:46:31 1997 Jeffrey A Law (law@cygnus.com)
1232
1233 * interp.c (load_mem_big): Remove function. It's now a macro
1234 defined elsewhere.
1235 (compare_simops): New function.
1236 (sim_open): Sort the Simops table before inserting entries
1237 into the hash table.
1238 * mn10300_sim.h: Remove unused #defines.
1239 (load_mem_big): Define.
1240
1241 Fri May 16 16:36:17 1997 Jeffrey A Law (law@cygnus.com)
1242
1243 * interp.c (load_mem): If we get a load from an out of range
1244 address, abort.
1245 (store_mem): Likewise for stores.
1246 (max_mem): New variable.
1247
1248 Tue May 6 13:24:36 1997 Jeffrey A Law (law@cygnus.com)
1249
1250 * mn10300_sim.h: Fix ordering of bits in the PSW.
1251
1252 * interp.c: Improve hashing routine to avoid long list
1253 traversals for common instructions. Add HASH_STAT support.
1254 Rewrite opcode dispatch code using a big switch instead of
1255 cascaded if/else statements. Avoid useless calls to load_mem.
1256
1257 Mon May 5 18:07:48 1997 Jeffrey A Law (law@cygnus.com)
1258
1259 * mn10300_sim.h (struct _state): Add space for mdrq register.
1260 (REG_MDRQ): Define.
1261 * simops.c: Don't abort for trap. Add support for the extended
1262 instructions, "getx", "putx", "mulq", "mulqu", "sat16", "sat24",
1263 and "bsch".
1264
1265 Thu Apr 24 00:39:51 1997 Doug Evans <dje@canuck.cygnus.com>
1266
1267 * configure: Regenerated to track ../common/aclocal.m4 changes.
1268
1269 Fri Apr 18 14:04:04 1997 Andrew Cagney <cagney@b1.cygnus.com>
1270
1271 * interp.c (sim_stop): Add stub function.
1272
1273 Thu Apr 17 03:26:59 1997 Doug Evans <dje@canuck.cygnus.com>
1274
1275 * Makefile.in (SIM_OBJS): Add sim-load.o.
1276 * interp.c (sim_kind, myname): New static locals.
1277 (sim_open): Set sim_kind, myname. Ignore -E arg.
1278 (sim_load): Return SIM_RC. New arg abfd. Call sim_load_file to
1279 load file into simulator. Set start address from bfd.
1280 (sim_create_inferior): Return SIM_RC. Delete arg start_address.
1281
1282 Wed Apr 16 19:30:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
1283
1284 * simops.c (OP_F020): SYS_execv, SYS_time, SYS_times, SYS_utime
1285 only include if implemented by host.
1286 (OP_F020): Typecast arg passed to time function;
1287
1288 Mon Apr 7 23:57:49 1997 Jeffrey A Law (law@cygnus.com)
1289
1290 * simops.c (syscall): Handle new mn10300 calling conventions.
1291
1292 Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1293
1294 * configure: Regenerated to track ../common/aclocal.m4 changes.
1295 * config.in: Ditto.
1296
1297 Fri Apr 4 20:02:37 1997 Ian Lance Taylor <ian@cygnus.com>
1298
1299 * Makefile.in: Change mn10300-opc.o to m10300-opc.o, to match
1300 corresponding change in opcodes directory.
1301
1302 Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
1303
1304 * interp.c (sim_open): New arg `kind'.
1305
1306 * configure: Regenerated to track ../common/aclocal.m4 changes.
1307
1308 Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1309
1310 * configure: Regenerated to track ../common/aclocal.m4 changes.
1311
1312 Thu Mar 20 11:58:02 1997 Jeffrey A Law (law@cygnus.com)
1313
1314 * simops.c: Fix register extraction for a two "movbu" variants.
1315 Somewhat simplify "sub" instructions.
1316 Correctly sign extend operands for "mul". Put the correct
1317 half of the result in MDR for "mul" and "mulu".
1318 Implement remaining instructions.
1319 Tweak opcode for "syscall".
1320
1321 Tue Mar 18 14:21:21 1997 Jeffrey A Law (law@cygnus.com)
1322
1323 * simops.c: Do syscall emulation in "syscall" instruction. Add
1324 dummy "trap" instruction.
1325
1326 Wed Mar 19 01:14:00 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1327
1328 * configure: Regenerated to track ../common/aclocal.m4 changes.
1329
1330 Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1331
1332 * configure: Re-generate.
1333
1334 Fri Mar 14 10:34:11 1997 Michael Meissner <meissner@cygnus.com>
1335
1336 * configure: Regenerate to track ../common/aclocal.m4 changes.
1337
1338 Thu Mar 13 12:54:45 1997 Doug Evans <dje@canuck.cygnus.com>
1339
1340 * interp.c (sim_open): New SIM_DESC result. Argument is now
1341 in argv form.
1342 (other sim_*): New SIM_DESC argument.
1343
1344 Wed Mar 12 15:04:00 1997 Jeffrey A Law (law@cygnus.com)
1345
1346 * simops.c: Fix carry bit computation for "add" instructions.
1347
1348 * simops.c: Fix typos in bset insns. Fix arguments to store_mem
1349 for bset imm8,(d8,an) and bclr imm8,(d8,an).
1350
1351 Wed Mar 5 15:00:10 1997 Jeffrey A Law (law@cygnus.com)
1352
1353 * simops.c: Fix register references when computing Z and N bits
1354 for lsr imm8,dn.
1355
1356 Tue Feb 4 13:33:30 1997 Doug Evans <dje@canuck.cygnus.com>
1357
1358 * Makefile.in (@COMMON_MAKEFILE_FRAG): Use
1359 COMMON_{PRE,POST}_CONFIG_FRAG instead.
1360 * configure.in: sinclude ../common/aclocal.m4.
1361 * configure: Regenerated.
1362
1363 Fri Jan 24 10:47:25 1997 Jeffrey A Law (law@cygnus.com)
1364
1365 * interp.c (init_system): Allocate 2^19 bytes of space for the
1366 simulator.
1367
1368 Thu Jan 23 11:46:23 1997 Stu Grossman (grossman@critters.cygnus.com)
1369
1370 * configure configure.in Makefile.in: Update to new configure
1371 scheme which is more compatible with WinGDB builds.
1372 * configure.in: Improve comment on how to run autoconf.
1373 * configure: Re-run autoconf to get new ../common/aclocal.m4.
1374 * Makefile.in: Use autoconf substitution to install common
1375 makefile fragment.
1376
1377 Tue Jan 21 15:03:04 1997 Jeffrey A Law (law@cygnus.com)
1378
1379 * simops.c: Undo last change to "rol" and "ror", original code
1380 was correct!
1381
1382 Thu Jan 16 11:28:14 1997 Jeffrey A Law (law@cygnus.com)
1383
1384 * simops.c: Fix "rol" and "ror".
1385
1386 Wed Jan 15 06:45:58 1997 Jeffrey A Law (law@cygnus.com)
1387
1388 * simops.c: Fix typo in last change.
1389
1390 Mon Jan 13 13:22:35 1997 Jeffrey A Law (law@cygnus.com)
1391
1392 * simops.c: Use REG macros in few places not using them yet.
1393
1394 Mon Jan 6 16:21:19 1997 Jeffrey A Law (law@cygnus.com)
1395
1396 * mn10300_sim.h (struct _state): Fix number of registers!
1397
1398 Tue Dec 31 16:20:41 1996 Jeffrey A Law (law@cygnus.com)
1399
1400 * mn10300_sim.h (struct _state): Put all registers into a single
1401 array to make gdb implementation easier.
1402 (REG_*): Add definitions for all registers in the state array.
1403 (SEXT32, SEXT40, SEXT44, SEXT60): Remove unused macros.
1404 * simops.c: Related changes.
1405
1406 Wed Dec 18 10:10:45 1996 Jeffrey A Law (law@cygnus.com)
1407
1408 * interp.c (sim_resume): Handle 0xff as a single byte insn.
1409
1410 * simops.c: Fix overflow computation for "add" and "inc"
1411 instructions.
1412
1413 Mon Dec 16 10:03:52 1996 Jeffrey A Law (law@cygnus.com)
1414
1415 * simops.c: Handle "break" instruction.
1416
1417 * simops.c: Fix restoring the PC for "ret" and "retf" instructions.
1418
1419 Wed Dec 11 09:53:10 1996 Jeffrey A Law (law@cygnus.com)
1420
1421 * gencode.c (write_opcodes): Also write out the format of the
1422 opcode.
1423 * mn10300_sim.h (simops): Add "format" field.
1424 * interp.c (sim_resume): Deal with endianness issues here.
1425
1426 Tue Dec 10 15:05:37 1996 Jeffrey A Law (law@cygnus.com)
1427
1428 * simops.c (REG0_4): Define.
1429 Use REG0_4 for indexed loads/stores.
1430
1431 Sat Dec 7 09:50:28 1996 Jeffrey A Law (law@cygnus.com)
1432
1433 * simops.c (REG0_16): Fix typo.
1434
1435 Fri Dec 6 14:13:34 1996 Jeffrey A Law (law@cygnus.com)
1436
1437 * simops.c: Call abort for any instruction that's not currently
1438 simulated.
1439
1440 * simops.c: Define accessor macros to extract register
1441 values from instructions. Use them consistently.
1442
1443 * interp.c: Delete unused global variable "OP".
1444 (sim_resume): Remove unused variable "opcode".
1445 * simops.c: Fix some uninitialized variable problems, add
1446 parens to fix various -Wall warnings.
1447
1448 * gencode.c (write_header): Add "insn" and "extension" arguments
1449 to the OP_* declarations.
1450 (write_template): Similarly for function templates.
1451 * interp.c (insn, extension): Remove global variables. Instead
1452 pass them as arguments to the OP_* functions.
1453 * mn10300_sim.h: Remove decls for "insn" and "extension".
1454 * simops.c (OP_*): Accept "insn" and "extension" as arguments
1455 instead of using globals.
1456
1457 Thu Dec 5 22:26:31 1996 Jeffrey A Law (law@cygnus.com)
1458
1459 * simops.c: Fix typos in "mov am,(d16,an)" and "mov am,(d32,an)"
1460
1461 * simops.c: Fix thinkos in last change to "inc dn".
1462
1463 Wed Dec 4 10:57:53 1996 Jeffrey A Law (law@cygnus.com)
1464
1465 * simops.c: "add imm,sp" does not effect the condition codes.
1466 "inc dn" does effect the condition codes.
1467
1468 Tue Dec 3 17:37:45 1996 Jeffrey A Law (law@cygnus.com)
1469
1470 * simops.c: Treat both operands as signed values for
1471 "div" instruction.
1472
1473 * simops.c: Fix simulation of division instructions.
1474 Fix typos/thinkos in several "cmp" and "sub" instructions.
1475
1476 Mon Dec 2 12:31:40 1996 Jeffrey A Law (law@cygnus.com)
1477
1478 * simops.c: Fix carry bit handling in "sub" and "cmp"
1479 instructions.
1480
1481 * simops.c: Fix "mov imm8,an" and "mov imm16,dn".
1482
1483 Sun Dec 1 16:05:42 1996 Jeffrey A Law (law@cygnus.com)
1484
1485 * simops.c: Fix overflow computation for many instructions.
1486
1487 * simops.c: Fix "mov dm, an", "movbu dm, (an)", and "movhu dm, (an)".
1488
1489 * simops.c: Fix "mov am, dn".
1490
1491 * simops.c: Fix more bugs in "add imm,an" and
1492 "add imm,dn".
1493
1494 Wed Nov 27 09:20:42 1996 Jeffrey A Law (law@cygnus.com)
1495
1496 * simops.c: Fix bugs in "movm" and "add imm,an".
1497
1498 * simops.c: Don't lose the upper 24 bits of the return
1499 pointer in "call" and "calls" instructions. Rough cut
1500 at emulated system calls.
1501
1502 * simops.c: Implement the remaining 5, 6 and 7 byte instructions.
1503
1504 * simops.c: Implement remaining 4 byte instructions.
1505
1506 * simops.c: Implement remaining 3 byte instructions.
1507
1508 * simops.c: Implement remaining 2 byte instructions. Call
1509 abort for instructions we're not implementing now.
1510
1511 Tue Nov 26 15:43:41 1996 Jeffrey A Law (law@cygnus.com)
1512
1513 * simops.c: Implement lots of random instructions.
1514
1515 * simops.c: Implement "movm" and "bCC" insns.
1516
1517 * mn10300_sim.h (_state): Add another register (MDR).
1518 (REG_MDR): Define.
1519 * simops.c: Implement "cmp", "calls", "rets", "jmp" and
1520 a few additional random insns.
1521
1522 * mn10300_sim.h (PSW_*): Define for CC status tracking.
1523 (REG_D0, REG_A0, REG_SP): Define.
1524 * simops.c: Implement "add", "addc" and a few other random
1525 instructions.
1526
1527 * gencode.c, interp.c: Snapshot current simulator code.
1528
1529 Mon Nov 25 12:46:38 1996 Jeffrey A Law (law@cygnus.com)
1530
1531 * Makefile.in, config.in, configure, configure.in: New files.
1532 * gencode.c, interp.c, mn10300_sim.h, simops.c: New files.
1533