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