5 * configure: Regenerate.
10 * config.in: Regenerate.
14 * configure: Regenerated.
18 * configure: Regenerated.
22 * configure: Regenerated.
26 * configure: Regenerate.
30 * configure: Regenerate.
34 * configure.ac: Sinclude aclocal.m4 before common.m4. Add
35 explicit call to AC_CONFIG_HEADER.
36 * configure: Regenerate.
40 * configure.ac: Update to use ../common/common.m4.
41 * configure: Re-generate.
45 * configure: Regenerated to track ../common/aclocal.m4 changes.
49 * configure.ac: Rename configure.in, require autoconf 2.59.
50 * configure: Re-generate.
54 * configure: Regenerate for ../common/aclocal.m4 update.
59 * am33-2.igen (fmadd, fmsub, fmnadd, fmnsub): Correct typo.
61 * interp.c (fpu_disabled_exception, fpu_unimp_exception,
62 fpu_check_signal_exception): Take additional state arguments.
63 Print exception type and call program_interrupt. Adjust callers.
64 (fpu_rsqrt, fpu_cmp, fpu_add, fpu_sub, fpu_mul, fpu_div,
65 fpu_fmadd, fpu_fmsub, fpu_fnmadd, fpu_fnmsub): Take additional
67 * mn10300_sim.h (fpu_disabled_exception, fpu_unimp_exception,
68 fpu_check_signal_exception): Adjust prototypes.
69 (fpu_rsqrt, fpu_cmp, fpu_add, fpu_sub, fpu_mul, fpu_div,
70 fpu_fmadd, fpu_fmsub, fpu_fnmadd, fpu_fnmsub): Likewise.
71 * am33-2.igen: Adjust calls.
73 * op_utils.c (cmp2fcc): Moved...
76 * am33-2.igen: Use `unsigned32', `signed32', `unsigned64' or
77 `signed64' where type width is relevant.
79 * mn10300_sim.h: Include sim-fpu.h.
80 (FD2FPU, FPU2FD): Enclose the FD argument in parentheses.
81 (fpu_check_signal_exception): Declare.
82 (struct fp_prec_t, fp_single_prec, fp_double_prec): Likewise.
83 (FP_SINGLE, FP_DOUBLE): Shorthands for fp_*_prec.
84 (fpu_rsqrt, fpu_cmp, fpu_add, fpu_sub, fpu_mul, fpu_div,
85 fpu_fmadd, fpu_fmsub, fpu_fnmadd, fpu_fnmsub): Declare.
86 * interp.c (fpu_disabled_exception): Document.
87 (fpu_unimp_exception): Likewise.
88 (fpu_check_signal_exception): Define.
89 (reg2val_32, round_32, val2reg_32, fp_single_prec): Likewise.
90 (reg2val_64, round_64, val2reg_64, fp_double_prec): Likewise.
91 (REG2VAL, ROUND, VAL2REG): Define shorthands.
92 (fpu_status_ok): Define.
93 (fpu_rsqrt, fpu_cmp, fpu_add, fpu_sub, fpu_mul, fpu_div,
94 fpu_fmadd, fpu_fmsub, fpu_fnmadd, fpu_fnmsub): Define.
95 * am33-2.igen (frsqrt, fcmp, fadd, fsub, fmul, fdiv,
96 fmadd, fmsub, fnmadd, fnmsub): Use new functions.
98 * interp.c (sim_create_inferior): Set PSW bit to enable FP insns
99 if architecture is AM33/2.0.
100 * am33.igen: Include am33-2.igen.
102 * mn10300.igen (movm, call, ret, retf): Check for am33_2 too.
103 * am33.igen (movm): Likewise.
105 * am33.igen: Added `*am33_2' to some instructions that were
108 * am33-2.igen: New file. All insns implemented, but FP flags are
109 only set for fcmp, exceptional conditions are not handled yet.
110 * Makefile.in (IGEN_INSN): Added am33-2.igen.
111 (tmp-igen): Added -M am33_2.
112 * mn10300.igen, am33.igen: Added `*am33_2' to all insns.
113 * gencode.c: Support FMT_D3.
114 * mn10300_sim.h (dword): New type.
115 (struct _state): Added fpregs.
116 (REG_FPCR, FPCR): New define. All assorted bitmaps.
117 (XS2FS, AS2FS, Xf2FD): New macros.
118 (FS2FPU, FD2FPU, FPU2FS, FPU2FD): Likewise.
119 (load_dword, store_dword): New functions or macros.
120 (u642dw, dw2u64): New functions.
121 (fpu_disabled_exception, fpu_unimp_exception): Declared.
122 * interp.c (fpu_disabled_exception): Defined; no actual
124 (fpu_unimp_exception): Likewise.
125 * op_utils.c (cmp2fcc): New function.
127 * interp.c, mn10300_sim.h, op_utils.c: Convert function prototypes
128 and definitions to ISO C.
130 * gencode.c, simops.c: Delete.
131 * Makefile.in: Remove non-COMMON dependencies and commands.
133 * configure.in: Use common simulator always. Don't subst sim_gen
135 * configure: Rebuilt.
136 * Makefile.in (WITHOUT_COMMON_OBJS, WITHOUT_COMMON_INTERP_DEP,
137 WITHOUT_COMMON_RUN_OBJS): Remove.
138 (WITH_COMMON_OBJS): Rename to MN10300_OBJS.
139 (WITH_COMMON_INTERP_DEP): Rename to MN10300_INTERP_DEP.
140 (WITH_COMMON_RUN_OBJS): Rename to SIM_RUN_OBJS.
141 (SIM_EXTRA_CFLAGS): Don't use @sim_gen@.
142 * interp.c: Remove non-common bits.
143 * mn10300_sim.h: Likewise.
147 * dv-mn103ser.c (do_polling_event): Change type of "serial_reg" to
149 (read_status_reg): Cast "serial_reg" to "long".
150 * dv-mn103tim.c (do_counter_event): Change type of "timer_nr" to
152 (do_counter6_event, write_mode_reg, write_tm6md): Ditto.
156 * interp.c (sim_open, sim_create_inferior, sim_open)
157 (sim_create_inferior): Rename _bfd to bfd.
161 * am33.igen: Call sim_engine_abort instead of abort.
165 * dv-mn103tim.c (read_special_timer6_reg): Add break after
166 empty default: label.
167 (write_special_timer6_reg): Ditto.
172 * sim-main.h: Only include "idecode.h" once.
173 * Makefile.in (SIM_EXTRA_DEPS): Define.
177 * configure: Regenerated to track ../common/aclocal.m4 changes.
181 * Makefile.in (INCLUDE): Update path to callback.h.
182 * mn10300_sim.h: Include "gdb/callback.h" and "gdb/remote-sim.h".
187 * mn10300.igen: Doc fixes.
191 * Makefile.in (idecode.o, op_utils.o, semantics.o, simops.o):
192 Depend on targ-vals.h.
196 * Makefile.in (simops.o): Add simops.h to dependency list.
200 * am33.igen: Warning clean-up.
201 (movm): Initialize PC and mask.
202 (mov, movbu, movhu): Set srcreg2 from RI0.
203 (bsch): Initialize c.
204 (sat16_cmp): Actually do the comparison.
205 (mov_llt): Do not overwrite dstreg with uninitialized variable.
209 * configure: Regenerated to track ../common/aclocal.m4 changes.
213 * am33.igen: Fix leading comments of SP-relative offset insns that
214 referred to other registers. Make their offsets unsigned.
218 * mn10300_sim.h (genericAdd, genericSub, genericCmp, genericOr,
219 genericXor, genericBtst): Use `unsigned32'.
220 * op_utils.c: Likewise.
221 * mn10300.igen, am33.igen: Use `unsigned32', `signed32',
222 `unsigned64' or `signed64' where type width is relevant.
226 * am33.igen (inc4 Rn): Use genericAdd so as to modify flags.
230 * am33.igen: Make SP-relative offsets unsigned. Add `*am33' for
231 some instructions that were missing it.
235 * Makefile.in (IGEN_INSN): Added am33.igen.
239 * configure: Regenerated to track ../common/aclocal.m4 changes.
243 * interp.c: Clarify error message reporting an unknown board.
247 * configure: Regenerated to track ../common/aclocal.m4 changes.
251 * interp.c (program_interrupt): Detect undesired recursion using
252 static flag. Set NMIRC register's SYSEF flag during
253 --board=stdeval1 mode.
254 * dv-mn103-int.c (write_icr): Add backdoor address to allow CPU to
259 * Makefile.in (SIM_EXTRA_CFLAGS): Define a POLL_QUIT_INTERVAL
260 for use in the simulator so that the poll_quit callback is
261 not called too often.
265 * dv-mn103int.c (mn103int_ioctl): Return something.
266 * dv-mn103tim.c (write_tm6md): GCC suggested parentheses around &&
271 * mn10300.igen (retf): Fix return address computation and store
272 the new pc value into nia.
276 * Makefile.in (WITH_COMMON_OBJS): Build also dv-sockser.o.
277 * interp.c (sim_open): Add stub mn103002 cache control memory regions.
278 Set OPERATING_ENVIRONMENT on "stdeval1" board.
279 (mn10300_core_signal): New function to intercept memory errors.
280 (program_interrupt): New function to dispatch to exception vector
281 (mn10300_exception_*): New functions to snapshot pre/post exception
283 * sim-main.h (SIM_CORE_SIGNAL): Define hook - call mn10300_core_signal.
284 (SIM_ENGINE_HALT_HOOK): Do nothing.
285 (SIM_CPU_EXCEPTION*): Define hooks to call mn10300_cpu_exception*().
286 (_sim_cpu): Add exc_* fields to store register value snapshots.
287 * dv-mn103ser.c (*): Support dv-sockser backend for UART I/O.
288 Various endianness and warning fixes.
289 * mn10300.igen (illegal): Call program_interrupt on error.
290 (break): Call program_interrupt on breakpoint
294 * dv-mn103int.c (mn103int_ioctl): New function for NMI
295 generation. (mn103int_finish): Install it as ioctl handler.
296 * dv-mn103tim.c: Support timer 6 specially. Endianness fixes.
300 * am33.igen: Allow autoincrement stores using the same register
301 for source and destination operands.
305 * am33.igen: Reverse HI/LO outputs of 4 operand "mul" and "mulu".
309 * interp.c (sim_open): Check for invalid --board option, fix
310 indentation, allocate memory for mem control and DMA regs.
314 * mn10300.igen (div,divu): Fix divide instructions so divide by 0
315 behaves like the hardware.
319 * sim-main.h (SIM_HANDLES_LMA): Define SIM_HANDLES_LMA.
323 * am33.igen: Handle case where first DSP operation modifies a
324 register used in the second DSP operation correctly.
328 * am33.igen: Detect cases where two operands must not match for
329 DSP instructions too.
333 * am33.igen: Detect cases where two operands must not match in
334 non-DSP instructions.
338 * op_utils.c (do_syscall): Rewrite to use common/syscall.c.
339 (syscall_read_mem, syscall_write_mem): New functions for syscall
341 * mn10300_sim.h: Add prototypes for syscall_read_mem and
343 * mn10300.igen: Change C++ style comments to C style comments.
344 Check for divide by zero in div and divu ops.
348 * am33.igen (translate_xreg): New function. Use it as needed.
352 * am33.igen: Add some missing instructions.
354 * am33.igen: Autoincrement loads/store fixes.
358 * am33.igen: Add mov_lCC DSP instructions.
360 * am33.igen: Add most am33 DSP instructions.
364 * mn10300.igen: Fix Z bit for addc and subc instructions.
365 Minor fixes in multiply/divide patterns.
367 * am33.igen: Add missing mul[u] imm32,Rn. Fix condition code
368 handling for many instructions. Fix sign extension for some
371 * am33.igen: Fix Z bit for remaining addc/subc instructions.
372 Do not sign extend immediate for mov imm,XRn.
373 More random mul, mac & div fixes.
374 Remove some unused variables.
375 Sign extend 24bit displacement in memory addresses.
377 * am33.igen: Fix Z bit for addc Rm,Rn and subc Rm,Rn. Various
378 fixes to 2 register multiply, divide and mac instructions. Set
379 Z,N correctly for sat16. Sign extend 24 bit immediate for add,
380 and sub instructions.
382 * am33.igen: Add remaining non-DSP instructions.
386 * am33.igen (translate_rreg): New function. Use it as appropriate.
388 * am33.igen: More am33 instructions. Fix "div".
392 * mn10300.igen: Add am33 support.
394 * Makefile.in: Use multi-sim to support both a mn10300 and am33
397 * am33.igen: Add many more am33 instructions.
401 * mn10300_sim.h (FETCH24): Define.
403 * mn10300_sim.h: Add defines for some registers found on the AM33.
404 * am33.igen: New file with some am33 support.
408 * mn10300_sim.h: Include bfd.h
409 (struct state): Add more room for processor specific registers.
414 * dv-mn103tim.c: Include sim-assert.h
415 * dv-mn103ser.c (do_polling_event): Check for incoming data on
416 serial line and schedule next polling event.
417 (read_status_reg): schedule events to check for incoming data on
418 serial line and issue interrupt if necessary.
422 * interp.c (sim_open): hook up serial 1 and 2 ports properly (typo).
426 * interp.c (board): Rename am32 to stdeval1 as this is the name
427 consistently used to refer to the mn1030002 board.
430 * interp.c (sim_open): Fix typo in address of EXTMD register
431 (0x34000280, not 0x3400280).
435 * simops.c (syscall): Handle change in opcode # for syscall.
436 * mn10300.igen (syscall): Likewise.
439 * dv-mn103int.c (mn103int_finish): Regular interrupts (not NMI or
440 reset) are not enabled on reset.
443 * dv-mn103iop.c (write_*_reg): Check for attempt to write r/o
445 * dv-mn103ser.c: Fill in methods for reading and writing to serial
447 * interp.c (sim_open): Make the serial device a polling device.
450 * dv-mn103iop.c: New file for handling am32 io ports.
451 * configure.in: Add mn103iop to hw_device list.
452 * configure: Re-generate.
453 * interp.c (sim_open): Create io port device.
456 * dv-mn103int.c (external_group): Use enumerated types to access
457 correct group addresses.
458 * dv-mn103tim.c (do_counter_event): Underflow of cascaded timer
459 triggers an interrupt on the higher-numbered timer's port.
462 * interp.c: (mn10300_option_handler): New function parses arguments
464 * (board): Add --board option for specifying am32.
465 * (sim_open): Create new timer and serial devices and control
466 configuration of other am32 devices via board option.
467 * dv-mn103tim.c, dv-mn103ser.c: New files for timers and serial devices.
468 * dv-mn103cpu.c: Fix typos in opening comments.
469 * dv-mn103int.c: Adjust interrupt controller settings for am32 instead of am30.
470 * configure.in: Add mn103tim and mn103ser to hw_device list.
471 * configure: Re-generate.
475 * dv-mn103int.c, dv-mn103cpu.c: Rename *_callback to *_method.
477 * dv-mn103cpu.c, dv-mn103int.c: Include hw-main.h and
478 sim-main.h. Declare a struct hw_descriptor instead of struct
479 hw_device_descriptor.
483 * dv-mn103cpu.c (struct mn103cpu): Change type of pending_handler
488 * configure.in (SIM_AC_OPTION_HARDWARE): Add argument "yes".
492 * interp.c (sim_open): Create a polling PAL device.
496 * dv-mn103int.c (mn103int_port_event):
497 (mn103int_port_event):
498 (mn103int_io_read_buffer):
499 (mn103int_io_write_buffer):
501 * dv-mn103cpu.c (deliver_mn103cpu_interrupt): Drop CPU/CIA args.
502 (mn103cpu_port_event): Ditto.
503 (mn103cpu_io_read_buffer): Ditto.
504 (mn103cpu_io_write_buffer): Ditto.
508 * configure: Regenerated to track ../common/aclocal.m4 changes.
510 Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
512 * configure: Regenerated to track ../common/aclocal.m4 changes.
517 * acconfig.h: New file.
518 * configure.in: Reverted change of Apr 24; use sinclude again.
520 Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
522 * configure: Regenerated to track ../common/aclocal.m4 changes.
527 * configure.in: Don't call sinclude.
531 * mn10300_sim.h: Declare all functions in op_utils.c using
534 * sim-main.c: New file. Include op_utils.c.
536 * mn10300.igen (mov, cmp): Use new igen operators `!' and `=' to
537 differentiate between MOV/CMP immediate/register instructions.
539 * configure.in (SIM_AC_OPTION_INLINE): Add and enable.
540 * configure: Regenerate.
544 * configure: Regenerated to track ../common/aclocal.m4 changes.
548 * interp.c (hw): Delete variable, moved to SIM_DESC.
549 (sim_open): Delete calls to hw_tree_create, hw_tree_finish.
550 Handled by sim-module.
551 (sim_open): Do not anotate tree with trace properties, handled by
553 (sim_open): Call sim_hw_parse instead of hw_tree_parse.
555 * configure: Regenerated to track ../common/aclocal.m4 changes.
559 * dv-mn103cpu.c (deliver_mn103cpu_interrupt): Save the entire PC
560 on the stack when delivering interrupts (not just the lower
562 * mn10300.igen (mov (Di,Am),Dn): Fix decode. Registers were
563 specified in the wrong order.
567 * dv-mn103cpu.c (deliver_mn103cpu_interrupt): Stop loss of
568 succeeding interrupts, clear pending_handler when the handler
573 * Makefile.in (tmp-igen): Prefix all usage of move-if-change
574 script with $(SHELL) to make NT native builds happy.
575 * configure: Regenerate because of change to ../common/aclocal.m4.
579 * configure.in: Make --enable-sim-common the default.
580 * configure: Re-generate.
582 * sim-main.h (CIA_GET, CIA_SET): Save/restore current instruction
583 address into Sate.regs[REG_PC] instead of common struct.
587 * mn10300.igen (cmp imm8,An): Do not sign extend imm8 value.
591 * simops.c (OP_F0FD): Initialise variable 'sp'.
595 * dv-mn103int.c (decode_group): A group register every 4 bytes not
597 (write_icr): Rewrite equation updating request field.
598 (read_iagr): Fix check that interrupt is still pending.
602 * interp.c (sim_open): Tidy up device creation.
604 * dv-mn103int.c (mn103int_port_event): Drive NMI with non-zero
606 (mn103int_io_read_buffer): Convert absolute address to register
608 (read_icr, write_icr): Convert block offset into group offset.
612 * interp.c (sim_open): Create second 1mb memory region at
614 (sim_open): Create a device tree.
616 (do_interrupt): Delete, needs to use dv-mn103cpu.c
618 * dv-mn103int.c, dv-mn103cpu.c: New files.
622 * mn10300_sim.h (EXTRACT_PSW_LM, INSERT_PSW_LM, PSW_IE, PSW_LM):
628 * configure: Regenerated to track ../common/aclocal.m4 changes.
632 * interp.c (sim-options.h): Include.
633 (sim_kind, myname): Declare when not using common framework.
635 * mn10300_sim.h (do_syscall, generic*): Provide prototypes for
636 functions found in op_utils.c
638 * mn10300.igen (add): Discard unused variables.
640 * configure, config.in: Re-generate with autoconf 2.12.1.
644 Add support for --enable-sim-common option.
645 * Makefile.in (WITHOUT_COMMON_OBJS): Files included if
646 ! --enable-sim-common
647 (WITH_COMMON_OBJS): Files included if --enable-sim-common.
648 (MN10300_OBJS,MN10300_INTERP_DEP): New variables.
650 ({WITHOUT,WITH}_COMMON_RUN_OBJS,SIM_RUN_OBJS): New variables.
651 (SIM_EXTRA_CFLAGS): New variable.
652 (clean-extra): Clean up igen files.
653 (../igen/igen,clean-igen,tmp-igen): New rules.
654 * configure.in: Add support for common framework via
656 * configure: Regenerate.
657 * interp.c: #include sim-main if WITH_COMMON, not mn10300_sim.h.
658 (hash,dispatch,sim_size): Don't compile if ! WITH_COMMON.
659 (init_system,sim_write,compare_simops): Likewise.
660 (sim_set_profile,sim_set_profile_size): Likewise.
661 (sim_stop,sim_resume,sim_trace,sim_info): Likewise.
662 (sim_set_callbacks,sim_stop_reason,sim_read,sim_load): Likewise.
663 (enum interrupt_type): New enum.
664 (interrupt_names): New global.
665 (do_interrupt): New function.
666 (sim_open): Define differently if WITH_COMMON.
667 (sim_close,sim_create_inferior,sim_do_command): Likewise.
668 * mn10300_sim.h ({load,store}_{byte,half,word}): Define versions
670 * mn10300.igen: New file.
671 * mn10300.dc: New file.
672 * op_utils.c: New file.
673 * sim-main.h: New file.
677 * configure: Regenerated to track ../common/aclocal.m4 changes.
681 * simops.c (inc): Fix typo.
685 * simops.c (signed multiply instructions): Cast input operands to
686 signed32 before casting them to signed64 so that the sign bit
687 is propagated properly.
691 * Makefile.in: Last change was bad. Define NL_TARGET
692 so that targ-vals.h will be used instead of syscall.h.
693 * simops.c: Use targ-vals.h instead of syscall.h.
694 (OP_F020): Disable unsupported system calls.
698 * Makefile.in: Get header files from libgloss/mn10300/sys.
702 * simops.c: Include sim-types.h.
706 * simops.c (multiply instructions): Cast input operands to a
707 signed64/unsigned64 type as appropriate.
711 * interp.c (sim_store_register, sim_fetch_register): Pass in
712 length parameter. Return -1.
716 * configure: Regenerated to track ../common/aclocal.m4 changes.
720 * configure: Regenerated to track ../common/aclocal.m4 changes.
722 Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
724 * configure: Regenerated to track ../common/aclocal.m4 changes.
728 * configure: Regenerated to track ../common/aclocal.m4 changes.
733 * configure: Regenerated to track ../common/aclocal.m4 changes.
737 * simops.c (call:16 call:32): Stack adjustment is determined solely
742 * interp.c (sim_load): Pass lma_p and sim_write args to
747 * simops.c: Correctly handle register restores for "ret" and "retf"
752 * configure: Regenerated to track ../common/aclocal.m4 changes.
756 * configure: Regenerated to track ../common/aclocal.m4 changes.
760 * configure: Regenerated to track ../common/aclocal.m4 changes.
764 * configure: Regenerated to track ../common/aclocal.m4 changes.
768 * configure: Regenerated to track ../common/aclocal.m4 changes.
772 * configure: Regenerated to track ../common/aclocal.m4 changes.
774 Thu Sep 4 17:21:23 1997 Doug Evans <dje@seba>
776 * configure: Regenerated to track ../common/aclocal.m4 changes.
780 * configure: Regenerated to track ../common/aclocal.m4 changes.
785 * interp.c (sim_kill): Delete.
786 (sim_create_inferior): Add ABFD argument.
787 (sim_load): Move setting of PC from here.
788 (sim_create_inferior): To here.
792 * configure: Regenerated to track ../common/aclocal.m4 changes.
797 * interp.c (sim_open): Add ABFD argument.
801 * interp.c (sim_resume): Clear State.exited.
802 (sim_stop_reason): If State.exited is nonzero, then indicate that
803 the simulator exited instead of stopped.
804 * mn10300_sim.h (struct _state): Add exited field.
805 * simops.c (syscall): Set State.exited for SYS_exit.
809 * simops.c: Fix thinko in last change.
813 * simops.c: "call" stores the callee saved registers into the
814 stack! Update the stack pointer properly when done with
817 * simops.c: Fix return address computation for "call" instructions.
821 * interp.c (sim_open): Fix typo.
825 * interp.c (sim_resume): Add missing case in big switch
826 statement (for extb instruction).
830 * interp.c: Replace all references to load_mem and store_mem
831 with references to load_byte, load_half, load_3_byte, load_word
832 and store_byte, store_half, store_3_byte, store_word.
833 (INLINE): Delete definition.
834 (load_mem_big): Likewise.
835 (max_mem): Make it global.
836 (dispatch): Make this function inline.
837 (load_mem, store_mem): Delete functions.
838 * mn10300_sim.h (INLINE): Define.
839 (RLW): Delete unused definition.
840 (load_mem, store_mem): Delete declarations.
841 (load_mem_big): New definition.
842 (load_byte, load_half, load_3_byte, load_word): New functions.
843 (store_byte, store_half, store_3_byte, store_word): New functions.
844 * simops.c: Replace all references to load_mem and store_mem
845 with references to load_byte, load_half, load_3_byte, load_word
846 and store_byte, store_half, store_3_byte, store_word.
850 * interp.c (sim_open): Add callback to arguments.
851 (sim_set_callbacks): Delete SIM_DESC argument.
855 * interp.c (dispatch): Make this an inline function.
857 * simops.c (syscall): Use callback->write regardless of
858 what file descriptor we're writing too.
862 * interp.c (load_mem_big): Remove function. It's now a macro
864 (compare_simops): New function.
865 (sim_open): Sort the Simops table before inserting entries
867 * mn10300_sim.h: Remove unused #defines.
868 (load_mem_big): Define.
872 * interp.c (load_mem): If we get a load from an out of range
874 (store_mem): Likewise for stores.
875 (max_mem): New variable.
879 * mn10300_sim.h: Fix ordering of bits in the PSW.
881 * interp.c: Improve hashing routine to avoid long list
882 traversals for common instructions. Add HASH_STAT support.
883 Rewrite opcode dispatch code using a big switch instead of
884 cascaded if/else statements. Avoid useless calls to load_mem.
888 * mn10300_sim.h (struct _state): Add space for mdrq register.
890 * simops.c: Don't abort for trap. Add support for the extended
891 instructions, "getx", "putx", "mulq", "mulqu", "sat16", "sat24",
896 * configure: Regenerated to track ../common/aclocal.m4 changes.
900 * interp.c (sim_stop): Add stub function.
904 * Makefile.in (SIM_OBJS): Add sim-load.o.
905 * interp.c (sim_kind, myname): New static locals.
906 (sim_open): Set sim_kind, myname. Ignore -E arg.
907 (sim_load): Return SIM_RC. New arg abfd. Call sim_load_file to
908 load file into simulator. Set start address from bfd.
909 (sim_create_inferior): Return SIM_RC. Delete arg start_address.
913 * simops.c (OP_F020): SYS_execv, SYS_time, SYS_times, SYS_utime
914 only include if implemented by host.
915 (OP_F020): Typecast arg passed to time function;
919 * simops.c (syscall): Handle new mn10300 calling conventions.
923 * configure: Regenerated to track ../common/aclocal.m4 changes.
928 * Makefile.in: Change mn10300-opc.o to m10300-opc.o, to match
929 corresponding change in opcodes directory.
933 * interp.c (sim_open): New arg `kind'.
935 * configure: Regenerated to track ../common/aclocal.m4 changes.
939 * configure: Regenerated to track ../common/aclocal.m4 changes.
943 * simops.c: Fix register extraction for a two "movbu" variants.
944 Somewhat simplify "sub" instructions.
945 Correctly sign extend operands for "mul". Put the correct
946 half of the result in MDR for "mul" and "mulu".
947 Implement remaining instructions.
948 Tweak opcode for "syscall".
952 * simops.c: Do syscall emulation in "syscall" instruction. Add
953 dummy "trap" instruction.
957 * configure: Regenerated to track ../common/aclocal.m4 changes.
961 * configure: Re-generate.
965 * configure: Regenerate to track ../common/aclocal.m4 changes.
969 * interp.c (sim_open): New SIM_DESC result. Argument is now
971 (other sim_*): New SIM_DESC argument.
975 * simops.c: Fix carry bit computation for "add" instructions.
977 * simops.c: Fix typos in bset insns. Fix arguments to store_mem
978 for bset imm8,(d8,an) and bclr imm8,(d8,an).
982 * simops.c: Fix register references when computing Z and N bits
987 * Makefile.in (@COMMON_MAKEFILE_FRAG): Use
988 COMMON_{PRE,POST}_CONFIG_FRAG instead.
989 * configure.in: sinclude ../common/aclocal.m4.
990 * configure: Regenerated.
994 * interp.c (init_system): Allocate 2^19 bytes of space for the
999 * configure configure.in Makefile.in: Update to new configure
1000 scheme which is more compatible with WinGDB builds.
1001 * configure.in: Improve comment on how to run autoconf.
1002 * configure: Re-run autoconf to get new ../common/aclocal.m4.
1003 * Makefile.in: Use autoconf substitution to install common
1008 * simops.c: Undo last change to "rol" and "ror", original code
1013 * simops.c: Fix "rol" and "ror".
1017 * simops.c: Fix typo in last change.
1021 * simops.c: Use REG macros in few places not using them yet.
1025 * mn10300_sim.h (struct _state): Fix number of registers!
1029 * mn10300_sim.h (struct _state): Put all registers into a single
1030 array to make gdb implementation easier.
1031 (REG_*): Add definitions for all registers in the state array.
1032 (SEXT32, SEXT40, SEXT44, SEXT60): Remove unused macros.
1033 * simops.c: Related changes.
1037 * interp.c (sim_resume): Handle 0xff as a single byte insn.
1039 * simops.c: Fix overflow computation for "add" and "inc"
1044 * simops.c: Handle "break" instruction.
1046 * simops.c: Fix restoring the PC for "ret" and "retf" instructions.
1050 * gencode.c (write_opcodes): Also write out the format of the
1052 * mn10300_sim.h (simops): Add "format" field.
1053 * interp.c (sim_resume): Deal with endianness issues here.
1057 * simops.c (REG0_4): Define.
1058 Use REG0_4 for indexed loads/stores.
1062 * simops.c (REG0_16): Fix typo.
1066 * simops.c: Call abort for any instruction that's not currently
1069 * simops.c: Define accessor macros to extract register
1070 values from instructions. Use them consistently.
1072 * interp.c: Delete unused global variable "OP".
1073 (sim_resume): Remove unused variable "opcode".
1074 * simops.c: Fix some uninitialized variable problems, add
1075 parens to fix various -Wall warnings.
1077 * gencode.c (write_header): Add "insn" and "extension" arguments
1078 to the OP_* declarations.
1079 (write_template): Similarly for function templates.
1080 * interp.c (insn, extension): Remove global variables. Instead
1081 pass them as arguments to the OP_* functions.
1082 * mn10300_sim.h: Remove decls for "insn" and "extension".
1083 * simops.c (OP_*): Accept "insn" and "extension" as arguments
1084 instead of using globals.
1088 * simops.c: Fix typos in "mov am,(d16,an)" and "mov am,(d32,an)"
1090 * simops.c: Fix thinkos in last change to "inc dn".
1094 * simops.c: "add imm,sp" does not effect the condition codes.
1095 "inc dn" does effect the condition codes.
1099 * simops.c: Treat both operands as signed values for
1102 * simops.c: Fix simulation of division instructions.
1103 Fix typos/thinkos in several "cmp" and "sub" instructions.
1107 * simops.c: Fix carry bit handling in "sub" and "cmp"
1110 * simops.c: Fix "mov imm8,an" and "mov imm16,dn".
1114 * simops.c: Fix overflow computation for many instructions.
1116 * simops.c: Fix "mov dm, an", "movbu dm, (an)", and "movhu dm, (an)".
1118 * simops.c: Fix "mov am, dn".
1120 * simops.c: Fix more bugs in "add imm,an" and
1125 * simops.c: Fix bugs in "movm" and "add imm,an".
1127 * simops.c: Don't lose the upper 24 bits of the return
1128 pointer in "call" and "calls" instructions. Rough cut
1129 at emulated system calls.
1131 * simops.c: Implement the remaining 5, 6 and 7 byte instructions.
1133 * simops.c: Implement remaining 4 byte instructions.
1135 * simops.c: Implement remaining 3 byte instructions.
1137 * simops.c: Implement remaining 2 byte instructions. Call
1138 abort for instructions we're not implementing now.
1142 * simops.c: Implement lots of random instructions.
1144 * simops.c: Implement "movm" and "bCC" insns.
1146 * mn10300_sim.h (_state): Add another register (MDR).
1148 * simops.c: Implement "cmp", "calls", "rets", "jmp" and
1149 a few additional random insns.
1151 * mn10300_sim.h (PSW_*): Define for CC status tracking.
1152 (REG_D0, REG_A0, REG_SP): Define.
1153 * simops.c: Implement "add", "addc" and a few other random
1156 * gencode.c, interp.c: Snapshot current simulator code.
1160 * Makefile.in, config.in, configure, configure.in: New files.
1161 * gencode.c, interp.c, mn10300_sim.h, simops.c: New files.