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