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