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