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