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