9006c7fa1b8bc272057a621329d553ce4c257a5f
[deliverable/binutils-gdb.git] / sim / msp430 / ChangeLog
1 2016-01-09 Mike Frysinger <vapier@gentoo.org>
2
3 * config.in, configure: Regenerate.
4
5 2016-01-06 Mike Frysinger <vapier@gentoo.org>
6
7 * msp430-sim.c (sim_open): Mark argv const.
8 (sim_create_inferior): Mark argv and env const.
9
10 2016-01-05 Mike Frysinger <vapier@gentoo.org>
11
12 * msp430-sim.c (loader_write_mem): Delete.
13 (lookup_symbol): Return -1 when abfd is NULL.
14 (sim_open): Delete prog_bfd variable. Delete call to sim_load_file.
15 Delete prog_bfd check.
16
17 2016-01-05 Mike Frysinger <vapier@gentoo.org>
18
19 * Makefile.in (SIM_OBJS): Delete trace.o.
20 * msp430-sim.c: Delete dis-asm.h and trace.h includes.
21 (sim_open): Delete msp430_trace_init call.
22 (msp430_dis_read): Delete function.
23 (msp430_step_once): Replace disassembly logic with a call
24 to TRACE_DISASM.
25 * trace.c, trace.h: Delete files.
26
27 2016-01-04 Mike Frysinger <vapier@gentoo.org>
28
29 * configure: Regenerate.
30
31 2016-01-03 Mike Frysinger <vapier@gentoo.org>
32
33 * config.in, configure: Regenerate.
34
35 2016-01-02 Mike Frysinger <vapier@gentoo.org>
36
37 * configure.ac (SIM_AC_OPTION_ENDIAN): Change LITTLE_ENDIAN to
38 LITTLE.
39 * configure: Regenerate.
40
41 2015-12-27 Mike Frysinger <vapier@gentoo.org>
42
43 * msp430-sim.c (sim_dis_read): Change private_data to application_data.
44 (msp430_step_once): Likewise.
45
46 2015-12-27 Mike Frysinger <vapier@gentoo.org>
47
48 * Makefile.in (SIM_OBJS): Delete sim-hload.o.
49
50 2015-12-26 Mike Frysinger <vapier@gentoo.org>
51
52 * config.in, configure: Regenerate.
53
54 2015-12-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
55
56 * msp430-sim.c (get_op, put_op): Fix left shift of negative value.
57
58 2015-12-07 Nick Clifton <nickc@redhat.com>
59
60 * msp430-sim.c (sim_open): Check for needed memory at address
61 0x500 not 0x200.
62 (get_op): Add support for F5 hardware multiply addresses.
63 (put_op): Likewise.
64
65 2015-11-15 Mike Frysinger <vapier@gentoo.org>
66
67 * Makefile.in (SIM_OBJS): Delete sim-reason.o, sim-reg.o, and
68 sim-stop.o.
69
70 2015-11-14 Mike Frysinger <vapier@gentoo.org>
71
72 * interp.c (sim_close): Rename to ...
73 (msp430_sim_close): ... this. Delete call to sim_state_free.
74 * sim-main.h (msp430_sim_close): Declare.
75 (SIM_CLOSE_HOOK): Define.
76
77 2015-06-24 Mike Frysinger <vapier@gentoo.org>
78
79 * msp430-sim.c (trace_reg_put): Change TRACE_VPU to TRACE_REGISTER.
80 (trace_reg_get): Likewise.
81
82 2015-06-23 Mike Frysinger <vapier@gentoo.org>
83
84 * configure: Regenerate.
85
86 2015-06-17 Mike Frysinger <vapier@gentoo.org>
87
88 * msp430-sim.c (maybe_perform_syscall): Replace call to cb_syscall
89 with sim_syscall.
90
91 2015-06-17 Mike Frysinger <vapier@gentoo.org>
92
93 * msp430-sim.c: Include sim-syscall.h.
94 (syscall_read_mem, syscall_write_mem): Delete.
95 (maybe_perform_syscall): Change syscall_read_mem/syscall_write_mem
96 to sim_syscall_read_mem/sim_syscall_write_mem.
97
98 2015-06-12 Mike Frysinger <vapier@gentoo.org>
99
100 * configure: Regenerate.
101
102 2015-06-12 Mike Frysinger <vapier@gentoo.org>
103
104 * configure: Regenerate.
105
106 2015-06-12 Mike Frysinger <vapier@gentoo.org>
107
108 * msp430-sim.c (trace_reg_put): Replace TRACE_VPU_P/trace_generic
109 with TRACE_VPU.
110 (trace_reg_get): Likewise.
111 (get_op): Replace TRACE_MEMORY_P/trace_generic with TRACE_MEMORY.
112 (put_op): Likewise.
113 (msp430_dis_read): Replace TRACE_ALU_P/trace_generic with TRACE_ALU.
114 (do_flags): Likewise.
115 (maybe_perform_syscall): Replace TRACE_SYSCALL_P/trace_generic with
116 TRACE_SYSCALL.
117 (msp430_step_once): Replace TRACE_ALU_P/trace_generic with TRACE_ALU.
118 Replace TRACE_BRANCH_P/trace_generic with TRACE_BRANCH.
119
120 2015-06-11 Mike Frysinger <vapier@gentoo.org>
121
122 * sim-main.h (MAYBE_TRACE, TRACE_INSN, TRACE_DECODE, TRACE_EXTRACT,
123 TRACE_SYSCALL, TRACE_CORE, TRACE_EVENTS, TRACE_BRANCH,
124 trace_register, TRACE_REGISTER, TRACE_REG): Delete.
125
126 2015-04-18 Mike Frysinger <vapier@gentoo.org>
127
128 * sim-main.h (SIM_CPU): Delete.
129
130 2015-04-18 Mike Frysinger <vapier@gentoo.org>
131
132 * sim-main.h (sim_cia): Delete.
133
134 2015-04-17 Mike Frysinger <vapier@gentoo.org>
135
136 * sim-main.h (CIA_GET, CIA_SET): Delete.
137
138 2015-04-15 Mike Frysinger <vapier@gentoo.org>
139
140 * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
141 * sim-main.h (STATE_CPU): Delete.
142
143 2015-04-13 Mike Frysinger <vapier@gentoo.org>
144
145 * configure: Regenerate.
146
147 2015-04-06 Mike Frysinger <vapier@gentoo.org>
148
149 * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
150
151 2015-04-01 Mike Frysinger <vapier@gentoo.org>
152
153 * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
154
155 2015-03-31 Mike Frysinger <vapier@gentoo.org>
156
157 * config.in, configure: Regenerate.
158
159 2015-03-23 Mike Frysinger <vapier@gentoo.org>
160
161 * sim-main.h: Delete run-sim.h include.
162
163 2015-03-16 Mike Frysinger <vapier@gentoo.org>
164
165 * config.in, configure: Regenerate.
166
167 2015-03-14 Mike Frysinger <vapier@gentoo.org>
168
169 * aclocal.m4, configure: Regenerate.
170 * configure.ac: Call the common inline & warning macros.
171 * msp430-sim.c: Include unistd.h & trace.h.
172 * trace.c: Include trace.h.
173 (load_file_and_line): Move FILE* decl to top of scope.
174 * trace.h (msp430_get_current_source_location): Adjust prototype to
175 match the function definition.
176
177 2015-03-14 Mike Frysinger <vapier@gentoo.org>
178
179 * Makefile.in (SIM_RUN_OBJS): Delete.
180
181 2015-02-24 Nick Clifton <nickc@redhat.com>
182
183 * msp430-sim.c (sim_open): Allocate memory regions matching those
184 declared in the libgloss/msp430 linker scripts.
185 Allow sim_load_file to fail.
186 (get_op): Test the correct address bit when checking for out of
187 range addresses.
188 Include the address in the error message when an illegal access to
189 the hardware multiplier is detected.
190 (put_op): Test the correct address bit when checking for out of
191 range addresses.
192
193 2014-08-19 Alan Modra <amodra@gmail.com>
194
195 * configure: Regenerate.
196
197 2014-08-19 Nick Clifton <nickc@redhat.com>
198
199 * msp430-sim.c: Move static hardware multiply support variables
200 from here...
201 * msp430-sim.h (msp430_cpu_state): ... into here ...
202 * msp430-sim.c (get_op, put_op): ... and update references to use
203 the msp430_cpu_state structure.
204
205 2014-08-15 Roland McGrath <mcgrathr@google.com>
206
207 * configure: Regenerate.
208 * config.in: Regenerate.
209
210 2014-06-03 Nick Clifton <nickc@redhat.com>
211
212 * msp430-sim.c (get_op): Handle reads of low result register when
213 in MAC mode.
214 (put_op): Copy MAC result into result words.
215 Handle writes to the low result register.
216
217 2014-05-12 DJ Delorie <dj@redhat.com>
218
219 * msp43-sim.c (sign_ext): Change to "long long" to support
220 sign-extending 32-bit values.
221
222 2014-05-08 Nick Clifton <nickc@redhat.com>
223
224 * msp430-sim.c (sim_open): Do not allocate memory over the
225 hardware multiply registers.
226 (get_op): Add support for reads from the hardware multiply
227 registers.
228 (put_op): Add support for writes to the hardware multiply
229 registers.
230 (msp430_step_once): Add support for the RETI instruction used by
231 the CPUX architecture.
232
233 2014-03-10 Mike Frysinger <vapier@gentoo.org>
234
235 * msp430-sim.c (sim_create_inferior): Set new_pc to the result of
236 bfd_get_start_address when abfd is not NULL and new_pc is zero.
237
238 2014-03-10 Mike Frysinger <vapier@gentoo.org>
239
240 * msp430-sim (maybe_perform_syscall): Change %d to %ld.
241 (msp430_step_once): Cast fprintf to fprintf_ftype.
242
243 2013-09-23 Alan Modra <amodra@gmail.com>
244
245 * aclocal.m4, configure: Regenerate.
246
247 2013-06-21 Nick Clifton <nickc@redhat.com>
248
249 * Makefile.in: New.
250 * aclocal.m4: Generate.
251 * config.in: Generate.
252 * configure.ac: New.
253 * configure: Generate.
254 * msp430-sim.c: New.
255 * msp430-sim.h: New.
256 * sim-main.h: New.
257 * trace.c: New.
258 * trace.h: New.
This page took 0.043012 seconds and 4 git commands to generate.