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