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