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