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