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