OSDN Git Service

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