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