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