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