3 * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
4 * sim-main.h (STATE_CPU): Delete.
8 * configure: Regenerate.
12 * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
16 * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
20 * config.in, configure: Regenerate.
24 * sim-main.h: Delete run-sim.h include.
28 * config.in, configure: Regenerate.
32 * aclocal.m4, configure: Regenerate.
33 * configure.ac: Call the common inline & warning macros.
34 * msp430-sim.c: Include unistd.h & trace.h.
35 * trace.c: Include trace.h.
36 (load_file_and_line): Move FILE* decl to top of scope.
37 * trace.h (msp430_get_current_source_location): Adjust prototype to
38 match the function definition.
42 * Makefile.in (SIM_RUN_OBJS): Delete.
46 * msp430-sim.c (sim_open): Allocate memory regions matching those
47 declared in the libgloss/msp430 linker scripts.
48 Allow sim_load_file to fail.
49 (get_op): Test the correct address bit when checking for out of
51 Include the address in the error message when an illegal access to
52 the hardware multiplier is detected.
53 (put_op): Test the correct address bit when checking for out of
58 * configure: Regenerate.
62 * msp430-sim.c: Move static hardware multiply support variables
64 * msp430-sim.h (msp430_cpu_state): ... into here ...
65 * msp430-sim.c (get_op, put_op): ... and update references to use
66 the msp430_cpu_state structure.
70 * configure: Regenerate.
71 * config.in: Regenerate.
75 * msp430-sim.c (get_op): Handle reads of low result register when
77 (put_op): Copy MAC result into result words.
78 Handle writes to the low result register.
82 * msp43-sim.c (sign_ext): Change to "long long" to support
83 sign-extending 32-bit values.
87 * msp430-sim.c (sim_open): Do not allocate memory over the
88 hardware multiply registers.
89 (get_op): Add support for reads from the hardware multiply
91 (put_op): Add support for writes to the hardware multiply
93 (msp430_step_once): Add support for the RETI instruction used by
94 the CPUX architecture.
98 * msp430-sim.c (sim_create_inferior): Set new_pc to the result of
99 bfd_get_start_address when abfd is not NULL and new_pc is zero.
103 * msp430-sim (maybe_perform_syscall): Change %d to %ld.
104 (msp430_step_once): Cast fprintf to fprintf_ftype.
108 * aclocal.m4, configure: Regenerate.
113 * aclocal.m4: Generate.
114 * config.in: Generate.
116 * configure: Generate.