]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/msp430/ChangeLog
sim: update bug URI to https://
[thirdparty/binutils-gdb.git] / sim / msp430 / ChangeLog
CommitLineData
dfb856ba
MF
12021-01-04 Mike Frysinger <vapier@gentoo.org>
2
3 * configure: Regenerate.
4
4b48e6d4
JL
52020-08-07 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6
7 * msp430-sim.c (sim_open): Increase the size of the main memory region
8 to 0xFAC0.
9
e8a387fb
JL
102020-08-05 Jozef Lawrynowicz <jozef.l@mittosystems.com>
11
12 * msp430-sim.c (put_op): For unsigned multiplication, explicitly cast
13 operands to the unsigned type before multiplying.
14 * msp430-sim.h (struct msp430_cpu_state): Fix types used to store hwmult
15 operands.
16
b7dcc42d
JL
172020-01-22 Jozef Lawrynowicz <jozef.l@mittosystems.com>
18
19 * msp430-sim.c (msp430_step_once): Ignore the carry flag when executing
20 an RRC instruction, if the ZC bit of the extension word is set.
21
5c887dd5
JB
222017-09-06 John Baldwin <jhb@FreeBSD.org>
23
24 * configure: Regenerate.
25
3819af13
JL
262017-08-29 Jozef Lawrynowicz <jozef.l@somniumtech.com>
27
28 * sim/msp430/msp430-sim.c (maybe_perform_syscall): Fix passing of
29 arguments for variadic syscall "open".
30
5357150c
MF
312016-08-15 Mike Frysinger <vapier@gentoo.org>
32
33 * msp430-sim.c: Delete bfd.h include.
34 (lookup_symbol, msp430_sim_close): Delete.
35 (sim_open): Change lookup_symbol to trace_sym_value.
36 * sim-main.h (struct sim_state): Delete symbol_table and
37 number_of_symbols.
38 (STATE_SYMBOL_TABLE, STATE_NUM_SYMBOLS, msp430_sim_close,
39 SIM_CLOSE_HOOK): Delete.
40
ce39bd38
MF
412016-01-10 Mike Frysinger <vapier@gentoo.org>
42
43 * config.in, configure: Regenerate.
44
99d8e879
MF
452016-01-10 Mike Frysinger <vapier@gentoo.org>
46
47 * configure: Regenerate.
48
35656e95
MF
492016-01-10 Mike Frysinger <vapier@gentoo.org>
50
51 * configure: Regenerate.
52
16f7876d
MF
532016-01-10 Mike Frysinger <vapier@gentoo.org>
54
55 * configure: Regenerate.
56
e19418e0
MF
572016-01-10 Mike Frysinger <vapier@gentoo.org>
58
59 * configure: Regenerate.
60
347fe5bb
MF
612016-01-10 Mike Frysinger <vapier@gentoo.org>
62
63 * configure.ac (SIM_AC_OPTION_INLINE): Delete call.
64 * configure: Regenerate.
65
22be3fbe
MF
662016-01-10 Mike Frysinger <vapier@gentoo.org>
67
68 * configure: Regenerate.
69
0dc73ef7
MF
702016-01-10 Mike Frysinger <vapier@gentoo.org>
71
72 * configure: Regenerate.
73
936df756
MF
742016-01-09 Mike Frysinger <vapier@gentoo.org>
75
76 * config.in, configure: Regenerate.
77
2e3d4f4d
MF
782016-01-06 Mike Frysinger <vapier@gentoo.org>
79
80 * msp430-sim.c (sim_open): Mark argv const.
81 (sim_create_inferior): Mark argv and env const.
82
402cf053
MF
832016-01-05 Mike Frysinger <vapier@gentoo.org>
84
85 * msp430-sim.c (loader_write_mem): Delete.
86 (lookup_symbol): Return -1 when abfd is NULL.
87 (sim_open): Delete prog_bfd variable. Delete call to sim_load_file.
88 Delete prog_bfd check.
89
70d39448
MF
902016-01-05 Mike Frysinger <vapier@gentoo.org>
91
92 * Makefile.in (SIM_OBJS): Delete trace.o.
93 * msp430-sim.c: Delete dis-asm.h and trace.h includes.
94 (sim_open): Delete msp430_trace_init call.
95 (msp430_dis_read): Delete function.
96 (msp430_step_once): Replace disassembly logic with a call
97 to TRACE_DISASM.
98 * trace.c, trace.h: Delete files.
99
9bbf6f91
MF
1002016-01-04 Mike Frysinger <vapier@gentoo.org>
101
102 * configure: Regenerate.
103
0cb8d851
MF
1042016-01-03 Mike Frysinger <vapier@gentoo.org>
105
106 * config.in, configure: Regenerate.
107
1ac72f06
MF
1082016-01-02 Mike Frysinger <vapier@gentoo.org>
109
110 * configure.ac (SIM_AC_OPTION_ENDIAN): Change LITTLE_ENDIAN to
111 LITTLE.
112 * configure: Regenerate.
113
5d015275
MF
1142015-12-27 Mike Frysinger <vapier@gentoo.org>
115
116 * msp430-sim.c (sim_dis_read): Change private_data to application_data.
117 (msp430_step_once): Likewise.
118
5e744ef8
MF
1192015-12-27 Mike Frysinger <vapier@gentoo.org>
120
121 * Makefile.in (SIM_OBJS): Delete sim-hload.o.
122
1b393626
MF
1232015-12-26 Mike Frysinger <vapier@gentoo.org>
124
125 * config.in, configure: Regenerate.
126
1d19cae7
DV
1272015-12-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
128
129 * msp430-sim.c (get_op, put_op): Fix left shift of negative value.
130
f7584f05
NC
1312015-12-07 Nick Clifton <nickc@redhat.com>
132
133 * msp430-sim.c (sim_open): Check for needed memory at address
134 0x500 not 0x200.
135 (get_op): Add support for F5 hardware multiply addresses.
136 (put_op): Likewise.
137
797eee42
MF
1382015-11-15 Mike Frysinger <vapier@gentoo.org>
139
140 * Makefile.in (SIM_OBJS): Delete sim-reason.o, sim-reg.o, and
141 sim-stop.o.
142
6e4f085c
MF
1432015-11-14 Mike Frysinger <vapier@gentoo.org>
144
145 * interp.c (sim_close): Rename to ...
146 (msp430_sim_close): ... this. Delete call to sim_state_free.
147 * sim-main.h (msp430_sim_close): Declare.
148 (SIM_CLOSE_HOOK): Define.
149
fa8f87e5
MF
1502015-06-24 Mike Frysinger <vapier@gentoo.org>
151
152 * msp430-sim.c (trace_reg_put): Change TRACE_VPU to TRACE_REGISTER.
153 (trace_reg_get): Likewise.
154
8d0978fb
MF
1552015-06-23 Mike Frysinger <vapier@gentoo.org>
156
157 * configure: Regenerate.
158
7d5c6c43
MF
1592015-06-17 Mike Frysinger <vapier@gentoo.org>
160
161 * msp430-sim.c (maybe_perform_syscall): Replace call to cb_syscall
162 with sim_syscall.
163
61a0c964
MF
1642015-06-17 Mike Frysinger <vapier@gentoo.org>
165
166 * msp430-sim.c: Include sim-syscall.h.
167 (syscall_read_mem, syscall_write_mem): Delete.
168 (maybe_perform_syscall): Change syscall_read_mem/syscall_write_mem
169 to sim_syscall_read_mem/sim_syscall_write_mem.
170
a3487082
MF
1712015-06-12 Mike Frysinger <vapier@gentoo.org>
172
173 * configure: Regenerate.
174
306f4178
MF
1752015-06-12 Mike Frysinger <vapier@gentoo.org>
176
177 * configure: Regenerate.
178
5b064994
MF
1792015-06-12 Mike Frysinger <vapier@gentoo.org>
180
181 * msp430-sim.c (trace_reg_put): Replace TRACE_VPU_P/trace_generic
182 with TRACE_VPU.
183 (trace_reg_get): Likewise.
184 (get_op): Replace TRACE_MEMORY_P/trace_generic with TRACE_MEMORY.
185 (put_op): Likewise.
186 (msp430_dis_read): Replace TRACE_ALU_P/trace_generic with TRACE_ALU.
187 (do_flags): Likewise.
188 (maybe_perform_syscall): Replace TRACE_SYSCALL_P/trace_generic with
189 TRACE_SYSCALL.
190 (msp430_step_once): Replace TRACE_ALU_P/trace_generic with TRACE_ALU.
191 Replace TRACE_BRANCH_P/trace_generic with TRACE_BRANCH.
192
c1d8560e
MF
1932015-06-11 Mike Frysinger <vapier@gentoo.org>
194
195 * sim-main.h (MAYBE_TRACE, TRACE_INSN, TRACE_DECODE, TRACE_EXTRACT,
196 TRACE_SYSCALL, TRACE_CORE, TRACE_EVENTS, TRACE_BRANCH,
197 trace_register, TRACE_REGISTER, TRACE_REG): Delete.
198
20bca71d
MF
1992015-04-18 Mike Frysinger <vapier@gentoo.org>
200
201 * sim-main.h (SIM_CPU): Delete.
202
7e83aa92
MF
2032015-04-18 Mike Frysinger <vapier@gentoo.org>
204
205 * sim-main.h (sim_cia): Delete.
206
034685f9
MF
2072015-04-17 Mike Frysinger <vapier@gentoo.org>
208
209 * sim-main.h (CIA_GET, CIA_SET): Delete.
210
78e9aa70
MF
2112015-04-15 Mike Frysinger <vapier@gentoo.org>
212
213 * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
214 * sim-main.h (STATE_CPU): Delete.
215
bf12d44e
MF
2162015-04-13 Mike Frysinger <vapier@gentoo.org>
217
218 * configure: Regenerate.
219
122bbfb5
MF
2202015-04-06 Mike Frysinger <vapier@gentoo.org>
221
222 * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
223
1a8faa2a
MF
2242015-04-01 Mike Frysinger <vapier@gentoo.org>
225
226 * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
227
aadc9410
MF
2282015-03-31 Mike Frysinger <vapier@gentoo.org>
229
230 * config.in, configure: Regenerate.
231
80fc77e6
MF
2322015-03-23 Mike Frysinger <vapier@gentoo.org>
233
234 * sim-main.h: Delete run-sim.h include.
235
ae7d0cac
MF
2362015-03-16 Mike Frysinger <vapier@gentoo.org>
237
238 * config.in, configure: Regenerate.
239
c1e768db
MF
2402015-03-14 Mike Frysinger <vapier@gentoo.org>
241
242 * aclocal.m4, configure: Regenerate.
243 * configure.ac: Call the common inline & warning macros.
244 * msp430-sim.c: Include unistd.h & trace.h.
245 * trace.c: Include trace.h.
246 (load_file_and_line): Move FILE* decl to top of scope.
247 * trace.h (msp430_get_current_source_location): Adjust prototype to
248 match the function definition.
249
465fb143
MF
2502015-03-14 Mike Frysinger <vapier@gentoo.org>
251
252 * Makefile.in (SIM_RUN_OBJS): Delete.
253
10d602c7
NC
2542015-02-24 Nick Clifton <nickc@redhat.com>
255
256 * msp430-sim.c (sim_open): Allocate memory regions matching those
257 declared in the libgloss/msp430 linker scripts.
258 Allow sim_load_file to fail.
259 (get_op): Test the correct address bit when checking for out of
260 range addresses.
261 Include the address in the error message when an illegal access to
262 the hardware multiplier is detected.
263 (put_op): Test the correct address bit when checking for out of
264 range addresses.
265
2974be62
AM
2662014-08-19 Alan Modra <amodra@gmail.com>
267
268 * configure: Regenerate.
269
180eb063
NC
2702014-08-19 Nick Clifton <nickc@redhat.com>
271
272 * msp430-sim.c: Move static hardware multiply support variables
273 from here...
274 * msp430-sim.h (msp430_cpu_state): ... into here ...
275 * msp430-sim.c (get_op, put_op): ... and update references to use
276 the msp430_cpu_state structure.
277
faa743bb
RM
2782014-08-15 Roland McGrath <mcgrathr@google.com>
279
280 * configure: Regenerate.
281 * config.in: Regenerate.
282
aef392c4
NC
2832014-06-03 Nick Clifton <nickc@redhat.com>
284
285 * msp430-sim.c (get_op): Handle reads of low result register when
286 in MAC mode.
287 (put_op): Copy MAC result into result words.
288 Handle writes to the low result register.
289
a7da346e
DD
2902014-05-12 DJ Delorie <dj@redhat.com>
291
292 * msp43-sim.c (sign_ext): Change to "long long" to support
293 sign-extending 32-bit values.
294
8969934d
NC
2952014-05-08 Nick Clifton <nickc@redhat.com>
296
297 * msp430-sim.c (sim_open): Do not allocate memory over the
298 hardware multiply registers.
299 (get_op): Add support for reads from the hardware multiply
300 registers.
301 (put_op): Add support for writes to the hardware multiply
302 registers.
303 (msp430_step_once): Add support for the RETI instruction used by
304 the CPUX architecture.
305
7b0278dc
MF
3062014-03-10 Mike Frysinger <vapier@gentoo.org>
307
308 * msp430-sim.c (sim_create_inferior): Set new_pc to the result of
309 bfd_get_start_address when abfd is not NULL and new_pc is zero.
310
a3271a3e
MF
3112014-03-10 Mike Frysinger <vapier@gentoo.org>
312
313 * msp430-sim (maybe_perform_syscall): Change %d to %ld.
314 (msp430_step_once): Cast fprintf to fprintf_ftype.
315
bf3d9781
AM
3162013-09-23 Alan Modra <amodra@gmail.com>
317
318 * aclocal.m4, configure: Regenerate.
319
3346cfda
NC
3202013-06-21 Nick Clifton <nickc@redhat.com>
321
322 * Makefile.in: New.
323 * aclocal.m4: Generate.
324 * config.in: Generate.
325 * configure.ac: New.
326 * configure: Generate.
327 * msp430-sim.c: New.
328 * msp430-sim.h: New.
329 * sim-main.h: New.
330 * trace.c: New.
331 * trace.h: New.