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