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