]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/rx/ChangeLog
sim: msp430: use new common trace print helpers
[thirdparty/binutils-gdb.git] / sim / rx / ChangeLog
CommitLineData
63c72d1a
NC
12015-04-24 Nick Clifton <nickc@redhat.com>
2
3 PR sim/18273
4 * reg.c (put_reg): Fix check for valid register number.
5
bf12d44e
MF
62015-04-13 Mike Frysinger <vapier@gentoo.org>
7
8 * configure: Regenerate.
9
aadc9410
MF
102015-03-31 Mike Frysinger <vapier@gentoo.org>
11
12 * config.in, configure: Regenerate.
13
ae7d0cac
MF
142015-03-16 Mike Frysinger <vapier@gentoo.org>
15
16 * aclocal.m4, config.in, configure: Regenerate.
17
a300380e
JB
182015-12-15 Joel Brobecker <brobecker@adacore.com>
19
20 * gdb-if.c (open): Rename to...
21 (rx_sim_is_open): This. Replace all uses of "open" by uses of
22 "rx_sim_is_open" throughout.
23
2974be62
AM
242014-08-19 Alan Modra <amodra@gmail.com>
25
26 * configure: Regenerate.
27
faa743bb
RM
282014-08-15 Roland McGrath <mcgrathr@google.com>
29
30 * configure: Regenerate.
31 * config.in: Regenerate.
32
60d847df
MF
332014-03-10 Mike Frysinger <vapier@gentoo.org>
34
35 * gdb-if.c (sim_do_command): Add const to cmd. Move args
36 to top and add const. Call strdup on cmd and free at end.
37
b2b255bd
MF
382014-03-05 Mike Frysinger <vapier@gentoo.org>
39
40 * gdb-if.c (sim_load): Add const to prog.
41
fa0dd93e
KB
422014-02-17 Kevin Buettner <kevinb@redhat.com>
43
44 * gdb-if.c (rx_signal_to_host): Rename to
45 `rx_signal_to_gdb_signal'. Make static. Update all callers
46 to use new name. Use signal names from include/gdb/signals.h.
47
bf3d9781
AM
482013-09-23 Alan Modra <amodra@gmail.com>
49
50 * configure: Regenerate.
51
7f77d948
NC
522013-06-25 Nick Clifton <nickc@redhat.com>
53
54 * rx.c (SHIFT_OP): A shift by zero still sets the condition
55 codes.
56
31e6ad7d
MF
572013-06-03 Mike Frysinger <vapier@gentoo.org>
58
59 * aclocal.m4, configure: Regenerate.
60
04e65a62
NC
612013-01-16 Nick Clifton <nickc@redhat.com>
62
63 * rx.c (decode_opcode): Handle RXO_satr.
64
5f3ef9d0
JB
652012-06-15 Joel Brobecker <brobecker@adacore.com>
66
67 * config.in, configure: Regenerate.
68
a493e3e2
PA
692012-05-24 Pedro Alves <palves@redhat.com>
70
71 PR gdb/7205
72
73 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
74
2232061b
MF
752012-03-24 Mike Frysinger <vapier@gentoo.org>
76
77 * aclocal.m4, config.in, configure: Regenerate.
78
abcee8fd
MF
792012-03-22 Mike Frysinger <vapier@gentoo.org>
80
81 * configure.ac (CYCLE_ACCURATE): Add template with AC_DEFINE call.
82 (CYCLE_STATS): Likewise.
83
d98bfeb0
KB
842012-03-02 Kevin Buettner <kevinb@redhat.com>
85
86 * load.h (rx_load): Add `callback' parameter to function prototype.
87 (gdb/callback.h): Include.
88 * load.c (load.h): Include.
89 (xprintf, find_section_name_by_offset): New functions.
90 (rx_load): Add `callback' parameter. Add code for printing
91 section loaded using GDB's printf facilities.
92 * gdb-if.c (sim_load, sim_create_inferior): Update calls to
93 rx_load().
94 * main.c (main): Likewise.
95 * syscalls.c, syscalls.h (get_callbacks): New function.
96
db2e4d67
MF
972011-12-03 Mike Frysinger <vapier@gentoo.org>
98
99 * aclocal.m4: New file.
100 * configure: Regenerate.
101
9c082ca8
MF
1022011-10-17 Mike Frysinger <vapier@gentoo.org>
103
104 * configure.ac: Change include to common/acinclude.m4.
105
6ffe910a
MF
1062011-10-17 Mike Frysinger <vapier@gentoo.org>
107
108 * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
109 call. Replace common.m4 include with SIM_AC_COMMON.
110 * configure: Regenerate.
111
89ab8a15
MF
1122011-07-11 Mike Frysinger <vapier@gentoo.org>
113
114 * configure.ac: Rename from configure.in.
115
31a27ee8
MF
1162011-07-11 Mike Frysinger <vapier@gentoo.org>
117
118 * configure.in: Add "dnl" before copyright notice.
119
af9f7da7
MF
1202011-04-16 Mike Frysinger <vapier@gentoo.org>
121
122 * gdb-if.c (sim_complete_command): New stub function.
123
dae477fe
AB
1242011-01-11 Andrew Burgess <aburgess@broadcom.com>
125
126 * gdb-if.c (sim_store_register): Update return value to
127 match new API.
128
29cfc22f
DD
1292010-12-14 DJ Delorie <dj@redhat.com>
130
131 * rx.c (decode_opcode): For "MVFC PC,", use the address of the
132 opcode, not the address following the opcode.
45eb4d47
DD
133 (decode_opcode): RXO_branchrel is relative to the opcode's PC, not
134 the address following the opcode.
29cfc22f 135
5cbc4f2e
DD
1362010-11-11 DJ Delorie <dj@redhat.com>
137
138 * rx.c (lsb_count): New.
139 (divu_cycles): New.
140 (div_cycles): New.
141 (decode_opcode): Fix cycle count math for div, divu, suntil, and
142 swhile.
143
e4dcb664
KB
1442010-09-29 Kevin Buettner <kevinb@redhat.com>
145
146 * mem.c (rx_mem_ptr): When invalidating the decode cache, account
147 for the fact that the instruction decoder never uses swapped
148 addresses.
149
5f79eb72
NC
1502010-09-29 Nick Clifton <nickc@redhat.com>
151
152 * rx.c (decode_opcode: RXO_int): Only break out of the emulation
153 loop if rx_syscall() does not return a RX_STEPPED result.
154
e5379772
KB
1552010-09-23 Kevin Buettner <kevinb@redhat.com>
156
157 * rx.c (decode_opcode): Add cycle information for RXO_smovu.
158
8d794149
KB
1592010-09-23 Kevin Buettner <kevinb@redhat.com>
160
161 * fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include.
162
3c7be86b 163 * rx.c (decode_opcode): Declare `tx' as unsigned.
6607c80d 164
be380a3e
KB
165 * cpu.h (reset_decoder): Declare.
166 * load.c (rx_load): Call `reset_decoder'.
167 * rx.c (reset_decoder): New function.
168
f9c7014e
DD
1692010-07-29 DJ Delorie <dj@redhat.com>
170
171 * rx.c (decode_cache_base): New.
172 (id_names): Remove ediv and edivu.
173 (optype_names): Add TwoReg.
174 (maybe_get_mem_page): New.
175 (rx_get_byte): Call it.
176 (get_op): Add TwoReg support.
177 (put_op): Likewise.
178 (PD, PS, PS2, GD, GS, GS2, DSZ, SSZ, S2SZ, US1, US2, OM): "opcode"
179 is a pointer now.
180 (DO_RETURN): New. We use longjmp to return an exception result.
181 (decode_opcode): Make opcode a pointer to the decode cache. Save
182 decoded opcode information and re-use. Call DO_RETURN instead of
183 return throughout. Remove ediv and edivu.
184 * mem.c (ptdc): New. Adds decode cache.
185 (rx_mem_ptr): Support it.
186 (rx_mem_decode_cache): New.
187 * mem.h (enum mem_ptr_action): add MPA_DECODE_CACHE.
188 (rx_mem_decode_cache): Declare.
189 * gdb-if.c (sim_resume): Add decode_opcode's setjmp logic here...
190 * main.c (main): ...and here. Use a fast loop if neither trace
191 nor disassemble is given.
192 * cpu.h (RX_MAKE_STEPPED, RX_MAKE_HIT_BREAK, RX_MAKE_EXITED,
193 RX_MAKE_STOPPED, RX_EXITED, RX_STOPPED): Adjust so that 0 is not a
194 valid code for anything.
195
93378652
DD
1962010-07-27 DJ Delorie <dj@redhat.com>
197
198 * README.txt: New.
199 * config.h (CYCLE_ACCURATE, CYCLE_STATS): New.
200 * configure.in (--enable-cycle-accurate, --enable-cycle-stats):
201 New. Default to enabled.
202 * configure: Regenerate.
203
204 * cpu.h (regs_type): Add cycle tracking info.
205 (reset_pipeline_stats): Declare.
206 (halt_pipeline_stats): Declare.
207 (pipeline_stats): Declare.
208 * main.c (done): Call pipeline_stats().
209 * mem.h (rx_mem_ptr): Moved to here ...
210 * mem.c (mem_ptr): ... from here. Rename throughout.
211 (mem_put_byte): Move LEDs to Port A. Add Port B to control cycle
212 statistics. Move UART to SCI4.
213 (mem_put_hi): Add TPU 1-2. TPU 1 and 2 count CPU cycles.
214 * reg.c (init_regs): Set Rt reg to -1 (no reg).
215 * rx.c: Add cycle counting and statistics throughout.
216 (rx_get_byte): Optimize for speed.
217 (decode_opcode): Likewise.
218 (reset_pipeline_stats): New.
219 (halt_pipeline_stats): New.
220 (pipeline_stats): New.
221 * trace.c (sim_disasm_one): Print cycle count.
222
a1669f9a
KB
2232010-07-07 Kevin Buettner <kevinb@redhat.com>
224
225 * gdb-if.c (sim_store_register): Add case for sim_rx_acc_regnum.
226
fd60dc69
KB
2272010-06-24 Kevin Buettner <kevinb@redhat.com>
228
229 * gdb-if.c (trace.h): Include.
230 (reg_size, sim_fetch_register): Add cases for sim_rx_acc_regnum.
231
092b7bb8
NC
2322010-06-07 Nick Clifton <nickc@redhat.com>
233
234 * reg.c (set_oszc): Use unsigned int for the mask.
235 (set_szc, set_osz, set_sz): Likewise.
236
12cb7388
KB
2372010-05-28 Kevin Buettner <kevinb@redhat.com>
238
239 * gdb-if.c (sim_do_command): Add a "sim verbose noisy" command.
240
5558e7e6
MF
2412010-04-14 Mike Frysinger <vapier@gentoo.org>
242
243 * gdb-if.c (sim_write): Add const to buf arg.
244
2388a152
MM
2452010-01-30 Masaki Muranaka <monaka@monami-software.com>
246
247 * configure.in: Check if the host has getopt.h.
248 * configure: Regenerate.
249 * config.in: Regenerate.
250 * main.c: Include config.h.
251 Use HAVE_STDLIB_H, HAVE_UNISTD_H, HAVE_GETOPT_H.
252 Include getopt.h in case HAVE_GETOPT_H is defined.
253
feafbb2e
DD
2542009-12-22 Yoshinori Sato <ysato@users.sourceforge.jp>
255
256 * rx/rx.c (decode_opcode): btst bit address mask fix.
257
117f2c0d
DD
2582009-11-30 DJ Delorie <dj@redhat.com>
259
260 * rx/rx.c (decode_opcode): fix SWHILE logic.
261
4f8d4a38
DD
2622009-10-27 DJ Delorie <dj@redhat.com>
263 Kevin Buettner <kevinb@redhat.com>
264
265 * load.h: New.
266 * rx.c: New.
267 * syscalls.c: New.
268 * syscalls.h: New.
269 * load.c: New.
270 * configure.in: New.
271 * gdb-if.c: New.
272 * err.c: New.
273 * cpu.h: New.
274 * Makefile.in: New.
275 * fpu.c: New.
276 * mem.c: New.
277 * config.in: New.
278 * err.h: New.
279 * reg.c: New.
280 * mem.h: New.
281 * main.c: New.
282 * misc.h: New.
283 * trace.c: New.
284 * misc.c: New.
285 * syscall.h: New.
286 * trace.h: New.
287 * fpu.h: New.