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