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