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