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