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