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