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