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