Regenerate sim configure files to pick up support for powerpc64le in
[external/binutils.git] / sim / rx / ChangeLog
1 2013-09-23  Alan Modra  <amodra@gmail.com>
2
3         * configure: Regenerate.
4
5 2013-06-25  Nick Clifton  <nickc@redhat.com>
6
7         * rx.c (SHIFT_OP): A shift by zero still sets the condition
8         codes.
9
10 2013-06-03  Mike Frysinger  <vapier@gentoo.org>
11
12         * aclocal.m4, configure: Regenerate.
13
14 2013-01-16  Nick Clifton  <nickc@redhat.com>
15
16         * rx.c (decode_opcode): Handle RXO_satr.
17
18 2012-06-15  Joel Brobecker  <brobecker@adacore.com>
19
20         * config.in, configure: Regenerate.
21
22 2012-05-24  Pedro Alves  <palves@redhat.com>
23
24         PR gdb/7205
25
26         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
27
28 2012-03-24  Mike Frysinger  <vapier@gentoo.org>
29
30         * aclocal.m4, config.in, configure: Regenerate.
31
32 2012-03-22  Mike Frysinger  <vapier@gentoo.org>
33
34         * configure.ac (CYCLE_ACCURATE): Add template with AC_DEFINE call.
35         (CYCLE_STATS): Likewise.
36
37 2012-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
50 2011-12-03  Mike Frysinger  <vapier@gentoo.org>
51
52         * aclocal.m4: New file.
53         * configure: Regenerate.
54
55 2011-10-17  Mike Frysinger  <vapier@gentoo.org>
56
57         * configure.ac: Change include to common/acinclude.m4.
58
59 2011-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
65 2011-07-11  Mike Frysinger  <vapier@gentoo.org>
66
67         * configure.ac: Rename from configure.in.
68
69 2011-07-11  Mike Frysinger  <vapier@gentoo.org>
70
71         * configure.in: Add "dnl" before copyright notice.
72
73 2011-04-16  Mike Frysinger  <vapier@gentoo.org>
74
75         * gdb-if.c (sim_complete_command): New stub function.
76
77 2011-01-11  Andrew Burgess  <aburgess@broadcom.com>
78
79         * gdb-if.c (sim_store_register): Update return value to
80         match new API.
81
82 2010-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.
86         (decode_opcode): RXO_branchrel is relative to the opcode's PC, not
87         the address following the opcode.
88
89 2010-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
97 2010-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
103 2010-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
108 2010-09-23  Kevin Buettner  <kevinb@redhat.com>
109
110         * rx.c (decode_opcode): Add cycle information for RXO_smovu.
111
112 2010-09-23  Kevin Buettner  <kevinb@redhat.com>
113
114         * fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include.
115
116         * rx.c (decode_opcode): Declare `tx' as unsigned.
117
118         * cpu.h (reset_decoder): Declare.
119         * load.c (rx_load): Call `reset_decoder'.
120         * rx.c (reset_decoder): New function.
121
122 2010-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
149 2010-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
176 2010-07-07  Kevin Buettner  <kevinb@redhat.com>
177
178         * gdb-if.c (sim_store_register): Add case for sim_rx_acc_regnum.
179
180 2010-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
185 2010-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
190 2010-05-28  Kevin Buettner  <kevinb@redhat.com>
191
192         * gdb-if.c (sim_do_command): Add a "sim verbose noisy" command.
193
194 2010-04-14  Mike Frysinger  <vapier@gentoo.org>
195
196         * gdb-if.c (sim_write): Add const to buf arg.
197
198 2010-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
207 2009-12-22  Yoshinori Sato  <ysato@users.sourceforge.jp>
208
209         * rx/rx.c (decode_opcode): btst bit address mask fix.
210
211 2009-11-30  DJ Delorie  <dj@redhat.com>
212
213         * rx/rx.c (decode_opcode): fix SWHILE logic.
214
215 2009-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.