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