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