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