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