]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/rx/ChangeLog
* dwarf2read.c (dw2_find_symbol_file): Unconditionally use
[thirdparty/binutils-gdb.git] / sim / rx / ChangeLog
CommitLineData
a493e3e2
PA
12012-05-24 Pedro Alves <palves@redhat.com>
2
3 PR gdb/7205
4
5 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
6
2232061b
MF
72012-03-24 Mike Frysinger <vapier@gentoo.org>
8
9 * aclocal.m4, config.in, configure: Regenerate.
10
abcee8fd
MF
112012-03-22 Mike Frysinger <vapier@gentoo.org>
12
13 * configure.ac (CYCLE_ACCURATE): Add template with AC_DEFINE call.
14 (CYCLE_STATS): Likewise.
15
d98bfeb0
KB
162012-03-02 Kevin Buettner <kevinb@redhat.com>
17
18 * load.h (rx_load): Add `callback' parameter to function prototype.
19 (gdb/callback.h): Include.
20 * load.c (load.h): Include.
21 (xprintf, find_section_name_by_offset): New functions.
22 (rx_load): Add `callback' parameter. Add code for printing
23 section loaded using GDB's printf facilities.
24 * gdb-if.c (sim_load, sim_create_inferior): Update calls to
25 rx_load().
26 * main.c (main): Likewise.
27 * syscalls.c, syscalls.h (get_callbacks): New function.
28
db2e4d67
MF
292011-12-03 Mike Frysinger <vapier@gentoo.org>
30
31 * aclocal.m4: New file.
32 * configure: Regenerate.
33
9c082ca8
MF
342011-10-17 Mike Frysinger <vapier@gentoo.org>
35
36 * configure.ac: Change include to common/acinclude.m4.
37
6ffe910a
MF
382011-10-17 Mike Frysinger <vapier@gentoo.org>
39
40 * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
41 call. Replace common.m4 include with SIM_AC_COMMON.
42 * configure: Regenerate.
43
89ab8a15
MF
442011-07-11 Mike Frysinger <vapier@gentoo.org>
45
46 * configure.ac: Rename from configure.in.
47
31a27ee8
MF
482011-07-11 Mike Frysinger <vapier@gentoo.org>
49
50 * configure.in: Add "dnl" before copyright notice.
51
af9f7da7
MF
522011-04-16 Mike Frysinger <vapier@gentoo.org>
53
54 * gdb-if.c (sim_complete_command): New stub function.
55
dae477fe
AB
562011-01-11 Andrew Burgess <aburgess@broadcom.com>
57
58 * gdb-if.c (sim_store_register): Update return value to
59 match new API.
60
29cfc22f
DD
612010-12-14 DJ Delorie <dj@redhat.com>
62
63 * rx.c (decode_opcode): For "MVFC PC,", use the address of the
64 opcode, not the address following the opcode.
45eb4d47
DD
65 (decode_opcode): RXO_branchrel is relative to the opcode's PC, not
66 the address following the opcode.
29cfc22f 67
5cbc4f2e
DD
682010-11-11 DJ Delorie <dj@redhat.com>
69
70 * rx.c (lsb_count): New.
71 (divu_cycles): New.
72 (div_cycles): New.
73 (decode_opcode): Fix cycle count math for div, divu, suntil, and
74 swhile.
75
e4dcb664
KB
762010-09-29 Kevin Buettner <kevinb@redhat.com>
77
78 * mem.c (rx_mem_ptr): When invalidating the decode cache, account
79 for the fact that the instruction decoder never uses swapped
80 addresses.
81
5f79eb72
NC
822010-09-29 Nick Clifton <nickc@redhat.com>
83
84 * rx.c (decode_opcode: RXO_int): Only break out of the emulation
85 loop if rx_syscall() does not return a RX_STEPPED result.
86
e5379772
KB
872010-09-23 Kevin Buettner <kevinb@redhat.com>
88
89 * rx.c (decode_opcode): Add cycle information for RXO_smovu.
90
8d794149
KB
912010-09-23 Kevin Buettner <kevinb@redhat.com>
92
93 * fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include.
94
3c7be86b 95 * rx.c (decode_opcode): Declare `tx' as unsigned.
6607c80d 96
be380a3e
KB
97 * cpu.h (reset_decoder): Declare.
98 * load.c (rx_load): Call `reset_decoder'.
99 * rx.c (reset_decoder): New function.
100
f9c7014e
DD
1012010-07-29 DJ Delorie <dj@redhat.com>
102
103 * rx.c (decode_cache_base): New.
104 (id_names): Remove ediv and edivu.
105 (optype_names): Add TwoReg.
106 (maybe_get_mem_page): New.
107 (rx_get_byte): Call it.
108 (get_op): Add TwoReg support.
109 (put_op): Likewise.
110 (PD, PS, PS2, GD, GS, GS2, DSZ, SSZ, S2SZ, US1, US2, OM): "opcode"
111 is a pointer now.
112 (DO_RETURN): New. We use longjmp to return an exception result.
113 (decode_opcode): Make opcode a pointer to the decode cache. Save
114 decoded opcode information and re-use. Call DO_RETURN instead of
115 return throughout. Remove ediv and edivu.
116 * mem.c (ptdc): New. Adds decode cache.
117 (rx_mem_ptr): Support it.
118 (rx_mem_decode_cache): New.
119 * mem.h (enum mem_ptr_action): add MPA_DECODE_CACHE.
120 (rx_mem_decode_cache): Declare.
121 * gdb-if.c (sim_resume): Add decode_opcode's setjmp logic here...
122 * main.c (main): ...and here. Use a fast loop if neither trace
123 nor disassemble is given.
124 * cpu.h (RX_MAKE_STEPPED, RX_MAKE_HIT_BREAK, RX_MAKE_EXITED,
125 RX_MAKE_STOPPED, RX_EXITED, RX_STOPPED): Adjust so that 0 is not a
126 valid code for anything.
127
93378652
DD
1282010-07-27 DJ Delorie <dj@redhat.com>
129
130 * README.txt: New.
131 * config.h (CYCLE_ACCURATE, CYCLE_STATS): New.
132 * configure.in (--enable-cycle-accurate, --enable-cycle-stats):
133 New. Default to enabled.
134 * configure: Regenerate.
135
136 * cpu.h (regs_type): Add cycle tracking info.
137 (reset_pipeline_stats): Declare.
138 (halt_pipeline_stats): Declare.
139 (pipeline_stats): Declare.
140 * main.c (done): Call pipeline_stats().
141 * mem.h (rx_mem_ptr): Moved to here ...
142 * mem.c (mem_ptr): ... from here. Rename throughout.
143 (mem_put_byte): Move LEDs to Port A. Add Port B to control cycle
144 statistics. Move UART to SCI4.
145 (mem_put_hi): Add TPU 1-2. TPU 1 and 2 count CPU cycles.
146 * reg.c (init_regs): Set Rt reg to -1 (no reg).
147 * rx.c: Add cycle counting and statistics throughout.
148 (rx_get_byte): Optimize for speed.
149 (decode_opcode): Likewise.
150 (reset_pipeline_stats): New.
151 (halt_pipeline_stats): New.
152 (pipeline_stats): New.
153 * trace.c (sim_disasm_one): Print cycle count.
154
a1669f9a
KB
1552010-07-07 Kevin Buettner <kevinb@redhat.com>
156
157 * gdb-if.c (sim_store_register): Add case for sim_rx_acc_regnum.
158
fd60dc69
KB
1592010-06-24 Kevin Buettner <kevinb@redhat.com>
160
161 * gdb-if.c (trace.h): Include.
162 (reg_size, sim_fetch_register): Add cases for sim_rx_acc_regnum.
163
092b7bb8
NC
1642010-06-07 Nick Clifton <nickc@redhat.com>
165
166 * reg.c (set_oszc): Use unsigned int for the mask.
167 (set_szc, set_osz, set_sz): Likewise.
168
12cb7388
KB
1692010-05-28 Kevin Buettner <kevinb@redhat.com>
170
171 * gdb-if.c (sim_do_command): Add a "sim verbose noisy" command.
172
5558e7e6
MF
1732010-04-14 Mike Frysinger <vapier@gentoo.org>
174
175 * gdb-if.c (sim_write): Add const to buf arg.
176
2388a152
MM
1772010-01-30 Masaki Muranaka <monaka@monami-software.com>
178
179 * configure.in: Check if the host has getopt.h.
180 * configure: Regenerate.
181 * config.in: Regenerate.
182 * main.c: Include config.h.
183 Use HAVE_STDLIB_H, HAVE_UNISTD_H, HAVE_GETOPT_H.
184 Include getopt.h in case HAVE_GETOPT_H is defined.
185
feafbb2e
DD
1862009-12-22 Yoshinori Sato <ysato@users.sourceforge.jp>
187
188 * rx/rx.c (decode_opcode): btst bit address mask fix.
189
117f2c0d
DD
1902009-11-30 DJ Delorie <dj@redhat.com>
191
192 * rx/rx.c (decode_opcode): fix SWHILE logic.
193
4f8d4a38
DD
1942009-10-27 DJ Delorie <dj@redhat.com>
195 Kevin Buettner <kevinb@redhat.com>
196
197 * load.h: New.
198 * rx.c: New.
199 * syscalls.c: New.
200 * syscalls.h: New.
201 * load.c: New.
202 * configure.in: New.
203 * gdb-if.c: New.
204 * err.c: New.
205 * cpu.h: New.
206 * Makefile.in: New.
207 * fpu.c: New.
208 * mem.c: New.
209 * config.in: New.
210 * err.h: New.
211 * reg.c: New.
212 * mem.h: New.
213 * main.c: New.
214 * misc.h: New.
215 * trace.c: New.
216 * misc.c: New.
217 * syscall.h: New.
218 * trace.h: New.
219 * fpu.h: New.