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