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