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