1 2011-02-14 Mike Frysinger <vapier@gentoo.org>
3 * iq2000.c (do_syscall): Change zfree to free.
5 2010-02-11 Doug Evans <dje@sebabeach.org>
7 * cpu.h, * decode.c, * model.c, * sem-switch.c, * sem.c: Regenerate.
9 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11 * configure: Regenerate.
13 2010-01-02 Doug Evans <dje@sebabeach.org>
15 * arch.c, * arch.h, * cpu.c, * cpu.h, * cpuall.h, * decode.c,
16 * decode.h, * model.c, * sem-switch.c, * sem.c: Regenerate, update
19 2010-01-01 Doug Evans <dje@sebabeach.org>
21 * mloop.in: Fix copyright year update snafu.
23 2009-11-22 Doug Evans <dje@sebabeach.org>
26 * cpuall.h: Regenerate.
27 * decode.c: Regenerate.
28 * decode.h: Regenerate.
30 2009-11-03 Doug Evans <dje@sebabeach.org>
36 * cpuall.h: Regenerate.
37 * decode.c: Regenerate.
38 * decode.h: Regenerate.
39 * model.c: Regenerate.
40 * sem-switch.c: Regenerate.
43 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
45 * config.in: Regenerate.
46 * configure: Likewise.
48 * configure: Regenerate.
50 2009-07-12 Doug Evans <dje@sebabeach.org>
52 * Makefile.in (stamp-arch): Use $(CPU_DIR) instead of $(CGEN_CPU_DIR).
55 2009-07-07 Doug Evans <dje@sebabeach.org>
57 * Makefile.in (stamp-arch): Pass archfile to cgen-arch.
58 (stamp-cpu): Pass archfile to cgen-cpu-decode.
60 2008-07-11 Hans-Peter Nilsson <hp@axis.com>
62 * configure: Regenerate to track ../common/common.m4 changes.
65 2008-06-06 Vladimir Prus <vladimir@codesourcery.com>
66 Daniel Jacobowitz <dan@codesourcery.com>
67 Joseph Myers <joseph@codesourcery.com>
69 * configure: Regenerate.
71 2006-12-21 Hans-Peter Nilsson <hp@axis.com>
74 * config.in: Regenerate.
76 2006-06-13 Richard Earnshaw <rearnsha@arm.com>
78 * configure: Regenerated.
80 2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
82 * configure: Regenerated.
84 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
86 * configure: Regenerated.
88 2005-03-23 Mark Kettenis <kettenis@gnu.org>
90 * configure: Regenerate.
92 2005-02-21 Corinna Vinschen <vinschen@redhat.com>
94 * iq2000.c: Eliminate need to include gdb/sim-iq2000.h.
96 2005-02-18 Corinna Vinschen <vinschen@redhat.com>
98 * configure.ac: Rename from configure.in and pull up to autoconf 2.59.
99 * configure: Regenerate.
101 2002-03-18 Jeff Johnston <jjohnstn@redhat.com>
103 * sem-switch.c: Regenerated.
106 2002-01-28 Jeff Johnston <jjohnstn@redhat.com>
108 * arch.c: Regenerated.
116 * sem-switch.c: Ditto.
119 2001-11-16 Jeff Johnston <jjohnstn@redhat.com>
121 * decode.c: Regenerated after putting orui into machine-specific
125 * sem-switch.c: Ditto.
128 2001-11-13 Jeff Johnston <jjohnstn@redhat.com>
130 * cpu.h: Regenerated after changing jump and branch operands
131 so that no bit masking is performed.
133 * iq2000.c (get_h_pc): Change to return h_pc directly.
134 (set_h_pc): Change to always set the insn mask bit.
135 * sim-if.c (iq2000bf_disassemble_insn): Change to pass the
137 (sim_create_inferior): Changed so starting address is taken
138 directly from link. If not specified, start address is
139 0 with insn mask set on.
141 2001-11-08 Jeff Johnston <jjohnstn@redhat.com>
143 * cpu.h: Regenerated after making jump operand UINT.
146 2001-10-31 Jeff Johnston <jjohnstn@redhat.com>
148 * sem-switch.c: Regenerated after fixing lb, lbu, lh, lw,
149 sb, sh, and sw insns handling of offset operand.
152 2001-10-30 Jeff Johnston <jjohnstn@redhat.com>
154 * cpu.c: Regenerated.
157 * sem-switch.c: Ditto.
159 * iq2000.c (get_h_pc): New routine.
161 (fetch_str): Translate cpu data addresses to data area.
163 (iq2000bf_fetch_register): Use get_h_pc.
164 (iq2000bf_store_register): Use set_h_pc.
165 * mloop.in: Change all calls to GETIMEMxxx to use CPU2INSN
166 on the pc value passed first.
167 * sim-if.c (iq2000bf_disassemble_insn): New function.
168 (sim_open): Add extra memory region for insn memory vs data memory.
169 Also change disassembler to be iq2000bf_disassemble_insn.
170 (sim_create_inferior): Translate start address using INSN2CPU macro.
171 * sim-main.h (CPU2INSN, CPU2DATA, INSN2CPU, DATA2CPU): New macros
172 to translate between Harvard and cpu addresses.
174 2001-10-26 Jeff Johnston <jjohnstn@redhat.com>
176 * sem-switch.c: Regenerated after reverting addiu
180 2001-10-25 Jeff Johnston <jjohnstn@redhat.com>
182 * Makefile.in: Add -UHAVE_CPU_IQ10 for time-being until
183 iq10 simulator merged here.
184 * cpu.h: Regenerated after fixing addiu insn.
189 * sem-switch.c: Ditto.
192 2001-09-12 Stan Cox <scox@redhat.com>
194 * iq2000/{cpu.c, cpu.h, decode.c, decode.h, model.c, sem-switch.c,
196 * iq2000.c (do_syscall): Support system traps.
198 2001-07-05 Ben Elliston <bje@redhat.com>
200 * Makefile.in (stamp-arch): Use $(CGEN_CPU_DIR).
201 (stamp-cpu): Likewise.
203 2001-04-02 Ben Elliston <bje@redhat.com>
205 * arch.c, arch.h: Regnerate to track recent cgen improvements.
206 * cpu.c, cpu.h, cpuall.h, decode.c, decode.h: Likewise.
207 * model.c, sem-switch.c, sem.c: Likewise.
209 2001-01-22 Ben Elliston <bje@redhat.com>
211 * cpu.h, decode.c, decode.h, model.c: Regenerate.
212 * sem.c, sem-switch.c: Likewise.
214 * arch.c, arch.h, cpu.c, cpu.h, cpuall.h: Regenerate.
215 * decode.c, decode.h, model.c, sem.c, sem-switch.c: Likewise.
217 2000-07-05 Ben Elliston <bje@redhat.com>
219 * configure: Regenerated to track ../common/aclocal.m4 changes.
221 2000-07-04 Ben Elliston <bje@redhat.com>
223 * sem.c, sem-switch.c: Regenerate.
225 * iq2000.c (do_break): Use sim_engine_halt ().
226 * arch.c, decode.c, decode.h, sem.c, sem-switch.c: Regenerate.
228 2000-07-03 Ben Elliston <bje@redhat.com>
230 * iq2000.c (do_syscall): Examine syscall register (nominally %11).
231 (do_break): Handle breakpoints.
232 * tconfig.in (SIM_HAVE_BREAKPOINTS): Define.
233 (SIM_BREAKPOINT, SIM_BREAKPOINT_SIZE): Likewise.
235 2000-06-29 Andrew Cagney <cagney@redhat.com>
237 * iq2000.c (iq2000bf_fetch_register): Implement.
238 (iq2000bf_store_register): Ditto.
240 2000-05-17 Ben Elliston <bje@redhat.com>
242 * mloop.in (extract-simple, extract-scache): Use SEM_SKIP_COMPILE
243 to set the skip count for the (skip ..) rtx.
244 (extract-pbb): Likewise.
245 (extract-pbb): Include the delay slot instruction of all CTI
246 instructions in the pbb, not just those that may nullify their
247 delay slot (eg. likely branches).
249 * sem.c, sem-switch.c: Regenerate.
251 2000-05-16 Ben Elliston <bje@redhat.com>
253 * arch.c, cpu.c, cpu.h, decode.c, decode.h: Regenerate.
254 * sem.c, sem-switch.c: Likewise.
255 * mloop.in (extract-pbb): Prohibit branch instructions in the
256 delay slot of branch likely instructions.
258 2000-05-16 Ben Elliston <bje@redhat.com>
260 * Makefile.in: New file.
261 * configure.in: Ditto.
263 * config.in, configure: Generate.
264 * arch.c, arch.h, cpu.c, cpu.h, cpuall.h: Ditto.
265 * decode.c, decode.h: Ditto.
266 * model.c, sem-switch.c, sem.c: Ditto.
267 * mloop.in: New file.
269 * iq2000-sim.h: Ditto.