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