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