sim: drop targ-vals.def->nltvals.def indirection
[external/binutils.git] / sim / rx / ChangeLog
1 2016-01-10  Mike Frysinger  <vapier@gentoo.org>
2
3         * configure: Regenerate.
4
5 2016-01-10  Mike Frysinger  <vapier@gentoo.org>
6
7         * configure: Regenerate.
8
9 2016-01-10  Mike Frysinger  <vapier@gentoo.org>
10
11         * configure: Regenerate.
12
13 2016-01-10  Mike Frysinger  <vapier@gentoo.org>
14
15         * configure: Regenerate.
16
17 2016-01-09  Mike Frysinger  <vapier@gentoo.org>
18
19         * config.in, configure: Regenerate.
20
21 2016-01-06  Mike Frysinger  <vapier@gentoo.org>
22
23         * gdb-if.c (sim_open): Mark argv const.
24         (sim_create_inferior): Mark argv and env const.
25
26 2016-01-04  Mike Frysinger  <vapier@gentoo.org>
27
28         * configure: Regenerate.
29
30 2016-01-03  Mike Frysinger  <vapier@gentoo.org>
31
32         * config.in, configure: Regenerate.
33
34 2015-12-26  Mike Frysinger  <vapier@gentoo.org>
35
36         * config.in, configure: Regenerate.
37
38 2015-11-10  Nick Clifton  <nickc@redhat.com>
39
40         * rx.c (id_names): Add nop4, nop5, nop6 and nop7.
41         (decode_opcode): Likewise.
42         (get_op): Handle RX_Operand_Zero_Indirect.
43         Handle RX_Bad_Size and RX_MAX_SIZE.
44         (put_op): Likewise.
45         (N_MAP): Increase to 90.
46
47 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
48
49         * configure.ac (AC_ARG_ENABLE(cycle-accurate)): Call AS_HELP_STRING.
50         (AC_ARG_ENABLE(cycle-stats)): Likewise.
51         * configure: Regenerate.
52
53 2015-06-12  Mike Frysinger  <vapier@gentoo.org>
54
55         * configure: Regenerate.
56
57 2015-06-12  Mike Frysinger  <vapier@gentoo.org>
58
59         * configure: Regenerate.
60
61 2015-04-24  Nick Clifton  <nickc@redhat.com>
62
63         PR sim/18273
64         * reg.c (put_reg): Fix check for valid register number.
65
66 2015-04-13  Mike Frysinger  <vapier@gentoo.org>
67
68         * configure: Regenerate.
69
70 2015-03-31  Mike Frysinger  <vapier@gentoo.org>
71
72         * config.in, configure: Regenerate.
73
74 2015-03-16  Mike Frysinger  <vapier@gentoo.org>
75
76         * aclocal.m4, config.in, configure: Regenerate.
77
78 2015-12-15  Joel Brobecker  <brobecker@adacore.com>
79
80         * gdb-if.c (open): Rename to...
81         (rx_sim_is_open): This. Replace all uses of "open" by uses of
82         "rx_sim_is_open" throughout.
83
84 2014-08-19  Alan Modra  <amodra@gmail.com>
85
86         * configure: Regenerate.
87
88 2014-08-15  Roland McGrath  <mcgrathr@google.com>
89
90         * configure: Regenerate.
91         * config.in: Regenerate.
92
93 2014-03-10  Mike Frysinger  <vapier@gentoo.org>
94
95         * gdb-if.c (sim_do_command): Add const to cmd.  Move args
96         to top and add const.  Call strdup on cmd and free at end.
97
98 2014-03-05  Mike Frysinger  <vapier@gentoo.org>
99
100         * gdb-if.c (sim_load): Add const to prog.
101
102 2014-02-17  Kevin Buettner  <kevinb@redhat.com>
103
104         * gdb-if.c (rx_signal_to_host):  Rename to
105         `rx_signal_to_gdb_signal'.  Make static.  Update all callers
106         to use new name.  Use signal names from include/gdb/signals.h.
107
108 2013-09-23  Alan Modra  <amodra@gmail.com>
109
110         * configure: Regenerate.
111
112 2013-06-25  Nick Clifton  <nickc@redhat.com>
113
114         * rx.c (SHIFT_OP): A shift by zero still sets the condition
115         codes.
116
117 2013-06-03  Mike Frysinger  <vapier@gentoo.org>
118
119         * aclocal.m4, configure: Regenerate.
120
121 2013-01-16  Nick Clifton  <nickc@redhat.com>
122
123         * rx.c (decode_opcode): Handle RXO_satr.
124
125 2012-06-15  Joel Brobecker  <brobecker@adacore.com>
126
127         * config.in, configure: Regenerate.
128
129 2012-05-24  Pedro Alves  <palves@redhat.com>
130
131         PR gdb/7205
132
133         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
134
135 2012-03-24  Mike Frysinger  <vapier@gentoo.org>
136
137         * aclocal.m4, config.in, configure: Regenerate.
138
139 2012-03-22  Mike Frysinger  <vapier@gentoo.org>
140
141         * configure.ac (CYCLE_ACCURATE): Add template with AC_DEFINE call.
142         (CYCLE_STATS): Likewise.
143
144 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
145
146         * load.h (rx_load): Add `callback' parameter to function prototype.
147         (gdb/callback.h): Include.
148         * load.c (load.h): Include.
149         (xprintf, find_section_name_by_offset): New functions.
150         (rx_load): Add `callback' parameter.  Add code for printing
151         section loaded using GDB's printf facilities.
152         * gdb-if.c (sim_load, sim_create_inferior): Update calls to
153         rx_load().
154         * main.c (main): Likewise.
155         * syscalls.c, syscalls.h (get_callbacks): New function.
156
157 2011-12-03  Mike Frysinger  <vapier@gentoo.org>
158
159         * aclocal.m4: New file.
160         * configure: Regenerate.
161
162 2011-10-17  Mike Frysinger  <vapier@gentoo.org>
163
164         * configure.ac: Change include to common/acinclude.m4.
165
166 2011-10-17  Mike Frysinger  <vapier@gentoo.org>
167
168         * configure.ac: Change AC_PREREQ to 2.64.  Delete AC_CONFIG_HEADER
169         call.  Replace common.m4 include with SIM_AC_COMMON.
170         * configure: Regenerate.
171
172 2011-07-11  Mike Frysinger  <vapier@gentoo.org>
173
174         * configure.ac: Rename from configure.in.
175
176 2011-07-11  Mike Frysinger  <vapier@gentoo.org>
177
178         * configure.in: Add "dnl" before copyright notice.
179
180 2011-04-16  Mike Frysinger  <vapier@gentoo.org>
181
182         * gdb-if.c (sim_complete_command): New stub function.
183
184 2011-01-11  Andrew Burgess  <aburgess@broadcom.com>
185
186         * gdb-if.c (sim_store_register): Update return value to
187         match new API.
188
189 2010-12-14  DJ Delorie  <dj@redhat.com>
190
191         * rx.c (decode_opcode): For "MVFC PC,", use the address of the
192         opcode, not the address following the opcode.
193         (decode_opcode): RXO_branchrel is relative to the opcode's PC, not
194         the address following the opcode.
195
196 2010-11-11  DJ Delorie  <dj@redhat.com>
197
198         * rx.c (lsb_count): New.
199         (divu_cycles): New.
200         (div_cycles): New.
201         (decode_opcode): Fix cycle count math for div, divu, suntil, and
202         swhile.
203
204 2010-09-29  Kevin Buettner  <kevinb@redhat.com>
205
206         * mem.c (rx_mem_ptr): When invalidating the decode cache, account
207         for the fact that the instruction decoder never uses swapped
208         addresses.
209
210 2010-09-29  Nick Clifton  <nickc@redhat.com>
211
212         * rx.c (decode_opcode: RXO_int): Only break out of the emulation
213         loop if rx_syscall() does not return a RX_STEPPED result.
214
215 2010-09-23  Kevin Buettner  <kevinb@redhat.com>
216
217         * rx.c (decode_opcode): Add cycle information for RXO_smovu.
218
219 2010-09-23  Kevin Buettner  <kevinb@redhat.com>
220
221         * fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include.
222
223         * rx.c (decode_opcode): Declare `tx' as unsigned.
224
225         * cpu.h (reset_decoder): Declare.
226         * load.c (rx_load): Call `reset_decoder'.
227         * rx.c (reset_decoder): New function.
228
229 2010-07-29  DJ Delorie  <dj@redhat.com>
230
231         * rx.c (decode_cache_base): New.
232         (id_names): Remove ediv and edivu.
233         (optype_names): Add TwoReg.
234         (maybe_get_mem_page): New.
235         (rx_get_byte): Call it.
236         (get_op): Add TwoReg support.
237         (put_op): Likewise.
238         (PD, PS, PS2, GD, GS, GS2, DSZ, SSZ, S2SZ, US1, US2, OM): "opcode"
239         is a pointer now.
240         (DO_RETURN): New.  We use longjmp to return an exception result.
241         (decode_opcode): Make opcode a pointer to the decode cache.  Save
242         decoded opcode information and re-use.  Call DO_RETURN instead of
243         return throughout.  Remove ediv and edivu.
244         * mem.c (ptdc): New.  Adds decode cache.
245         (rx_mem_ptr): Support it.
246         (rx_mem_decode_cache): New.
247         * mem.h (enum mem_ptr_action): add MPA_DECODE_CACHE.
248         (rx_mem_decode_cache): Declare.
249         * gdb-if.c (sim_resume): Add decode_opcode's setjmp logic here...
250         * main.c (main): ...and here.  Use a fast loop if neither trace
251         nor disassemble is given.
252         * cpu.h (RX_MAKE_STEPPED, RX_MAKE_HIT_BREAK, RX_MAKE_EXITED,
253         RX_MAKE_STOPPED, RX_EXITED, RX_STOPPED): Adjust so that 0 is not a
254         valid code for anything.
255
256 2010-07-27  DJ Delorie  <dj@redhat.com>
257
258         * README.txt: New.
259         * config.h (CYCLE_ACCURATE, CYCLE_STATS): New.
260         * configure.in (--enable-cycle-accurate, --enable-cycle-stats):
261         New.  Default to enabled.
262         * configure: Regenerate.
263
264         * cpu.h (regs_type): Add cycle tracking info.
265         (reset_pipeline_stats): Declare.
266         (halt_pipeline_stats): Declare.
267         (pipeline_stats): Declare.
268         * main.c (done): Call pipeline_stats().
269         * mem.h (rx_mem_ptr): Moved to here ...
270         * mem.c (mem_ptr): ... from here.  Rename throughout.
271         (mem_put_byte): Move LEDs to Port A.  Add Port B to control cycle
272         statistics.  Move UART to SCI4.
273         (mem_put_hi): Add TPU 1-2.  TPU 1 and 2 count CPU cycles.
274         * reg.c (init_regs): Set Rt reg to -1 (no reg).
275         * rx.c: Add cycle counting and statistics throughout.
276         (rx_get_byte): Optimize for speed.
277         (decode_opcode): Likewise.
278         (reset_pipeline_stats): New.
279         (halt_pipeline_stats): New.
280         (pipeline_stats): New.
281         * trace.c (sim_disasm_one): Print cycle count.
282
283 2010-07-07  Kevin Buettner  <kevinb@redhat.com>
284
285         * gdb-if.c (sim_store_register): Add case for sim_rx_acc_regnum.
286
287 2010-06-24  Kevin Buettner  <kevinb@redhat.com>
288
289         * gdb-if.c (trace.h): Include.
290         (reg_size, sim_fetch_register): Add cases for sim_rx_acc_regnum.
291
292 2010-06-07  Nick Clifton  <nickc@redhat.com>
293
294         * reg.c (set_oszc): Use unsigned int for the mask.
295         (set_szc, set_osz, set_sz): Likewise.
296
297 2010-05-28  Kevin Buettner  <kevinb@redhat.com>
298
299         * gdb-if.c (sim_do_command): Add a "sim verbose noisy" command.
300
301 2010-04-14  Mike Frysinger  <vapier@gentoo.org>
302
303         * gdb-if.c (sim_write): Add const to buf arg.
304
305 2010-01-30  Masaki Muranaka  <monaka@monami-software.com>
306
307         * configure.in: Check if the host has getopt.h.
308         * configure: Regenerate.
309         * config.in: Regenerate.
310         * main.c: Include config.h.
311         Use HAVE_STDLIB_H, HAVE_UNISTD_H, HAVE_GETOPT_H.
312         Include getopt.h in case HAVE_GETOPT_H is defined.
313
314 2009-12-22  Yoshinori Sato  <ysato@users.sourceforge.jp>
315
316         * rx/rx.c (decode_opcode): btst bit address mask fix.
317
318 2009-11-30  DJ Delorie  <dj@redhat.com>
319
320         * rx/rx.c (decode_opcode): fix SWHILE logic.
321
322 2009-10-27  DJ Delorie  <dj@redhat.com>
323             Kevin Buettner <kevinb@redhat.com>
324
325         * load.h: New.
326         * rx.c: New.
327         * syscalls.c: New.
328         * syscalls.h: New.
329         * load.c: New.
330         * configure.in: New.
331         * gdb-if.c: New.
332         * err.c: New.
333         * cpu.h: New.
334         * Makefile.in: New.
335         * fpu.c: New.
336         * mem.c: New.
337         * config.in: New.
338         * err.h: New.
339         * reg.c: New.
340         * mem.h: New.
341         * main.c: New.
342         * misc.h: New.
343         * trace.c: New.
344         * misc.c: New.
345         * syscall.h: New.
346         * trace.h: New.
347         * fpu.h: New.