]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/msp430/ChangeLog
sim: common: split up acinclude.m4 into individual m4 files
[thirdparty/binutils-gdb.git] / sim / msp430 / ChangeLog
CommitLineData
760b3e8b
MF
12021-02-21 Mike Frysinger <vapier@gentoo.org>
2
3 * configure.ac (AC_CONFIG_MACRO_DIRS): Replace common with m4.
4 * aclocal.m4, configure: Regenerate.
5
136da8cd
MF
62021-02-13 Mike Frysinger <vapier@gentoo.org>
7
8 * configure.ac: Replace sinclude with AC_CONFIG_MACRO_DIRS.
9 * aclocal.m4, configure: Regenerate.
10
aa09469f
MF
112021-02-06 Mike Frysinger <vapier@gentoo.org>
12
13 * configure: Regenerate.
14
68ed2854
MF
152021-01-11 Mike Frysinger <vapier@gentoo.org>
16
17 * config.in, configure: Regenerate.
18
bf470982
MF
192021-01-09 Mike Frysinger <vapier@gentoo.org>
20
21 * configure: Regenerate.
22
46f900c0
MF
232021-01-08 Mike Frysinger <vapier@gentoo.org>
24
25 * configure: Regenerate.
26
dfb856ba
MF
272021-01-04 Mike Frysinger <vapier@gentoo.org>
28
29 * configure: Regenerate.
30
4b48e6d4
JL
312020-08-07 Jozef Lawrynowicz <jozef.l@mittosystems.com>
32
33 * msp430-sim.c (sim_open): Increase the size of the main memory region
34 to 0xFAC0.
35
e8a387fb
JL
362020-08-05 Jozef Lawrynowicz <jozef.l@mittosystems.com>
37
38 * msp430-sim.c (put_op): For unsigned multiplication, explicitly cast
39 operands to the unsigned type before multiplying.
40 * msp430-sim.h (struct msp430_cpu_state): Fix types used to store hwmult
41 operands.
42
b7dcc42d
JL
432020-01-22 Jozef Lawrynowicz <jozef.l@mittosystems.com>
44
45 * msp430-sim.c (msp430_step_once): Ignore the carry flag when executing
46 an RRC instruction, if the ZC bit of the extension word is set.
47
5c887dd5
JB
482017-09-06 John Baldwin <jhb@FreeBSD.org>
49
50 * configure: Regenerate.
51
3819af13
JL
522017-08-29 Jozef Lawrynowicz <jozef.l@somniumtech.com>
53
54 * sim/msp430/msp430-sim.c (maybe_perform_syscall): Fix passing of
55 arguments for variadic syscall "open".
56
5357150c
MF
572016-08-15 Mike Frysinger <vapier@gentoo.org>
58
59 * msp430-sim.c: Delete bfd.h include.
60 (lookup_symbol, msp430_sim_close): Delete.
61 (sim_open): Change lookup_symbol to trace_sym_value.
62 * sim-main.h (struct sim_state): Delete symbol_table and
63 number_of_symbols.
64 (STATE_SYMBOL_TABLE, STATE_NUM_SYMBOLS, msp430_sim_close,
65 SIM_CLOSE_HOOK): Delete.
66
ce39bd38
MF
672016-01-10 Mike Frysinger <vapier@gentoo.org>
68
69 * config.in, configure: Regenerate.
70
99d8e879
MF
712016-01-10 Mike Frysinger <vapier@gentoo.org>
72
73 * configure: Regenerate.
74
35656e95
MF
752016-01-10 Mike Frysinger <vapier@gentoo.org>
76
77 * configure: Regenerate.
78
16f7876d
MF
792016-01-10 Mike Frysinger <vapier@gentoo.org>
80
81 * configure: Regenerate.
82
e19418e0
MF
832016-01-10 Mike Frysinger <vapier@gentoo.org>
84
85 * configure: Regenerate.
86
347fe5bb
MF
872016-01-10 Mike Frysinger <vapier@gentoo.org>
88
89 * configure.ac (SIM_AC_OPTION_INLINE): Delete call.
90 * configure: Regenerate.
91
22be3fbe
MF
922016-01-10 Mike Frysinger <vapier@gentoo.org>
93
94 * configure: Regenerate.
95
0dc73ef7
MF
962016-01-10 Mike Frysinger <vapier@gentoo.org>
97
98 * configure: Regenerate.
99
936df756
MF
1002016-01-09 Mike Frysinger <vapier@gentoo.org>
101
102 * config.in, configure: Regenerate.
103
2e3d4f4d
MF
1042016-01-06 Mike Frysinger <vapier@gentoo.org>
105
106 * msp430-sim.c (sim_open): Mark argv const.
107 (sim_create_inferior): Mark argv and env const.
108
402cf053
MF
1092016-01-05 Mike Frysinger <vapier@gentoo.org>
110
111 * msp430-sim.c (loader_write_mem): Delete.
112 (lookup_symbol): Return -1 when abfd is NULL.
113 (sim_open): Delete prog_bfd variable. Delete call to sim_load_file.
114 Delete prog_bfd check.
115
70d39448
MF
1162016-01-05 Mike Frysinger <vapier@gentoo.org>
117
118 * Makefile.in (SIM_OBJS): Delete trace.o.
119 * msp430-sim.c: Delete dis-asm.h and trace.h includes.
120 (sim_open): Delete msp430_trace_init call.
121 (msp430_dis_read): Delete function.
122 (msp430_step_once): Replace disassembly logic with a call
123 to TRACE_DISASM.
124 * trace.c, trace.h: Delete files.
125
9bbf6f91
MF
1262016-01-04 Mike Frysinger <vapier@gentoo.org>
127
128 * configure: Regenerate.
129
0cb8d851
MF
1302016-01-03 Mike Frysinger <vapier@gentoo.org>
131
132 * config.in, configure: Regenerate.
133
1ac72f06
MF
1342016-01-02 Mike Frysinger <vapier@gentoo.org>
135
136 * configure.ac (SIM_AC_OPTION_ENDIAN): Change LITTLE_ENDIAN to
137 LITTLE.
138 * configure: Regenerate.
139
5d015275
MF
1402015-12-27 Mike Frysinger <vapier@gentoo.org>
141
142 * msp430-sim.c (sim_dis_read): Change private_data to application_data.
143 (msp430_step_once): Likewise.
144
5e744ef8
MF
1452015-12-27 Mike Frysinger <vapier@gentoo.org>
146
147 * Makefile.in (SIM_OBJS): Delete sim-hload.o.
148
1b393626
MF
1492015-12-26 Mike Frysinger <vapier@gentoo.org>
150
151 * config.in, configure: Regenerate.
152
1d19cae7
DV
1532015-12-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
154
155 * msp430-sim.c (get_op, put_op): Fix left shift of negative value.
156
f7584f05
NC
1572015-12-07 Nick Clifton <nickc@redhat.com>
158
159 * msp430-sim.c (sim_open): Check for needed memory at address
160 0x500 not 0x200.
161 (get_op): Add support for F5 hardware multiply addresses.
162 (put_op): Likewise.
163
797eee42
MF
1642015-11-15 Mike Frysinger <vapier@gentoo.org>
165
166 * Makefile.in (SIM_OBJS): Delete sim-reason.o, sim-reg.o, and
167 sim-stop.o.
168
6e4f085c
MF
1692015-11-14 Mike Frysinger <vapier@gentoo.org>
170
171 * interp.c (sim_close): Rename to ...
172 (msp430_sim_close): ... this. Delete call to sim_state_free.
173 * sim-main.h (msp430_sim_close): Declare.
174 (SIM_CLOSE_HOOK): Define.
175
fa8f87e5
MF
1762015-06-24 Mike Frysinger <vapier@gentoo.org>
177
178 * msp430-sim.c (trace_reg_put): Change TRACE_VPU to TRACE_REGISTER.
179 (trace_reg_get): Likewise.
180
8d0978fb
MF
1812015-06-23 Mike Frysinger <vapier@gentoo.org>
182
183 * configure: Regenerate.
184
7d5c6c43
MF
1852015-06-17 Mike Frysinger <vapier@gentoo.org>
186
187 * msp430-sim.c (maybe_perform_syscall): Replace call to cb_syscall
188 with sim_syscall.
189
61a0c964
MF
1902015-06-17 Mike Frysinger <vapier@gentoo.org>
191
192 * msp430-sim.c: Include sim-syscall.h.
193 (syscall_read_mem, syscall_write_mem): Delete.
194 (maybe_perform_syscall): Change syscall_read_mem/syscall_write_mem
195 to sim_syscall_read_mem/sim_syscall_write_mem.
196
a3487082
MF
1972015-06-12 Mike Frysinger <vapier@gentoo.org>
198
199 * configure: Regenerate.
200
306f4178
MF
2012015-06-12 Mike Frysinger <vapier@gentoo.org>
202
203 * configure: Regenerate.
204
5b064994
MF
2052015-06-12 Mike Frysinger <vapier@gentoo.org>
206
207 * msp430-sim.c (trace_reg_put): Replace TRACE_VPU_P/trace_generic
208 with TRACE_VPU.
209 (trace_reg_get): Likewise.
210 (get_op): Replace TRACE_MEMORY_P/trace_generic with TRACE_MEMORY.
211 (put_op): Likewise.
212 (msp430_dis_read): Replace TRACE_ALU_P/trace_generic with TRACE_ALU.
213 (do_flags): Likewise.
214 (maybe_perform_syscall): Replace TRACE_SYSCALL_P/trace_generic with
215 TRACE_SYSCALL.
216 (msp430_step_once): Replace TRACE_ALU_P/trace_generic with TRACE_ALU.
217 Replace TRACE_BRANCH_P/trace_generic with TRACE_BRANCH.
218
c1d8560e
MF
2192015-06-11 Mike Frysinger <vapier@gentoo.org>
220
221 * sim-main.h (MAYBE_TRACE, TRACE_INSN, TRACE_DECODE, TRACE_EXTRACT,
222 TRACE_SYSCALL, TRACE_CORE, TRACE_EVENTS, TRACE_BRANCH,
223 trace_register, TRACE_REGISTER, TRACE_REG): Delete.
224
20bca71d
MF
2252015-04-18 Mike Frysinger <vapier@gentoo.org>
226
227 * sim-main.h (SIM_CPU): Delete.
228
7e83aa92
MF
2292015-04-18 Mike Frysinger <vapier@gentoo.org>
230
231 * sim-main.h (sim_cia): Delete.
232
034685f9
MF
2332015-04-17 Mike Frysinger <vapier@gentoo.org>
234
235 * sim-main.h (CIA_GET, CIA_SET): Delete.
236
78e9aa70
MF
2372015-04-15 Mike Frysinger <vapier@gentoo.org>
238
239 * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
240 * sim-main.h (STATE_CPU): Delete.
241
bf12d44e
MF
2422015-04-13 Mike Frysinger <vapier@gentoo.org>
243
244 * configure: Regenerate.
245
122bbfb5
MF
2462015-04-06 Mike Frysinger <vapier@gentoo.org>
247
248 * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
249
1a8faa2a
MF
2502015-04-01 Mike Frysinger <vapier@gentoo.org>
251
252 * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
253
aadc9410
MF
2542015-03-31 Mike Frysinger <vapier@gentoo.org>
255
256 * config.in, configure: Regenerate.
257
80fc77e6
MF
2582015-03-23 Mike Frysinger <vapier@gentoo.org>
259
260 * sim-main.h: Delete run-sim.h include.
261
ae7d0cac
MF
2622015-03-16 Mike Frysinger <vapier@gentoo.org>
263
264 * config.in, configure: Regenerate.
265
c1e768db
MF
2662015-03-14 Mike Frysinger <vapier@gentoo.org>
267
268 * aclocal.m4, configure: Regenerate.
269 * configure.ac: Call the common inline & warning macros.
270 * msp430-sim.c: Include unistd.h & trace.h.
271 * trace.c: Include trace.h.
272 (load_file_and_line): Move FILE* decl to top of scope.
273 * trace.h (msp430_get_current_source_location): Adjust prototype to
274 match the function definition.
275
465fb143
MF
2762015-03-14 Mike Frysinger <vapier@gentoo.org>
277
278 * Makefile.in (SIM_RUN_OBJS): Delete.
279
10d602c7
NC
2802015-02-24 Nick Clifton <nickc@redhat.com>
281
282 * msp430-sim.c (sim_open): Allocate memory regions matching those
283 declared in the libgloss/msp430 linker scripts.
284 Allow sim_load_file to fail.
285 (get_op): Test the correct address bit when checking for out of
286 range addresses.
287 Include the address in the error message when an illegal access to
288 the hardware multiplier is detected.
289 (put_op): Test the correct address bit when checking for out of
290 range addresses.
291
2974be62
AM
2922014-08-19 Alan Modra <amodra@gmail.com>
293
294 * configure: Regenerate.
295
180eb063
NC
2962014-08-19 Nick Clifton <nickc@redhat.com>
297
298 * msp430-sim.c: Move static hardware multiply support variables
299 from here...
300 * msp430-sim.h (msp430_cpu_state): ... into here ...
301 * msp430-sim.c (get_op, put_op): ... and update references to use
302 the msp430_cpu_state structure.
303
faa743bb
RM
3042014-08-15 Roland McGrath <mcgrathr@google.com>
305
306 * configure: Regenerate.
307 * config.in: Regenerate.
308
aef392c4
NC
3092014-06-03 Nick Clifton <nickc@redhat.com>
310
311 * msp430-sim.c (get_op): Handle reads of low result register when
312 in MAC mode.
313 (put_op): Copy MAC result into result words.
314 Handle writes to the low result register.
315
a7da346e
DD
3162014-05-12 DJ Delorie <dj@redhat.com>
317
318 * msp43-sim.c (sign_ext): Change to "long long" to support
319 sign-extending 32-bit values.
320
8969934d
NC
3212014-05-08 Nick Clifton <nickc@redhat.com>
322
323 * msp430-sim.c (sim_open): Do not allocate memory over the
324 hardware multiply registers.
325 (get_op): Add support for reads from the hardware multiply
326 registers.
327 (put_op): Add support for writes to the hardware multiply
328 registers.
329 (msp430_step_once): Add support for the RETI instruction used by
330 the CPUX architecture.
331
7b0278dc
MF
3322014-03-10 Mike Frysinger <vapier@gentoo.org>
333
334 * msp430-sim.c (sim_create_inferior): Set new_pc to the result of
335 bfd_get_start_address when abfd is not NULL and new_pc is zero.
336
a3271a3e
MF
3372014-03-10 Mike Frysinger <vapier@gentoo.org>
338
339 * msp430-sim (maybe_perform_syscall): Change %d to %ld.
340 (msp430_step_once): Cast fprintf to fprintf_ftype.
341
bf3d9781
AM
3422013-09-23 Alan Modra <amodra@gmail.com>
343
344 * aclocal.m4, configure: Regenerate.
345
3346cfda
NC
3462013-06-21 Nick Clifton <nickc@redhat.com>
347
348 * Makefile.in: New.
349 * aclocal.m4: Generate.
350 * config.in: Generate.
351 * configure.ac: New.
352 * configure: Generate.
353 * msp430-sim.c: New.
354 * msp430-sim.h: New.
355 * sim-main.h: New.
356 * trace.c: New.
357 * trace.h: New.