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