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