]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/iq2000/ChangeLog
* arch.c: Regenerate.
[thirdparty/binutils-gdb.git] / sim / iq2000 / ChangeLog
1 2009-11-03 Doug Evans <dje@sebabeach.org>
2
3 * arch.c: Regenerate.
4 * arch.h: Regenerate.
5 * cpu.c: Regenerate.
6 * cpu.h: Regenerate.
7 * cpuall.h: Regenerate.
8 * decode.c: Regenerate.
9 * decode.h: Regenerate.
10 * model.c: Regenerate.
11 * sem-switch.c: Regenerate.
12 * sem.c: Regenerate.
13
14 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15
16 * config.in: Regenerate.
17 * configure: Likewise.
18
19 * configure: Regenerate.
20
21 2009-07-12 Doug Evans <dje@sebabeach.org>
22
23 * Makefile.in (stamp-arch): Use $(CPU_DIR) instead of $(CGEN_CPU_DIR).
24 (stamp-cpu): Ditto.
25
26 2009-07-07 Doug Evans <dje@sebabeach.org>
27
28 * Makefile.in (stamp-arch): Pass archfile to cgen-arch.
29 (stamp-cpu): Pass archfile to cgen-cpu-decode.
30
31 2008-07-11 Hans-Peter Nilsson <hp@axis.com>
32
33 * configure: Regenerate to track ../common/common.m4 changes.
34 * config.in: Ditto.
35
36 2008-06-06 Vladimir Prus <vladimir@codesourcery.com>
37 Daniel Jacobowitz <dan@codesourcery.com>
38 Joseph Myers <joseph@codesourcery.com>
39
40 * configure: Regenerate.
41
42 2006-12-21 Hans-Peter Nilsson <hp@axis.com>
43
44 * acconfig.h: Remove.
45 * config.in: Regenerate.
46
47 2006-06-13 Richard Earnshaw <rearnsha@arm.com>
48
49 * configure: Regenerated.
50
51 2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
52
53 * configure: Regenerated.
54
55 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
56
57 * configure: Regenerated.
58
59 2005-03-23 Mark Kettenis <kettenis@gnu.org>
60
61 * configure: Regenerate.
62
63 2005-02-21 Corinna Vinschen <vinschen@redhat.com>
64
65 * iq2000.c: Eliminate need to include gdb/sim-iq2000.h.
66
67 2005-02-18 Corinna Vinschen <vinschen@redhat.com>
68
69 * configure.ac: Rename from configure.in and pull up to autoconf 2.59.
70 * configure: Regenerate.
71
72 2002-03-18 Jeff Johnston <jjohnstn@redhat.com>
73
74 * sem-switch.c: Regenerated.
75 * sem.c: Ditto.
76
77 2002-01-28 Jeff Johnston <jjohnstn@redhat.com>
78
79 * arch.c: Regenerated.
80 * arch.h: Ditto.
81 * cpu.c: Ditto.
82 * cpu.h: Ditto.
83 * cpuall.h: Ditto.
84 * decode.c: Ditto.
85 * decode.h: Ditto.
86 * model.c: Ditto.
87 * sem-switch.c: Ditto.
88 * sem.c: Ditto.
89
90 2001-11-16 Jeff Johnston <jjohnstn@redhat.com>
91
92 * decode.c: Regenerated after putting orui into machine-specific
93 files.
94 * decode.h: Ditto.
95 * model.c: Ditto.
96 * sem-switch.c: Ditto.
97 * sem.c: Ditto.
98
99 2001-11-13 Jeff Johnston <jjohnstn@redhat.com>
100
101 * cpu.h: Regenerated after changing jump and branch operands
102 so that no bit masking is performed.
103 * decode.c: Ditto.
104 * iq2000.c (get_h_pc): Change to return h_pc directly.
105 (set_h_pc): Change to always set the insn mask bit.
106 * sim-if.c (iq2000bf_disassemble_insn): Change to pass the
107 pc untouched.
108 (sim_create_inferior): Changed so starting address is taken
109 directly from link. If not specified, start address is
110 0 with insn mask set on.
111
112 2001-11-08 Jeff Johnston <jjohnstn@redhat.com>
113
114 * cpu.h: Regenerated after making jump operand UINT.
115 * decode.c: Ditto.
116
117 2001-10-31 Jeff Johnston <jjohnstn@redhat.com>
118
119 * sem-switch.c: Regenerated after fixing lb, lbu, lh, lw,
120 sb, sh, and sw insns handling of offset operand.
121 * sem.c: Ditto.
122
123 2001-10-30 Jeff Johnston <jjohnstn@redhat.com>
124
125 * cpu.c: Regenerated.
126 * cpu.h: Ditto.
127 * decode.c: Ditto.
128 * sem-switch.c: Ditto.
129 * sem.c: Ditto.
130 * iq2000.c (get_h_pc): New routine.
131 (set_h_pc): Ditto.
132 (fetch_str): Translate cpu data addresses to data area.
133 (do_syscall): Ditto.
134 (iq2000bf_fetch_register): Use get_h_pc.
135 (iq2000bf_store_register): Use set_h_pc.
136 * mloop.in: Change all calls to GETIMEMxxx to use CPU2INSN
137 on the pc value passed first.
138 * sim-if.c (iq2000bf_disassemble_insn): New function.
139 (sim_open): Add extra memory region for insn memory vs data memory.
140 Also change disassembler to be iq2000bf_disassemble_insn.
141 (sim_create_inferior): Translate start address using INSN2CPU macro.
142 * sim-main.h (CPU2INSN, CPU2DATA, INSN2CPU, DATA2CPU): New macros
143 to translate between Harvard and cpu addresses.
144
145 2001-10-26 Jeff Johnston <jjohnstn@redhat.com>
146
147 * sem-switch.c: Regenerated after reverting addiu
148 change.
149 * sem.c: Ditto.
150
151 2001-10-25 Jeff Johnston <jjohnstn@redhat.com>
152
153 * Makefile.in: Add -UHAVE_CPU_IQ10 for time-being until
154 iq10 simulator merged here.
155 * cpu.h: Regenerated after fixing addiu insn.
156 * cpuall.h: Ditto.
157 * decode.c: Ditto.
158 * decode.h: Ditto.
159 * model.c: Ditto.
160 * sem-switch.c: Ditto.
161 * sem.c: Ditto.
162
163 2001-09-12 Stan Cox <scox@redhat.com>
164
165 * iq2000/{cpu.c, cpu.h, decode.c, decode.h, model.c, sem-switch.c,
166 sem.c}: Regen'd.
167 * iq2000.c (do_syscall): Support system traps.
168
169 2001-07-05 Ben Elliston <bje@redhat.com>
170
171 * Makefile.in (stamp-arch): Use $(CGEN_CPU_DIR).
172 (stamp-cpu): Likewise.
173
174 2001-04-02 Ben Elliston <bje@redhat.com>
175
176 * arch.c, arch.h: Regnerate to track recent cgen improvements.
177 * cpu.c, cpu.h, cpuall.h, decode.c, decode.h: Likewise.
178 * model.c, sem-switch.c, sem.c: Likewise.
179
180 2001-01-22 Ben Elliston <bje@redhat.com>
181
182 * cpu.h, decode.c, decode.h, model.c: Regenerate.
183 * sem.c, sem-switch.c: Likewise.
184
185 * arch.c, arch.h, cpu.c, cpu.h, cpuall.h: Regenerate.
186 * decode.c, decode.h, model.c, sem.c, sem-switch.c: Likewise.
187
188 2000-07-05 Ben Elliston <bje@redhat.com>
189
190 * configure: Regenerated to track ../common/aclocal.m4 changes.
191
192 2000-07-04 Ben Elliston <bje@redhat.com>
193
194 * sem.c, sem-switch.c: Regenerate.
195
196 * iq2000.c (do_break): Use sim_engine_halt ().
197 * arch.c, decode.c, decode.h, sem.c, sem-switch.c: Regenerate.
198
199 2000-07-03 Ben Elliston <bje@redhat.com>
200
201 * iq2000.c (do_syscall): Examine syscall register (nominally %11).
202 (do_break): Handle breakpoints.
203 * tconfig.in (SIM_HAVE_BREAKPOINTS): Define.
204 (SIM_BREAKPOINT, SIM_BREAKPOINT_SIZE): Likewise.
205
206 2000-06-29 Andrew Cagney <cagney@redhat.com>
207
208 * iq2000.c (iq2000bf_fetch_register): Implement.
209 (iq2000bf_store_register): Ditto.
210
211 2000-05-17 Ben Elliston <bje@redhat.com>
212
213 * mloop.in (extract-simple, extract-scache): Use SEM_SKIP_COMPILE
214 to set the skip count for the (skip ..) rtx.
215 (extract-pbb): Likewise.
216 (extract-pbb): Include the delay slot instruction of all CTI
217 instructions in the pbb, not just those that may nullify their
218 delay slot (eg. likely branches).
219
220 * sem.c, sem-switch.c: Regenerate.
221
222 2000-05-16 Ben Elliston <bje@redhat.com>
223
224 * arch.c, cpu.c, cpu.h, decode.c, decode.h: Regenerate.
225 * sem.c, sem-switch.c: Likewise.
226 * mloop.in (extract-pbb): Prohibit branch instructions in the
227 delay slot of branch likely instructions.
228
229 2000-05-16 Ben Elliston <bje@redhat.com>
230
231 * Makefile.in: New file.
232 * configure.in: Ditto.
233 * acconfig.h: Ditto.
234 * config.in, configure: Generate.
235 * arch.c, arch.h, cpu.c, cpu.h, cpuall.h: Ditto.
236 * decode.c, decode.h: Ditto.
237 * model.c, sem-switch.c, sem.c: Ditto.
238 * mloop.in: New file.
239 * iq2000.c: Ditto.
240 * iq2000-sim.h: Ditto.
241 * sim-if.c: Ditto.
242 * sim-main.h: Ditto.
243 * tconfig.in: Ditto