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