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