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