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