]>
Commit | Line | Data |
---|---|---|
345d88d9 AC |
1 | 2003-06-22 Andrew Cagney <[email protected]> |
2 | ||
3 | Written by matthew green <[email protected]>, with fixes from Aldy | |
4 | Hernandez <[email protected]>, Jim Wilson <[email protected]>, and | |
5 | Nick Clifton <[email protected]>. | |
6 | ||
7 | * ppc-instructions: Include altivec.igen and e500.igen. | |
8 | (model_busy, model_data): Add vr_busy and vscr_busy. | |
9 | (model_trace_release): Trace vr_busy and vscr_busy. | |
10 | (model_new_cycle): Update vr_busy and vscr_busy. | |
11 | (model_make_busy): Update vr_busy and vscr_busy. | |
12 | * registers.c (register_description): Add Altivec and e500 | |
13 | registers. | |
14 | * psim.c (psim_read_register, psim_read_register): Handle Altivec | |
15 | and e500 registers. | |
16 | * ppc-spr-table (SPEFSCR): Add VRSAVE and SPEFSCR registers. | |
17 | * configure.in (sim_filter): When *altivec* add "av". When *spe* | |
18 | or *simd* add e500. | |
19 | (sim_float): When *altivec* define WITH_ALTIVEC. When *spe* add | |
20 | WITH_E500. | |
21 | * configure: Re-generate. | |
22 | * e500.igen, altivec.igen: New files. | |
23 | * e500_expression.h, altivec_expression.h: New files. | |
24 | * idecode_expression.h: Update copyright. Include | |
25 | "e500_expression.h" and "altivec_expression.h". | |
26 | * e500_registers.h, altivec_registers.h: New files. | |
27 | * registers.h: Update copyright. Include "e500_registers.h" and | |
28 | "altivec_registers.h". | |
29 | (registers): Add Altivec and e500 specific registers. | |
30 | * Makefile.in (IDECODE_H): Add "idecode_e500.h" and | |
31 | "idecode_altivec.h". | |
32 | (REGISTERS_H): Add "e500_registers.h" and "altivec_registers.h". | |
33 | (tmp-igen): Add dependencies on altivec.igen and e500.igen . | |
34 | ||
911b2333 AC |
35 | 2003-06-22 Andrew Cagney <[email protected]> |
36 | ||
37 | Problems reported by Joshua LeVasseur. | |
38 | * emul_chirp.c: Update copyright. | |
39 | (chirp_emul_nextprop): Return the first property. | |
40 | * hw_htab.c: Update copyright. | |
41 | (htab_decode_hash_table): Fix check for htab size. | |
42 | ||
0f2f1341 AC |
43 | 2003-06-21 Andrew Cagney <[email protected]> |
44 | ||
945d18fb AC |
45 | * interrupts.c: Update copyright. |
46 | (external_interrupt): Fix test for already pending interrupt. | |
47 | Problem found by Joshua LeVasseur. | |
48 | ||
21f86aab AC |
49 | * ppc-instructions: Add missing +8 line. Found by blofeldus at |
50 | yahoo.com. | |
51 | ||
52 | 2003-06-21 Andrew Cagney <[email protected]> | |
53 | ||
54 | From Ian Lance Taylor <[email protected]>: * hw_nvram.c | |
55 | (hw_nvram_init_address): Correct call to memset--swap second and | |
56 | third arguments. | |
0f2f1341 | 57 | |
61ca1de7 AC |
58 | 2003-06-21 Andrew Cagney <[email protected]> |
59 | ||
60 | * hw_com.c (hw_com_device_init_data): Check that the output, and | |
61 | not input file opened. Pointed out by masahino tky3.3web.ne.jp. | |
62 | ||
601cecf0 AC |
63 | 2003-06-20 Andrew Cagney <[email protected]> |
64 | ||
65 | * sim_calls.c (sim_create_inferior): Assert that | |
66 | psim_write_register succeeded. | |
67 | (sim_fetch_register, sim_store_register): Make "regname" constant. | |
68 | Delete Altivec hack. Return result from psim_read_register / | |
69 | psim_write_register. | |
70 | * psim.h (psim_read_register, psim_write_register): Change return | |
71 | type to int. Update comments. | |
72 | * psim.c: Update copyright. | |
73 | (psim_stack): Assert that the psim_read_register worked. | |
74 | (psim_read_register, psim_read_register): Return the register's | |
75 | size. Allocate the cooked buffer dynamically. | |
76 | * hw_register.c: Update copyright. | |
77 | (do_register_init): Check that psim_write_register succeeded. | |
78 | * hw_init.c: Update copyright. | |
79 | (create_ppc_elf_stack_frame, create_ppc_aix_stack_frame): Assert | |
80 | that the register transfer worked. | |
81 | ||
d81bb16a AC |
82 | 2003-06-19 Andrew Cagney <[email protected]> |
83 | ||
84 | * ld-insn.h: Update copyright. | |
85 | (cache_fields): Define. | |
86 | (insn_table_fields): Add insn_field_6 and insn_field_7. | |
87 | (load_insn_table): Pass in the "cache_rules". | |
88 | * ld-insn.c: Update copyright. | |
89 | (load_insn_table): Add parameter "cache_rules". Handle "cache", | |
90 | "computed" and "scratch" fields. | |
91 | (main): Pass "cache_rules" to load_insn_table. | |
92 | * ld-cache.h: Update copyright. | |
93 | (append_cache_table): Declare. | |
94 | * ld-cache.c: Update copyright. | |
95 | (append_cache_table): New function. | |
96 | (load_cache_table): Call. | |
97 | * gen-model.c: Include "ld-cache.h". | |
98 | * gen-itable.c: Include "ld-cache.h". | |
99 | * igen.c: Move #include "ld-cache.h" to earlier. Update | |
100 | copyright. | |
101 | (main): Permit a NULL "cache_rules". Pass address of | |
102 | "cache_rules" to load_insn_table. | |
103 | * Makefile.in (tmp-ld-insn): Add "ld-cache.o". | |
104 | (tmp-igen): Do not include ppc-cache-rules. | |
105 | (gen-itable.o, gen-model.o): Add "ld-cache.h". | |
106 | * ppc-cache-rules: Delete file. | |
107 | * ppc-instructions: Add cache rules. | |
108 | ||
8d64d0fd AC |
109 | 2003-06-19 Andrew Cagney <[email protected]> |
110 | ||
111 | * Makefile.in (ICACHE_CFLAGS, SEMANTICS_CFLAGS): Delete. | |
112 | (SIM_FPU_FLAGS): Define. | |
113 | (icache.o): Delete explicit compile command. | |
114 | (semantics.o, idecode.o): Delete explicit compile command. | |
115 | (NOWARN_CFLAGS, STD_CFLAGS): Append SIM_FPU_CFLAGS. | |
116 | * gen-support.c (gen_support_c): Generate #include of | |
117 | "sim-inline.h" and "sim-fpu.h", but conditional on | |
118 | HAVE_COMMON_FPU. | |
119 | * gen-idecode.c (gen_idecode_c): Ditto. | |
120 | * igen.c (gen_icache_c, gen_semantics_c): Wrap #include of | |
121 | "sim-inline.h" and "sim-fpu.h" in HAVE_COMMON_FPU conditional. | |
122 | Move to before "support.h". | |
123 | * Makefile.in, gen-support.c, gen-idecode.c, igen.c: Update | |
124 | copyright. | |
125 | ||
ae451ac6 ILT |
126 | 2003-05-16 Ian Lance Taylor <[email protected]> |
127 | ||
128 | * Makefile.in (various): Use $(SHELL) whenever we invoke | |
129 | move-if-change. | |
130 | ||
6b4a8935 AC |
131 | 2003-02-27 Andrew Cagney <[email protected]> |
132 | ||
133 | * sim_calls.c (sim_open, sim_create_inferior): Rename _bfd to bfd. | |
134 | ||
fe1198e6 AC |
135 | 2002-09-27 Andrew Cagney <[email protected]> |
136 | ||
137 | * hw_disk.c (hw_disk_init_address): Set device type to "block", | |
138 | not "disk". | |
139 | ||
bf1024d6 AC |
140 | 2002-06-22 Andrew Cagney <[email protected]> |
141 | ||
142 | * Makefile.in (INTL_SRC): Define. | |
143 | (INTL_CFLAGS): Define. | |
144 | (INTL_DIR): Define. | |
145 | (STD_CFLAGS): Add INTL_CFLAGS. | |
146 | ||
47243d69 EZ |
147 | 2002-06-17 Elena Zannoni <[email protected]> |
148 | ||
149 | * psim.c (psim_options): Don't choke when gdb invokes us with | |
150 | the --architecture option, just ignore it. | |
151 | ||
c8cca39f AC |
152 | 2002-06-16 Andrew Cagney <[email protected]> |
153 | ||
154 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
155 | ||
3c25f8c7 AC |
156 | 2002-06-08 Andrew Cagney <[email protected]> |
157 | ||
158 | * main.c: Include "gdb/callback.h" and "gdb/remote-sim.h". | |
159 | * sim_calls.c: Ditto. | |
160 | ||
d7a97a9b DD |
161 | 2002-05-30 DJ Delorie <[email protected]> |
162 | ||
163 | * lf.c (lf_print__gnu_copyleft): Convert multiline strings to | |
164 | compatible format. | |
165 | * gen-idecode.c (print_run_until_stop_body): Likewise. | |
166 | * gen-model.c (gen_model_c): Likewise. | |
167 | ||
d395ade3 EZ |
168 | 2002-04-15 Elena Zannoni <[email protected]> |
169 | ||
170 | * sim_calls.c (sim_fetch_register, sim_store_register): Return -1 for | |
171 | AltiVec registers as a temporary stopgap. | |
172 | ||
23c7880c DB |
173 | 2002-03-24 David O'Brien <[email protected]> |
174 | ||
175 | * ppc/hw_disk.c: Export a disk device property. | |
176 | ||
ec80ed80 AC |
177 | 2002-03-23 Andrew Cagney <[email protected]> |
178 | ||
179 | From 2001-12-09 Julien Ducourthial <[email protected]>: | |
180 | * ppc-instructions (lswx): Do the register control with the | |
181 | register count. Initialize the right register in the loop. | |
182 | (mtfsfi) : Correct prefix for the instruction. | |
183 | ||
080fe24b AC |
184 | 2002-02-24 Andrew Cagney <[email protected]> |
185 | ||
186 | From wiz at danbala: | |
187 | * std-config.h: Fix grammar and typos. Update copyright. | |
188 | Fix PR gdb/287. | |
189 | ||
43c4bab0 MG |
190 | 2002-01-12 matthew green <[email protected]> |
191 | ||
192 | * Makefile.in (tmp-igen): Pass -I $(srcdir) to igen. | |
193 | * igen.c (main): Change -I to add include paths for :include: | |
194 | files. | |
195 | Implement -G as per sim/igen, with just gen-icache=N support. | |
196 | Call load_insn_table() with the built include path. | |
197 | ||
198 | * ld-insn.c (parse_include_entry): New. Load an :include: file. | |
199 | (load_insn_table): New `includes' argument. Look for :include: | |
200 | entries and call parse_include_entry() for them. | |
201 | (main): Adjust load_insn_table() call. | |
202 | * ld-insn.h (model_include_fields): New enum. | |
203 | (load_insn_table): Update prototype. | |
204 | * table.c (struct _open_table, struct _table): Rework | |
205 | structures to handle included files. | |
206 | (table_push): Move the guts of table_open() here. | |
207 | ||
208 | * table.c (struct _open table, struct table): Make table object an | |
209 | indirect ptr to the current table file. | |
210 | (current_line, new_table_entry, next_line): Make file arg type | |
211 | open_table. | |
212 | (table_open): Use table_push. | |
213 | (table_entry_read): Point variable file at current table, at eof, pop | |
214 | last open table. | |
215 | ||
216 | * misc.h (NZALLOC): New macro. From sim/igen. | |
217 | ||
218 | * table.h, table.c (table_push): New function. | |
219 | ||
5c884464 MG |
220 | 2002-01-04 matthew green <[email protected]> |
221 | ||
222 | * bits.c (LSMASKED64): New inline function. | |
223 | (LSEXTRACTED64): Likewise. | |
224 | * bits.h (_LSB_POS, _LSMASKn, LSMASK64): New macros from | |
225 | sim/common/sim-bits.h | |
226 | (LSMASKED64, LSEXTRACTED64): New functions definitions. | |
227 | * Makefile.in (sim-bits.o): Remove target. | |
228 | ||
229 | * main.c (zalloc): Fix typo in error message. | |
230 | ||
3a11ea24 AC |
231 | 2001-12-16 Andrew Cagney <[email protected]> |
232 | ||
233 | * configure.in (sim_fpu): Don't add sim-bits.o. | |
234 | * configure: Re-generate. | |
235 | ||
de46f45f MG |
236 | 2001-12-15 matthew green <[email protected]> |
237 | ||
238 | * main.c: Include "defs.h", "bfd.h", "callback.h" and "remote-sim.h". | |
239 | (sim_io_error): New function. | |
240 | * sim_calls.c: (sim_io_error): New function. | |
241 | ||
d29d5195 MG |
242 | 2001-12-14 matthew green <[email protected]> |
243 | ||
244 | * Makefile.in (LIB_OBJ): Add @sim_fpu@. | |
245 | (ICACHE_CFLAGS, SEMANTICS_CFLAGS): New variables. | |
246 | (icache.o, semantics.o): Add new ICACHE_FLAGS & SEMANTICS_FLAGS. | |
247 | (sim-fpu.o, sim-bits.o, tconfig.h): New targets. | |
248 | * configure.in: Rename INLINE_LOCALS to PSIM_INLINE_LOCALS. Add a | |
249 | check for sim/common/sim-fpu.c. Output sim_fpu and sim_fpu_cflags. | |
250 | * configure: Regenerate. | |
251 | * device.h (device_find_integer_array_property): Match function definition. | |
252 | * gen-icache.c (print_icache_internal_function_declaration): Rename | |
253 | INLINE_ICACHE to PSIM_INLINE_ICACHE. | |
254 | * gen-idecode.c (print_idecode_run_function_header): Rename INLINE_IDECODE | |
255 | to PSIM_INLINE_IDECODE. | |
256 | * gen-semantics.c (print_semantic_function_header): Rename | |
257 | EXTERN_SEMANTICS to PSIM_EXTERN_SEMANTICS. | |
258 | * gen-support.c (print_support_function_name): Rename INLINE_SUPPORT to | |
259 | PSIM_INLINE_SUPPORT. | |
260 | * igen.c (print_function_name): Also escape `(' and `)'. | |
261 | (gen_semantics_h): Rename EXTERN_SEMANTICS to PSIM_EXTERN_SEMANTICS. | |
262 | (gen_semantics_c): Likewise. Also output includes for "sim-fpu.h" | |
263 | * inline.h (INLINE_SIM_ENDIAN): Renamed INLINE_PSIM_ENDIAN. | |
264 | (EXTERN_SIM_ENDIAN): Renamed EXTERN_PSIM_ENDIAN. | |
265 | (STATIC_INLINE_SIM_ENDIAN): Renamed STATIC_INLINE_PSIM_ENDIAN. | |
266 | (INLINE_LOCALS): Renamed PSIM_INLINE_LOCALS. | |
267 | (EXTERN_SUPPORT): Renamed PSIM_EXTERN_SUPPORT. | |
268 | (INLINE_SUPPORT): Renamed PSIM_INLINE_SUPPORT. | |
269 | (EXTERN_SEMANTICS): Renamed PSIM_EXTERN_SEMANTICS. | |
270 | (INLINE_SEMANTICS): Renamed PSIM_INLINE_SEMANTICS. | |
271 | (EXTERN_IDECODE): Renamed PSIM_EXTERN_IDECODE. | |
272 | (INLINE_IDECODE): Renamed PSIM_INLINE_IDECODE. | |
273 | (EXTERN_ICACHE): Renamed PSIM_EXTERN_ICACHE. | |
274 | (INLINE_ICACHE): Renamed PSIM_INLINE_ICACHE. | |
275 | * options.c (options_inline): Fix names. | |
276 | * sim-endian-n.h: Change INLINE_SIM_ENDIAN to INLINE_PSIM_ENDIAN. | |
277 | * sim-endian.h: Likewise. | |
278 | * sim-main.h: New file. | |
279 | * std-config.h: Rename INLINE_LOCALS to PSIM_INLINE_LOCALS. | |
280 | ||
6654b4ae AC |
281 | 2001-12-01 Andrew Cagney <[email protected]> |
282 | ||
283 | From Mark Peek. | |
284 | * ppc-spr-table: Add SDA and PIR. | |
285 | ||
bebd2b35 AC |
286 | 2001-10-29 Andrew Cagney <[email protected]> |
287 | ||
288 | * tree.c (parse_size): Assert #size-cells > 0. | |
289 | (parse_address): Ditto for #address-cells. | |
290 | (parse_reg_property): Only parse the size when #size-cells is | |
291 | non-zero. | |
292 | ||
560ba567 AC |
293 | 2001-10-25 Andrew Cagney <[email protected]> |
294 | ||
295 | * emul_generic.c (OEA_MEMORY_SIZE): Increase to 4mb. | |
296 | * hw_htab.c (htab_map_binary): Don't try to map the text section | |
297 | when it is empty. | |
298 | * emul_chirp.c (map_over_chirp_note): Default load-base to -1 not | |
299 | CHIRP_LOAD_BASE. | |
300 | (emul_chirp_create): Map in the interrupt table. | |
301 | ||
54cfd411 DJ |
302 | 2001-07-16 Daniel Jacobowitz <[email protected]> |
303 | ||
304 | * Makefile.in: Add dependencies on $(CPU_H). | |
305 | ||
d4481806 AC |
306 | Wed Mar 7 10:45:12 HST 2001 Glen Nakamura <[email protected]> |
307 | ||
308 | * hw_init.c (dma_file): Fixed problem with loading last 1KB of | |
309 | file. | |
310 | ||
c6631388 AC |
311 | 2001-03-04 Andrew Cagney <[email protected]> |
312 | ||
313 | * emul_netbsd.c [WITH_NetBSD_HOST]: Include <sys/mount.h> and | |
314 | <errno.h>. | |
315 | (do_stat): Only do SYS test when SYS_stat defined. | |
316 | (do_sigprocmask): Ditto for SYS_sigprocmask. | |
317 | (do_fstat): Ditto for SYS_fstat. | |
318 | (do_getdirentries): Ditto for SYS_getdirentries. | |
319 | (do_lstat): Ditto for SYS_lstat. | |
320 | ||
428e1889 GK |
321 | 2001-01-15 Geoffrey Keating <[email protected]> |
322 | ||
323 | * emul_netbsd.c (do_open): Translate the flag parameter to the | |
324 | open syscall to the numbers supported by the host. | |
325 | ||
4c15ccf7 GK |
326 | 2000-12-12 Geoffrey Keating <[email protected]> |
327 | ||
328 | * sim-endian.h: Don't have parameters on macro definitions which | |
329 | are simply renaming functions, to permit use of XCONCAT2 in both | |
330 | the macro name and the arguments in a use of such a definition. | |
331 | ||
7c721b2a MC |
332 | 2000-11-15 Jim Blandy <[email protected]> |
333 | ||
334 | * sim_calls.c: Doc fix. | |
335 | (sim_fetch_register, sim_store_register): Call | |
336 | gdbarch_register_name directly, instead of going through | |
337 | REGISTER_NAME macro. | |
338 | ||
ae02957b GK |
339 | 2000-10-24 Geoff Keating <[email protected]> |
340 | ||
341 | * ppc-instructions (lfsux): Correct XO field of lfsux instruction. | |
342 | ||
eb2d80b4 AC |
343 | Tue May 23 21:39:23 2000 Andrew Cagney <[email protected]> |
344 | ||
345 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
346 | ||
0c22be81 AC |
347 | Fri Apr 28 15:59:27 2000 Andrew Cagney <[email protected]> |
348 | ||
349 | * events.c (event_queue_process): Call update_time_from_event | |
350 | every time an event is removed from the queue. | |
351 | (update_time_from_event): Delete assertion that a negative | |
352 | time_from_event implies an empty event queue. | |
353 | ||
25d704f3 AC |
354 | Fri Apr 28 15:53:54 2000 Andrew Cagney <[email protected]> |
355 | ||
356 | * interrupts.c (deliver_hardware_interrupt): Print time trace in | |
357 | decimal. | |
358 | * events.c (event_queue_process): Cleanup trace message. | |
359 | (update_time_from_event): Trace full event queue. | |
360 | ||
9ff590a5 GK |
361 | 2000-03-25 Geoff Keating <[email protected]> |
362 | ||
363 | * ppc-instructions (Disabled_Exponent_Underflow): Increment | |
364 | the exponent when denormalizing. | |
365 | ||
d4f3574e SS |
366 | Thu Sep 2 18:15:53 1999 Andrew Cagney <[email protected]> |
367 | ||
368 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
369 | ||
cd0fc7c3 SS |
370 | 1999-05-08 Felix Lee <[email protected]> |
371 | ||
372 | * configure.in: Use AC_EXEEXT instead of AM_EXEEXT. | |
373 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
374 | ||
7a292a7a SS |
375 | 1999-04-02 Keith Seitz <[email protected]> |
376 | ||
377 | * sim_calls.c (POLL_QUIT_INTERVAL): Define. Used to tweak | |
378 | the frequency at which the poll_quit callback is called. | |
379 | (poll_quit_count): New global. | |
380 | (sim_io_poll_quit): Only call the poll_quit callback | |
381 | after the specified POLL_QUIT_INTERVAL. | |
382 | ||
383 | 1999-02-22 Jim Lemke <[email protected]> | |
384 | ||
385 | * dc-complex: Force expansion on all bits of field BO. | |
386 | Previously, the least-significant (prediction) bit was ignored. | |
387 | * ppc-instructions (conditional branches): Implement mpc860c0 option. | |
388 | * igen.c (gen_semantics_[ch]): Setup for mpc860c0 option. | |
389 | * psim.c (is_num, psim_options): Added parsing for mpc860c0 option. | |
390 | * interrupts.h: Added "mpc860c0_instruction_program_interrupt". | |
391 | * interrupts.c (program_interrupt): Added handling for above interrupt. | |
392 | ||
c906108c SS |
393 | 1999-02-01 Jim Blandy <[email protected]> |
394 | ||
395 | Make the simulator compatible with the MPC750. It would be nicer | |
396 | to make this a real multi-sim, but that's more work than we have | |
397 | time for. | |
398 | * emul_generic.c (emul_add_tree_options): Only require strict | |
399 | alignment if it was explicitly requested at configuration time. | |
400 | Don't make it the default for little-endian machines. | |
401 | * ppc-spr-table (UMMCR0, UMMCR1, UPMC1, UPMC2, USIA, UPMC3, UPMC4, | |
402 | MMCR0, PMC1, PMC2, SIA, MMCR1, PMC3, PMC4, L2CR, ICTC, THRM1, | |
403 | THRM2, THRM3): Plop in the MPC750 SPR registers. | |
404 | (DABR): This is weird. This was HID5, but the PPC spec says this | |
405 | should be DABR; why did some random processor use it for something | |
406 | else? The HID5 entry dates back to the original checkin of the | |
407 | simulator code in 1995, so remove it. | |
408 | * sim_calls.c (register_names): Delete this; since the user can | |
409 | now change GDB's list of register names dynamically, we can't | |
410 | pretend there's a static mapping here. | |
411 | (sim_fetch_register, sim_store_register): Call GDB's REGISTER_NAME | |
412 | function to get the register name. That ought to be accurate. | |
413 | However, we're changing a compile-time dependency (using the | |
414 | REGISTER_NAMES macro) into a link- and run-time dependency | |
415 | (calling REGISTER_NAME, which happens to be a function call on the | |
416 | PPC). | |
417 | ||
418 | 1999-01-22 Jim Lemke <[email protected]> | |
419 | ||
420 | * igen.c(gen_semantics_[ch]): setup/use of new option | |
421 | (-o mpc860c0[=n]). | |
422 | interrupts.[ch](mpc860c0_instruction_program_interrupt): added. | |
423 | ppc-instructions(the four branch insn groups): detect problematic br's. | |
424 | psim.c(is_num - added, psim_options): Parse and init new option. | |
425 | These changes are currently under #ifdef WITH_OPTION_MPC860C0. | |
426 | ||
427 | 1998-12-01 Ken Raeburn <[email protected]> | |
428 | ||
429 | * hw_nvram.c (hw_nvram_bcd): Force value to fit in 0..99. | |
430 | ||
431 | Fri Nov 20 12:17:28 1998 Andrew Cagney <[email protected]> | |
432 | ||
433 | * main.c (sim_io_poll_quit): Stub function. | |
434 | ||
435 | * events.c (SIM_EVENTS_POLL_RATE): Define. | |
436 | (sim_events_poll): Copy function from common/sim-events.c. | |
437 | (event_queue_init): Copy scheduling of sim_events_poll from same. | |
438 | ||
439 | * sim_callbacks.h, sim_calls.c (sim_io_poll_quit): New function, | |
440 | poll the external environment. | |
441 | ||
442 | 1998-11-19 Michael Meissner <[email protected]> | |
443 | ||
444 | * ppc-instructions (is_{NaN,inf}): Use unsigned64 to get the | |
445 | fractional type, so that quiet NaN's aren't treated like | |
446 | Infinities. | |
447 | ||
448 | Mon Sep 28 09:42:45 1998 Drew Moseley <[email protected]> | |
449 | ||
450 | * table.c (table_open): For cygwin hosts, we need to use the | |
451 | return value from the read routine as the number of bytes to | |
452 | process. This apparently is due to text-mode vs binary-mode. If | |
453 | the mounts are done text-mode, then the size returnedby fstat() | |
454 | may be different than the number of bytes "read" in text mode. | |
455 | ||
456 | Sun Oct 4 00:50:47 1998 Felix Lee <[email protected]> | |
457 | ||
458 | * emul_netbsd.c (do_open): fix order-of-evaluation problem. | |
459 | (do_close): ditto. | |
460 | (do_fstat): ditto. | |
461 | (do_lstat): ditto. | |
462 | ||
463 | 1998-09-03 Michael Meissner <[email protected]> | |
464 | ||
465 | * emul_{netbsd,unix}.c: Update copyright year. | |
466 | ||
467 | Mon Jun 29 10:57:36 1998 Michael Snyder <[email protected]> | |
468 | ||
469 | * sim_calls.c (sim_fetch_register, sim_store_register): | |
470 | return zero when nothing to do. | |
471 | ||
472 | 1998-06-26 Michael Meissner <[email protected]> | |
473 | ||
474 | * configure.in (AC_CHECK_HEADERS): Don't check for sys/mount.h. | |
475 | * configure: Regenerate. | |
476 | * emul_{netbsd,unix}.c (toplevel): No longer try to include | |
477 | sys/mount.h. It conflicts on Linux when gnu libc2 is used. | |
478 | ||
479 | Tue May 12 12:10:33 PDT 1998 James Ingham <[email protected]> | |
480 | ||
481 | * Makefile.in: The run target depended on a target psim$(EXEEXT), | |
482 | but there was no such target, only plain psim. So I changed the | |
483 | run target to depend on psim. | |
484 | ||
485 | Sat May 2 01:10:12 1998 Stu Grossman <[email protected]> | |
486 | ||
487 | * aclocal.m4: Remove defs of AM_EXEEXT and AM_CYGWIN32. These are | |
488 | now defined in ../common/aclocal.m4, and the double definition causes | |
489 | problems with AC_SUBST of EXEEXT. | |
490 | * configure: Regenerate. | |
491 | ||
492 | Wed Apr 29 15:44:52 1998 Geoffrey Noer <[email protected]> | |
493 | ||
494 | * aclocal.m4: new file for AM_EXEEXT macro | |
495 | * configure.in: call AM_EXEEXT | |
496 | * configure: regenerate with autoconf 2.12.1. | |
497 | * Makefile.in: add EXEEXT support | |
498 | ||
499 | Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche> | |
500 | ||
501 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
502 | * config.in: Ditto. | |
503 | ||
504 | Sun Apr 26 15:19:51 1998 Tom Tromey <[email protected]> | |
505 | ||
506 | * acconfig.h: New file. | |
507 | * configure.in: Reverted change of Apr 24; use sinclude again. | |
508 | Don't call AC_C_CROSS. | |
509 | ||
510 | Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche> | |
511 | ||
512 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
513 | * config.in: Ditto. | |
514 | ||
515 | Fri Apr 24 11:18:46 1998 Tom Tromey <[email protected]> | |
516 | ||
517 | * Makefile.in (top_builddir): New macro. | |
518 | (INTLLIBS): New macro. | |
519 | (INTLDEPS): Likewise. | |
520 | (psim): Depend on INTLDEPS; link against INTLLIBS. | |
521 | * configure.in: Call CY_GNU_GETTEXT. | |
522 | ||
523 | Wed Apr 22 14:28:48 1998 Michael Meissner <[email protected]> | |
524 | ||
525 | * configure: Regenerate with autoconf 2.12.1. | |
526 | ||
527 | Fri Mar 13 09:25:58 1998 Andrew Cagney <[email protected]> | |
528 | ||
529 | * psim.c (psim_read_register, psim_write_register): Handle updates | |
530 | for FPSCR. | |
531 | ||
532 | * registers.c (register_description): Reconize "FPSCR". | |
533 | ||
534 | * emul_netbsd.c (emul_netbsd_create): When FP available, enable | |
535 | MSR FP exception mode. Do not enable FPSCR bits. | |
536 | * emul_unix.c (emul_unix_create): Ditto. | |
537 | ||
538 | Tue Feb 17 12:48:58 1998 Andrew Cagney <[email protected]> | |
539 | ||
540 | * sim_calls.c (sim_store_register, sim_fetch_register): Pass in | |
541 | length parameter. Return -1. | |
542 | ||
543 | Mon Feb 9 14:13:14 1998 Andrew Cagney <[email protected]> | |
544 | ||
545 | * ppc-instructions (fdiv, fdivs): Check for divide by zero. | |
546 | (is_invalid_zero_divide, invalid_zero_divide_operation): New | |
547 | functions. | |
548 | ||
549 | Wed Dec 10 17:38:28 1997 Andrew Cagney <[email protected]> | |
550 | ||
551 | * sim_calls.c (sim_load): Do not parse PROG using buildargv, use | |
552 | raw value instead. | |
553 | ||
554 | 1997-11-05 Felix Lee <[email protected]> | |
555 | ||
556 | * emul_chirp.c: #ifdef HAVE_UNISTD_H | |
557 | ||
558 | Wed Oct 15 08:50:54 1997 Andrew Cagney <[email protected]> | |
559 | ||
560 | * corefile.c (core_attach): Pad out allocated memory regions so | |
561 | that they are always correctly aligned. | |
562 | (struct _core_mapping, core_map_attach, core_init, | |
563 | new_core_mapping): Change free_buffer to type void*. | |
564 | ||
565 | Mon Oct 6 18:09:26 1997 Michael Meissner <[email protected]> | |
566 | ||
567 | * sim_calls.c (zfree): Call free correctly. | |
568 | ||
569 | Mon Sep 29 10:05:01 1997 Andrew Cagney <[email protected]> | |
570 | ||
571 | * sim_calls.c (zfree): Use free, not mfree. | |
572 | (sim_io_flush_stdoutput): Replace gdb_flush with callback -> | |
573 | flush_stdout. | |
574 | ||
575 | Fri Sep 26 09:50:29 1997 Andrew Cagney <[email protected]> | |
576 | ||
577 | * ppc-instructions (sraw, slw, srw): From Charles Lefurgy, Fix | |
578 | mask extracting shift amount. Correctly condition for setting XER | |
579 | in sraw. | |
580 | (ldhau): From Johannes Reisinger, update rA after load. | |
581 | ||
582 | Tue Sep 9 22:13:23 1997 Felix Lee <[email protected]> | |
583 | ||
584 | * basics.h (CONCAT*): token-pasting macros, if ALMOST_STDC, | |
585 | for MSVC. | |
586 | * words.h: __int64 instead of long long for MSVC. | |
587 | ||
588 | Wed Aug 27 10:24:15 1997 Andrew Cagney <[email protected]> | |
589 | ||
590 | * sim_calls.c (sim_create_inferior): Check the simulator was | |
591 | initialized before creating inferior. | |
592 | ||
593 | * idecode_expression.h (ALU_END): From Charles Lefurgy - Extract | |
594 | sign bit using 64 bit and not a 32 bit mask. | |
595 | ||
596 | Wed Aug 27 10:15:48 1997 Andrew Cagney <[email protected]> | |
597 | ||
598 | * sim_calls.c (sim_load): From Ian Lance Taylor - free argv after | |
599 | it has been used, not before. | |
600 | ||
601 | Tue Aug 26 10:41:35 1997 Andrew Cagney <[email protected]> | |
602 | ||
603 | * sim_calls.c (sim_kill): Delete. | |
604 | (sim_create_inferior): Add ABFD argument. | |
605 | (entry_point): Delete variable. | |
606 | (sim_load): Move setting of PC from here. | |
607 | (sim_create_inferior): To here. | |
608 | ||
609 | Mon Aug 25 16:17:06 1997 Andrew Cagney <[email protected]> | |
610 | ||
611 | * sim_calls.c (sim_open): Add ABFD argument. | |
612 | ||
613 | Thu Jul 3 10:18:06 1997 Andrew Cagney <[email protected]> | |
614 | ||
615 | * ppc-instructions (PPC_INSN_INT): From Michael Thies - Monitoring | |
616 | CR register updates dependant on RC value had logic backwards. | |
617 | ||
618 | * ppc-instructions (Load String Word Immediate): From Brad Parker | |
619 | - sense of wrap test in check for overwriting RA wrong. | |
620 | (Load String Word Indexed): Ditto. | |
621 | ||
622 | * configure.in: From Erik Landry - set sim_default_model not | |
623 | sim_model for sim-default-model option. | |
624 | * configure: Regenerate. | |
625 | ||
626 | * interrupts.c (check_masked_interrupts): Schedule a hardware | |
627 | interrupt delivery when FP interrupts get enabled. | |
628 | (program_interrupt): Generate FP exceptions instead of aborting. | |
629 | (deliver_hardware_interrupt): Deliver a FP exception if so | |
630 | enabled. | |
631 | ||
632 | * registers.h: Add definition of fpscr_vx_bits. | |
633 | ||
634 | * idecode_expression.h (FPSCR_END): Always update FEX and VX bits | |
635 | in FPSCR. | |
636 | (FPSCR_END): Explicitly check for possible floating point | |
637 | exception conditions. | |
638 | (FPSCR_BEGIN): Simplify. | |
639 | ||
640 | * ppc-instructions (Move From FPSCR): Enable. | |
641 | (Move To FPSCR Bit 1): Ditto. | |
642 | (Move To FPSCR Bit 0): Ditto. | |
643 | (Move To FPSCR Field Immediate): Ditto. | |
644 | (Move to Condition Register from FPSCR): Simplify. | |
645 | (invalid_arithemetic_operation): Generate a QNaN when invalid | |
646 | operation exception disabled. | |
647 | ||
648 | Tue May 20 10:22:50 1997 Andrew Cagney <[email protected]> | |
649 | ||
650 | * sim_calls.c (sim_open): Add callback argument. | |
651 | (sim_set_callbacks): Delete. | |
652 | ||
653 | Tue Apr 22 22:36:57 1997 Mike Meissner <[email protected]> | |
654 | ||
655 | * sim_callbacks.h (error): Make declaration match gdb's. | |
656 | * main.c (error): Ditto. | |
657 | ||
658 | Fri Apr 18 17:03:09 1997 Andrew Cagney <[email protected]> | |
659 | ||
660 | * sim_calls.c (sim_stop_reason): Simplify. Was running implies | |
661 | stopped/SIGINT. Exit implies a status code. | |
662 | ||
663 | * psim.c (cntrl_c_simulation): From main.c. Event function that | |
664 | halts the simulator. | |
665 | (psim_stop): New. Asynchronously schedule a stop simulator event. | |
666 | (psim_run_until_stop): Delete. Made redundant by psim_stop. | |
667 | ||
668 | * main.c (cntrl_c): Update. | |
669 | (cntrl_c_simulation): Moved to psim.c. | |
670 | ||
671 | * sim_calls.c (sim_stop): New function. Use psim_stop which | |
672 | schedules a stop event. | |
673 | (sim_resume): Drop SIGINT handler, now in gdb/main.c. | |
674 | (sim_resume): Use psim_run as stop variable no longer needed. | |
675 | ||
676 | Fri Apr 18 17:03:08 1997 Andrew Cagney <[email protected]> | |
677 | ||
678 | * psim.c (psim_options): Handle -E option correctly. | |
679 | (psim_usage): Document. | |
680 | ||
681 | Thu Apr 17 03:28:03 1997 Doug Evans <[email protected]> | |
682 | ||
683 | * psim.c (psim_options): Ignore -E option (sets endianness). | |
684 | * sim_calls.c: #include bfd.h. | |
685 | (entry_point): New static local. | |
686 | (sim_load): Return SIM_RC. New arg abfd. Set start address from bfd. | |
687 | (sim_create_inferior): Return SIM_RC. Delete arg start_address. | |
688 | ||
689 | Tue Apr 15 14:57:18 1997 Ian Lance Taylor <[email protected]> | |
690 | ||
691 | * Makefile.in (INSTALL): Set to @INSTALL@. | |
692 | (INSTALL_XFORM, INSTALL_XFORM1): Remove. | |
693 | (install): Depend upon installdirs. Use $(program_transform_name) | |
694 | directly, rather than using $(INSTALL_XFORM). | |
695 | (installdirs): New target. | |
696 | ||
697 | Fri Apr 4 17:54:36 1997 Jim Wilson <[email protected]> | |
698 | ||
699 | * Makefile.in (tmp-hw, tmp-pk): Use for loop to eliminate duplicates | |
700 | rather than the non-portable cat -n. | |
701 | ||
702 | Mon Apr 14 16:29:51 1997 Ian Lance Taylor <[email protected]> | |
703 | ||
704 | * Makefile.in (INSTALL): Change install.sh to install-sh. | |
705 | ||
706 | Tue Apr 1 18:15:14 1997 Jim Wilson <[email protected]> | |
707 | ||
708 | * ppc-instructions: Change milhwu to mulhwu. | |
709 | ||
710 | Wed Apr 2 15:38:08 1997 Doug Evans <[email protected]> | |
711 | ||
712 | * sim_calls.c (sim_open): New arg `kind'. | |
713 | ||
714 | Wed Apr 2 14:51:17 1997 Ian Lance Taylor <[email protected]> | |
715 | ||
716 | * COPYING: Update FSF address. | |
717 | ||
718 | Tue Mar 25 16:17:59 1997 Andrew Cagney <[email protected]> | |
719 | ||
720 | * main.c (sim_io_read_stdin): Only compile unbuffered IO code if | |
721 | all the required features are supported by the host OS. | |
722 | ||
723 | Tue Mar 25 12:13:02 1997 Andrew Cagney <[email protected]> | |
724 | ||
725 | * emul_bugapi.c (emul_bugapi_create): Guard against NULL images. | |
726 | ||
727 | * configure.in (enable-sim-endain): Correct typo in usage (from | |
728 | Erik Landry <[email protected]>). | |
729 | * configure: Re-generate. | |
730 | ||
731 | Fri Mar 14 18:23:02 1997 Andrew Cagney <[email protected]> | |
732 | ||
733 | * Makefile.in (targ-vals.def): Re-do rule so that it works with | |
734 | FreeBSD's make. Didn't like $<. | |
735 | ||
736 | Thu Mar 13 12:55:48 1997 Doug Evans <[email protected]> | |
737 | ||
738 | * sim_calls.c (sim_open): New SIM_DESC result. Argument is now | |
739 | in argv form. | |
740 | (other sim_*): New SIM_DESC argument. | |
741 | ||
742 | Thu Feb 13 10:35:14 1997 Andrew Cagney <[email protected]> | |
743 | ||
744 | * ppc-opcode-simple-array, ppc-opcode-simple-goto, | |
745 | ppc-opcode-simple-switch, ppc-opcode-complex-array, | |
746 | ppc-opcode-complex-goto, ppc-opcode-complex-switch, | |
747 | ppc-opcode-jump, ppc-opcode-goto, ppc-opcode-flat: Delete, | |
748 | superseeded by --sim-decode-mechanism option. | |
749 | ||
750 | * ppc-opcode-simple, dc-simple: Rename to be 8.3 | |
751 | * ppc-opcode-complex, dc-complex: Ditto. | |
752 | * ppc-opcode-stupid, dc-stupid: Ditto. | |
753 | * ppc-opcode-test-1, dc-test.01: Ditto. | |
754 | * ppc-opcode-test-2, dc-test.02: Ditto. | |
755 | ||
756 | * configure.in (--enable-sim-opcode): Change prefix to dc- instead | |
757 | of ppc-opcode-. | |
758 | ||
759 | Wed Feb 12 19:33:45 1997 Andrew Cagney <[email protected]> | |
760 | ||
761 | * Many of the ppc-opcode-* files are identical baring the type of | |
762 | lookup table. Instead of having multiple tables, igen can do this | |
763 | via an additional option. | |
764 | ||
765 | * ld-decode.h, ld-decode.c (force_decode_gen_type): New function, | |
766 | allow the type of generated table specified in the decode file to | |
767 | be overridden. | |
768 | ||
769 | * ld-decode.c (load_decode_table): Allow the table type to be | |
770 | overridden. | |
771 | ||
772 | * igen.c (main): Add -T <mechanism> option so that an overriding | |
773 | instruction decode mechanism can be specified. | |
774 | ||
775 | * configure.in: New option --sim-decode-mechanism to control | |
776 | igen's new -T <mechanism> flag. | |
777 | * Makefile.in (IGEN_FLAGS): Add IGEN_IDECODE_MECHANISM set by the | |
778 | configure script. | |
779 | * configure: Regenerate. | |
780 | ||
781 | Tue Feb 11 13:49:10 1997 Michael Meissner <[email protected]> | |
782 | ||
783 | * events.c (event_queue_create): Don't use NULL to initialize an | |
784 | integer field. | |
785 | (even_queue_{init,schedule_after_signal,tick}): Conditionalize use | |
786 | of sigprocmask to appropriate autoconf test. | |
787 | ||
788 | * main.c ({cntrl_c,main}): Use RETSIGTYPE for signal return type, | |
789 | don't assume void. | |
790 | * sim_calls.c (sim_{ctrl_c,resume}): Ditto. | |
791 | ||
792 | * Makefile.in (callback.o): Define HAVE_CONFIG_H, so callback.c | |
793 | includes our config.h. | |
794 | ||
795 | Tue Feb 4 13:42:59 1997 Doug Evans <[email protected]> | |
796 | ||
797 | * configure.in: Fix typo in test for callback.c. | |
798 | * configure: Regenerated. | |
799 | ||
800 | Fri Feb 7 10:04:25 1997 Andrew Cagney <[email protected]> | |
801 | ||
802 | * emul_chirp.c (emul_chirp_create): Handle a virtbase of -1 being | |
803 | found in the device tree. | |
804 | ||
805 | Wed Feb 5 10:56:27 1997 Andrew Cagney <[email protected]> | |
806 | ||
807 | * Property create/initialization still wasn't correctly ordered. | |
808 | Should be delaying everything related to ihandle creation until | |
809 | after the rest of the tree has been established. | |
810 | ||
811 | * device.c (device_find_ihandle_runtime_property): Update. | |
812 | (device_add_ihandle_runtime_property): Update. | |
813 | ||
814 | * tree.c (parse_ihandle_property): Delay lookup of the device to | |
815 | be opened until the ihandle initialization phase. | |
816 | * tree.c (print_properties): Update. | |
817 | ||
818 | Wed Feb 5 10:56:27 1997 Andrew Cagney <[email protected]> | |
819 | ||
820 | * gen-icache.c (print_icache_extraction): Add a reason parameter. | |
821 | Augment each extracted field with a comment citing the codes | |
822 | origin. Should simplify tracking down incorrect cache | |
823 | extractions. | |
824 | ||
825 | Tue Feb 4 17:44:51 1997 Andrew Cagney <[email protected]> | |
826 | ||
827 | * gen-icache.c: Generalize code handling XXX_is_NNN so that it | |
828 | works for normal and boolean table entries. | |
829 | ||
830 | * psim.c (psim_write_memory): last_cpu == -1 or nr_cpus is now | |
831 | valid. Handle this just like *_{read,write}_register now handles | |
832 | it. | |
833 | ||
834 | Mon Feb 3 17:18:16 1997 Andrew Cagney <[email protected]> | |
835 | ||
836 | * events.c (insert_event_entry): Correct loop termination | |
837 | assertions. | |
838 | ||
839 | Fri Jan 31 16:20:26 1997 Andrew Cagney <[email protected]> | |
840 | ||
841 | * psim.c (psim_options): Add new option -c for max-iterations or | |
842 | count. | |
843 | (psim_usage): Document. | |
844 | (psim_max_iterations_exceeded): New function, abort simulation if | |
845 | max iterations exceeded. | |
846 | ||
847 | * gen-idecode.c: Re-work the table lookup code so that it assumes | |
848 | that the entry is a leaf by default. Simplify the boolean table | |
849 | entry code so that it involves a mask + test instead of shift + | |
850 | shift + mask + test. | |
851 | ||
852 | * gen-idecode.c: Correct generated igen body so that it no drops | |
853 | or doubles clock interrupts. | |
854 | ||
855 | ||
856 | Thu Jan 30 11:23:20 1997 Andrew Cagney <[email protected]> | |
857 | ||
858 | * Makefile.in (BUILT_SRC_WO_CONFIG): Change targ-vals.* to | |
859 | @sim_targ_vals@ | |
860 | ||
861 | * configure.in (sim_callback, sim_targ_vals): Set sim_targ_valls | |
862 | if common callback is present. | |
863 | ||
864 | Wed Jan 29 12:32:41 1997 Michael Meissner <[email protected]> | |
865 | ||
866 | * configure.in (sim_callback): If the gdb is post 4.16, configure | |
867 | callback support from the common directory. | |
868 | * configure: Regenerate. | |
869 | ||
870 | * Makefile.in (BUILT_SRC_WO_CONFIG): Add targ-vals.{h,def} and | |
871 | targ-map.c. | |
872 | (GDB_OBJ): Add callback support configured in. | |
873 | (gentmap,targ-vals.def): Build from common directory. | |
874 | (targ-vals.h,targ-map.c): Build by running gentmap. | |
875 | (callback.o): Build from source in common directory. | |
876 | (targ-map.o): Add dependency. | |
877 | (clean): Remove gentmap. | |
878 | ||
879 | Wed Jan 29 12:14:19 1997 Andrew Cagney <[email protected]> | |
880 | ||
881 | * igen wasn't aborting if the opcode table contained no valid | |
882 | fields. | |
883 | ||
884 | * misc.c (name2i): Possibly abort if an invalid name is | |
885 | encountered. | |
886 | * ld-decode.c: Abort if the table type isn't found. | |
887 | ||
888 | Wed Jan 29 12:14:19 1997 Andrew Cagney <[email protected]> | |
889 | ||
890 | * When performance monitoring is disabled, it is still possible to | |
891 | determine the simulation speed by looking at the number of elapsed | |
892 | ticks recorded by the event queue. | |
893 | ||
894 | * psim.c (psim_write_register, psim_read_register): Force the cpu | |
895 | to zero when it is either of `-1' or `nr_cpus'. In both cases the | |
896 | next cpu would be zero any way. | |
897 | ||
898 | * mon.c (mon_print_info): If possible, print the system cycle | |
899 | performance. This is an indication of the number of instructions | |
900 | per second. | |
901 | ||
902 | Wed Jan 29 12:14:19 1997 Andrew Cagney <[email protected]> | |
903 | ||
904 | * The code to allow an event queue to be updated during a signal | |
905 | was missing. For main.c, a cntrl-c simulation termination wasn't | |
906 | handled cleanly. | |
907 | ||
908 | * The simulation would not correctly restart if an event requested | |
909 | that the simulation be halted. | |
910 | ||
911 | * psim.c (psim_options): Add hack to -i option to optionally | |
912 | include a level vis -i2. | |
913 | (psim_usage): Document. | |
914 | ||
915 | * main.c (cntrl_c, cntrl_c_simulation): New functions. When a | |
916 | cntrl-c occures schedule an event to halt the simulation. | |
917 | (main): Catch CNTRL-C signals with the function cntrl_c. | |
918 | ||
919 | * events.c (event_queue_process): Mask interrupts while | |
920 | manipulating the async event queue. | |
921 | (event_queue_init): Ditto. | |
922 | (event_queue_schedule_after_signal): Ditto. | |
923 | ||
924 | * events.c (event_queue_process): Mark the event queue as being in | |
925 | the processing state when processing has started. Adjust code | |
926 | so that it is tolerant of halts. | |
927 | (event_queue_init): Start the event queue out with processing | |
928 | false. | |
929 | (event_queue_tick): Check that processing isn't still being | |
930 | performed. | |
931 | ||
932 | * gen-idecode.c (print_run_until_stop_body): Call | |
933 | event_queue_process_events to clear possibly pending events before | |
934 | starting a simulation run. Re-arange main loop so that simulator | |
935 | is correctly restarted when an event halts the simulation. | |
936 | ||
937 | * psim.c (psim_halt): Handle an event halting the simulation. | |
938 | * psim.c (psim_init): Adjust initial cpu - == -1 - to match | |
939 | reworked idecode. | |
940 | ||
941 | Wed Jan 29 12:14:19 1997 Andrew Cagney <[email protected]> | |
942 | ||
943 | * ppc-opcode-complex: Correct typo - was expanding ORA instead of | |
944 | RA. Based on instruction frequency stats, expand additional | |
945 | instructions. | |
946 | * ppc-instructions: Change all `RA == 0' to RA_is_0. | |
947 | ||
948 | * ppc-opcode-stupid: Move all but the basic table in -complex into | |
949 | here. Update to new format. | |
950 | ||
951 | * Makefile.in (tmp-defines): New target. Force defines.h to always | |
952 | be built. Hence get ppc-opcode-goto to build. | |
953 | ||
954 | Tue Jan 28 13:00:19 1997 Andrew Cagney <[email protected]> | |
955 | ||
956 | * hw_com.c (hw_com_instance_read, hw_com_instance_write): | |
957 | Implement. | |
958 | ||
959 | Thu Jan 23 09:07:26 1997 Andrew Cagney <[email protected]> | |
960 | ||
961 | * hw_trace.c (hw_trace_init_data): Delete. The trace options need | |
962 | to be initialized independant of the rest of the simulation | |
963 | initalization. Otherwize a trace option explictly set from gdb | |
964 | could be overridden by hw_trace. | |
965 | ||
966 | * psim.c (psim_options): Clarify reason why the trace ioctl occures. | |
967 | ||
968 | * FIXME: The trace code is too scattered - hw_trace.c, psim.c, | |
969 | debug.c. It could be much simpler. | |
970 | ||
971 | Thu Jan 23 09:07:26 1997 Andrew Cagney <[email protected]> | |
972 | ||
973 | * Some devices support removable media. Add hooks to the disk | |
974 | device so that it supports this. | |
975 | ||
976 | * device.c (device_add_string_array_property, | |
977 | device_find_string_array_property): New functions, manipulate | |
978 | properties containing an array of strings. | |
979 | (device_find_string_property): Allow a string array. | |
980 | (device_init_static_properties): Update. | |
981 | (device_init_runtime_properties): Update. | |
982 | ||
983 | * hw_disk.c (hw_disk_ioctl): Add ioctl for changing the disk | |
984 | media. If no file image is specified, use the next one in the | |
985 | image property list. | |
986 | (hw_disk_init_address): Change the file property so that it is a | |
987 | string array - use the first entry for the initial file image. | |
988 | ||
989 | * tree.c (print_string_aray_property): New function - print a | |
990 | string array. | |
991 | (print_properties): Adjust. | |
992 | (print_string): Write a string, handling double quotes. | |
993 | ||
994 | * device.h: Define an ioctl to `change-media' with an optional new | |
995 | media image. | |
996 | ||
997 | * hw_disk.c: Allow floppy disk devices to be specified. | |
998 | ||
999 | * psim.c (psim_command): New function, parse more complex psim | |
1000 | commands such as "change-media" and "trace". | |
1001 | * sim_calls.c (sim_do_command): Use. | |
1002 | ||
1003 | Wed Jan 22 09:38:33 1997 Andrew Cagney <[email protected]> | |
1004 | ||
1005 | * For expressions like (RA == 0) that are entered in to the cache | |
1006 | as RA_is_0. If possible generate the result of the expression so | |
1007 | that the compiler gets a better chance of eliminating dead | |
1008 | branches. | |
1009 | ||
1010 | * gen-icache.c (print_icache_extraction): For a cache entry of | |
1011 | the form <name>_is_<const> where it is a boolean field, generate | |
1012 | the result of the expression instead of the expression its self. | |
1013 | (print_icache_body): Remove code that was looking for *_is_0 and | |
1014 | then generating corresponding definitions. | |
1015 | ||
1016 | * gen-icache.c (print_icache_struct): If there is no cache, do not | |
1017 | output expressions in idecode.h file. | |
1018 | ||
1019 | * gen-icache.c (print_icache_body): Output them here. | |
1020 | ||
1021 | * ppc-opcode-complex: Clarify constant values for SPR==LR register | |
1022 | expansion. | |
1023 | ||
1024 | * ppc-cache-rules (RA_is_0, SPR_is_256): Two new cache entries. | |
1025 | ||
1026 | Wed Jan 22 12:24:52 1997 Andrew Cagney <[email protected]> | |
1027 | ||
1028 | * The code that put values in and extracted values from the cache | |
1029 | was too compilicated. The cache table did not allow values to be | |
1030 | computed from cache entries. #defines could only be used when a | |
1031 | cache was present, remove the restriction. | |
1032 | ||
1033 | * ld-cache.h, ld-cache.c: Add a new cache entry type - SCRATCH. A | |
1034 | scratch variable is defined when a cache entry is beinf | |
1035 | filled. Change the definition of a COMPUTE variable to be defined | |
1036 | when the cache entry is being used. | |
1037 | * gen-icache.c: Update. | |
1038 | ||
1039 | * ld-cache.h, ld-cache.c: Change field names so that their meaning | |
1040 | is more obvious. old_name->field_name, new_name->derived_name. | |
1041 | * gen-icache.c: Update | |
1042 | ||
1043 | * gen-icache.h, gen-icache.c (print_icache_body): Make the three | |
1044 | different types of cache code - put into cache, extract from | |
1045 | cache, no cache - an explicit argument to print_icache_body. | |
1046 | * gen-icache.c (print_icache_extraction): Ditto. | |
1047 | ||
1048 | * gen-semantics.c (print_c_semantic): Update use. | |
1049 | * gen-idecode.c (print_jump_insn): Update use. | |
1050 | * gen-icache.c (print_icache_function): Update use. | |
1051 | ||
1052 | * igen.c (main): Change 'R' option so that it does not force the | |
1053 | cache. | |
1054 | ||
1055 | * configure.in (enable-sim-icache): Clarify description. Make | |
1056 | #define one of the defaults regardless of the cache. Probably | |
1057 | should revamp and add a separate option. | |
1058 | ||
1059 | Tue Jan 21 13:26:10 1997 Andrew Cagney <[email protected]> | |
1060 | ||
1061 | * pk_disklabel.c (block_is_fdisk): Tidy up traces - use dos | |
1062 | partition numbering. | |
1063 | (pk_disklabel_create_instance): Partition 1..4 are valid - not | |
1064 | 1..3. | |
1065 | (is_iso9660): New function, verify a CD9660 File system. | |
1066 | (pk_disklabel_create_instance): Start expanding so that active | |
1067 | partition selection is supported. | |
1068 | ||
1069 | Mon Jan 20 11:20:15 1997 Andrew Cagney <[email protected]> | |
1070 | ||
1071 | * The cap object was retaining a reference to the instance of a | |
1072 | device after it was deleted. Instead add and remove cap's from the | |
1073 | cap db as they are created and deleted. This ensuring that a | |
1074 | capibility is only used during the lifetime of the corresponding | |
1075 | object. | |
1076 | ||
1077 | * cap.h, cap.c: Correct cap type - was signed32 should be | |
1078 | signed_cell. | |
1079 | ||
1080 | * cap.c (cap_add, cap_remove): New methods for cap object that | |
1081 | allow the explicit addition and removal of internal objects that | |
1082 | the cap knows about. | |
1083 | ||
1084 | * cap.c (cap_init): Rewrite. Verify that the only objects | |
1085 | remaining in the cap data base are those that were entered first. | |
1086 | Thse objects will be the permenant ones. | |
1087 | * device.c (device_init_address): Remember to initialize the cap | |
1088 | database. | |
1089 | ||
1090 | * device.c (device_create_instance_from): Explicitly add device | |
1091 | instances to the cap database. Simplify create code. | |
1092 | (device_instance_delete): Explicitly remove device instances from | |
1093 | the cap database. | |
1094 | ||
1095 | * device.c (device_create_from): Explicitly add a device to the | |
1096 | cap data base. | |
1097 | ||
1098 | * device.c (device_create_from): Always set the cap members. | |
1099 | ||
1100 | * hw_disk.c: Output the instance when tracing. | |
1101 | ||
1102 | Sun Jan 19 16:44:29 1997 Andrew Cagney <[email protected]> | |
1103 | ||
1104 | * tree.c (split_device_specifier): Add support for aliases when | |
1105 | looking up a device. Now needs a device as an argument. | |
1106 | (split_property_specifier): Ditto. | |
1107 | ||
1108 | Sun Jan 19 15:28:23 1997 Andrew Cagney <[email protected]> | |
1109 | ||
1110 | * The memory "claim" and "release" methods take an address and | |
1111 | size as arguments. These may be multi cell values. Initially fix | |
1112 | the memory code so that they check/detect this. Leave the | |
1113 | adjustment of any clients to later. | |
1114 | ||
1115 | * hw_memory.c (hw_memory_instance_claim, | |
1116 | hw_memory_instance_release): Handle multi-cell memory devices. | |
1117 | ||
1118 | * hw_memory.c (hw_memory_instance_claim): Be tolerant towards the | |
1119 | release of memory regions that were not claimed. | |
1120 | ||
1121 | Fri Jan 17 12:01:07 1997 Andrew Cagney <[email protected]> | |
1122 | ||
1123 | * device.h, device.c (device_instance_call_method): Correct return | |
1124 | type - can return either 0 or -1, hence should be a signed type. | |
1125 | * device_table.h: Ditto. | |
1126 | ||
1127 | * hw_memory.c (hw_memory_instance_claim, | |
1128 | hw_memory_instance_release): Update. | |
1129 | * hw_disk.c (hw_disk_max_transfer, hw_disk_block_size, | |
1130 | hw_disk_nr_blocks): Ditto. | |
1131 | ||
1132 | Fri Jan 17 11:50:13 1997 Andrew Cagney <[email protected]> | |
1133 | ||
1134 | * emul_chirp.c (chirp_emul_claim): Implement using the "claim" | |
1135 | method belonging to "/chosen/memory". | |
1136 | (chirm_emul_release): Ditto. | |
1137 | ||
1138 | * Makefile.in (LIB_INLINE_SRC): Remove emul_* from list of files | |
1139 | that are inlined. These modules are called via a table and are | |
1140 | not made inline. | |
1141 | ||
1142 | * hw_init.c (update_for_binary_section): Fix failure to allocate | |
1143 | memory used by the binary in real-mode executions. If "claim" | |
1144 | property is present, allocate memory from the "/chosen/memory" | |
1145 | device. | |
1146 | ||
1147 | * emul_chirp.c (emul_chirp_create): Specify that memory should be | |
1148 | claimed when loading a real image. | |
1149 | ||
1150 | * hw_memory.c (hw_memory_instance_claim): Don't page align memory | |
1151 | allocations. | |
1152 | ||
1153 | * hw_memory.c (hw_memory_instance_release): Avoid infinite loop | |
1154 | when merging adjacent memory chunks. | |
1155 | ||
1156 | Thu Jan 16 08:51:25 1997 Andrew Cagney <[email protected]> | |
1157 | ||
1158 | * vm.h (vm_data_map_read_buffer, vm_data_map_write_buffer): Add | |
1159 | optional PROCESSOR & CIA args so that this routine also abort an | |
1160 | access. | |
1161 | ||
1162 | * vm_n.h (vm_data_map_read_N, vm_data_map_write_N): For a | |
1163 | miss-aligned access when a transfer fails abort. | |
1164 | ||
1165 | * emul_bugapi.c (emul_bugapi_do_write): Use emul_read_buffer | |
1166 | instead of the vm_read_buffer. | |
1167 | * emul_netbsd.c (do_write): Ditto. | |
1168 | * emul_unix.c (do_unix_write): Ditto. | |
1169 | ||
1170 | Wed Jan 15 14:38:25 1997 Andrew Cagney <[email protected]> | |
1171 | ||
1172 | * configure.in (--enable-sim-jump): Default is NULL and not -E. | |
1173 | * configure: Regenerate. | |
1174 | ||
1175 | * basics.h (__attribute__): Enable attributes if GCC >= 2.6. | |
1176 | (UNUSED): Only enable UNUSED if GCC >= 2.7. | |
1177 | ||
1178 | * gen-icache.c (print_icache_extraction): Print UNUSED macro | |
1179 | instead of explicit __unused__ attribute. | |
1180 | (print_icache_body): Ditto. | |
1181 | * idecode_expression.h (FPSCR_BEGIN): Use UNUSED. | |
1182 | ||
1183 | Wed Jan 15 13:54:50 1997 Andrew Cagney <[email protected]> | |
1184 | ||
1185 | * cpu.h, cpu.c (cpu_synchronize_context): Add CIA argument as | |
1186 | reference point. | |
1187 | ||
1188 | * vm.c (vm_synchronize_context): Add PROCESSOR and CIA as | |
1189 | arguments so that there is a reference point for recovery. | |
1190 | (vm_synchronize_context): Pass processor+cia for errors. | |
1191 | (om_unpack_sr): Ditto. | |
1192 | (om_unpack_srs): Ditto. | |
1193 | * vm.c (vm_create): Review error messages. | |
1194 | ||
1195 | * vm.c: Include "cpu.h" so that cpu_error is visible. | |
1196 | ||
1197 | * ppc-instructions (Return From Interrupt): Pass CIA. | |
1198 | (Instruction Synchronize): Ditto. | |
1199 | * psim.c (psim_init): Ditto. | |
1200 | ||
1201 | Wed Jan 15 12:25:11 1997 Andrew Cagney <[email protected]> | |
1202 | ||
1203 | * cpu.h, cpu.c (cpu_error): Aborts simulation with error message, | |
1204 | but also saves current processor state. | |
1205 | ||
1206 | * basics.h: Move #include <stdarg.h> to here from device_table.h. | |
1207 | ||
1208 | * interrupts.c (perform_oea_interrupt): Use. No longer loose CIA | |
1209 | when simulation aborted. | |
1210 | (program_interrupt): Ditto. | |
1211 | (floating_point_unavailable_interrupt): Ditto. | |
1212 | (alignment_interrupt): Ditto. | |
1213 | (floating_point_assist_interrupt): Ditto. | |
1214 | (perform_oea_interrupt): Ditto. | |
1215 | (machine_check_interrupt): Ditto. | |
1216 | ||
1217 | Tue Jan 14 12:19:10 1997 Andrew Cagney <[email protected]> | |
1218 | ||
1219 | * ppc-instructions (Move from Special Purpose Register): Support | |
1220 | move from DEC. | |
1221 | ||
1222 | Mon Jan 13 16:58:12 1997 Andrew Cagney <[email protected]> | |
1223 | ||
1224 | * debug.h, debug.c: Add "interrupts" trace option. | |
1225 | ||
1226 | * interrupts.c (data_storage_interrupt): Add tracing. | |
1227 | (machine_check_interrupt): Ditto. | |
1228 | (instruction_storage_interrupt): Ditto. | |
1229 | (alignment_interrupt): Ditto. | |
1230 | (program_interrupt): Ditto. | |
1231 | (floating_point_unavailable_interrupt): Ditto. | |
1232 | (system_call_interrupt): Ditto. | |
1233 | (floating_point_assist_interrupt): Ditto. | |
1234 | (deliver_hardware_interrupt): Ditto. | |
1235 | ||
1236 | * interrupts.c (program_interrupt): For UEA mode, halt the | |
1237 | processor - so that the current state is saved - instead of | |
1238 | aborting. | |
1239 | (floating_point_unavailable_interrupt): Ditto. | |
1240 | (floating_point_assist_interrupt): Ditto. | |
1241 | ||
1242 | Thu Jan 2 09:10:41 1997 Andrew Cagney <[email protected]> | |
1243 | ||
1244 | * interrupts.c (perform_oea_interrupt): Halt rather than abort on | |
1245 | a double interrupt. | |
1246 | ||
1247 | Wed Jan 1 22:54:52 1997 Andrew Cagney <[email protected]> | |
1248 | ||
1249 | * ppc-instructions (Store Multiple Word, Load Multiple Word): | |
1250 | Enable. | |
1251 | ||
1252 | * tree.c (print_properties): For an array consider printing it out | |
1253 | as an integer array. | |
1254 | ||
1255 | * hw_memory.c (hw_memory_init_address): If an "available" property | |
1256 | is present, use that to initialize the available memory instead of | |
1257 | using the reg property. | |
1258 | ||
1259 | * emul_generic.c (emul_add_tree_hardware): Add "available" | |
1260 | property to memory device. | |
1261 | ||
1262 | Fri Dec 20 13:19:07 1996 Andrew Cagney <[email protected]> | |
1263 | ||
1264 | * ppc-instructions (Rotate Left Word then AND with Mask): Enable. | |
1265 | ||
1266 | * device.c (device_instance_call_method): Was only looking at the | |
1267 | first method. | |
1268 | ||
1269 | * hw_disk.c (hw_disk_nr_blocks): Implement #blocks method. | |
1270 | (hw_disk_block_size): Implement block-size method. | |
1271 | (hw_disk_max_transfer): Implement max-transfer method. | |
1272 | ||
1273 | * hw_phb.c (hw_phb_init_address): Reinit the rest of the PHB. | |
1274 | ||
1275 | * emul_chirp.c (chirp_emul_instance_to_path): Recover from an | |
1276 | invalid ihandle. | |
1277 | (chirp_emul_instance_to_package): Ditto. | |
1278 | (chirp_emul_method): Ditto. | |
1279 | (chirp_emul_read): Ditto. | |
1280 | (chirp_emul_write): Ditto. | |
1281 | (chirp_emul_close): Ditto. | |
1282 | (chirp_emul_seek): Ditto. | |
1283 | (chirp_emul_package_to_path): Ditto (for phandle). | |
1284 | (chirp_emul_package_to_path): Return the length. | |
1285 | ||
1286 | * psim.c (psim_merge_device_file): Allow continuation lines. | |
1287 | ||
1288 | Thu Dec 19 11:09:43 1996 Andrew Cagney <[email protected]> | |
1289 | ||
1290 | * emul_chirp.c (chirp_emul_boot): Implement. Well report the new | |
1291 | string and exit. | |
1292 | ||
1293 | * emul_chirp.c (chirp_emul_exit): Correct type of args struct | |
1294 | members - *_cell not host dependant int. | |
1295 | ||
1296 | Wed Dec 18 17:49:59 1996 Andrew Cagney <[email protected]> | |
1297 | ||
1298 | * interrupts.c (perform_oea_interrupt): Print additional | |
1299 | information if a double interrupt is encountered. | |
1300 | ||
1301 | Wed Dec 18 17:49:59 1996 Andrew Cagney <[email protected]> | |
1302 | ||
1303 | * psim.c (psim_merge_device_file): Tolerate an incorrect file-name | |
1304 | being specified with the -f option. | |
1305 | (psim_merge_device_file): Correct check for end of string. | |
1306 | ||
1307 | Wed Dec 18 17:49:59 1996 Andrew Cagney <[email protected]> | |
1308 | ||
1309 | * emul_chirp.c (chirp_emul_peer): Was falling off the end of the | |
1310 | list of devices. Return zero to the client instead. | |
1311 | * emul_chirp.c (chirp_emul_child): Ditto | |
1312 | * emul_chirp.c (chirp_emul_parent): Ditto | |
1313 | ||
1314 | * device.c (device_root): Assert assumption about the device being | |
1315 | valid. | |
1316 | ||
1317 | Tue Dec 17 15:12:38 1996 Andrew Cagney <[email protected]> | |
1318 | ||
1319 | * emul_chirp.c (emul_chirp_create): Add description property to | |
1320 | each significant node in the device tree. | |
1321 | * emul_bugapi.c (emul_bugapi_create): Ditto. | |
1322 | ||
1323 | Fri Dec 13 14:30:31 1996 Andrew Cagney <[email protected]> | |
1324 | ||
1325 | * main.c (sim_io_read_stdin): For a single byte STDIO read, use a | |
1326 | tempoary two byte buffer. Single byte read with fgets will not | |
1327 | work. | |
1328 | * main.c: Include errno.h. | |
1329 | (sim_io_read_stdin): For non-STDIO, make it work. | |
1330 | ||
1331 | * emul_chirp.c (chirp_emul_read): Return the correct error status. | |
1332 | ||
1333 | Fri Dec 13 14:30:31 1996 Andrew Cagney <[email protected]> | |
1334 | ||
1335 | * std-config.h (WITH_STDIO): Don't hard-wire the STDIO mechanism. | |
1336 | Instead have each emulation default it to DO_USE_STDIO. | |
1337 | ||
1338 | * emul_generic.c (emul_add_tree_options): Select the STDIO I/O | |
1339 | mechanism as the default if enabled or if nothing selected. | |
1340 | ||
1341 | * sim_calls.c (sim_io_read_stdin): Passify GCC's desire for a | |
1342 | return value. | |
1343 | (sim_io_write_stdout): Ditto. | |
1344 | (sim_io_write_stderr): Ditto. | |
1345 | * main.c (sim_io_write_stdout): Ditto. | |
1346 | (sim_io_write_stderr): Ditto. | |
1347 | (sim_io_read_stdin): Ditto. | |
1348 | ||
1349 | Tue Dec 10 10:31:48 1996 Michael Meissner <[email protected]> | |
1350 | ||
1351 | * emul_chirp.c (emul_chirp_instruction_call): Make *printf calls | |
1352 | type correct. | |
1353 | * vm.c (om_effective_to_virtual): Ditto. | |
1354 | * events.c (event_queue_schedule{,_after_signal}): Ditto. | |
1355 | (event_queue_{deschedule,process}): Ditto. | |
1356 | * hw_htab.c (htab_decode_hash_table): Ditto. | |
1357 | (htab_map_{page,binary}): Ditto. | |
1358 | * hw_opic.c (hw_opic_init_data): Ditto. | |
1359 | (handle_interrupt): Ditto. | |
1360 | (do_processor_init_register_{read,write}): Ditto. | |
1361 | (write_vector_priority_register): Ditto. | |
1362 | ({read,write}_destination_register): Ditto. | |
1363 | (do_suprious_vector_register_{read,write}): Ditto. | |
1364 | (do_current_task_priority_register_N_{read,write}): Ditto. | |
1365 | (do_timer_frequency_reporting_register_{read,write}): Ditto. | |
1366 | (do_timer_N_{current,base}_count_register_{read,write}): Ditto. | |
1367 | (do_ipi_N_dispatch_register_write): Ditto. | |
1368 | (do_vendor_identification_register_read): Ditto. | |
1369 | (do_feature_reporting_register_N_read): Ditto. | |
1370 | (do_global_configuration_register_N_{read,write}): Ditto. | |
1371 | * hw_phb.c (hw_phb_attach_address): Ditto. | |
1372 | (hw_phb_unit_decode): Ditto. | |
1373 | (hw_phb_address_to_attach_address): Ditto. | |
1374 | (hw_phb_io_{read,write}_buffer): Ditto. | |
1375 | * hw_ide.c (setup_fifo): Ditto. | |
1376 | ||
1377 | * sim_calls.c ({defs,callback,remote-sim}.h): Find gdb include | |
1378 | files via -I<dir> instead of using "../../gdb/" prefixes. | |
1379 | ||
1380 | Tue Dec 10 10:12:44 1996 Andrew Cagney <[email protected]> | |
1381 | ||
1382 | * debug.h: Add tracing for the pal device. | |
1383 | * hw_pal.c: Update. | |
1384 | ||
1385 | * emul_chirp.c (chirp_emul_getprop): More tracing. | |
1386 | ||
1387 | Tue Dec 10 10:12:44 1996 Andrew Cagney <[email protected]> | |
1388 | ||
1389 | * device.h, device.c (device_find_ihandle_runtime_property): New | |
1390 | function. Reverse of add_ihandle_runtime property. | |
1391 | (device_init_runtime_properties): Use it. | |
1392 | ||
1393 | * device.c (find_property_entry): New function returns the | |
1394 | internal property spec. | |
1395 | (device_set_property): Use. | |
1396 | (device_find_property): Use. | |
1397 | ||
1398 | Tue Dec 10 10:12:44 1996 Andrew Cagney <[email protected]> | |
1399 | ||
1400 | * psim.c (psim_merge_device_file): Strip newline from device | |
1401 | specs. | |
1402 | ||
1403 | Tue Dec 10 10:12:44 1996 Andrew Cagney <[email protected]> | |
1404 | ||
1405 | * hw_htab.c (htab_map_binary): For overlapping text / data maps | |
1406 | merge the two. Also check that the merge is safe. | |
1407 | ||
1408 | * emul_chirp.c (emul_chirp_create): Add a description property to | |
1409 | the pte's so that they are easier to identify. | |
1410 | ||
1411 | (emul_chirp_create): Don't specify a load address for the CHRP | |
1412 | image. Always use the values specified by the executable. | |
1413 | ||
1414 | * hw_htab.c (htab_map_page): Abort if a duplicate map is | |
1415 | encountered. | |
1416 | ||
1417 | Mon Dec 9 12:08:46 1996 Andrew Cagney <[email protected]> | |
1418 | ||
1419 | * hw_htab.c (htab_map_page): Formatting. | |
1420 | ||
1421 | * emul_chirp.c (emul_chirp_instruction_call): Check for a NULL | |
1422 | method name when handling the client call. Also check for other | |
1423 | bad call arguments. | |
1424 | ||
1425 | * emul_chirp.c (emul_chirp_create): Allow real-mode?, real-base, | |
1426 | etc to be overriden. | |
1427 | ||
1428 | Mon Dec 9 12:08:46 1996 Andrew Cagney <[email protected]> | |
1429 | ||
1430 | * os_emul.c (os_emul_create): Use tree find property instead of | |
1431 | device find property - sigh. | |
1432 | ||
1433 | Thu Dec 5 10:46:42 1996 Andrew Cagney <[email protected]> | |
1434 | ||
1435 | * 961205: Release snapshot 961205. | |
1436 | ||
1437 | Thu Dec 5 10:46:42 1996 Andrew Cagney <[email protected]> | |
1438 | ||
1439 | * configure.in (hostbitsize, bitsize): Fix typo in error message - | |
1440 | cannot contain a comma. | |
1441 | (sim-warnings): Check for more potential errors. | |
1442 | ||
1443 | * psim.c (psim_usage): Add -f <file> option. Specifies a file | |
1444 | containing device tree specifications that should be merged into | |
1445 | the device tree. | |
1446 | ||
1447 | * configure.in: Sort options. | |
1448 | * configure: Rebuild | |
1449 | ||
1450 | Wed Dec 4 13:57:31 1996 Andrew Cagney <[email protected]> | |
1451 | ||
1452 | * psim.c (psim_usage): Add -n option - specify number of | |
1453 | processors. | |
1454 | ||
1455 | * emul_chirp.c: Add description. | |
1456 | * emul_bugapi.c: Ditto. | |
1457 | * emul_unix.c: Ditto. | |
1458 | * emul_netbsd.c: Ditto. | |
1459 | ||
1460 | Fri Nov 29 11:12:22 1996 Andrew Cagney <[email protected]> | |
1461 | ||
1462 | * hw_pal.c (hw_pal_attach_address): New function, if an attach is | |
1463 | encountered, assume that it is the single disk. | |
1464 | * hw_pal.c: Add generic device/size decode methods. | |
1465 | ||
1466 | * hw_nvram.c (hw_nvram_init_address): Use the first nonzero reg | |
1467 | property entry when determining the nvram size. | |
1468 | ||
1469 | * hw_core.c: Add generic address/size decode methods. | |
1470 | ||
1471 | * emul_chirp.c (emul_chirp_instruction_call): Return and trace | |
1472 | nonzero status from client functions. | |
1473 | ||
1474 | * main.c (error): Always include a cariage return when writing out | |
1475 | errors. | |
1476 | ||
1477 | Wed Nov 20 00:36:55 1996 Doug Evans <[email protected]> | |
1478 | ||
1479 | * sim_calls.c (sim_resume): Reset sim_should_run if single | |
1480 | stepping. | |
1481 | ||
1482 | Thu Nov 28 13:19:46 1996 Andrew Cagney <[email protected]> | |
1483 | ||
1484 | * emul_bugapi.c (emul_bugapi_do_diskio): Add support for multiple | |
1485 | optional disks. | |
1486 | ||
1487 | * emul_generic.c (emul_add_tree_hardware): Drop the dummy eeprom. | |
1488 | Attach the pal - for I/O - as a pseudo device haning from the | |
1489 | firmware sub tree. | |
1490 | ||
1491 | * emul_bugapi.c (emul_bugapi_create): Add a small memory device to | |
1492 | the device tree at the address of the hi-mem interrupt vector | |
1493 | addreses. Used by bugapi to establish its trap instructions. | |
1494 | ||
1495 | * debug.h: Add a new macro DITRACE for tracing device instances. | |
1496 | ||
1497 | * debug.h: Extend the DTRACE macro so that it can also tests for | |
1498 | device specific tracint. | |
1499 | ||
1500 | * device.h, device.c (device_trace): Add method to determine | |
1501 | device specific tracing. | |
1502 | (device_init_address): Set the devices tracing level. | |
1503 | ||
1504 | Thu Nov 21 12:05:32 1996 Andrew Cagney <[email protected]> | |
1505 | ||
1506 | * tree.h, tree.c (tree_device): New files - separate out the | |
1507 | device parser and other tree operations from the device. | |
1508 | ||
1509 | * inline.h, inline.c (INLINE_TREE): Add. | |
1510 | * device.h, device.c (device_tree_add_parsed): Delete. | |
1511 | * Makefile.in (tree.c): Add rules for new file. | |
1512 | * Makefile.in: Better order the emul_* files. | |
1513 | ||
1514 | * emul_generic.c (emul_add_tree_hardware): Update. | |
1515 | * emul_netbsd.c (emul_netbsd_create): Update. | |
1516 | * emul_unix.c (emul_unix_create): Ditto. | |
1517 | * emul_chirp.c (emul_chirp_create): Ditto. | |
1518 | * emul_bugapi.c (emul_bugapi_create): Ditto. | |
1519 | * psim.c (psim_tree): Ditto. | |
1520 | * hw_init.c: Ditto. | |
1521 | ||
1522 | * emul_generic.h: Include tree.h | |
1523 | * Makefile.in: Add to EMUL_GENERIC_H dependencies. | |
1524 | ||
1525 | * device.h, device.c (device_root): New function - returns the | |
1526 | root of the tree. | |
1527 | * corefile.c: Use. | |
1528 | ||
1529 | * device.h, device.c (device_clean): New function, clean up device | |
1530 | ready for next simulation run. This includes things like deleting | |
1531 | interrupt edges and properties created during the simulation and | |
1532 | also scrubbing any pre-defined properties. | |
1533 | * tree.c (tree_init): Use. | |
1534 | ||
1535 | * device.h, device.c (device_init_static_properties): New | |
1536 | function. Initialize any static predefined properties. By static | |
1537 | we mean those that have values that can be determined before the | |
1538 | device tree initialization has started. | |
1539 | * tree.c (tree_init): Use. | |
1540 | ||
1541 | * device.h, device.c (device_init_address): Add code to | |
1542 | check/verify the devices #address-cells and #size-cells. | |
1543 | (device_add_integer_property): Delete corresponding code. | |
1544 | (device_nr_address_cells, device_nr_data_cells): Check for | |
1545 | property when returning value. | |
1546 | ||
1547 | * device.h, device.c (device_init_runtime_properties): New | |
1548 | function. Initialize those properties that are not `static'. At | |
1549 | present the only such property is the ihandle. | |
1550 | * tree.c (tree_init): Use. | |
1551 | ||
1552 | * device.h, device.c (reg, ranges): Rework these so that they use | |
1553 | an array of the fundamental type - single reg or single range | |
1554 | entry. | |
1555 | ||
1556 | * device.h, device.c (device_add_ihandle_runtime_property): | |
1557 | Re-implement the adding of an ihandle during tree construction so | |
1558 | that it better fits in with device initialization. | |
1559 | ||
1560 | Thu Nov 21 12:05:32 1996 Andrew Cagney <[email protected]> | |
1561 | ||
1562 | * device.h, device.c (device_ioctl): Add additional argument - | |
1563 | request - so that the caller must always specify the type of | |
1564 | the ioctl request. | |
1565 | ||
1566 | * device_table.h: Update. | |
1567 | * hw_trace.c (hw_trace_ioctl): Ditto. | |
1568 | * hw_vm.c (hw_vm_ioctl_callback): Ditto. | |
1569 | * hw_init.c (hw_stack_ioctl_callback): Ditto. | |
1570 | * psim.c (psim_options): Ditto. | |
1571 | ||
1572 | Thu Nov 21 12:05:32 1996 Andrew Cagney <[email protected]> | |
1573 | ||
1574 | * BUGS: Updated a bit. | |
1575 | ||
1576 | Wed Nov 20 14:06:37 1996 Andrew Cagney <[email protected]> | |
1577 | ||
1578 | * hw_opic.c: Finish - third round. | |
1579 | ||
1580 | Wed Nov 20 12:02:08 1996 Andrew Cagney <[email protected]> | |
1581 | ||
1582 | * hw_glue.c (hw_glue_io_read_buffer_callback): Fix miscalc of glue | |
1583 | reg index. | |
1584 | (hw_glue_io_write_buffer_callback): Ditto. | |
1585 | ||
1586 | Tue Nov 19 21:17:08 1996 Andrew Cagney <[email protected]> | |
1587 | ||
1588 | * events.c (event_queue_process): Was incorrectly consuming future | |
1589 | events on the queue when they should be left alone. | |
1590 | ||
1591 | * debug.h, debug.c (events): Add support for event queue tracing. | |
1592 | * events.c: Add event tracing. | |
1593 | ||
1594 | * debug.h, debug.c: Order device trace options. | |
1595 | ||
1596 | Fri Nov 15 15:23:39 1996 Michael Meissner <[email protected]> | |
1597 | ||
1598 | * pk_disklabel.c (pk_disklabel_create_instance): Fix up some | |
1599 | warnings generated by GCC. | |
1600 | ||
1601 | Sun Nov 17 17:59:14 1996 Andrew Cagney <[email protected]> | |
1602 | ||
1603 | * sim-endian.h: Add LE versions of byte swap macros. Needed for | |
1604 | PCI devices which are little-endian. | |
1605 | ||
1606 | * sim-endian-n.h (endian_le2h_N, endian_h2le_N): Ditto | |
1607 | ||
1608 | Sun Nov 17 17:59:14 1996 Andrew Cagney <[email protected]> | |
1609 | ||
1610 | * hw_iobus.c (hw_iobus_attach_address_callback): Change the iobus | |
1611 | so that it is implementing a 1-1 address map. | |
1612 | ||
1613 | * emul_generic.c (emul_add_tree_hardware): Adjust. | |
1614 | ||
1615 | * emul_generic.c (emul_add_tree_hardware): Don't add the nvram as | |
1616 | a default. | |
1617 | ||
1618 | Sun Nov 17 17:59:14 1996 Andrew Cagney <[email protected]> | |
1619 | ||
1620 | * device.c (split_find_device): Be tolerant of missing unit | |
1621 | addresses. | |
1622 | ||
1623 | Fri Nov 15 16:49:49 1996 Andrew Cagney <[email protected]> | |
1624 | ||
1625 | * basics.h (port_direction): New type, specify the direction of | |
1626 | any `port'. | |
1627 | ||
1628 | * device.h, device.c (device_interrupt_decode): Include | |
1629 | specification of port direction in operations. | |
1630 | (device_interrupt_encode): Ditto. | |
1631 | ||
1632 | * device_table.h: Add a direction field to the interrupt port | |
1633 | table. | |
1634 | ||
1635 | * device.c (device_tree_add_parsed): Specify port direction. | |
1636 | ||
1637 | Thu Nov 14 21:38:13 1996 Andrew Cagney <[email protected]> | |
1638 | ||
1639 | * hw_opic.c: Finish - second round. | |
1640 | ||
1641 | Thu Nov 7 00:18:59 1996 Andrew Cagney <[email protected]> | |
1642 | ||
1643 | * hw_htab.c (htab_init_data_callback): Allow the virtual-address | |
1644 | to be specified as an array which allows 64bit addresses. | |
1645 | ||
1646 | * device.c (device_find_integer_array_property): New function. | |
1647 | Simplify the querying of elements of an integer array. | |
1648 | (device_add_integer_property, device_find_integer_property): | |
1649 | Update to correctly use the cell type. | |
1650 | ||
1651 | * vm.c (om_unpack_sr): Clarify shifting comment. | |
1652 | (om_pte_0_masked_vsid): Ditto. Add 64bit version. | |
1653 | ||
1654 | * emul_chirp.c (emul_chirp_create): Initialize the segment | |
1655 | registers. | |
1656 | ||
1657 | * vm.c (om_effective_to_virtual): Trace segment register use. | |
1658 | ||
1659 | * hw_htab.c (htab_map_page): Print out the pteg base address to | |
1660 | simplify cross checking between vm and the htab. | |
1661 | (htab_decode_hash_table): Use device_error instead of error. | |
1662 | (htab_map_page): Ditto. | |
1663 | (htab_dma_binary): Ditto. | |
1664 | (htab_map_binary): Ditto. | |
1665 | (htab_init_data_callback): Ditto. | |
1666 | ||
1667 | Wed Nov 6 20:20:58 1996 Andrew Cagney <[email protected]> | |
1668 | ||
1669 | * interrupts.h: Clarify what the optional instruction program | |
1670 | interrupt is - a subset of illegal instruction program interrupt. | |
1671 | ||
1672 | * interrupts.c (program_interrupt): For UEA mode, clarify what an | |
1673 | optional instruction program interrupt is. | |
1674 | (program_interrupt): For OEA mode, as per spec, generate an | |
1675 | illegal instruction program interrupt when an optional instruction | |
1676 | is encountered. | |
1677 | ||
1678 | * gen-semantics.c (print_semantic_body): Delete code | |
1679 | differentiating between an unimplemented floating point and normal | |
1680 | instruction. Instead, such a case can be handled explicitly. | |
1681 | ||
1682 | * ppc-instructions (store floating-point as integer word indexed): | |
1683 | Mark as optional. | |
1684 | (Floating Convert to Integer Doubleword): Make the floating point | |
1685 | assist interrupt explicit. | |
1686 | (Floating Convert To Integer Doubleword with round towards Zero): | |
1687 | Ditto. | |
1688 | (Floating Convert To Integer Word): Ditto | |
1689 | (Move From FPSCR): Ditto. | |
1690 | (Move to Condition Register from FPSCR): Ditto. | |
1691 | (Move To FPSCR Fields): Ditto. | |
1692 | (Move To FPSCR Field Immediate): Ditto. | |
1693 | (Move To FPSCR Bit 0): Ditto. | |
1694 | (Move To FPSCR Bit 1): Ditto. | |
1695 | ||
1696 | Mon Nov 4 12:49:13 1996 Andrew Cagney <[email protected]> | |
1697 | ||
1698 | * corefile.c (core_map_read_buffer, core_map_write_buffer): Avoid | |
1699 | breaking up transfers. | |
1700 | ||
1701 | * corefile.c: Adjust arguments so that the client server | |
1702 | relationship is clarified. | |
1703 | ||
1704 | * hw_glue.c (hw_glue_init_address): Update so it can be attached | |
1705 | to a PCI bus. | |
1706 | ||
1707 | * hw_disk.c (hw_disk_instance_write): Add more checks to disk IO - | |
1708 | looking for things like overflow/underflow. | |
1709 | ||
1710 | Sun Nov 3 18:45:20 1996 Andrew Cagney <[email protected]> | |
1711 | ||
1712 | * emul_generic.c (emul_add_tree_hardware): Hang the disk off the | |
1713 | PAL device instead of the IOBUS. The disk must be attached to a | |
1714 | logical bus. | |
1715 | ||
1716 | * hw_disk.c (hw_disk_init_address): Just use the unit address | |
1717 | directly in the attach - the rest isn't relevant. | |
1718 | ||
1719 | Sat Nov 2 21:48:57 1996 Andrew Cagney <[email protected]> | |
1720 | ||
1721 | * configure.in (sim-hardware, sim-packages): Allow additional | |
1722 | hardware and packages to be prefixed as well as appended. | |
1723 | ||
1724 | * Makefile.in (tmp-hw, tmp-pk): Retain the user specified order of | |
1725 | packages when building them. Consequently, a user can override a | |
1726 | standard device by prefixing their own version. | |
1727 | ||
1728 | * Makefile.in (hw_opic.o, hw_pci.o, hw_ide.o): Add dependencies. | |
1729 | ||
1730 | Fri Nov 1 14:42:57 1996 Michael Meissner <[email protected]> | |
1731 | ||
1732 | * mon.c (_cpu_mon): Add fields for counting 1, 2, 4, and 8 byte | |
1733 | reads and writes. | |
1734 | (mon_{read,write}): Count 1, 2, 4, and 8 byte reads/writes. | |
1735 | (mon_print_info): Correct typo regarding # of unaligned reads and | |
1736 | writes. Print out how many 1, 2, 4, and 8 byte reads/writes there | |
1737 | are. | |
1738 | ||
1739 | Tue Oct 29 17:55:43 1996 Michael Meissner <[email protected]> | |
1740 | ||
1741 | * configure.in (AC_CHECK_FUNCS): Add access. | |
1742 | * config{.in,ure}: Regenerate. | |
1743 | ||
1744 | * emul_unix.c (do_unix_nop): System call that always succeeds. | |
1745 | (do_unix_access): Support access system call. | |
1746 | (solaris_descriptors): Make sigaltstack and sigaction nops. | |
1747 | ({solaris,linux}_descriptors): Add support for access. | |
1748 | ||
1749 | Tue, 8 Oct 18:42:26 1996 Jason Molenda <[email protected]> | |
1750 | ||
1751 | * Makefile.in (clean): Move config.log to distclean. | |
1752 | ||
1753 | Fri Nov 1 16:44:28 1996 Andrew Cagney <[email protected]> | |
1754 | ||
1755 | * corefile-n.h (core_map_write_N): Improve abort messages. | |
1756 | ||
1757 | * device.h, device.c (device_attach_address): Remove unused name | |
1758 | parameter. | |
1759 | (device_detach_address): Ditto. | |
1760 | * device_table.h, device_table.c: Update. | |
1761 | * hw_iobus.c (hw_iobus_attach_address_callback): Ditto. | |
1762 | * hw_nvram.c (hw_nvram_init_address): Ditto. | |
1763 | * hw_memory.c (hw_memory_init_address): Ditto. | |
1764 | * hw_vm.c (hw_vm_init_address_callback): Ditto. | |
1765 | (hw_vm_attach_address): Ditto. | |
1766 | (hw_vm_add_space): Ditto. | |
1767 | * hw_init.c (update_for_binary_section): Ditto. | |
1768 | * hw_core.c (hw_core_attach_address_callback): Ditto. | |
1769 | ||
1770 | * hw_iobus.c (hw_iobus_attach_address_callback): Rewrite to handle | |
1771 | configurable parent busses. | |
1772 | ||
1773 | Wed Oct 30 18:46:32 1996 Andrew Cagney <[email protected]> | |
1774 | ||
1775 | * device_table.c (generic_device_size_to_attach_size): Provide | |
1776 | limited support for multi-cell sizes. | |
1777 | (generic_device_address_to_attach_address): Ditto for addresses. | |
1778 | ||
1779 | Tue Oct 29 02:01:29 1996 Andrew Cagney <[email protected]> | |
1780 | ||
1781 | * device.c (device_add_integer_property): Check for setting of | |
1782 | #address-cells and #size-cells properties. For these, update the | |
1783 | corresponding device values. | |
1784 | (device_nr_address_cells, device_nr_size_cells): Use the value | |
1785 | from the device instead of the property. | |
1786 | ||
1787 | * hw_core.c: Use generic address and size conversions for the top | |
1788 | bus. | |
1789 | ||
1790 | * hw_memory.c (hw_memory_init_address): Tolerate case where | |
1791 | #address and #size cells is greater than 1. | |
1792 | ||
1793 | * device.c (device_tree_print_device): Clean out printing of | |
1794 | properties. | |
1795 | ||
1796 | * device.c (split_device_specifier): Don't detect comments here - | |
1797 | "#" can be a valid prefix - eg #size-cells. | |
1798 | ||
1799 | * psim.c (psim_merge_device_file): Suppress comments and blank | |
1800 | lines here. | |
1801 | ||
1802 | * emul_generic.c (emul_add_tree_hardware): Fix typo of incorrect | |
1803 | pal unit address. Add the property /#address-cells to the root of | |
1804 | the tree. | |
1805 | ||
1806 | * device.c (device_template_create_device): Check that the unit | |
1807 | address was successfully parsed. | |
1808 | ||
1809 | * device_table.c (generic_device_unit_decode): Rewrite to better | |
1810 | handle multi-cell addresses. | |
1811 | (generic_device_unit_encode): Ditto. | |
1812 | ||
1813 | * emul_generic.c (emul_add_tree_hardware): "reg" properties no | |
1814 | longer need the explicit array type - the parser takes care of it. | |
1815 | ||
1816 | * pk_disklabel.c (pk_disklabel_create_instance): Add NULL return | |
1817 | to keep GCC happy. | |
1818 | ||
1819 | Mon Oct 28 22:55:48 1996 Andrew Cagney <[email protected]> | |
1820 | ||
1821 | * hw_ide.c: New file. Model of a basic IDE interface attached to | |
1822 | a PCI bus. | |
1823 | ||
1824 | * configure.in (hardware): Add the ide device to the default | |
1825 | configuration. | |
1826 | * configure: Regenerate. | |
1827 | ||
1828 | * debug.h, debug.c: Add tracing option for the IDE device. | |
1829 | ||
1830 | Fri Oct 25 21:28:25 1996 Andrew Cagney <[email protected]> | |
1831 | ||
1832 | * hw_phb.c, hw_phb.h: New files - implement a PHB. | |
1833 | ||
1834 | * configure.in (hardware): Add the phb to the list of devices to | |
1835 | build by default. | |
1836 | ||
1837 | Fri Oct 25 21:28:25 1996 Andrew Cagney <[email protected]> | |
1838 | ||
1839 | * hw_com.c: Review description. | |
1840 | * hw_disk.c: Ditto. | |
1841 | * hw_htab.c: Ditto. | |
1842 | * hw_eeprom.c: Ditto. | |
1843 | * hw_init.c: Ditto. | |
1844 | * hw_cpu.c: Ditto. | |
1845 | ||
1846 | * hw_com.c: Update event handling. | |
1847 | ||
1848 | * hw_disk.c: Implement tracing. | |
1849 | ||
1850 | Fri Oct 25 21:28:25 1996 Andrew Cagney <[email protected]> | |
1851 | ||
1852 | * device_table.c (generic_device_init_address): Use | |
1853 | assigned-addresses property in preference to any other reg | |
1854 | property. | |
1855 | ||
1856 | Fri Oct 25 21:28:25 1996 Andrew Cagney <[email protected]> | |
1857 | ||
1858 | * device.h, device.c (device_find_ranges_property): New function. | |
1859 | Simplify the manipulation of "ranges" properties. | |
1860 | ||
1861 | * device.c (device_add_parsed): Extend to include support for the | |
1862 | ranges property. | |
1863 | ||
1864 | * device.c (device_add_parsed): Add assigned-addresses to the list | |
1865 | of reg type properties. | |
1866 | ||
1867 | * device.c (device_tree_print_device): Add code to format and | |
1868 | print a ranges property. | |
1869 | ||
1870 | * device.h, device.c (device_nr_address_cells, | |
1871 | device_nr_size_cells): New functions. Determine the values of the | |
1872 | standard properties #address-cells and #size-cells. Both of which | |
1873 | are optional and have default values of two and one respectfuly. | |
1874 | Previously, code that determined #address-cells was incorrectly | |
1875 | using a value of one. | |
1876 | ||
1877 | Fri Oct 25 21:28:25 1996 Andrew Cagney <[email protected]> | |
1878 | ||
1879 | * debug.h, debug.c: Sort debug options, Add entries for the | |
1880 | comming PHB device. | |
1881 | ||
1882 | Fri Oct 18 12:12:21 1996 Michael Meissner <[email protected]> | |
1883 | ||
1884 | * ppc-instructions (Floating Select): Add support for fsel unless | |
1885 | model is 601. Allow user to filter out instruction unless -Fs is | |
1886 | passed to igen. | |
1887 | (Store Floating-Point as Integer Word Indexed): Raise optional | |
1888 | instruction program abort. Allow user to filter out instruction | |
1889 | unless -Fs is passed to igen. | |
1890 | (Floating Square Root{, Single}): Ditto. | |
1891 | (Floating Reciprocal Estimate Single): Ditto. | |
1892 | (Floating Reciprocal Square Root Estimate): Ditto. | |
1893 | ||
1894 | * configure.in (--enable-sim-filter): If not passed, pass 32,f,s | |
1895 | to igen. | |
1896 | * configure: Regenerate. | |
1897 | ||
1898 | * interrupts.h (program_interrupt_reasons): Add | |
1899 | optional_instruction_program_interrupt. | |
1900 | ||
1901 | * interrupts.c (program_interrupt): Call error with more detailed | |
1902 | information on program interrupts, particularly in user mode. Add | |
1903 | support for optional_instruction_program_interrupt. | |
1904 | ||
1905 | Wed Sep 25 10:20:29 1996 Andrew Cagney <[email protected]> | |
1906 | ||
1907 | * hw_glue.c: New device. Hooks for manipulating interrupt ports. | |
1908 | ||
1909 | * debug.h, debug.c (trace_glue_device): Add tracing support for | |
1910 | the interrupt glue logic device. | |
1911 | ||
1912 | * configure.in (hardware): Add glue device. | |
1913 | * configure: Regenerate. | |
1914 | ||
1915 | Tue Sep 24 20:55:38 1996 Andrew Cagney <[email protected]> | |
1916 | ||
1917 | * device.c (device_tree_parse_integer_property): New function, | |
1918 | parse a list of integers as an array property. | |
1919 | (device_tree_add_parsed): Call it. | |
1920 | ||
1921 | * device.c (device_tree_parse_string_property): New function, | |
1922 | parse a list of strings as a string property (with embeded | |
1923 | null's). For moment, don't try to implement a complext string | |
1924 | parser. | |
1925 | (device_tree_add_parsed): Call it. | |
1926 | ||
1927 | Tue Sep 24 16:30:48 1996 Andrew Cagney <[email protected]> | |
1928 | ||
1929 | * hw_opic.c: New file. OpenPIC interrupt controller. | |
1930 | ||
1931 | * configure.in (hardware): Add opic device. | |
1932 | * configure: re-generate. | |
1933 | ||
1934 | * hw_pic.c: Delete, replaced with hw_opic.c. | |
1935 | ||
1936 | * debug.h, debug.c: Add debug option for OpenPIC device. - | |
1937 | opic-device. | |
1938 | ||
1939 | Tue Sep 24 16:30:48 1996 Andrew Cagney <[email protected]> | |
1940 | ||
1941 | * Makefile.in (psim.o, idecode.o): Since idecode and not psim is | |
1942 | now the file that does all the inlining. | |
1943 | ||
1944 | * Makefile.in (LIB_SRC, LIB_INLINE_SRC, idecode.o): Break out the | |
1945 | library source code that could be involved in an inlining. Make | |
1946 | idecode.o only dependant on the inlined library source code. | |
1947 | ||
1948 | * Makefile.in (LIB_OBJ): Put options last on the list so that it | |
1949 | is compiled last. | |
1950 | ||
1951 | * std-config.h (DEVICE_INLINE): Only inline locals when the | |
1952 | default is to inline. | |
1953 | ||
1954 | Mon Sep 23 00:37:49 1996 Andrew Cagney <[email protected]> | |
1955 | ||
1956 | * hw_htab.c (htab_sum_binary): Determine the real-base for the | |
1957 | binary. | |
1958 | ||
1959 | * hw_htab.c (htab_map_binary): Depending on the value of the | |
1960 | load-base, either map the program in as a contiguous section or as | |
1961 | separate sections controled by th binaries lma values. | |
1962 | (htab_init_data_callback): Ditto. | |
1963 | ||
1964 | Sun Sep 22 15:56:22 1996 Andrew Cagney <[email protected]> | |
1965 | ||
1966 | * emul_generic.c (emul_add_tree_options): Remove load-base option. | |
1967 | ||
1968 | * emul_chirp.c (map_over_chirp_note): Add load_base field to note | |
1969 | struct. Don't require the load_base field to be present - just | |
1970 | issue warning - it is a recent addition. | |
1971 | (emul_chirp_create): Support both virtual and physical modes. | |
1972 | ||
1973 | * emul_chirp.c (emul_chirp_create): Add a stack initialization | |
1974 | property so that any arguments specified on the command line can | |
1975 | be passed on to user programs. | |
1976 | ||
1977 | * hw_init.c (create_ppc_chirp_bootargs): Add support for chirp | |
1978 | argument passing to the pseudo device stack. | |
1979 | ||
1980 | Sat Sep 21 19:39:56 1996 Andrew Cagney <[email protected]> | |
1981 | ||
1982 | * device.c (device_error): Make it more tolerant to incomplete | |
1983 | devices. | |
1984 | ||
1985 | * hw_init.c (hw_data_init_data_callback): Extend the data device | |
1986 | so that it can perform initialization operations either dma or a | |
1987 | more complex instance open, seek, write operation. | |
1988 | * hw_init.c: Update the description of the data device to reflect | |
1989 | this. | |
1990 | ||
1991 | Sat Sep 21 00:13:02 1996 Andrew Cagney <[email protected]> | |
1992 | ||
1993 | * device.c (device_event_queue_schedule, | |
1994 | device_event_queue_deschedule, device_event_queue_time): Have the | |
1995 | device object export the event operations. Making these available | |
1996 | from the device object should hopefully simplify writing device | |
1997 | models. | |
1998 | ||
1999 | Fri Sep 20 14:04:40 1996 Andrew Cagney <[email protected]> | |
2000 | ||
2001 | * configure.in (sim-hardware): Add eeprom device to default build. | |
2002 | ||
2003 | * hw_eeprom.c: Rewrite so it works. | |
2004 | ||
2005 | * debug.h, debug.c: Add tracing support for the eeprom and com | |
2006 | devices. | |
2007 | ||
2008 | Thu Sep 19 14:40:40 1996 Andrew Cagney <[email protected]> | |
2009 | ||
2010 | * debug.h: Add disklabel-package and disk-device trace options. | |
2011 | debug.h (PTRACE): Add macro to simplify tracing in packages. | |
2012 | ||
2013 | Thu Sep 19 14:40:40 1996 Andrew Cagney <[email protected]> | |
2014 | ||
2015 | * device.c (device_create_instance_from): Tighten up loop | |
2016 | searching for device instances. | |
2017 | (device_instance_delete): Ditto. | |
2018 | (device_instance_delete): Only leaf instances need to be removed | |
2019 | from a devices list of active instances. | |
2020 | ||
2021 | Thu Sep 19 14:40:40 1996 Andrew Cagney <[email protected]> | |
2022 | ||
2023 | * hw_disk.c: Add the cdrom as an alias. | |
2024 | ||
2025 | * pk_disklabel.c (disklabel_delete): Implement, remembering to | |
2026 | delete the raw disk instance while we're at it. | |
2027 | ||
2028 | * pk_disklabel.c (pk_disklabel_create_instance): Implement a | |
2029 | little bit more - still a long way to go. | |
2030 | ||
2031 | * pk_disklabel.c (disklabel_write, disklabel_read): Remember the | |
2032 | new head position after a read or write. | |
2033 | ||
2034 | Thu Sep 19 13:05:40 1996 Andrew Cagney <[email protected]> | |
2035 | ||
2036 | * emul_chirp.c (chirp_emul_read): Allow reads to be longer then | |
2037 | the internal buffer. | |
2038 | ||
2039 | Thu Sep 19 13:05:40 1996 Andrew Cagney <[email protected]> | |
2040 | ||
2041 | * emul_chirp.c (chirp_read_t2h_args): Call memset-0 with the args | |
2042 | in the correct order. | |
2043 | ||
2044 | * emul_chirp.c (chirp_emul_call_method): Correct computation for | |
2045 | the address of the first stack argument passed in from the client | |
2046 | program. | |
2047 | ||
2048 | Wed Sep 18 19:33:54 1996 Andrew Cagney <[email protected]> | |
2049 | ||
2050 | * words.h: Add new types signed_cell and unsigned_cell which | |
2051 | correspond to the signed and unsigned IEEE 1275 memory locations. | |
2052 | * device.h, device.c, emul_chirp.c: Where refering to an IEEE 1275 | |
2053 | memory cell, replace uses of unsigned32 with unsigned_cell. | |
2054 | * device_table.h: Ditto. | |
2055 | ||
2056 | * sim-endian.h: Add new macros H2BE_cell and BE2H_cell which | |
2057 | convert cell sized values to from big endian. | |
2058 | * device.c, emul_chirp.c: Where refering to IEEE 1275 memory cells | |
2059 | use these new macros. | |
2060 | ||
2061 | Tue Sep 17 15:57:44 1996 Andrew Cagney <[email protected]> | |
2062 | ||
2063 | * device.c (device_tree_add_parsed): Detect and report an | |
2064 | interrupt being attached to an invalid device. Was dumping core. | |
2065 | ||
2066 | Mon Sep 16 23:09:12 1996 Andrew Cagney <[email protected]> | |
2067 | ||
2068 | * device.h, device.c (device_address_to_attach_address, | |
2069 | device_size_to_attach_size): New functions. Convert a devices | |
2070 | unit address or unit size structure into a form suitable for | |
2071 | passing on to the attach and detach functions. | |
2072 | * device_table.h: Add extra methods to device table. | |
2073 | ||
2074 | * device.h, device.c (device_find_reg_property): New function. | |
2075 | For a reg type property, return the selected address + size | |
2076 | tupple, along with a positive success status. Add a reg_property | |
2077 | to the list of property types. | |
2078 | * (device_tree_add_parsed): Make array properties with the name | |
2079 | reg or alternate-reg of type reg_property. | |
2080 | ||
2081 | * hw_memory.c (hw_memory_init_address): Rewrite to use new | |
2082 | find_reg_property method. | |
2083 | * hw_nvram.c (hw_nvram_init_address): Ditto. | |
2084 | ||
2085 | * device.c (device_tree_print_device): Add code to print out a reg | |
2086 | property. | |
2087 | ||
2088 | * device_table.c (generic_device_address_to_attach_address, | |
2089 | generic_device_size_to_attach_size ): New functions. Generic | |
2090 | functions for converting between unit and attach address or size. | |
2091 | ||
2092 | * device_table.c (generic_device_init_address): Rewrite to use the | |
2093 | new find_reg and address convert functions. Look for both reg and | |
2094 | alternate-reg properties. | |
2095 | ||
2096 | Mon Sep 16 23:09:12 1996 Andrew Cagney <[email protected]> | |
2097 | ||
2098 | * hw_com.c: New file. A '550 serial device that can quickly be | |
2099 | attached to any bus. | |
2100 | * configure.in (enable-sim-hardware): Add the com device. | |
2101 | * configure: re-generate. | |
2102 | ||
2103 | Thu Sep 12 17:30:56 1996 Andrew Cagney <[email protected]> | |
2104 | ||
2105 | * device.c (device_tree_verify_reg_unit_address): New | |
2106 | function. Check that the unit address as specified by the reg | |
2107 | property correctly corresponds to any unit address previously | |
2108 | specified by the devices name. | |
2109 | (device_tree_add_parsed): When adding a reg property, verify | |
2110 | that the unit-address - first value of property - correctly | |
2111 | matches any previous value specified when creating the device | |
2112 | node. | |
2113 | ||
2114 | Thu Sep 12 17:30:56 1996 Andrew Cagney <[email protected]> | |
2115 | ||
2116 | * mon.c (mon_event): Remove assertion that an unsigned is >= 0. | |
2117 | ||
2118 | Fri Aug 16 12:05:24 1996 Michael Meissner <[email protected]> | |
2119 | ||
2120 | * device.c (device_full_name): Cast strdup to char *, since AIX | |
2121 | 3.2.5 mistakenly declares the function to be const char *. | |
2122 | (device_create_from): Ditto. | |
2123 | (device_create_instance_from): Ditto. | |
2124 | (device_add_property): Ditto. | |
2125 | ||
2126 | Tue Aug 13 11:40:14 1996 Michael Meissner <[email protected]> | |
2127 | ||
2128 | * debug.c (trace_option): For -t all, do not set the | |
2129 | trace_dump_device_tree flag, so that the simulator is run. | |
2130 | ||
2131 | Tue Aug 13 11:40:14 1996 Michael Meissner <[email protected]> | |
2132 | ||
2133 | * Makefile.in (options.o): Depend on defines.h. | |
2134 | (defines.h): New rule, go through config.h and make strings of all | |
2135 | of the #define HAVE_xxx macros. | |
2136 | (distclean): Remove defines.h. | |
2137 | ||
2138 | * options.c (print_options): Print whether many of the | |
2139 | configuration macros are defined. | |
2140 | ||
2141 | * main.c (main): If -t options and no filename, just print the | |
2142 | options, and don't print the usage message. | |
2143 | ||
2144 | Mon Aug 12 18:42:37 1996 Michael Meissner <[email protected]> | |
2145 | ||
2146 | * configure.in: Test whether /dev/zero works on the system, and if | |
2147 | it does, define HAVE_DEVZERO. | |
2148 | * configure: Regenerate. | |
2149 | ||
2150 | * emul_generic.c (emul_add_tree_hardware): Do not add /iobus/disk | |
2151 | if we don't have a working /dev/zero on the system. | |
2152 | ||
2153 | * emul_bugapi.c (emul_bugapi_init): If HAVE_DEVZERO is not | |
2154 | defined, don't add disk support. | |
2155 | (emul_bugapi_do_diskio): Ditto. | |
2156 | (emul_bugapi_instruction_call): Ditto. | |
2157 | ||
2158 | Wed Aug 7 14:34:20 1996 Michael Meissner <[email protected]> | |
2159 | ||
2160 | * emul_unix.c (HAVE_TCGETATTR): If HAVE_TERMIOS_STRUCTURE is not | |
2161 | defined, make sure HAVE_TCGETATTR is #undef'ed | |
2162 | ||
2163 | Wed Aug 7 14:34:20 1996 Michael Meissner <[email protected]> | |
2164 | ||
2165 | * std-config.h (REGPARM): Only define REGPARM attributes if using | |
2166 | GNU C. Test for __i686__ in case GCC ever defines it. If not on | |
2167 | a x86 platform, define REGPARM as nothing. | |
2168 | ||
2169 | * sim-endian.h (WITH_HOST_BYTE_ORDER): Test for i686 and __i686__ | |
2170 | also. | |
2171 | ||
2172 | Wed Aug 7 20:19:55 1996 Andrew Cagney <[email protected]> | |
2173 | ||
2174 | * ld-decode.h, ld-decode.c: Rename goto_gen to the more correct | |
2175 | goto_switch_gen. | |
2176 | * gen-idecode.c: Ditto. | |
2177 | ||
2178 | * gen-idecode.c (print_idecode_table): Comment out check for | |
2179 | switch/table combination until a bug with it is fixed. | |
2180 | ||
2181 | * ppc-opcode-goto: New file. Like complex and flat but uses | |
2182 | goto-switch instead of padded-switch for the tables. | |
2183 | ||
2184 | * gen-idecode.c (print_goto_switch_name): New function. | |
2185 | (print_goto_switch_table_leaf): New function. | |
2186 | (print_goto_switch_break): New function. | |
2187 | (print_goto_switch_table): New function. Prints a jump table | |
2188 | that can be jumped into instead of a switch statement. | |
2189 | ||
2190 | * gen-idecode.c (*switch_*): As an option output a switch that is | |
2191 | implemented using a jump table but only if the switch is not | |
2192 | boolean. | |
2193 | ||
2194 | Tue Aug 6 09:28:22 1996 Michael Meissner <[email protected]> | |
2195 | ||
2196 | * configure.in (--enable-sim-{hardware,packages}): Fix typos. | |
2197 | * configure: Regenerate. | |
2198 | ||
2199 | * device.c (device_instance_call_method): Fixup format message in | |
2200 | error case. Return 0 in case of error to shut up compiler | |
2201 | warnings. | |
2202 | ||
2203 | Wed Aug 7 00:17:37 1996 Andrew Cagney <[email protected]> | |
2204 | ||
2205 | * device_table.c (generic_device_unit_decode): Require a comma | |
2206 | between elements of a unit address. | |
2207 | ||
2208 | * device.c (device_tree_print_device): For reg, alternate-reg and | |
2209 | ranges properties use special print functions. | |
2210 | (device_print_ranges_property): Print formatted ranges property. | |
2211 | (device_print_reg_property): Print formatted reg property. | |
2212 | ||
2213 | Tue Aug 6 21:35:18 1996 Andrew Cagney <[email protected]> | |
2214 | ||
2215 | * device.c (device_tree_add_parsed): For reg, ranges and | |
2216 | alternate-reg properties use a special parser. | |
2217 | (device_tree_parse_reg_property): New function to parse a reg | |
2218 | property. | |
2219 | (device_tree_parse_ranges_property): New function to parse a | |
2220 | ranges property. | |
2221 | (device_encode_unit): Wrapper for encode_unit callback. | |
2222 | (device_decoce_unit): Wrapper for decode_unit callback. | |
2223 | ||
2224 | Wed Jul 31 00:02:30 1996 Andrew Cagney <[email protected]> | |
2225 | ||
2226 | * device_table.h (device_instance_callbacks): Relace the claim and | |
2227 | release methods with a more general table mapping from method-name | |
2228 | to method-function. | |
2229 | ||
2230 | * device.c (device_instance_call_method): New function. Implement | |
2231 | the OpenBoot call-method client interface. Attempts to locate the | |
2232 | instances method in the callback table. | |
2233 | (device_instance_claim, device_instance_release): Delete. | |
2234 | Replaced with call-method and a lookup table. | |
2235 | ||
2236 | * emul_chirp.c (chirp_emul_call_method): Use the new device | |
2237 | instance call method and let that handle a client claim call. | |
2238 | ||
2239 | * hw_htab.c (claim_memory): Wrapper function to call the memory | |
2240 | devices "claim" method using the new device-instance call-method | |
2241 | interface. Replaces the previous direct calls to claim. | |
2242 | (htab_map_region): Use claim_memory. | |
2243 | (htab_init_data_callback): Ditto. | |
2244 | ||
2245 | * hw_memory.c (hw_memory_instance_claim): Update function | |
2246 | interface so that it is compatible with call-method. | |
2247 | (hw_memory_instance_release): Ditto. | |
2248 | (hw_memory_instance_methods): New table of memory specific | |
2249 | methods claim and release. Add to the hw_memory_callback | |
2250 | table. | |
2251 | ||
2252 | Tue Jul 30 21:26:14 1996 Andrew Cagney <[email protected]> | |
2253 | ||
2254 | * psim.c (psim_init): Back out of change to initial value of | |
2255 | system->last_cpu. | |
2256 | ||
2257 | Tue Jul 30 21:12:24 1996 Andrew Cagney <[email protected]> | |
2258 | ||
2259 | * sim_callbacks.h (sim_io_printf_filtered): Replace | |
2260 | printf_filtered with a local simulator specific version. Add | |
2261 | #define printf_filtered to simplify updating of existing code. | |
2262 | ||
2263 | * sim_callbacks.h (sim_io_write_stdout, sim_io_read_stdin, | |
2264 | sim_io_write_stderr): New functions. Read / write to the | |
2265 | simulations stdin and stdout and stderr interfaces. Merge in code | |
2266 | from hw_pal that previously handled async I/O. | |
2267 | (sim_io_flush_stdoutput): Rename flush_stdoutput. Add #define | |
2268 | flush_stdoutput to simplify updating of existing code. | |
2269 | ||
2270 | * hw_pal.c (scan_hw_pal, write_hw_pal, | |
2271 | hw_pal_instance_write_callback): Use the new sim_io functions. | |
2272 | ||
2273 | * main.c: Implement standalone versions of the new sim_io | |
2274 | functions. Include support for async I/O. | |
2275 | * sim_calls.c: Ditto. This time using the gdb callback table. | |
2276 | ||
2277 | * std-config.h (CURRENT_STDIO, current_stdio): New macro. Set up | |
2278 | stdio configuration so that it works in the same way as the rest | |
2279 | of the simulation. | |
2280 | * psim.c (psim_create): Initialize current_stdio from the device | |
2281 | tree. | |
2282 | * emul_generic.c (emul_add_tree_options): Enter a default value | |
2283 | for use-stdio in the device tree. | |
2284 | ||
2285 | Fri Jul 26 19:43:03 1996 Andrew Cagney <[email protected]> | |
2286 | ||
2287 | * gen-idecode.c (print_jump): Was always generating a jump back to | |
2288 | idecode. Only necessary at tail of semantic code. | |
2289 | (print_jump): Was always setting the processor's cia, even during | |
2290 | startup when the processor was still undefined. | |
2291 | (print_jump): For safety, restart smp loop when cpu_nr >= nr_cpus, | |
2292 | not just equal. | |
2293 | ||
2294 | * options.c (print_options): Add printing of WITH_REGPARM and | |
2295 | WITH_STDCALL. | |
2296 | ||
2297 | * std-config.h (WITH_REGPARM, WITH_STDCALL): Provide default | |
2298 | (disabled) values if not defined. | |
2299 | ||
2300 | Fri Jul 26 00:36:35 1996 Andrew Cagney <[email protected]> | |
2301 | ||
2302 | * ppc-cache-rules (cache): Change RS and RB to cache instead of | |
2303 | compute. The block move instructions use them. | |
2304 | ||
2305 | * idecode_expression.h (FPSCR_SET): New macro, set specific FPSCR | |
2306 | register. | |
2307 | (CR_FIELD): New macro, extract specific CR register. | |
2308 | (FPSCR_FIELD): New macro, extract specific FPSCR register. | |
2309 | ||
2310 | * registers.h (GPR): New macro, simplify accesses to GPR[i]. | |
2311 | ||
2312 | * bits.c (INSERTED): Covert INSERTED macro into a function. | |
2313 | (EXTRACTED): Conditionally compile on correct bit size macro. | |
2314 | ||
2315 | * bits.h (BIT8): New macro, set a single bit in an 8 bit byte. | |
2316 | ||
2317 | * ppc-instructions: With hints from Paul Martin, type in missing | |
2318 | some instruction semantics. Leave disabled for the moment. | |
2319 | (Load Multiple Word): Ditto. | |
2320 | (Store Multiple Word): Ditto. | |
2321 | (Load String Word Immediate): Ditto. | |
2322 | (Load String Word Indexed): Ditto. | |
2323 | (Store String Word Immedate): Ditto. | |
2324 | (Store String Word Indexed): Ditto. | |
2325 | (Move to Condition Register from XER): Ditto. | |
2326 | (Move From Condition Register): Ditto. | |
2327 | (Move From FPSCR): Ditto. | |
2328 | (Move to Condition Register from FPSCR): Ditto. | |
2329 | (Move To FPSCR Field Immediate): Ditto. | |
2330 | (Move To FPSCR Fields): Ditto. | |
2331 | (Move To FPSCR Bit 0): Ditto. | |
2332 | (Move To FPSCR Bit 1): Ditto. | |
2333 | ||
2334 | Thu Jul 25 22:10:40 1996 Andrew Cagney <[email protected]> | |
2335 | ||
2336 | * std-config.h (SEMANTICS_INLINE): By default, mask out the | |
2337 | inlining of semantic functions from DEFAULT_INLINE. Almost all | |
2338 | configurations call the semantic code via a pointer so there is | |
2339 | little benefit. | |
2340 | ||
2341 | * std-config.h (ICACHE_INLINE): Ditto. | |
2342 | ||
2343 | Thu Jul 25 20:07:30 1996 Andrew Cagney <[email protected]> | |
2344 | ||
2345 | * configure.in (sim_regparm): Add configuration option for | |
2346 | enabling GCC's regparm attribute. | |
2347 | * (sim_stdcall): Add configuration option for enabling GCC's | |
2348 | stdcall attribute. | |
2349 | ||
2350 | * Makefile.in (REGPARM_CFLAGS): Pass regparam configuration onto | |
2351 | compilations. | |
2352 | * (STDCALL_CFLAGS): Pass stdcall configuration onto compilations. | |
2353 | ||
2354 | * std-config.h (REGPARM): Extend construction of REGPARM macro so | |
2355 | that it can include __stdcall__ function attribute. | |
2356 | ||
2357 | Wed Jul 24 19:04:20 1996 Andrew Cagney <cagney@sawnoff> | |
2358 | ||
2359 | * options.c (print_options): Include SUPPORT_INLINE in information | |
2360 | dump. | |
2361 | ||
2362 | * gen-idecode.c (print_run_until_stop_body): Only generate loop | |
2363 | termination test if creating idecode_run_until_stop. Push the | |
2364 | loop termination test back into each alternative branch. | |
2365 | ||
2366 | Wed Jul 24 15:47:09 1996 Andrew Cagney <[email protected]> | |
2367 | ||
2368 | * gen-icache.c (print_icache_function): Have the cache function | |
2369 | always update the cache_entries semantic and address fields. | |
2370 | ||
2371 | * gen-idecode.c (print_idecode_switch_illegal): Include a break | |
2372 | when generating illegal instructions. This was commented out | |
2373 | which is a hangover from looking a at switch statements generated | |
2374 | using indirect jumps. | |
2375 | ||
2376 | Tue Jul 23 20:57:01 1996 Andrew Cagney <[email protected]> | |
2377 | ||
2378 | * igen.c (print_my_defines): Replaces print_define_my_index. | |
2379 | Print both a definition for MY_INDEX and MY_PREFIX. | |
2380 | * gen-icache.c (print_icache_function): Adjust. | |
2381 | * gen-idecode.c (print_jump_insn): Adjust. | |
2382 | * gen-semantics.c (print_c_semantic): Adjust. | |
2383 | ||
2384 | * gen-support.c (gen_support_h): Add optional include to created | |
2385 | support.h so that, like cpu, it is optionally inlined for all | |
2386 | modules that include it. | |
2387 | * inline.h, inline.c: Adjust so that support.[hc] is handled the | |
2388 | same as cpu.[hc]. | |
2389 | ||
2390 | * idecode_fields.h (LABEL, GOTO): Macro's that create a unique | |
2391 | name for a lable and then branch to it. | |
2392 | ||
2393 | * ppc-instructions (convert_to_integer, Floating Round to | |
2394 | Single-Precision, Floating Convert from Integer Doubleword): Use | |
2395 | LABEL and GOTO instead of the recently added switch statements. | |
2396 | ||
2397 | Wed Jul 24 14:02:42 1996 Andrew Cagney <[email protected]> | |
2398 | ||
2399 | * gen-idecode.c (print_run_until_stop_body): Too many rparen in | |
2400 | generated code. | |
2401 | ||
2402 | Tue Jul 23 20:57:01 1996 Andrew Cagney <[email protected]> | |
2403 | ||
2404 | * configure.in (--enable-sim-line-nr): Typo - sim_line-nr. | |
2405 | * (--enable-sim-inline): Reorder patern matching of arguments so | |
2406 | that SUPPORT=ALL_INLINE is reconized as *=* and not *_INLINE. | |
2407 | ||
2408 | * configure: rebuild. | |
2409 | ||
2410 | Mon Jul 22 23:25:08 1996 Andrew Cagney <[email protected]> | |
2411 | ||
2412 | * configure.in (--enable-sim-hardware, --enable-sim-packages): New | |
2413 | configuration options. Let the user specify the packages or | |
2414 | hardware devices that are to be included in the build. Makes it | |
2415 | possible for user packages to be specified. | |
2416 | ||
2417 | * Makefile.in (tmp-pk, tmp-hw): Just use the list of packages and | |
2418 | hardware instead of checking it using ls. configure.in should | |
2419 | have taken care of any problems. | |
2420 | (HW_SRC, HW_OBJ, PACKAGE_SRC, PACKAGE_OBJ): Set by configure. | |
2421 | ||
2422 | Mon Jul 22 22:38:59 1996 Andrew Cagney <[email protected]> | |
2423 | ||
2424 | * psim.c (psim_options): Enter the argument to the memory size | |
2425 | option directly into the device tree. Was using atol() which is | |
2426 | dangerously non portable. | |
2427 | ||
2428 | Mon Jul 22 22:17:08 1996 Andrew Cagney <[email protected]> | |
2429 | ||
2430 | * configure.in (icache): Extend icache flag to include an insn | |
2431 | option. If specifyed the insn - aka instruction - is included in | |
2432 | the instruction cache. Make this the default. | |
2433 | * configure: re-generate. | |
2434 | ||
2435 | * igen.c (main), igen.h: Add option -S - inSn - for specifying | |
2436 | that the instruction should be included in the icache. | |
2437 | ||
2438 | * gen-icache.c (print_icache_body): If enabled, output code to put | |
2439 | the instruction into the icache. | |
2440 | (print_icache_struct): If enabled, add insn to the icache struct. | |
2441 | ||
2442 | Mon Jul 22 20:46:12 1996 Andrew Cagney <[email protected]> | |
2443 | ||
2444 | * Makefile.in (BUILD_CFLAGS): Include -g when building the | |
2445 | generators. | |
2446 | ||
2447 | Mon Jul 22 20:00:25 1996 Andrew Cagney <[email protected]> | |
2448 | ||
2449 | * emul_generic.c (emul_add_tree_options): Was incorrectly setting | |
2450 | the strict-alignment option when hardwired for non-strict | |
2451 | alignment. | |
2452 | ||
2453 | Sun Jul 21 21:18:05 1996 Andrew Cagney <[email protected]> | |
2454 | ||
2455 | * gen-semantics.c: Make the my_index variable a macro MY_INDEX. | |
2456 | ||
2457 | * ppc-instructions: Adjust so that references are to MY_INDEX and | |
2458 | not my_index. | |
2459 | ||
2460 | Sun Jul 21 21:18:05 1996 Andrew Cagney <[email protected]> | |
2461 | ||
2462 | * gen-idecode.c: Output the complete run_until_stop function | |
2463 | instead of just the code to handle a single instruction issue. | |
2464 | * : Have the generated idecode.c include inline.c (instead of psim.c). | |
2465 | ||
2466 | * std-config.h: Change psim.c so that it isn't inlined (as this is | |
2467 | no longer needed). | |
2468 | ||
2469 | * psim.c (run_until_stop): Delete the old run_until_stop function | |
2470 | instead calling the idecode_run and idecode_run_until_stop | |
2471 | functions that gen-idecode.c is now creating. | |
2472 | ||
2473 | Sun Jul 21 21:18:05 1996 Andrew Cagney <[email protected]> | |
2474 | ||
2475 | * dgen.c: Maintenance - update to use new features found in lf.c. | |
2476 | ||
2477 | * filter_filename.c (filter_filename): Maintenance - make the | |
2478 | string constant. | |
2479 | ||
2480 | Sun Jul 21 21:18:05 1996 Andrew Cagney <[email protected]> | |
2481 | ||
2482 | * debug.c (TRACE, ITRACE, DTRACE): Have GCC instead of CPP | |
2483 | eliminate trace statements. | |
2484 | ||
2485 | * debug.c: Change trace format so that it is consistent | |
2486 | (file:line-nr) with CC's error output. | |
2487 | ||
2488 | * gen-itable.c (itable_c_insn): Add the source file name and | |
2489 | source line number to the instruction's informational entry. | |
2490 | ||
2491 | * debug.c (ITRACE): Use the itable (and my_index) to get the | |
2492 | current instructions name and source line number. | |
2493 | ||
2494 | * gen-semantics.c, gen-icache.c: Adjust generated ITRACE calls to | |
2495 | match new interface. | |
2496 | ||
2497 | * emul_bugapi.c (emul_bugapi_instruction_call): Adjust | |
2498 | corresponding call to ITRACE so that it still matches. | |
2499 | ||
2500 | * idecode_expression.h (ALU_END, CR0_COMPARE): Use TRACE instead | |
2501 | of ITRACE. The CPP line directives would have previously set the | |
2502 | line-nr and file name so ITRACE isn't needed. | |
2503 | ||
2504 | Sun Jul 21 21:18:05 1996 Andrew Cagney <[email protected]> | |
2505 | ||
2506 | * gen-idecode.c (print_jump_until_stop_body): New function and | |
2507 | idecode generation option. Instead of generating and calling | |
2508 | separate functions containing the semantic and icache code | |
2509 | generate a single monolythic function and use goto's (and GCC's | |
2510 | indirect jump) to move between code blocks. | |
2511 | ||
2512 | * Makefile.in: Add sim_jump flag to those passed to igen. | |
2513 | ||
2514 | * configure.in: New option --enable-sim-jump (default disabled) | |
2515 | ||
2516 | * ppc-instructions: Eliminate any uses of labels and goto's. | |
2517 | These result in duplicate declarations when a single flat function | |
2518 | is being create. | |
2519 | ||
2520 | * ppc-opcode-jump: New file. Set of opcode rules useful when | |
2521 | testing jumping idecodes. | |
2522 | ||
2523 | Sun Jul 21 21:18:05 1996 Andrew Cagney <[email protected]> | |
2524 | ||
2525 | * gen-idecode.c: Optionally include the semantic code for an | |
2526 | instruction in the function that is doing the decoding. | |
2527 | ||
2528 | * igen.c: Add option (-C) to generate semantics in the instruction | |
2529 | decode functions. | |
2530 | ||
2531 | * configure.in (--enable-sim-icache): Accept an option list such | |
2532 | as 1024,define. Add a new choice to the list - semantic - which | |
2533 | will cause igen to generate instruction decode functions that | |
2534 | include the corresponding semantic code. | |
2535 | ||
2536 | Sun Jul 21 21:18:05 1996 Andrew Cagney <[email protected]> | |
2537 | ||
2538 | * configure.in: New option --enable-sim-line-nr (default enabled). | |
2539 | Enable/disable the inclusion of CPP line directives in the | |
2540 | generated files. Such directives refer back to the source files | |
2541 | used when generating the simulator code. | |
2542 | ||
2543 | * Makefile.in (sim_line_nr): Pass to igen. | |
2544 | ||
2545 | Sun Jul 21 21:18:05 1996 Andrew Cagney <[email protected]> | |
2546 | ||
2547 | * igen.c (main): Revamp the options so that more letters are | |
2548 | available. | |
2549 | ||
2550 | * configure.in: Adjust to match igen's revamped options | |
2551 | ||
2552 | Sun Jul 21 21:18:05 1996 Andrew Cagney <[email protected]> | |
2553 | ||
2554 | * Makefile.in (pk.h, hw.h): Rewrite depenencies for hw.h (etc) so | |
2555 | that they use the same technique as igen (ie a dummy targets | |
2556 | tmp-pk and tmp-hw are created). | |
2557 | ||
2558 | Mon Jun 24 22:28:00 1996 Andrew Cagney <[email protected]> | |
2559 | ||
2560 | * Makefile.in (BUILD_CFLAGS): Include WARNING_CFLAGS. | |
2561 | ||
2562 | Wed Jun 19 21:45:28 1996 Andrew Cagney <[email protected]> | |
2563 | ||
2564 | * ld-cache.[hc], ld-decode.[hc], ld-insn.[hc]: New files. Separate | |
2565 | out the loading of each of the tables from the rest of igen. | |
2566 | * Makefile.in: Adjust. | |
2567 | * igen.c: Adjust. | |
2568 | ||
2569 | * gen-icache.[hc], gen-idecode.[hc], gen-itable.[hc], | |
2570 | gen-model.[hc], gen-semantics.[hc]: New files. Separate out the | |
2571 | code creating each separate set of generated files. | |
2572 | * Makefile.in: Adjust. | |
2573 | * igen.c: Adjust. | |
2574 | ||
2575 | * gen-support.[ch]: New files. Output the support functions (found | |
2576 | in the ppc-instructions file) into a separate file. | |
2577 | * Makefile.in: Add. | |
2578 | * inline.h, inline.c: Add. | |
2579 | * std-config.h: Add. | |
2580 | ||
2581 | * ld-cache.c: Re-design the cache table format. | |
2582 | * ppc-cache-rules: Update to new format. | |
2583 | ||
2584 | * ld-decode.c: Re-design the decode table format. | |
2585 | * ppc-opcode-simple: Update to new format | |
2586 | * ppc-opcode-complex: Ditto | |
2587 | * ppc-opcode-flat: Ditto | |
2588 | ||
2589 | * filter.h, filter.c: New files. Separate the opcode filter table | |
2590 | reading code from the rest of igen.c. Re-design the filter so that | |
2591 | it works inclusivly not exclusivly. | |
2592 | * igen.c: Remove the opcode filter table loading code. | |
2593 | * Makefile.in (filter.o): Adjust | |
2594 | * configure.in: Adjust filter flag so that default includes 32bit | |
2595 | and floating point. | |
2596 | * ppc-instructions: Clean up filter fields so that only in use | |
2597 | entries are specifed (ie delete `be'). | |
2598 | ||
2599 | * misc.c (name2i, i2name): New function. Map between a string and | |
2600 | an integer value. | |
2601 | ||
2602 | Mon Jun 17 20:08:03 1996 Andrew Cagney <[email protected]> | |
2603 | ||
2604 | * sim_calls.c (sim_close): If simulator not created, skip printing | |
2605 | of run information. | |
2606 | ||
2607 | Mon Jun 17 20:08:03 1996 Andrew Cagney <[email protected]> | |
2608 | ||
2609 | * registers.c (register_description): Typo, insns not insn. | |
2610 | ||
2611 | * ppc-instructions (model_get_number_of_stalls): New model function, | |
2612 | returns number of stalls for the specified processor. | |
2613 | * psim.c (psim_read_register): Add call to new function | |
2614 | model_get_number_of_stalls(). | |
2615 | ||
2616 | * ppc-instructions (model_get_number_of_cycles): New model function, | |
2617 | returns number of stalls for the specified processor. | |
2618 | * psim.c (psim_read_register): Add call to new function | |
2619 | model_get_number_of_cycles(). | |
2620 | ||
2621 | Fri Jun 14 00:11:56 1996 Andrew Cagney <[email protected]> | |
2622 | ||
2623 | * device_table.h: Don't pass the parent device into a devices | |
2624 | create function. This makes the create function consistent with | |
2625 | the documentation. | |
2626 | * device.c (device_template_create_device): Ditto | |
2627 | * hw_pal.c (hw_pal_create): Ditto | |
2628 | * hw_core.c (hw_core_create): Ditto | |
2629 | * hw_vm.c (hw_vm_create): Ditto | |
2630 | * hw_disk.c (hw_disk_create): Ditto | |
2631 | * hw_nvram.c (hw_nvram_create): Ditto | |
2632 | * hw_memory.c (hw_memory_create): Ditto | |
2633 | * hw_cpu.c (hw_cpu_create): Ditto. | |
2634 | ||
2635 | * device.c (split_find_device): Allow a null initial parent device. | |
2636 | (device_template_create_device): Ditto. | |
2637 | ||
2638 | * device.c (device_create_from): Make local (static) only used | |
2639 | within device.c. | |
2640 | * device_table.h: typedef device_callbacks moved here (from | |
2641 | device.h) where it belongs. | |
2642 | ||
2643 | * hw_core.c: New file. Implements just the core device using the | |
2644 | core object. | |
2645 | ||
2646 | * corefile.c: Moved all core device functions into the new | |
2647 | hw_core.c file. core_device_create() disapears. | |
2648 | ||
2649 | * psim.c (psim_tree): Use device_tree_add_parsed() to create the | |
2650 | core device. | |
2651 | ||
2652 | Thu Jun 13 00:09:29 1996 Andrew Cagney <[email protected]> | |
2653 | ||
2654 | * hw_init.c: Correct typo in comment. | |
2655 | ||
2656 | * corefile.c (core_init): Remove any remaining references to a | |
2657 | default map. | |
2658 | (core_map_find_mapping): Ditto. | |
2659 | ||
2660 | Wed Jun 12 22:30:32 1996 Andrew Cagney <[email protected]> | |
2661 | ||
2662 | * corefile.c (core_init): Make function global so that other | |
2663 | devices are able to use the full core object. | |
2664 | ||
2665 | * corefile.c (core_create, core_from_device): Break core_create | |
2666 | into two functions. The first creates a core object, the second | |
2667 | returns the core object associated with a core device. | |
2668 | ||
2669 | * corefile.c (core_device_create): Use core_create to make the | |
2670 | core object. | |
2671 | ||
2672 | * psim.c (psim_create): Use core_from_device() instead of | |
2673 | core_create(). | |
2674 | ||
2675 | * device.c (device_template_create_device): Make static as only | |
2676 | needed by functions internal to device.c. | |
2677 | ||
2678 | Fri Jun 7 23:47:18 1996 Andrew Cagney <[email protected]> | |
2679 | ||
2680 | * ppc-opcode-test-2: Remove description of fields. | |
2681 | * ppc-opcode-complex: Ditto | |
2682 | * ppc-opcode-flat: Ditto | |
2683 | * ppc-opcode-simple: Ditto | |
2684 | * ppc-opcode-stupid: Ditto | |
2685 | * ppc-opcode-test-1: Ditto | |
2686 | * ppc-cache-rules: Ditto | |
2687 | ||
2688 | * igen.c: Add description of files as a comment at the front. | |
2689 | ||
2690 | Wed Jun 26 12:50:33 1996 Michael Meissner <[email protected]> | |
2691 | ||
2692 | * configure.in: Check for whether the termios and termio | |
2693 | structures are really defined, and whether or not, they define the | |
2694 | c_line field. | |
2695 | * configure: Regenerate. | |
2696 | ||
2697 | * Makefile.in ({,TERMIO_}CFLAGS): Add TERMIO_CFLAGS options set by | |
2698 | configure. | |
2699 | ||
2700 | * emul_unix.c: Various changes to allow for building on systems | |
2701 | with different termio and termios structures. If host has both | |
2702 | termio and termios, just use termios. No longer include | |
2703 | sys/ioctl.h. | |
2704 | ||
2705 | Wed Jun 26 12:26:55 1996 Jason Molenda ([email protected]) | |
2706 | ||
2707 | * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir, | |
2708 | INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. | |
2709 | (docdir): Removed. | |
2710 | * configure.in (AC_PREREQ): autoconf 2.5 or higher. | |
2711 | (AC_PROG_INSTALL): Added. | |
2712 | * configure: Rebuilt. | |
2713 | ||
2714 | Wed Jun 5 23:53:42 1996 Andrew Cagney <[email protected]> | |
2715 | ||
2716 | * corefile.h: Rewrite documentation so that it can be extracted and | |
2717 | converted into texinfo (and hence ready for translation into html, | |
2718 | tex or nroff). | |
2719 | * device.h: Ditto | |
2720 | ||
2721 | Thu Jun 6 09:52:37 1996 Michael Meissner <[email protected]> | |
2722 | ||
2723 | * hw_disk.c (SEEK_SET): If SEEK_SET is not defined, define as 0. | |
2724 | ||
2725 | Wed Jun 5 11:46:52 1996 Andrew Cagney <cagney@puddin> | |
2726 | ||
2727 | * hw_disk.c: Include <unistd.h> if available. Under SunOS, that | |
2728 | is the source of SEEK_SET. | |
2729 | ||
2730 | Wed Jun 5 01:39:07 1996 Andrew Cagney <[email protected]> | |
2731 | ||
2732 | * psim.c (psim_options): Correct type of dummy arguments being | |
2733 | passed to a device_ioctl call. | |
2734 | ||
2735 | * hw_init.c (hw_data_init_data_callback): Adjust printf arguments. | |
2736 | (write_stack_arguments): Ditto. | |
2737 | * hw_trace.c: Instance callback entry no longer a table. | |
2738 | ||
2739 | Wed Jun 5 01:39:07 1996 Andrew Cagney <[email protected]> | |
2740 | ||
2741 | * emul_unix.c (do_unix_umask): Cast printf argument. | |
2742 | (convert_to_linux_termios): Use LINUX_VSWTC not LINUX_VSWCH | |
2743 | ||
2744 | Mon Jun 3 15:02:04 1996 Michael Meissner <[email protected]> | |
2745 | ||
2746 | * hw_init.c (update_for_binary_section): Abort if we find an | |
2747 | .interp section, which indicates the need for shared libraries to | |
2748 | be loaded. | |
2749 | ||
2750 | Mon Jun 3 15:02:04 1996 Michael Meissner <[email protected]> | |
2751 | ||
2752 | * emul_unix.c (do_unix_{time,gettimeofday,getrusage}): Add support | |
2753 | for time, gettimeofday, and getrusage system calls. | |
2754 | ({solaris,linux}_descriptors): Add new system calls. | |
2755 | (do_get{,e}{uid,gid}): Use gid_t/uid_t types. | |
2756 | (do_get{,p}pid): Use pic_t types. | |
2757 | ||
2758 | * configure.in (AC_TYPE_{GETGROUPS,SIGNAL}): Define. | |
2759 | (AC_TYPE_{MODE,OFF,PID,SIZE,UID}_T): Define. | |
2760 | * config{.in,ure}: Regenerate. | |
2761 | ||
2762 | Mon Jun 3 23:19:57 1996 Andrew Cagney <[email protected]> | |
2763 | ||
2764 | * emul_netbsd.c (emul_netbsd_create): Use the more specific names | |
2765 | `ppc-elf' and `ppc-xcoff' for the stack-type. | |
2766 | * emul_unix.c (emul_unix_create): Ditto. | |
2767 | * emul_bugapi.c (emul_bugapi_create): Ditto. | |
2768 | * hw_init.c: Reconize the new names. | |
2769 | ||
2770 | * emul_unix.c (do_unix_break): Adjust so that the updated ioctl | |
2771 | call is used (no system parameter). | |
2772 | ||
2773 | Sun Jun 2 11:21:17 1996 Michael Meissner <[email protected]> | |
2774 | ||
2775 | * emul_unix.{h,c}: New files to provide Solaris and Linux system | |
2776 | call emulations. | |
2777 | ||
2778 | * Makefile.in (LIB_{SRC,OBJ}): Add emul_unix.{c,o}. | |
2779 | (os_emul.o): Depend on emul_unix.h. | |
2780 | (emul_unix.o): New dependency. | |
2781 | ||
2782 | * configure.in (--enable-sim-alignment): Add 0|default to mean set | |
2783 | alignment to 0, which means use appropriate alignment for mode. | |
2784 | (AC_CHECK_FUNCS): Add new functions needed by emul_unix.c. | |
2785 | (AC_CHECK_HEADERS): Add new include files needed by emul_unix.c. | |
2786 | * config.in: Regenerate. | |
2787 | * configure: Regenerate. | |
2788 | ||
2789 | * emul_generic.c (emul_write2_status): New function to return | |
2790 | results in r3 and r4 for Solaris system calls. | |
2791 | (emul_do_system_call): If the system call is not support, but | |
2792 | there is a string for the system call name, print out the string | |
2793 | instead of the system call number. | |
2794 | ||
2795 | * emul_generic.h (emul_write2_status): Declare it. | |
2796 | ||
2797 | * emul_netbsd.c: Use /* */ around comment on #endif. | |
2798 | ||
2799 | * os_emul.c: Include emul_unix.h. | |
2800 | (os_emulations): Add emulations for Solaris, and Linux. | |
2801 | ||
2802 | * psim.c (psim_usage): Add message about solaris, linux | |
2803 | emulations. | |
2804 | ||
2805 | Thu May 30 00:00:10 1996 Andrew Cagney <[email protected]> | |
2806 | ||
2807 | * hw_iobus.c: Tidy up notes so that they can be auto-extracted. | |
2808 | ||
2809 | * README: Correct PSIM's title | |
2810 | ||
2811 | Wed May 29 23:50:26 1996 Andrew Cagney <[email protected]> | |
2812 | ||
2813 | * basics.h: New global type object_disposition, used to indicate | |
2814 | the status of objects when things are restarted. | |
2815 | ||
2816 | Fri May 17 17:28:52 1996 Andrew Cagney <[email protected]> | |
2817 | ||
2818 | * device_table.h: Change the interrupt descriptor structure so | |
2819 | that it includes an additional member - an upper bound on the | |
2820 | interrupts by that name. | |
2821 | ||
2822 | * device.c (device_interrupt_decode): Allow a range of interrupt | |
2823 | ports (eg rst0 .. rst6) if the port descriptors bound is non zero. | |
2824 | ||
2825 | * device.c (device_tree_print_device): Include a list of valid | |
2826 | interrupt ports when listing supported devices. | |
2827 | ||
2828 | * device.h, device.c (device_child_interrupt_*): Delete. Not used. | |
2829 | ||
2830 | * emul_generic.c (emul_add_tree_hardware): Modify the creation of | |
2831 | the interrupt net so that it uses int0 .. intN. | |
2832 | ||
2833 | Tue May 14 23:03:53 1996 Andrew Cagney <[email protected]> | |
2834 | ||
2835 | * device.h, device.c (device_ioctl): Drop the system argument. | |
2836 | Devices can not obtain this using the device_system() call. | |
2837 | * device_table.h: Adjust accordingly. | |
2838 | * hw_*.c: Adjust accordingly. | |
2839 | * emul_netbsd.c (do_break): Adjust call to vm device accordingly. | |
2840 | * psim.c (psim_options): Use a device_ioctl call to force the | |
2841 | hw_trace device to update the trace options. | |
2842 | * hw_trace.c: Replace the init function with an ioctl call. Adjust | |
2843 | doc accordingly. | |
2844 | ||
2845 | * psim.c (psim_init): Re-order initialization so that the | |
2846 | os-emulation is initialized after the device tree. Without this, | |
2847 | os-emul's are not able to create instances or access properties | |
2848 | that contain an instance handle. | |
2849 | ||
2850 | * device.h, device.c (device_add_*_property): Make these functions | |
2851 | internal to device.c. The user has access to the more generic | |
2852 | device_tree_add_parsed function. Differentiate between the initial | |
2853 | and current value for each property. | |
2854 | * (clean_device_properties): New function that deletes any | |
2855 | properties created after the start of a simulation and restores | |
2856 | the initial value of any others (ignoring ihandles). | |
2857 | * (init_device_properties): (Re)Initialize any properties that | |
2858 | contain ihandles. create | |
2859 | ||
2860 | * (device_tree_init): Include calls to clean the device tree's | |
2861 | properties and then initialize them. Document this in the device.h | |
2862 | file. | |
2863 | ||
2864 | Mon May 6 17:36:15 1996 Andrew Cagney <[email protected]> | |
2865 | ||
2866 | * interrupts.c (decrementer_interrupt): Always pend a decrementer | |
2867 | interrupt even if it is not yet possible to deliver it. | |
2868 | ||
2869 | Wed May 1 12:26:51 1996 Andrew Cagney <cagney@benjimen> | |
2870 | ||
2871 | * mon.h, mon.c (mon_get_number_of_insns): Make this externally | |
2872 | visable adjusting the arguments so that the interface is correct. | |
2873 | (mon_print_info): Adjust calls. | |
2874 | ||
2875 | * registers.h, registers.c (register_description): Add phony | |
2876 | cycle, insn and stall registers. | |
2877 | ||
2878 | * psim.c (psim_read_register): Return nr of instructions for given | |
2879 | processor. | |
2880 | ||
2881 | Tue Apr 30 22:09:09 1996 Andrew Cagney <[email protected]> | |
2882 | ||
2883 | * hw_htab.c: New file. Extract contents from disk_table.c. | |
2884 | Contains a device that, during initialization will create a | |
2885 | PowerPC htab in memory. | |
2886 | * hw_register.c: New file. Extract contents from disk_table.c. | |
2887 | Contains a device that, during initialization, will parse its | |
2888 | property list and use that to initialize various processor | |
2889 | registers (not target specific). | |
2890 | * hw_vm.c: New file. Extract contents from disk_table.c. Contains | |
2891 | a device that handles accesses to invalid virtual memory addresses | |
2892 | (in user mode). | |
2893 | * hw_init.c: New file. Extract contents from disk_table.c. Misc | |
2894 | devices that can initialize memory from a file. | |
2895 | * hw_trace.c: New file. Extract contents from disk_table.c. | |
2896 | Configure trace options from property values. | |
2897 | ||
2898 | * Makefile.in (hw_htab.o, hw_register.o, hw_vm.o, hw_init.o, | |
2899 | hw_trace.c): Add new device files. | |
2900 | ||
2901 | * device_table.c: Remove above code, now in separate independant | |
2902 | files. | |
2903 | ||
2904 | Fri Apr 26 00:00:07 1996 Andrew Cagney <[email protected]> | |
2905 | ||
2906 | * hw_disk.c: New file. Disk and CDROM device. | |
2907 | ||
2908 | * Makefile.in (hw_disk.o): Add device hw_disk.c. | |
2909 | ||
2910 | * pk_disklabel.c: New file. Implement the miss-named disk-label | |
2911 | package. | |
2912 | ||
2913 | * Makefile.in (pk.h): Create the file pk.h that contains a list of all | |
2914 | the packages. | |
2915 | ||
2916 | * Makefile.in (hw.h, hw.c): Add dependancy on Makefile so that | |
2917 | they are re-created when the makefile is updated. | |
2918 | ||
2919 | * emul_generic.c (emul_add_tree_hardware): Add a disk device | |
2920 | (below the iobus) to the device tree. Include an ihandle of | |
2921 | the disk as /chosen/disk. | |
2922 | ||
2923 | * emul_bugapi.c (emul_bugapi_create): Don't initialize the input, | |
2924 | output and (new) disk handles yet. | |
2925 | * (emul_bugapi_init): Initialize the input, output (and just added) | |
2926 | disk ihandles here. | |
2927 | * (emul_bugapi_do_diskio): New. Performs disk i/o (well at least | |
2928 | what I think the behavour is). | |
2929 | * emul_bugapi.c (emul_bugapi_instruction_call): Add hook to disk | |
2930 | i/o bug call. For RETURN call, exit using gpr[3]'s status even | |
2931 | though this isn't part of the spec - makes it possible for machine | |
2932 | code to signal the aporting of a simulation run. | |
2933 | ||
2934 | * emul_chirp.c (chirp_emul_call_method): Add support for the | |
2935 | claim/release methods. | |
2936 | * (chirp_emul_exit): Add an optional exit status argument to | |
2937 | the exit method. Makes it possible for chirp emul simulations | |
2938 | to abort upon an error. | |
2939 | * device.h, device.c (device_instance_claim, | |
2940 | device_instance_release): New methods for claiming and releasing | |
2941 | memory. | |
2942 | * hw_memory.c: add claim and release memory methods. | |
2943 | * hw_*: Use the claim memory method when allocating physical | |
2944 | memory. | |
2945 | ||
2946 | Thu Apr 18 23:38:10 1996 Andrew Cagney <[email protected]> | |
2947 | ||
2948 | * hw_nvram.c (hw_nvram_update_clock): Use the current not previous | |
2949 | time when updating the clock. | |
2950 | ||
2951 | * hw_nvram.c: Tidy up documentation | |
2952 | ||
2953 | Fri May 24 10:08:10 1996 Michael Meissner <[email protected]> | |
2954 | ||
2955 | * configure.in (AC_STRUCT_ST_{BLKSIZE,BLOCKS,RDEV}): Use these | |
2956 | macros to determine whether or not the appropriate st_<xxx> fields | |
2957 | exist in the stat structure. | |
2958 | (AC_CHECK_FUNCS): Check for all unix system calls used, except for | |
2959 | the real basic ones like open, read, write, etc. | |
2960 | * config{.in,ure}: Regenerate. | |
2961 | ||
2962 | * emul_netbsd.c: Add support for missing system calls, and/or | |
2963 | missing stat fields. | |
2964 | (MAXPATHLEN): Undefine if including unistd.h, since sys/param.h | |
2965 | might define it. | |
2966 | ||
2967 | * hw_pal.c (WITH_STDIO): Redefine if O_NDELAY, F_GETFL, or F_SETFL | |
2968 | are not defined. | |
2969 | (scan_hw_pal): Do not cause syntax error if O_NDELAY, F_GETFL, or | |
2970 | F_SETFL not defined. | |
2971 | ||
2972 | Tue May 21 17:24:45 1996 Michael Meissner <[email protected]> | |
2973 | ||
2974 | * emul_netbsd.c (write_stat): Don't convert st_blocks unless the | |
2975 | host is netbsd. | |
2976 | ||
2977 | Thu May 16 10:56:45 1996 Michael Meissner <[email protected]> | |
2978 | ||
2979 | * configure.in (AC_CHECK_HEADERS): Add sys/ioctl.h. | |
2980 | * config{.in,ure}: Regenerate. | |
2981 | * emul_netbsd.c: If HAVE_SYS_IOCTL_H is not defined, don't include | |
2982 | sys/ioctl.h. | |
2983 | ||
2984 | Tue May 7 17:28:12 1996 Michael Meissner <[email protected]> | |
2985 | ||
2986 | * hw_pal.c (hw_pal_instance_read_callback): Remove unused | |
2987 | variable. | |
2988 | ||
2989 | * misc.c ({,target_}a2i): Rewrite to not use strtoul. | |
2990 | ||
2991 | * Makefile.in ({spreg,misc}.o): Add dependency on .c file. | |
2992 | ({i,d}gen): Don't link in liberity. Use BUILD_LIBS instead of | |
2993 | LIBS. | |
2994 | ||
2995 | Mon May 6 11:31:43 1996 Michael Meissner <[email protected]> | |
2996 | ||
2997 | * hw_pal.c (hw_pal_instance_read_callback): If using stdio, use | |
2998 | fgets to read line. If not using stdio, do a simple blocking read | |
2999 | of len bytes. | |
3000 | ||
3001 | Fri May 3 15:07:42 1996 Michael Meissner <[email protected]> | |
3002 | ||
3003 | * Makefile.in: Correctly build simulator for build machine != host | |
3004 | machine. | |
3005 | ||
3006 | Tue Apr 30 18:46:05 1996 Michael Meissner <[email protected]> | |
3007 | ||
3008 | * configure.in (--enable-hostendian): Rework so the default uses | |
3009 | the AC_C_BIGENDIAN results. Only run AC_C_BIGENDIAN if not cross | |
3010 | compiling. | |
3011 | * configure: Regenerate. | |
3012 | ||
3013 | * sim-endian.h: Add more tests for host endian to support more | |
3014 | platforms in a cross compilation environment. | |
3015 | ||
3016 | Wed Apr 17 14:38:06 1996 Michael Meissner <[email protected]> | |
3017 | ||
3018 | * hw_pal.c ({scan,write}_hw_pal): If WITH_STDIO == DO_USE_STDIO, | |
3019 | use stdio, instead of unpended read/printf_filtered. | |
3020 | (hw_pal_instance_write_callback): If WITH_STDIO == DO_USE_STDIO, | |
3021 | flush stdout after writing the characters. | |
3022 | ||
3023 | * options.c (print_options): Print out WITH_STDIO. | |
3024 | ||
3025 | * Makefile.in (STDIO_CFLAGS): Pass on result of @sim_stdio@ | |
3026 | configuration variable. | |
3027 | (CONFIG_CFLAGS): Include STDIO_CFLAGS. | |
3028 | (hw.{c,h}): Allow for source dir != build dir, and for HW_SRC | |
3029 | files to contain directory pieces. | |
3030 | ||
3031 | * std-config.h (DO{,NT}_USE_STDIO): New flags for whether we | |
3032 | should use stdio for console input. | |
3033 | (WITH_STDIO): If not defined, define as DONT_USE_STDIO. | |
3034 | ||
3035 | * configure.in (--enable-sim-stdio): Add new switch to control | |
3036 | whether stdio is used for console I/O. | |
3037 | * configure: Regenerate. | |
3038 | ||
3039 | * interrupts.c (external_interrupt): Declare it to be | |
3040 | INLINE_INTERRUPTS, not INLINE_CPU. | |
3041 | ||
3042 | Mon Apr 15 23:30:56 1996 Andrew Cagney <[email protected]> | |
3043 | ||
3044 | * events.c (insert_event_entry): Allow events to be scheduled | |
3045 | *NOW* (at delta time 0). Add assertions to clarify behavour of | |
3046 | event queue. | |
3047 | ||
3048 | * events.c (update_time_from_event): New function. Calculates the | |
3049 | number of ticks from the next event. Use this. | |
3050 | ||
3051 | Sun Apr 14 21:39:45 1996 Andrew Cagney <[email protected]> | |
3052 | ||
3053 | * emul_netbsd.c (do_break): Return 0 if success (instead of | |
3054 | adjusted break). | |
3055 | ||
3056 | * device_table.c (vm_ioctl_callback): Don't return adjusted break | |
3057 | (isn't needed). | |
3058 | ||
3059 | Sun Apr 14 21:32:41 1996 Andrew Cagney <[email protected]> | |
3060 | ||
3061 | * device_table.h: Change type of the device ioctl so that it | |
3062 | returns an int (status). | |
3063 | * device.h (device_ioctl): Ditto. | |
3064 | * device.c (device_ioctl): Ditto. | |
3065 | ||
3066 | * device_table.c (stack_ioctl_callback): Return 0 status. | |
3067 | (vm_ioctl_callback): Ditto | |
3068 | ||
3069 | Sat Apr 13 00:00:24 1996 Andrew Cagney <[email protected]> | |
3070 | ||
3071 | * emul_netbsd.c (do_read): Correctly set the return value. | |
3072 | (do_getpid): Ditto. | |
3073 | (do_getuid): Ditto. | |
3074 | (do_geteuid): Ditto. | |
3075 | (do_dup): Ditto. | |
3076 | (do_getegid): Ditto. | |
3077 | (do_getgid): Ditto. | |
3078 | (do_sigprocmask): Ditto. | |
3079 | (do_umask): Ditto. | |
3080 | (do_dup2): Ditto. | |
3081 | (do_gettimeofday): Ditto. | |
3082 | (do_getrusage): Ditto. | |
3083 | (do_fstat): Ditto. | |
3084 | (do_stat): Ditto. | |
3085 | (do_lseek): Ditto. | |
3086 | (do___sysctl): Ditto. | |
3087 | ||
3088 | Fri Apr 12 20:56:47 1996 Andrew Cagney <[email protected]> | |
3089 | ||
3090 | * device_table.c (vm_ioctl_callback): Don't access the processor | |
3091 | registers directly, instead leave it to the caller to handle this. | |
3092 | ||
3093 | * emul_netbsd.c (do_break): Which calls vm_ioctl_callback to | |
3094 | perform a break. Pass in the new break value and set the | |
3095 | registers according to the result. | |
3096 | ||
3097 | * emul_generic.c (emul_write_status): Change so that r3 contains | |
3098 | either status or errno and failure is indicated by SO. | |
3099 | ||
3100 | Thu Apr 4 23:03:38 1996 Andrew Cagney <[email protected]> | |
3101 | ||
3102 | * emul_bugapi.c (emul_bugapi_create): More strict check of OEA | |
3103 | address. | |
3104 | ||
3105 | Thu Apr 4 20:58:05 1996 Andrew Cagney <[email protected]> | |
3106 | ||
3107 | * interrupts.h (interrupts): New structure contains state of | |
3108 | pending interrupts. | |
3109 | ||
3110 | * cpu.c (cpu_interrupts): New function. Pending interrupt status | |
3111 | in the cpu and grant access to it. Add interrupts to cpu | |
3112 | structure. | |
3113 | ||
3114 | Fri Mar 29 22:09:25 1996 Andrew Cagney <[email protected]> | |
3115 | ||
3116 | * device.c (device_tree_add_parsed): Check that the creation of a | |
3117 | device instance worked before using it. | |
3118 | ||
3119 | * psim.c (psim_halt): Remove cia argument from psim_halt. This | |
3120 | function does not save the CIA so do not pass it in. | |
3121 | ||
3122 | Fri Mar 29 21:30:56 1996 Andrew Cagney <[email protected]> | |
3123 | ||
3124 | * hw_pal.c (hw_pal): Merge the halt and icu and console devices | |
3125 | found in device_table.c into a single hack pal. | |
3126 | ||
3127 | * device_table.c (halt, icu, console): Delete. | |
3128 | ||
3129 | * Makefile.in (hw_pal.o): New dependency. | |
3130 | ||
3131 | * emul_generic.c (emul_add_tree_hardware): Re-arange device tree | |
3132 | so that it uses the pal instead of the icu/halt/console devices. | |
3133 | Wire the pal's interrupt ports up to the cpu nodes. | |
3134 | ||
3135 | Fri Mar 29 20:17:17 1996 Andrew Cagney <[email protected]> | |
3136 | ||
3137 | * hw_iobus.c (hw_iobus_attach_address_callback): Move from | |
3138 | device_table.c to here. | |
3139 | ||
3140 | * Makefile.in (hw_iobus.o): New dependency. | |
3141 | ||
3142 | Fri Mar 29 12:17:58 1996 Andrew Cagney <[email protected]> | |
3143 | ||
3144 | * emul_bugapi.c (_os_emul_data): Add fields for output, input. | |
3145 | (emul_bugapi_create): Create input, output from /chosen/stdin and | |
3146 | /chosen/stdout. | |
3147 | (emul_bugapi_do_{read,write}): Switch to use device_instance | |
3148 | interface. | |
3149 | (emul_bugapi_instruction_call): Change calls to | |
3150 | emul_bugapi_do_{read,write} to pass device instance argument. | |
3151 | ||
3152 | Tue Mar 26 14:57:58 1996 Michael Meissner <[email protected]> | |
3153 | ||
3154 | * igen.c (idecode_switch_end): Fix 2/26 change so that an extra | |
3155 | default is not written out if a default was already written. | |
3156 | ||
3157 | * psim.c (psim_{read,write}_register): Use sizeof unsigned_8 to | |
3158 | size cooked_buf, not sizeof natural_word, since floating point | |
3159 | registers are 8 bytes. | |
3160 | ||
3161 | Mon Mar 25 22:07:13 1996 Andrew Cagney <[email protected]> | |
3162 | ||
3163 | * configure: Regenerate with autoconf 2.9. | |
3164 | ||
3165 | Thu Mar 21 00:14:26 1996 Andrew Cagney <[email protected]> | |
3166 | ||
3167 | * device_table.h: Always include string headers. | |
3168 | ||
3169 | Thu Mar 21 00:06:09 1996 Andrew Cagney <[email protected]> | |
3170 | ||
3171 | * main.c (error): Be careful to not try to print out statistics | |
3172 | when the simulation was never created. | |
3173 | ||
3174 | Sun Mar 17 22:40:57 1996 Andrew Cagney <[email protected]> | |
3175 | ||
3176 | * basics.h: Move the event queue's definition to here so that it | |
3177 | can be refered to globally with out importing all of events.h. | |
3178 | ||
3179 | * psim.h, psim.c (psim_event_queue): New function. Grant access | |
3180 | to the simulation event queue. Will make this the single point of | |
3181 | access (there is after all only one event queue in the | |
3182 | simulation). | |
3183 | ||
3184 | * cpu.c (cpu_create): Use psim_event_queue to obtain the event | |
3185 | queue instead of it being passed in. No longer allow access to | |
3186 | the cpu's copy of the event queue. | |
3187 | ||
3188 | Sun Mar 17 22:40:57 1996 Andrew Cagney <[email protected]> | |
3189 | ||
3190 | * events.h, events.c (event_handler): Remove event_queue from | |
3191 | arguments passed to an event handler. That argument is redundant | |
3192 | - the `data' should refer to a data structure that contains the | |
3193 | event queue if queing is needed. | |
3194 | ||
3195 | * cpu.c (cpu_decrement_event): adjust | |
3196 | ||
3197 | * events.c (event_queue_process): adjust | |
3198 | ||
3199 | Sun Mar 17 22:40:57 1996 Andrew Cagney <[email protected]> | |
3200 | ||
3201 | * device.h, device.c (device_system): New, returns a handle for | |
3202 | the system given the device. | |
3203 | ||
3204 | * device.c (device_address_init): Store a pointer back to the | |
3205 | system in each devices node. | |
3206 | ||
3207 | * device_table.h: Don't pass `system' into each device when it is | |
3208 | being initialized, this is now available using device_system(me). | |
3209 | ||
3210 | * device.c (device_address_init, device_data_init): Adjust. | |
3211 | ||
3212 | * hw_cpu.c, hw_nvram.c, hw_memory.c, hw_eeprom.c, device_table.c: | |
3213 | Adjust. | |
3214 | ||
3215 | Sun Mar 17 22:40:57 1996 Andrew Cagney <[email protected]> | |
3216 | ||
3217 | * interrupts.c (decrementer_interrupt, external_interrupt): | |
3218 | Remember that an interrupt wasn't delivered so that it can be | |
3219 | tried again later. | |
3220 | ||
3221 | * interrupts.c (check_masked_interrupt): New function. (re) | |
3222 | checks for the posibility that a recent change to the MSR may have | |
3223 | made it possible to deliver an interrupt that was previously | |
3224 | masked be the EE bit. | |
3225 | ||
3226 | * ppc-instructions (mtmsr, mfmsr, rfi): Check for posibility of | |
3227 | a pending interrupt being delivered using check_masked_interrupt(). | |
3228 | ||
3229 | * cpu.c (cpu_decrement_event): Just call decrementer_interrupt() | |
3230 | leaving it to that module to handle both interrupt synchronization | |
3231 | and masking. | |
3232 | ||
3233 | * cpu.c (struct _cpu): remove variables that were going to record | |
3234 | pending decrementer and external interrupts. | |
3235 | ||
3236 | Sun Mar 17 22:40:57 1996 Andrew Cagney <[email protected]> | |
3237 | ||
3238 | * hw_cpu.c, hw_cpu.h: New files. Implement a device that sits | |
3239 | between the interrupt controller and the simulators internal | |
3240 | processor model. Maps device interrupts onto the processor | |
3241 | interrupt function calls. | |
3242 | ||
3243 | Mon Mar 4 06:06:54 1996 Andrew Cagney <[email protected]> | |
3244 | ||
3245 | * hw_nvram.c: NVRAM device that includes a real-time clock that is | |
3246 | updated each second. | |
3247 | ||
3248 | Mon Mar 4 04:18:50 1996 Andrew Cagney <[email protected]> | |
3249 | ||
3250 | * device.h (attach_type): Remove attach_default type address | |
3251 | spaces. Will replace with levels of callback memory. | |
3252 | ||
3253 | * corefile.h, corefile.c (new_core_mapping), corefile.c | |
3254 | (core_map_attach): Replace default attach with a layerd callback | |
3255 | approach. | |
3256 | ||
3257 | Sun Mar 3 03:58:46 1996 Andrew Cagney <[email protected]> | |
3258 | ||
3259 | * device.c (split_property_specifier): ensure that only a single | |
3260 | property is found. | |
3261 | (split_value): New function, parses the value part of a device | |
3262 | spec. | |
3263 | ||
3264 | * device.c (device_tree_add_parsed): Use the interrupt conversion | |
3265 | functions to determine the interrupt port numbers. | |
3266 | ||
3267 | * device_table.h: Add table that maps between an interrupts | |
3268 | symbolic name and its port number. | |
3269 | ||
3270 | * device.h, device.c (device_interrupt_decode, | |
3271 | device_interrupt_encode): new functions use the recently added | |
3272 | interrupt port name/number tables to perform conversion. | |
3273 | ||
3274 | Sun Mar 3 03:23:59 1996 Andrew Cagney <[email protected]> | |
3275 | ||
3276 | * device.h, device.c (device_set_array_property, | |
3277 | device_set_boolean_property, device_set_ihandle_property, | |
3278 | device_set_integer_property, device_set_string_property): New | |
3279 | functions - allow the value of a given property to be changed. | |
3280 | ||
3281 | * device.h, device.c: Re-order declaration and definition of | |
3282 | property functions. | |
3283 | ||
3284 | Sun Mar 3 03:10:22 1996 Andrew Cagney <[email protected]> | |
3285 | ||
3286 | * device.c (device_tree_print_device, device_tree_add_parsed): | |
3287 | Remove references to phandle properties. | |
3288 | ||
3289 | Wed Feb 28 00:43:07 1996 Andrew Cagney - aka Noid <[email protected]> | |
3290 | ||
3291 | * Makefile.in (corefile.o): missing dependency on device_table.h | |
3292 | etc. | |
3293 | ||
3294 | Tue Feb 27 23:59:35 1996 Andrew Cagney - aka Noid <[email protected]> | |
3295 | ||
3296 | * device_table.h: Revamp device init callbacks so that they are a | |
3297 | sub structure. | |
3298 | * device.c (device_init_data, device_init_address): If an init | |
3299 | callback is NULL assume it should do nothing. | |
3300 | * device_table.c (ignore_device_init, unimp_device_init): delete | |
3301 | as redundant. | |
3302 | * device_table.c, hw_memory.c: adjust. | |
3303 | ||
3304 | * (io): ditto. | |
3305 | * (dma): ditto. | |
3306 | * (device_instance): ditto. | |
3307 | * (ioctl): ditto. | |
3308 | * (address nee config_address): ditto. | |
3309 | * (interrupt): ditto. | |
3310 | ||
3311 | Mon Feb 26 21:11:20 1996 Andrew Cagney - aka Noid <[email protected]> | |
3312 | ||
3313 | * igen.c (idecode_switch_end): Output a default entry when the | |
3314 | switch statement is perfect. Firstly stops GCC complaining about | |
3315 | an incomplete switch and secondly it will be eliminated by a good | |
3316 | compiler any way. | |
3317 | ||
3318 | Mon Feb 26 22:47:15 1996 Andrew Cagney - aka Noid <[email protected]> | |
3319 | ||
3320 | * Makefile.in (hw.h, hw.c): New targets. Create from the list of | |
3321 | hw_*.c files. hw.h declares a device descriptor table for each hw | |
3322 | device while hw.c lists those tables in a form suitable for the | |
3323 | construction of a top leveltable in device_table.c. | |
3324 | ||
3325 | * Makefile.in (device_table.o): now depends on hw.c a generated | |
3326 | table of hw. | |
3327 | ||
3328 | * device_table.c (device_table): Re-arange the table of devices so | |
3329 | that two levels are possible. Make use of hw.c. | |
3330 | * device_table.h: ditto. | |
3331 | ||
3332 | * device.c (device_template_create_device): Handle new two level | |
3333 | device lookup table. | |
3334 | * device.c (device_usage): ditto. | |
3335 | ||
3336 | Mon Feb 26 22:24:00 1996 Andrew Cagney - aka Noid <[email protected]> | |
3337 | ||
3338 | * device_table.c: Delete the memory device (moved to hw_memory.c). | |
3339 | ||
3340 | * hw_memory.c: New file. Just an OpenBoot memory device. | |
3341 | ||
3342 | Wed Jan 17 21:47:34 1996 Andrew Cagney <[email protected]> | |
3343 | ||
3344 | * device.c (device_init_address): New. Split initialization into | |
3345 | two stages, address and address spaces | |
3346 | * device.c (device_init_data): New. ... and data or other work. | |
3347 | With out this, devices try to modify memory before it as been | |
3348 | attached. | |
3349 | ||
3350 | * device.c (device_tree_init): Update to perform staged | |
3351 | initialization. | |
3352 | ||
3353 | * device.c (device_init): Delete. | |
3354 | ||
3355 | Wed Jan 17 21:43:09 1996 Andrew Cagney <[email protected]> | |
3356 | ||
3357 | * device_table.c (data_*): Rewrite to make heaver use of property | |
3358 | nodes. Allow initialization by different data types. | |
3359 | * device_table.c (htab_* pte_*): Rewrite to use properties. | |
3360 | ||
3361 | * emul_chirp.c (emul_chirp_create): Use | |
3362 | * emul_bugapi.c (emul_bugapi_create): Ditto | |
3363 | * emul_netbsd.c (emul_netbsd_create): Ditto | |
3364 | ||
3365 | Wed Jan 17 21:24:50 1996 Andrew Cagney <[email protected]> | |
3366 | ||
3367 | * emul_generic.c (emul_add_tree_options): Annotate existing tree | |
3368 | with options that haven't yet been specified. | |
3369 | * emul_generic.c (emul_add_tree_hardware): Annotate existing tree | |
3370 | with demo devices and properties. | |
3371 | ||
3372 | * emul_chirp.c (emul_chirp_create): Update to use new | |
3373 | device_tree_add_parsed call and additional information now | |
3374 | included in the device tree. Use emul_add_tree* functions to add | |
3375 | any missing details. | |
3376 | * emul_bugapi.c (emul_bugapi_create): Ditto | |
3377 | * emul_netbsd.c (emul_netbsd_create): Ditto | |
3378 | ||
3379 | Wed Jan 17 21:18:27 1996 Andrew Cagney <[email protected]> | |
3380 | ||
3381 | * device.c (device_instance_create): New. Create/delete and | |
3382 | operate on instances of a device. | |
3383 | * device.c (device_instance_delete): Ditto | |
3384 | * device.c (device_instance_read): Ditto | |
3385 | * device.c (device_instance_write): Ditto | |
3386 | * device.c (device_instance_seek): Ditto | |
3387 | * device.c (device_instance_data): Ditto | |
3388 | * device.c (device_instance_name): Ditto | |
3389 | * device.c (device_instance_path): Ditto | |
3390 | ||
3391 | * emul_chirp.c (chirp_emul_open): Implement using device_instance. | |
3392 | * emul_chirp.c (chirp_emul_close): Ditto | |
3393 | * emul_chirp.c (chirp_emul_read): Ditto | |
3394 | * emul_chirp.c (chirp_emul_write): Ditto | |
3395 | * emul_chirp.c (chirp_emul_seek): Ditto | |
3396 | ||
3397 | * emul_chirp.c (chirp_read_t2h_args): Read arguments from device. | |
3398 | Being careful to convert all from target to host byte order. | |
3399 | * emul_chirp.c (chirp_write_h2t_args): Converse. | |
3400 | ||
3401 | Wed Jan 17 20:07:15 1996 Andrew Cagney <[email protected]> | |
3402 | ||
3403 | * device.c (device_tree_add_parsed): New. Rewrite code to add | |
3404 | devices to the device tree so that a single printf style function | |
3405 | is used. | |
3406 | ||
3407 | * device.c (device_tree_add_*): Delete. Replaced by above. | |
3408 | ||
3409 | * device.c (split_device_specifier): Functions to manipulate a | |
3410 | device specifier (path) breaking it into its components | |
3411 | * device.c (split_property_specifier): Ditto | |
3412 | * device.c (split_device_name): Ditto | |
3413 | * device.c (split_find_device): Ditto | |
3414 | ||
3415 | * device.c (scan_*): Delete | |
3416 | ||
3417 | * device.c (device_tree_find_device): Rewrite to use above. | |
3418 | * device.c (device_add_property): Ditto | |
3419 | ||
3420 | Wed Jan 17 19:51:56 1996 Andrew Cagney <[email protected]> | |
3421 | ||
3422 | * psim.c(psim_options): Parse the psim options, installing their | |
3423 | value in the device tree. Options are now first entered into a | |
3424 | device tree and then extracted out again when needed. This allows | |
3425 | greater flexability in configuration. | |
3426 | ||
3427 | * psim.c (psim_tree): Returns a basic device tree ready for | |
3428 | parsing by psim_options. | |
3429 | * psim.c (psim_usage): New. Give usage to varing levels of detail | |
3430 | according to the verbosity. In turn output device and trace | |
3431 | usage. | |
3432 | ||
3433 | * main.c (main): Update to use new system | |
3434 | * sim_calls.c (sim_open, sim_do_command): Ditto | |
3435 | ||
3436 | * psim.c (psim_options): Add `r' option - ram size. | |
3437 | * psim.c (psim_options): Add `o' option - openboot tree entry. | |
3438 | * psim.c (psim_options): Add `h'/`H' options - more help. | |
3439 | ||
3440 | * debug.c (trace_usage): Add more detailed help. | |
3441 | * device.c (device_usage): New. Output help including a list of | |
3442 | the devices currently available in the device table. | |
3443 | * device_table.c: Add usage operator to each device. | |
3444 | ||
3445 | * corefile.c (core_create, core_device_create): Adjust so that the | |
3446 | core device is created earlier for psim_tree(). Core can later be | |
3447 | created from it. | |
3448 | ||
3449 | * psim.c (psim_create): Update to handle above way of creating | |
3450 | things. Extract all information from the device tree. | |
3451 | ||
3452 | * device_tree.c (trace_*): New device node, its properties are | |
3453 | used to set the value of the trace options. Init this device (in | |
3454 | psim_options) when ever the options are updated. | |
3455 | ||
3456 | Wed Jan 17 19:46:07 1996 Andrew Cagney <[email protected]> | |
3457 | ||
3458 | * debug.h: Add trace_print_info, trace_print_device_tree and | |
3459 | trace_dump_device_tree. The first is a replacement for the | |
3460 | variable `print_info' found in main.c and sim_calls.c. The latter | |
3461 | two enable the dumping of the entire device tree. | |
3462 | ||
3463 | * debug.c: Add to trace_description table. | |
3464 | ||
3465 | * main.c (main): Use above trace instead of local variable | |
3466 | * sim_calls.c (sim_close): Ditto | |
3467 | ||
3468 | * device.c (device_tree_print_device): New. Prints the device | |
3469 | tree in a format that is consistent with what can be parsed by the | |
3470 | device tree load from file code. | |
3471 | ||
3472 | * psim.c (psim_create): Dump device tree if enabled. If nump | |
3473 | selected, exit psim immediatly. | |
3474 | ||
3475 | Wed Jan 17 19:36:52 1996 Andrew Cagney <[email protected]> | |
3476 | ||
3477 | * corefile-n.h (core_map_read_N): When mapping from an address to | |
3478 | a device, do not subtract the devices base. The device its self | |
3479 | can do this. Brings the behavour into line with OpenBoot. | |
3480 | * corefile-n.h (core_map_write_N): Ditto | |
3481 | * corefile.c (core_map_read_buffer): Ditto | |
3482 | * corefile.c (core_map_write_buffer): Ditto | |
3483 | ||
3484 | * device_table.c (console_io_read_buffer_callback): Adjust to | |
3485 | handle biased address. | |
3486 | * device_table.c (console_io_write_buffer_callback): Ditto | |
3487 | ||
3488 | Wed Jan 17 18:36:09 1996 Andrew Cagney <[email protected]> | |
3489 | ||
3490 | * device.c (attach_device_interrupt_edge): New. Interrupt model | |
3491 | did not allow interrupts to be wired up as a general net (edges). | |
3492 | Re-implement so that interrupt events can be passed to multiple | |
3493 | controllers and interrupt controllers can further propogate | |
3494 | interrupt events. | |
3495 | ||
3496 | * device.c (attach_device_interrupt_edge) : New, Ditto | |
3497 | * device.c (detach_device_interrupt_edge) : New, Ditto | |
3498 | * device.c (clean_device_interrupt_edges) : New, Ditto | |
3499 | * device.c (device_interrupt_event) : New, Ditto | |
3500 | * device.c (device_interrupt_attach) : New, Ditto | |
3501 | * device.c (device_interrupt_detach) : New, Ditto | |
3502 | * device.c (device_child_interrupt_attach) : New, Ditto | |
3503 | * device.c (device_child_interrupt_detach) : New, Ditto | |
3504 | ||
3505 | * device.c (device_attach_interrupt) : Delete old | |
3506 | * device.c (device_detach_interrupt) : Delete old | |
3507 | * device.c (device_interrupt) : Delete old | |
3508 | * device.c (device_interrupt_ack) : Delete old | |
3509 | ||
3510 | * device_table.c (unimp_*) : Update to match | |
3511 | ||
3512 | * device_table.c (icu_io_write_buffer_callback) : Update to use | |
3513 | interface. | |
3514 | * device_table.c (icu_interrupt_event_callback) : Ditto | |
3515 | ||
3516 | Wed Jan 17 18:18:40 1996 Andrew Cagney <[email protected]> | |
3517 | ||
3518 | * device.c (external_to_device) : New function that provides a | |
3519 | standard mapping between a devices internal representation (a | |
3520 | pointer) and its external (or what is passed to a client) | |
3521 | representation (a phandle). Implement using the cap object | |
3522 | attached to the root node. | |
3523 | ||
3524 | * device.c (device_to_external) : Ditto | |
3525 | * device.c (external_to_device_instance) : Ditto but for ihandle | |
3526 | and device instance. | |
3527 | * device.c (device_instance_to_external) : Ditto | |
3528 | ||
3529 | * Makefile (device.o): Add dependency on cap. | |
3530 | ||
3531 | * emul_chirp.c (struct _emul_chirp_data) : Elimate use of cap. Code | |
3532 | needing to translate between internal and external representations | |
3533 | changed to use the external_to_device et.al. device operations. | |
3534 | * emul_chirp.c (chirp_emul_*) : Ditto | |
3535 | ||
3536 | * Makefile (emul_chirp.o): Remove dependency on cap | |
3537 | ||
3538 | Sat Jan 6 10:13:26 1996 Andrew Cagney - aka Noid <[email protected]> | |
3539 | ||
3540 | * emul_chirp.c (map_over_chirp_note): Tighten up (and fix) checks | |
3541 | on OpenBoot note section. | |
3542 | ||
3543 | Fri Jan 5 20:28:53 1996 Andrew Cagney <[email protected]> | |
3544 | ||
3545 | * emul_generic.c (emul_write_buffer): Use vm faulting byte | |
3546 | read/write calls for buffer transfers. This will cause a fault to | |
3547 | occure if the transfer fails. CHRP catches the fault while the | |
3548 | others suffer the consequences. | |
3549 | (emul_read_buffer): Ditto. | |
3550 | (emul_write_word): Ditto. | |
3551 | (emul_read_word): Ditto. | |
3552 | (emul_read_string): Ditto. | |
3553 | ||
3554 | Fri Jan 5 18:55:34 1996 Andrew Cagney <[email protected]> | |
3555 | ||
3556 | * emul_chirp.c (emul_chirp_create, emul_chirp_instruction_call), | |
3557 | emul_generic (emul_blr_instruction): Use a real blr instruction to | |
3558 | return from a client service call. | |
3559 | ||
3560 | * emul_chirp.c (services): Add all OpenBoot services to table. | |
3561 | ||
3562 | * emul_generic.h, emul_bugapi.c (emul_bugapi_create), emul_chirp.c | |
3563 | (emul_chirp_create) : Use names instead of numbers for | |
3564 | instructions being stored in memory. | |
3565 | ||
3566 | Fri Jan 5 18:52:28 1996 Andrew Cagney <[email protected]> | |
3567 | ||
3568 | * Makefile.in (maintainer-clean): Remove .log, core and *.core | |
3569 | (From NetBSD) files. | |
3570 | ||
3571 | Wed May 29 22:57:40 1996 Andrew Cagney <[email protected]> | |
3572 | ||
3573 | * ChangeLog.00, ChangeLog: ChangeLog from gdb-4.16 becomes | |
3574 | ChangeLog.00 | |
3575 |