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