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