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