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