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