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