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