Automatic date update in version.in
[deliverable/binutils-gdb.git] / sim / msp430 / ChangeLog
CommitLineData
402cf053
MF
12016-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
70d39448
MF
82016-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
9bbf6f91
MF
182016-01-04 Mike Frysinger <vapier@gentoo.org>
19
20 * configure: Regenerate.
21
0cb8d851
MF
222016-01-03 Mike Frysinger <vapier@gentoo.org>
23
24 * config.in, configure: Regenerate.
25
1ac72f06
MF
262016-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
5d015275
MF
322015-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
5e744ef8
MF
372015-12-27 Mike Frysinger <vapier@gentoo.org>
38
39 * Makefile.in (SIM_OBJS): Delete sim-hload.o.
40
1b393626
MF
412015-12-26 Mike Frysinger <vapier@gentoo.org>
42
43 * config.in, configure: Regenerate.
44
1d19cae7
DV
452015-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
f7584f05
NC
492015-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
797eee42
MF
562015-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
6e4f085c
MF
612015-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
fa8f87e5
MF
682015-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
8d0978fb
MF
732015-06-23 Mike Frysinger <vapier@gentoo.org>
74
75 * configure: Regenerate.
76
7d5c6c43
MF
772015-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
61a0c964
MF
822015-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
a3487082
MF
892015-06-12 Mike Frysinger <vapier@gentoo.org>
90
91 * configure: Regenerate.
92
306f4178
MF
932015-06-12 Mike Frysinger <vapier@gentoo.org>
94
95 * configure: Regenerate.
96
5b064994
MF
972015-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
c1d8560e
MF
1112015-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
20bca71d
MF
1172015-04-18 Mike Frysinger <vapier@gentoo.org>
118
119 * sim-main.h (SIM_CPU): Delete.
120
7e83aa92
MF
1212015-04-18 Mike Frysinger <vapier@gentoo.org>
122
123 * sim-main.h (sim_cia): Delete.
124
034685f9
MF
1252015-04-17 Mike Frysinger <vapier@gentoo.org>
126
127 * sim-main.h (CIA_GET, CIA_SET): Delete.
128
78e9aa70
MF
1292015-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
bf12d44e
MF
1342015-04-13 Mike Frysinger <vapier@gentoo.org>
135
136 * configure: Regenerate.
137
122bbfb5
MF
1382015-04-06 Mike Frysinger <vapier@gentoo.org>
139
140 * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
141
1a8faa2a
MF
1422015-04-01 Mike Frysinger <vapier@gentoo.org>
143
144 * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
145
aadc9410
MF
1462015-03-31 Mike Frysinger <vapier@gentoo.org>
147
148 * config.in, configure: Regenerate.
149
80fc77e6
MF
1502015-03-23 Mike Frysinger <vapier@gentoo.org>
151
152 * sim-main.h: Delete run-sim.h include.
153
ae7d0cac
MF
1542015-03-16 Mike Frysinger <vapier@gentoo.org>
155
156 * config.in, configure: Regenerate.
157
c1e768db
MF
1582015-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
465fb143
MF
1682015-03-14 Mike Frysinger <vapier@gentoo.org>
169
170 * Makefile.in (SIM_RUN_OBJS): Delete.
171
10d602c7
NC
1722015-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
2974be62
AM
1842014-08-19 Alan Modra <amodra@gmail.com>
185
186 * configure: Regenerate.
187
180eb063
NC
1882014-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
faa743bb
RM
1962014-08-15 Roland McGrath <mcgrathr@google.com>
197
198 * configure: Regenerate.
199 * config.in: Regenerate.
200
aef392c4
NC
2012014-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
a7da346e
DD
2082014-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
8969934d
NC
2132014-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
7b0278dc
MF
2242014-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
a3271a3e
MF
2292014-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
bf3d9781
AM
2342013-09-23 Alan Modra <amodra@gmail.com>
235
236 * aclocal.m4, configure: Regenerate.
237
3346cfda
NC
2382013-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.131339 seconds and 4 git commands to generate.