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