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