sim: move sim-engine.o/sim-hrw.o to the common list
[deliverable/binutils-gdb.git] / sim / msp430 / ChangeLog
1 2015-04-06 Mike Frysinger <vapier@gentoo.org>
2
3 * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
4
5 2015-04-01 Mike Frysinger <vapier@gentoo.org>
6
7 * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
8
9 2015-03-31 Mike Frysinger <vapier@gentoo.org>
10
11 * config.in, configure: Regenerate.
12
13 2015-03-23 Mike Frysinger <vapier@gentoo.org>
14
15 * sim-main.h: Delete run-sim.h include.
16
17 2015-03-16 Mike Frysinger <vapier@gentoo.org>
18
19 * config.in, configure: Regenerate.
20
21 2015-03-14 Mike Frysinger <vapier@gentoo.org>
22
23 * aclocal.m4, configure: Regenerate.
24 * configure.ac: Call the common inline & warning macros.
25 * msp430-sim.c: Include unistd.h & trace.h.
26 * trace.c: Include trace.h.
27 (load_file_and_line): Move FILE* decl to top of scope.
28 * trace.h (msp430_get_current_source_location): Adjust prototype to
29 match the function definition.
30
31 2015-03-14 Mike Frysinger <vapier@gentoo.org>
32
33 * Makefile.in (SIM_RUN_OBJS): Delete.
34
35 2015-02-24 Nick Clifton <nickc@redhat.com>
36
37 * msp430-sim.c (sim_open): Allocate memory regions matching those
38 declared in the libgloss/msp430 linker scripts.
39 Allow sim_load_file to fail.
40 (get_op): Test the correct address bit when checking for out of
41 range addresses.
42 Include the address in the error message when an illegal access to
43 the hardware multiplier is detected.
44 (put_op): Test the correct address bit when checking for out of
45 range addresses.
46
47 2014-08-19 Alan Modra <amodra@gmail.com>
48
49 * configure: Regenerate.
50
51 2014-08-19 Nick Clifton <nickc@redhat.com>
52
53 * msp430-sim.c: Move static hardware multiply support variables
54 from here...
55 * msp430-sim.h (msp430_cpu_state): ... into here ...
56 * msp430-sim.c (get_op, put_op): ... and update references to use
57 the msp430_cpu_state structure.
58
59 2014-08-15 Roland McGrath <mcgrathr@google.com>
60
61 * configure: Regenerate.
62 * config.in: Regenerate.
63
64 2014-06-03 Nick Clifton <nickc@redhat.com>
65
66 * msp430-sim.c (get_op): Handle reads of low result register when
67 in MAC mode.
68 (put_op): Copy MAC result into result words.
69 Handle writes to the low result register.
70
71 2014-05-12 DJ Delorie <dj@redhat.com>
72
73 * msp43-sim.c (sign_ext): Change to "long long" to support
74 sign-extending 32-bit values.
75
76 2014-05-08 Nick Clifton <nickc@redhat.com>
77
78 * msp430-sim.c (sim_open): Do not allocate memory over the
79 hardware multiply registers.
80 (get_op): Add support for reads from the hardware multiply
81 registers.
82 (put_op): Add support for writes to the hardware multiply
83 registers.
84 (msp430_step_once): Add support for the RETI instruction used by
85 the CPUX architecture.
86
87 2014-03-10 Mike Frysinger <vapier@gentoo.org>
88
89 * msp430-sim.c (sim_create_inferior): Set new_pc to the result of
90 bfd_get_start_address when abfd is not NULL and new_pc is zero.
91
92 2014-03-10 Mike Frysinger <vapier@gentoo.org>
93
94 * msp430-sim (maybe_perform_syscall): Change %d to %ld.
95 (msp430_step_once): Cast fprintf to fprintf_ftype.
96
97 2013-09-23 Alan Modra <amodra@gmail.com>
98
99 * aclocal.m4, configure: Regenerate.
100
101 2013-06-21 Nick Clifton <nickc@redhat.com>
102
103 * Makefile.in: New.
104 * aclocal.m4: Generate.
105 * config.in: Generate.
106 * configure.ac: New.
107 * configure: Generate.
108 * msp430-sim.c: New.
109 * msp430-sim.h: New.
110 * sim-main.h: New.
111 * trace.c: New.
112 * trace.h: New.
This page took 0.053809 seconds and 4 git commands to generate.