]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/rx/ChangeLog
Don't disable gprof for moxie
[thirdparty/binutils-gdb.git] / sim / rx / ChangeLog
CommitLineData
2974be62
AM
12014-08-19 Alan Modra <amodra@gmail.com>
2
3 * configure: Regenerate.
4
faa743bb
RM
52014-08-15 Roland McGrath <mcgrathr@google.com>
6
7 * configure: Regenerate.
8 * config.in: Regenerate.
9
60d847df
MF
102014-03-10 Mike Frysinger <vapier@gentoo.org>
11
12 * gdb-if.c (sim_do_command): Add const to cmd. Move args
13 to top and add const. Call strdup on cmd and free at end.
14
b2b255bd
MF
152014-03-05 Mike Frysinger <vapier@gentoo.org>
16
17 * gdb-if.c (sim_load): Add const to prog.
18
fa0dd93e
KB
192014-02-17 Kevin Buettner <kevinb@redhat.com>
20
21 * gdb-if.c (rx_signal_to_host): Rename to
22 `rx_signal_to_gdb_signal'. Make static. Update all callers
23 to use new name. Use signal names from include/gdb/signals.h.
24
bf3d9781
AM
252013-09-23 Alan Modra <amodra@gmail.com>
26
27 * configure: Regenerate.
28
7f77d948
NC
292013-06-25 Nick Clifton <nickc@redhat.com>
30
31 * rx.c (SHIFT_OP): A shift by zero still sets the condition
32 codes.
33
31e6ad7d
MF
342013-06-03 Mike Frysinger <vapier@gentoo.org>
35
36 * aclocal.m4, configure: Regenerate.
37
04e65a62
NC
382013-01-16 Nick Clifton <nickc@redhat.com>
39
40 * rx.c (decode_opcode): Handle RXO_satr.
41
5f3ef9d0
JB
422012-06-15 Joel Brobecker <brobecker@adacore.com>
43
44 * config.in, configure: Regenerate.
45
a493e3e2
PA
462012-05-24 Pedro Alves <palves@redhat.com>
47
48 PR gdb/7205
49
50 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
51
2232061b
MF
522012-03-24 Mike Frysinger <vapier@gentoo.org>
53
54 * aclocal.m4, config.in, configure: Regenerate.
55
abcee8fd
MF
562012-03-22 Mike Frysinger <vapier@gentoo.org>
57
58 * configure.ac (CYCLE_ACCURATE): Add template with AC_DEFINE call.
59 (CYCLE_STATS): Likewise.
60
d98bfeb0
KB
612012-03-02 Kevin Buettner <kevinb@redhat.com>
62
63 * load.h (rx_load): Add `callback' parameter to function prototype.
64 (gdb/callback.h): Include.
65 * load.c (load.h): Include.
66 (xprintf, find_section_name_by_offset): New functions.
67 (rx_load): Add `callback' parameter. Add code for printing
68 section loaded using GDB's printf facilities.
69 * gdb-if.c (sim_load, sim_create_inferior): Update calls to
70 rx_load().
71 * main.c (main): Likewise.
72 * syscalls.c, syscalls.h (get_callbacks): New function.
73
db2e4d67
MF
742011-12-03 Mike Frysinger <vapier@gentoo.org>
75
76 * aclocal.m4: New file.
77 * configure: Regenerate.
78
9c082ca8
MF
792011-10-17 Mike Frysinger <vapier@gentoo.org>
80
81 * configure.ac: Change include to common/acinclude.m4.
82
6ffe910a
MF
832011-10-17 Mike Frysinger <vapier@gentoo.org>
84
85 * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
86 call. Replace common.m4 include with SIM_AC_COMMON.
87 * configure: Regenerate.
88
89ab8a15
MF
892011-07-11 Mike Frysinger <vapier@gentoo.org>
90
91 * configure.ac: Rename from configure.in.
92
31a27ee8
MF
932011-07-11 Mike Frysinger <vapier@gentoo.org>
94
95 * configure.in: Add "dnl" before copyright notice.
96
af9f7da7
MF
972011-04-16 Mike Frysinger <vapier@gentoo.org>
98
99 * gdb-if.c (sim_complete_command): New stub function.
100
dae477fe
AB
1012011-01-11 Andrew Burgess <aburgess@broadcom.com>
102
103 * gdb-if.c (sim_store_register): Update return value to
104 match new API.
105
29cfc22f
DD
1062010-12-14 DJ Delorie <dj@redhat.com>
107
108 * rx.c (decode_opcode): For "MVFC PC,", use the address of the
109 opcode, not the address following the opcode.
45eb4d47
DD
110 (decode_opcode): RXO_branchrel is relative to the opcode's PC, not
111 the address following the opcode.
29cfc22f 112
5cbc4f2e
DD
1132010-11-11 DJ Delorie <dj@redhat.com>
114
115 * rx.c (lsb_count): New.
116 (divu_cycles): New.
117 (div_cycles): New.
118 (decode_opcode): Fix cycle count math for div, divu, suntil, and
119 swhile.
120
e4dcb664
KB
1212010-09-29 Kevin Buettner <kevinb@redhat.com>
122
123 * mem.c (rx_mem_ptr): When invalidating the decode cache, account
124 for the fact that the instruction decoder never uses swapped
125 addresses.
126
5f79eb72
NC
1272010-09-29 Nick Clifton <nickc@redhat.com>
128
129 * rx.c (decode_opcode: RXO_int): Only break out of the emulation
130 loop if rx_syscall() does not return a RX_STEPPED result.
131
e5379772
KB
1322010-09-23 Kevin Buettner <kevinb@redhat.com>
133
134 * rx.c (decode_opcode): Add cycle information for RXO_smovu.
135
8d794149
KB
1362010-09-23 Kevin Buettner <kevinb@redhat.com>
137
138 * fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include.
139
3c7be86b 140 * rx.c (decode_opcode): Declare `tx' as unsigned.
6607c80d 141
be380a3e
KB
142 * cpu.h (reset_decoder): Declare.
143 * load.c (rx_load): Call `reset_decoder'.
144 * rx.c (reset_decoder): New function.
145
f9c7014e
DD
1462010-07-29 DJ Delorie <dj@redhat.com>
147
148 * rx.c (decode_cache_base): New.
149 (id_names): Remove ediv and edivu.
150 (optype_names): Add TwoReg.
151 (maybe_get_mem_page): New.
152 (rx_get_byte): Call it.
153 (get_op): Add TwoReg support.
154 (put_op): Likewise.
155 (PD, PS, PS2, GD, GS, GS2, DSZ, SSZ, S2SZ, US1, US2, OM): "opcode"
156 is a pointer now.
157 (DO_RETURN): New. We use longjmp to return an exception result.
158 (decode_opcode): Make opcode a pointer to the decode cache. Save
159 decoded opcode information and re-use. Call DO_RETURN instead of
160 return throughout. Remove ediv and edivu.
161 * mem.c (ptdc): New. Adds decode cache.
162 (rx_mem_ptr): Support it.
163 (rx_mem_decode_cache): New.
164 * mem.h (enum mem_ptr_action): add MPA_DECODE_CACHE.
165 (rx_mem_decode_cache): Declare.
166 * gdb-if.c (sim_resume): Add decode_opcode's setjmp logic here...
167 * main.c (main): ...and here. Use a fast loop if neither trace
168 nor disassemble is given.
169 * cpu.h (RX_MAKE_STEPPED, RX_MAKE_HIT_BREAK, RX_MAKE_EXITED,
170 RX_MAKE_STOPPED, RX_EXITED, RX_STOPPED): Adjust so that 0 is not a
171 valid code for anything.
172
93378652
DD
1732010-07-27 DJ Delorie <dj@redhat.com>
174
175 * README.txt: New.
176 * config.h (CYCLE_ACCURATE, CYCLE_STATS): New.
177 * configure.in (--enable-cycle-accurate, --enable-cycle-stats):
178 New. Default to enabled.
179 * configure: Regenerate.
180
181 * cpu.h (regs_type): Add cycle tracking info.
182 (reset_pipeline_stats): Declare.
183 (halt_pipeline_stats): Declare.
184 (pipeline_stats): Declare.
185 * main.c (done): Call pipeline_stats().
186 * mem.h (rx_mem_ptr): Moved to here ...
187 * mem.c (mem_ptr): ... from here. Rename throughout.
188 (mem_put_byte): Move LEDs to Port A. Add Port B to control cycle
189 statistics. Move UART to SCI4.
190 (mem_put_hi): Add TPU 1-2. TPU 1 and 2 count CPU cycles.
191 * reg.c (init_regs): Set Rt reg to -1 (no reg).
192 * rx.c: Add cycle counting and statistics throughout.
193 (rx_get_byte): Optimize for speed.
194 (decode_opcode): Likewise.
195 (reset_pipeline_stats): New.
196 (halt_pipeline_stats): New.
197 (pipeline_stats): New.
198 * trace.c (sim_disasm_one): Print cycle count.
199
a1669f9a
KB
2002010-07-07 Kevin Buettner <kevinb@redhat.com>
201
202 * gdb-if.c (sim_store_register): Add case for sim_rx_acc_regnum.
203
fd60dc69
KB
2042010-06-24 Kevin Buettner <kevinb@redhat.com>
205
206 * gdb-if.c (trace.h): Include.
207 (reg_size, sim_fetch_register): Add cases for sim_rx_acc_regnum.
208
092b7bb8
NC
2092010-06-07 Nick Clifton <nickc@redhat.com>
210
211 * reg.c (set_oszc): Use unsigned int for the mask.
212 (set_szc, set_osz, set_sz): Likewise.
213
12cb7388
KB
2142010-05-28 Kevin Buettner <kevinb@redhat.com>
215
216 * gdb-if.c (sim_do_command): Add a "sim verbose noisy" command.
217
5558e7e6
MF
2182010-04-14 Mike Frysinger <vapier@gentoo.org>
219
220 * gdb-if.c (sim_write): Add const to buf arg.
221
2388a152
MM
2222010-01-30 Masaki Muranaka <monaka@monami-software.com>
223
224 * configure.in: Check if the host has getopt.h.
225 * configure: Regenerate.
226 * config.in: Regenerate.
227 * main.c: Include config.h.
228 Use HAVE_STDLIB_H, HAVE_UNISTD_H, HAVE_GETOPT_H.
229 Include getopt.h in case HAVE_GETOPT_H is defined.
230
feafbb2e
DD
2312009-12-22 Yoshinori Sato <ysato@users.sourceforge.jp>
232
233 * rx/rx.c (decode_opcode): btst bit address mask fix.
234
117f2c0d
DD
2352009-11-30 DJ Delorie <dj@redhat.com>
236
237 * rx/rx.c (decode_opcode): fix SWHILE logic.
238
4f8d4a38
DD
2392009-10-27 DJ Delorie <dj@redhat.com>
240 Kevin Buettner <kevinb@redhat.com>
241
242 * load.h: New.
243 * rx.c: New.
244 * syscalls.c: New.
245 * syscalls.h: New.
246 * load.c: New.
247 * configure.in: New.
248 * gdb-if.c: New.
249 * err.c: New.
250 * cpu.h: New.
251 * Makefile.in: New.
252 * fpu.c: New.
253 * mem.c: New.
254 * config.in: New.
255 * err.h: New.
256 * reg.c: New.
257 * mem.h: New.
258 * main.c: New.
259 * misc.h: New.
260 * trace.c: New.
261 * misc.c: New.
262 * syscall.h: New.
263 * trace.h: New.
264 * fpu.h: New.