1 2015-04-17 Mike Frysinger <vapier@gentoo.org>
3 * sim-main.h (CIA_GET, CIA_SET): Delete.
5 2015-04-15 Mike Frysinger <vapier@gentoo.org>
7 * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
8 * sim-main.h (STATE_CPU): Delete.
10 2015-04-13 Mike Frysinger <vapier@gentoo.org>
12 * configure: Regenerate.
14 2015-04-06 Mike Frysinger <vapier@gentoo.org>
16 * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
18 2015-04-01 Mike Frysinger <vapier@gentoo.org>
20 * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
22 2015-03-31 Mike Frysinger <vapier@gentoo.org>
24 * config.in, configure: Regenerate.
26 2015-03-23 Mike Frysinger <vapier@gentoo.org>
28 * sim-main.h: Delete run-sim.h include.
30 2015-03-16 Mike Frysinger <vapier@gentoo.org>
32 * config.in, configure: Regenerate.
34 2015-03-14 Mike Frysinger <vapier@gentoo.org>
36 * aclocal.m4, configure: Regenerate.
37 * configure.ac: Call the common inline & warning macros.
38 * msp430-sim.c: Include unistd.h & trace.h.
39 * trace.c: Include trace.h.
40 (load_file_and_line): Move FILE* decl to top of scope.
41 * trace.h (msp430_get_current_source_location): Adjust prototype to
42 match the function definition.
44 2015-03-14 Mike Frysinger <vapier@gentoo.org>
46 * Makefile.in (SIM_RUN_OBJS): Delete.
48 2015-02-24 Nick Clifton <nickc@redhat.com>
50 * msp430-sim.c (sim_open): Allocate memory regions matching those
51 declared in the libgloss/msp430 linker scripts.
52 Allow sim_load_file to fail.
53 (get_op): Test the correct address bit when checking for out of
55 Include the address in the error message when an illegal access to
56 the hardware multiplier is detected.
57 (put_op): Test the correct address bit when checking for out of
60 2014-08-19 Alan Modra <amodra@gmail.com>
62 * configure: Regenerate.
64 2014-08-19 Nick Clifton <nickc@redhat.com>
66 * msp430-sim.c: Move static hardware multiply support variables
68 * msp430-sim.h (msp430_cpu_state): ... into here ...
69 * msp430-sim.c (get_op, put_op): ... and update references to use
70 the msp430_cpu_state structure.
72 2014-08-15 Roland McGrath <mcgrathr@google.com>
74 * configure: Regenerate.
75 * config.in: Regenerate.
77 2014-06-03 Nick Clifton <nickc@redhat.com>
79 * msp430-sim.c (get_op): Handle reads of low result register when
81 (put_op): Copy MAC result into result words.
82 Handle writes to the low result register.
84 2014-05-12 DJ Delorie <dj@redhat.com>
86 * msp43-sim.c (sign_ext): Change to "long long" to support
87 sign-extending 32-bit values.
89 2014-05-08 Nick Clifton <nickc@redhat.com>
91 * msp430-sim.c (sim_open): Do not allocate memory over the
92 hardware multiply registers.
93 (get_op): Add support for reads from the hardware multiply
95 (put_op): Add support for writes to the hardware multiply
97 (msp430_step_once): Add support for the RETI instruction used by
98 the CPUX architecture.
100 2014-03-10 Mike Frysinger <vapier@gentoo.org>
102 * msp430-sim.c (sim_create_inferior): Set new_pc to the result of
103 bfd_get_start_address when abfd is not NULL and new_pc is zero.
105 2014-03-10 Mike Frysinger <vapier@gentoo.org>
107 * msp430-sim (maybe_perform_syscall): Change %d to %ld.
108 (msp430_step_once): Cast fprintf to fprintf_ftype.
110 2013-09-23 Alan Modra <amodra@gmail.com>
112 * aclocal.m4, configure: Regenerate.
114 2013-06-21 Nick Clifton <nickc@redhat.com>
117 * aclocal.m4: Generate.
118 * config.in: Generate.
120 * configure: Generate.