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