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