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