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