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