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