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