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