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