1 2015-04-15 Mike Frysinger <vapier@gentoo.org>
3 * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
4 * sim-main.h (STATE_CPU): Delete.
6 2015-04-13 Mike Frysinger <vapier@gentoo.org>
8 * configure: Regenerate.
10 2015-04-06 Mike Frysinger <vapier@gentoo.org>
12 * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
14 2015-04-01 Mike Frysinger <vapier@gentoo.org>
16 * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
18 2015-03-31 Mike Frysinger <vapier@gentoo.org>
20 * config.in, configure: Regenerate.
22 2015-03-23 Mike Frysinger <vapier@gentoo.org>
24 * sim-main.h: Delete run-sim.h include.
26 2015-03-16 Mike Frysinger <vapier@gentoo.org>
28 * config.in, configure: Regenerate.
30 2015-03-14 Mike Frysinger <vapier@gentoo.org>
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.
40 2015-03-14 Mike Frysinger <vapier@gentoo.org>
42 * Makefile.in (SIM_RUN_OBJS): Delete.
44 2015-02-24 Nick Clifton <nickc@redhat.com>
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
56 2014-08-19 Alan Modra <amodra@gmail.com>
58 * configure: Regenerate.
60 2014-08-19 Nick Clifton <nickc@redhat.com>
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.
68 2014-08-15 Roland McGrath <mcgrathr@google.com>
70 * configure: Regenerate.
71 * config.in: Regenerate.
73 2014-06-03 Nick Clifton <nickc@redhat.com>
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.
80 2014-05-12 DJ Delorie <dj@redhat.com>
82 * msp43-sim.c (sign_ext): Change to "long long" to support
83 sign-extending 32-bit values.
85 2014-05-08 Nick Clifton <nickc@redhat.com>
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.
96 2014-03-10 Mike Frysinger <vapier@gentoo.org>
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.
101 2014-03-10 Mike Frysinger <vapier@gentoo.org>
103 * msp430-sim (maybe_perform_syscall): Change %d to %ld.
104 (msp430_step_once): Cast fprintf to fprintf_ftype.
106 2013-09-23 Alan Modra <amodra@gmail.com>
108 * aclocal.m4, configure: Regenerate.
110 2013-06-21 Nick Clifton <nickc@redhat.com>
113 * aclocal.m4: Generate.
114 * config.in: Generate.
116 * configure: Generate.