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