]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/common/ChangeLog
Fix neon vshll disassembly.
[thirdparty/binutils-gdb.git] / sim / common / ChangeLog
CommitLineData
bf3d9781
AM
12013-09-23 Alan Modra <amodra@gmail.com>
2
3 * configure: Regenerate.
4
f06dccb0
MF
52013-09-03 Mike Stump <mikestump@comcast.net>
6
7 * sim-options.c (complete_option_list): Mark text and word const.
8
d6c2da54
TT
92013-06-28 Tom Tromey <tromey@redhat.com>
10
11 * Make-common.in (version.c): Use version.in, not
12 common/version.in.
13 * create-version.sh: Likewise.
14
b652c496
JB
152013-06-24 Joel Brobecker <brobecker@adacore.com>
16
17 * create-version.sh: New script. Adapted from
18 gdb/commong/create-version.sh.
19 * Make-common.in (version.c): Update rule dependencies,
20 and re-implement using create-version.sh.
21
3346cfda
NC
222013-06-21 Nick Clifton <nickc@redhat.com>
23
24 * gennltvals.sh: Add msp430 support.
25 * nltvals.def: Regenerate.
26
31e6ad7d
MF
272013-06-03 Mike Frysinger <vapier@gentoo.org>
28
29 * acinclude.m4: Replace maintainer-mode code with AM_MAINTAINER_MODE.
30 * aclocal.m4, configure: Regenerate.
31
d3685d60
TT
322013-05-10 Freddie Chopin <freddie_chopin@op.pl>
33
34 PR build/15414:
35 * acinclude.m4 (SIM_AC_OPTION_WARNINGS): Do not use
36 -Wformat-nonliteral with -Wno-format.
37
1517bd27
MF
382013-03-26 Mike Frysinger <vapier@gentoo.org>
39
40 * acinclude.m4: Regenerate.
41
3fd38161
JS
422013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com>
43
44 * acinclude.m4: Add SIM_DV_SOCKSER_O which is empty on hosts
45 which do not support dv-sockser.o. Add always as option to
46 first argument to SIM_AC_OPTION_HARDWARE. Fail if hardware
47 is always required to be enabled by simulator.
48
3f170f37
MF
492012-08-28 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
50
51 * gennltvals.sh: Use libgloss/syscall.h for cr16.
52 * nltvals.def: Regenerate.
53
5f3ef9d0
JB
542012-06-16 Joel Brobecker <brobecker@adacore.com>
55
56 * acinclude.m4 (SIM_AC_COMMON): Define PACKAGE.
57 * config.in, configure: Regenerate.
58
2c1fa544
PA
592012-05-24 Pedro Alves <palves@redhat.com>
60
61 * sim-signal.h (sim_signal_to_target): Rename to ...
62 (sim_signal_to_gdb_signal): ... this.
63 * sim-signal.c (sim_signal_to_target): Rename to ...
64 (sim_signal_to_gdb_signal): ... this.
65 * sim-reason.c (sim_stop_reason): Adjust to rename.
66
a493e3e2
PA
672012-05-24 Pedro Alves <palves@redhat.com>
68
69 PR gdb/7205
70
71 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
72
2ea28649
PA
732012-05-24 Pedro Alves <palves@redhat.com>
74
75 PR gdb/7205
76
77 Replace target_signal with gdb_signal throughout.
78
a6ff997c
NC
792012-05-18 Nick Clifton <nickc@redhat.com>
80
81 PR 14072
82 * callback.c: Include config.h before system header files.
83 * cgen-trace.c: Likewise.
84 * cgen-utils.c: Likewise.
85 * gentmap.c: Likewise.
86
ffbc20d9
MF
872012-04-02 Mike Frysinger <vapier@gentoo.org>
88
89 * hw-ports.c (hw_port_decode): Change "Unreconized" to "Unrecognized".
90
2aaed979
KB
912012-03-28 Rathish C <rathish.c@kpitcummins.com>
92
93 * sim-trace.c: Update the function prototype of save_data_size.
94 Move the enum data_fmt from here...
95 * sim-trace.h: ...to here.
96 Add function prototype of save_data.
97
a35a3322
MF
982012-03-25 Mike Frysinger <vapier@gentoo.org>
99
100 * sim-core.h (sim_core_trans_addr): Add prototype.
101
f914e384
HPN
1022012-03-24 Hans-Peter Nilsson <hp@axis.com>
103
104 * nrun.c: Add #ifdef HAVE_CONFIG_H and associated includes stanza
105 missing in last change.
106
2232061b
MF
1072012-03-24 Mike Frysinger <vapier@gentoo.org>
108
109 * acinclude.m4 (SIM_AC_COMMON): Call AC_USE_SYSTEM_EXTENSIONS.
110 * nrun.c: Include string.h/strings.h.
111 * aclocal.m4, config.in, configure: Regenerate.
112
ac0aacdf
MF
1132012-03-22 Mike Frysinger <vapier@gentoo.org>
114
115 * acinclude.m4 (SIM_AC_OPTION_WARNINGS): Copy AC_ARG_ENABLE(werror),
116 WERROR_CFLAGS, and build_warnings from gdb/configure.ac. Comment
117 out -Werror initialization.
118
509deab2
MF
1192012-03-19 Mike Frysinger <vapier@gentoo.org>
120
121 * Make-common.in (TAGS): Change a-z to [:lower:].
122 * acinclude.m4 (sim-trace): Likewise.
123 * gennltvals.sh: Change A-Z0-9 to [:upper:][:digit:].
124 Change A-Za-z0-9 to [:alnum:].
125
9a5e0c49
MF
1262012-03-18 Mike Frysinger <vapier@gentoo.org>
127
128 * nrun.c (main): Display strsignal of sigrc.
129
96cdfef0
MF
1302012-01-06 Mike Frysinger <vapier@gentoo.org>
131
132 * Makefile.in (abs_srcdir): Declare.
133 (srcroot): Define in terms of abs_srcdir.
134 (headers): Change srcdir to abs_srcdir.
135
12c3e59c
JB
1362012-01-02 Joel Brobecker <brobecker@adacore.com>
137
138 * dv-sockser.h, sim-assert.h, sim-fpu.c: Reformat the copyright
139 header.
140
96987c2b
JB
1412011-12-19 Joel Brobecker <brobecker@adacore.com>
142
143 * Make-common.in (hw-config.h): Work around bug in Solaris 2.8
144 system bourne shell.
145
71712327
MF
1462011-12-03 Mike Frysinger <vapier@gentoo.org>
147
148 * syscall.c (cb_get_string): Rename from "get_string".
149 (get_path): Rename get_string call to cb_get_string.
150
db2e4d67
MF
1512011-12-03 Mike Frysinger <vapier@gentoo.org>
152
153 * Make-common.in (VPATH): Add $(srccom).
154 (DEP): Delete.
155 (DEPMODE, DEPDIR, depcomp, COMPILE.pre, COMPILE.post, COMPILE,
156 POSTCOMPILE): New variables.
157 (.c.o): Replace recipe with call to $(COMPILE) and $(POSTCOMPILE).
158 Include dependency files, when using GNU Make. Delete all
159 dependency-only rules.
160 * aclocal.m4: Include ../../config/depstand.m4. Call
161 ZW_CREATE_DEPDIR and ZW_PROG_COMPILER_DEPENDENCIES.
162 (MAKE, GMAKE): New substs.
163
a13852d9
MF
1642011-11-07 Mike Frysinger <vapier@gentoo.org>
165
166 PR sim/13161
167 * configure.ac (AC_CHECK_FUNCS): Add posix_fallocate.
168 * configure, config.in: Regenerate.
169 * dv-cfi.c (attach_cfi_regs): Check for HAVE_POSIX_FALLOCATE.
170
4399a56b
MF
1712011-10-19 Mike Frysinger <vapier@gentoo.org>
172
173 * acinclude.m4: Call AC_CHECK_LIB when $hardware contains cfi.
174
f1a81b37
JB
1752011-10-18 John Wehle <john@feith.com> (tiny patch)
176
177 * sim-profile.c (profile_info): Only print the title once.
178
9c082ca8
MF
1792011-10-17 Mike Frysinger <vapier@gentoo.org>
180
181 * acinclude.m4: Rename from aclocal.m4.
182 * aclocal.m4: Regenerate.
183
6ffe910a
MF
1842011-10-17 Mike Frysinger <vapier@gentoo.org>
185
186 * aclocal.m4: Change AC_PREREQ comment to 2.64.
187 * common.m4: Delete.
188 * configure.ac: Change AC_PREREQ to 2.64. Replace AC_CONFIG_HEADER
189 call and common.m4 include with SIM_AC_COMMON(cconfig.h).
190 * configure: Regenerate.
191
59c0b43d
TT
1922011-10-14 Alexey Makhalov <makhaloff@gmail.com>
193
194 * sim-alu.h (ALU32_AND): Clear carry flag.
195 (ALU32_AND): Clear carry flag.
196
66f8d993
MF
1972011-10-09 Mike Frysinger <vapier@gentoo.org>
198
199 * dv-cfi.c: Include stdbool.h.
200
d56a2aae
MF
2012011-10-09 Mike Frysinger <vapier@gentoo.org>
202
203 * dv-cfi.c: Replace devices.h include with hw-base.h and hw-main.h.
204
4a99173d
MF
2052011-10-04 Mike Frysinger <vapier@gentoo.org>
206
207 * aclocal.m4 (SIM_AC_COMMON): Call AM_ZLIB, ACX_PKGVERSION, and
208 ACX_BUGURL. Define PKGVERSION and REPORT_BUGS_TO.
209
10915d9a
MF
2102011-07-12 Mike Frysinger <vapier@gentoo.org>
211
212 * sim-command.c: Include sim-options.h.
213
63042524
MF
2142011-07-12 Mike Frysinger <vapier@gentoo.org>
215
216 * aclocal.m4: Move sinclude comment after AC_INIT comment.
217
24a6c33d
MF
2182011-07-12 Mike Frysinger <vapier@gentoo.org>
219
220 * aclocal.m4 (SIM_AC_COMMON): Call AC_REQUIRE on AC_PROG_CC.
221 Delete direct call to AC_PROG_CC.
222
2419798b
MF
2232011-07-05 Mike Frysinger <vapier@gentoo.org>
224
225 * sim-command.c: New file.
226 * Make-common.in (SIM_NEW_COMMON_OBJS): Add sim-command.o.
227 (sim-command.o): New rule.
228
440db575
MF
2292011-05-27 Mike Frysinger <vapier@gentoo.org>
230
231 * sim-options.c (standard_option_handler): Remove arg[0] check
232 when freeing simulator_sysroot. Only strdup arg when arg[0] is
233 not an empty string, otherwise assign "" back to it.
234
3ddcae71
MF
2352011-05-26 Mike Frysinger <vapier@gentoo.org>
236
237 * nltvals.def: Regenerate to include Blackfin syscalls again.
238
3a49ea9f
MF
2392011-05-25 Mike Frysinger <vapier@gentoo.org>
240
241 * sim-trace.c (OPTION_TRACE_SYSCALL): New enum.
242 (trace_options): Handle "trace-syscall" with OPTION_TRACE_SYSCALL.
243 (trace_option_handler): Handle OPTION_TRACE_SYSCALL.
244 (trace_idx_to_str): Likewise.
245 * sim-trace.h (TRACE_SYSCALL_IDX): New enum.
246 (TRACE_syscall): Define.
247 (WITH_TRACE_SYSCALL_P): Likewise.
248 (TRACE_SYSCALL_P): Likewise.
249
dd931b2f
MF
2502011-05-23 Mike Frysinger <vapier@gentoo.org>
251
252 * dv-glue.c (hw_glue_finish): Move "name" to function scope and
253 remove now-unnecessary sub-scope for glue->type setting.
254 Check to see if the "reg" property exists before we use it, and
255 if it doesn't exist, error out for "glue" devices.
256
0e31da21
MF
2572011-05-23 Mike Frysinger <vapier@gentoo.org>
258
259 * dv-glue.c (hw_glue_finish): Set type to glue_or when name is
260 glue-or, and set type to glue_xor when name is glue-xor.
261 (hw_glue_port_event): Return immediately when type is glue_io
262 or unmatched. Handle glue_or and glue_xor types. Move HW_TRACE
263 and hw_port_event calls from glue_and to end of function.
264
34b47c38
MF
2652011-05-11 Mike Frysinger <vapier@gentoo.org>
266
267 * callback.c, dv-pal.c, dv-sockser.c, hw-base.c, hw-device.c,
268 hw-instances.c, hw-ports.c, hw-properties.c, hw-tree.c, sim-abort.c,
269 sim-arange.c, sim-config.c, sim-core.c, sim-engine.c, sim-events.c,
270 sim-hw.c, sim-io.c, sim-memopt.c, sim-options.c, sim-profile.c,
271 sim-resume.c, sim-stop.c, syscall.c: Add space before parenthesis
272 around function arguments.
273
56a9aa1d
MF
2742011-04-14 Mike Frysinger <vapier@gentoo.org>
275
276 * sim-options.c (complete_option_list, sim_complete_command):
277 New functions.
278
d45bea91
MF
2792011-04-02 Mike Frysinger <vapier@gentoo.org>
280
281 * dv-glue.c: Fix up style.
282
12c4cbd5
MF
2832011-04-02 Mike Frysinger <vapier@gentoo.org>
284
285 * hw-alloc.c (hw_alloc_data): Adjust brace.
286 * hw-base.c (hw_base_data): Likewise.
287 (generic_hw_unit_decode): Fix indentation.
288 * hw-device.h (_hw_unit, enum, hw): Adjust braces.
289 * hw-events.c (hw_event, hw_event_data): Likewise.
290 * hw-handles.c (hw_handle_mapping, hw_handle_data): Likewise.
291 * hw-instances.c (hw_instance_data): Likewise.
292 * hw-instances.h (hw_instance): Likewise.
293 * hw-main.h (hw_descriptor, enum): Likewise.
294 * hw-ports.c (hw_port_edge, hw_port_data, empty_hw_ports): Likewise.
295 * hw-ports.h (hw_port_descriptor): Likewise.
296 * hw-properties.c (hw_property_data): Likewise.
297 * hw-properties.h (enum, hw_property, _ihandle_runtime_property_spec,
298 _range_property_spec, _reg_property_spec): Likewise.
299 * hw-tree.c (_name_specifier, printer): Likewise.
300 (split_device_specifier, parse_string_property, hw_tree_traverse,
301 print_size, print_reg_property, print_string, print_properties):
302 Fix indentation.
303
66ee2731
MF
3042011-03-29 Mike Frysinger <vapier@gentoo.org>
305
306 * aclocal.m4 (SIM_AC_OPTION_HARDWARE): Add cfi to default list.
307 * Make-common.in (dv-cfi.o): New rule.
308 * dv-cfi.c, dv-cfi.h: New files.
309
165b70ea
KB
3102011-03-21 Kevin Buettner <kevinb@redhat.com>
311
312 * gennltvals.sh: Search sys/_default_fcntl.h, in addition to
313 fcntl.h and sys/fcntl.h, for constants.
314 * nltvals.def: Regenerate.
315 * sim-io.c (sim_io_stat, sim_io_fstat): New functions.
316 * sim-io.h (sys/types.h, sys/stat.h): Include.
317 (sim_io_stat, sim_io_fstat): Declare.
318
028f6515
MF
3192011-03-14 Mike Frysinger <vapier@gentoo.org>
320
321 * callback.c, cgen-engine.h, dv-core.c, dv-glue.c, dv-pal.c,
322 hw-base.c, hw-device.c, hw-device.h, hw-handles.c, hw-instances.c,
323 hw-ports.c, hw-ports.h, hw-properties.c, hw-tree.c, nrun.c,
324 run-sim.h, run.c, sim-alu.h, sim-assert.h, sim-base.h, sim-basics.h,
325 sim-config.c, sim-core.c, sim-core.h, sim-engine.h, sim-events.c,
326 sim-events.h, sim-fpu.c, sim-hw.c, sim-inline.h, sim-load.c,
327 sim-memopt.c, sim-n-core.h, sim-options.c, sim-profile.c,
328 sim-signal.c, sim-trace.c, sim-trace.h, sim-utils.c, sim-watch.c,
329 syscall.c: Trim trailing whitespace.
330
ef016f83
MF
3312011-03-05 Mike Frysinger <vapier@gentoo.org>
332
333 * gennltvals.sh: Handle bfin targets.
334 * nltvals.def: Regenerate.
335
fee17b35
KB
3362011-02-25 Kevin Buettner <kevinb@redhat.com>
337
338 * callback.c (fdbad): Return EBADF rather than EINVAL for bad
339 file descriptors.
340
d79fe0d6
MF
3412011-02-14 Mike Frysinger <vapier@gentoo.org>
342
343 * hw-alloc.c (hw_alloc_data): Delete zalloc_p.
344 (hw_zalloc, hw_malloc): Delete zalloc_p reference.
345 (hw_free): Drop zfree logic and always call free.
346 * hw-base.c (hw_delete): Change zfree to free.
347 * hw-handles.c (hw_handle_remove_ihandle): Likewise.
348 (hw_handle_remove_phandle): Likewise.
349 * hw-instances.c (hw_instance_delete): Likewise.
350 * hw-tree.c (parse_reg_property): Likewise.
351 (parse_ranges_property): Likewise.
352 (parse_string_property): Likewise.
353 * sim-core.c (sim_core_uninstall): Likewise.
354 * sim-cpu.c (sim_cpu_free_all): Likewise.
355 * sim-hw.c (sim_hw_uninstall): Likewise.
356 * sim-memopt.c (do_memopt_delete): Likewise.
357 (sim_memory_uninstall): Likewise.
358 * sim-module.c (sim_module_uninstall): Likewise.
359 * sim-options.c (sim_parse_args): Likewise.
360 * sim-profile.c (profile_pc_cleanup): Likewise.
361 (profile_uninstall): Likewise.
362 * sim-watch.c (do_watchpoint_delete): Likewise.
363 * sim-utils.c (zfree): Delete.
364 (sim_state_free): Change zfree to free.
365 * sim-utils.h (zfree): Delete.
366
891e7fb1
MF
3672011-02-13 Mike Frysinger <vapier@gentoo.org>
368
369 * sim-events.h (_sim_events.time_from_event): Change type to signed64.
370
9bd90cce
MF
3712011-01-12 Mike Frysinger <vapier@gentoo.org>
372
373 * sim-hw.c (sim_hw_uninstall): Uncomment hw_tree_delete.
374
39a3ae0a
MF
3752011-01-12 Mike Frysinger <vapier@gentoo.org>
376
377 * sim-module.c (sim_pre_argv_init): Return SIM_RC_FAIL when asprintf
378 fails.
379 * sim-options.c (sim_parse_args): Issue an error and return SIM_RC_FAIL
380 when asprintf fails.
381 * sim-utils.c (sim_do_commandf): Issue an error and return when
382 asprintf fails.
383 * sim-watch.c (sim_watchpoint_install): Return SIM_RC_FAIL when
384 asprintf fails.
385
3143e5a9
MF
3862011-01-11 Mike Frysinger <vapier@gentoo.org>
387
388 * sim-memopt.c (do_memopt_add): Set nr_bytes to s.st_size before
389 bytes has been calculated and when mmap_next_fd is valid and
390 nr_bytes is 0.
391 (memory_option_handler): Allow missing size when mmap_next_fd is
392 valid.
393
cb11d1f4
MF
3942011-01-10 Mike Frysinger <vapier@gentoo.org>
395
396 * aclocal.m4 (SIM_AC_OPTION_HARDWARE): Set $hardware to $2 when $2 is
397 not empty, and always append $3 to $hardware.
398
3992011-01-10 Mike Frysinger <vapier@gentoo.org>
5f78776a
MF
400
401 * hw-device.h (hw_abort, hw_vabort, hw_halt): Add noreturn attribute.
402 * sim-hw.h (sim_hw_abort): Likewise.
403
cc25892b
MF
4042011-01-05 Mike Frysinger <vapier@gentoo.org>
405
406 * sim-load.c (sim_load_file): Change buffer type to unsigned char *.
407
44944448
JB
4082011-01-05 Joel Brobecker <brobecker@adacore.com>
409
410 * run.1: Copyright year update.
411
e61ddca7
MF
4122010-12-28 Mike Frysinger <vapier@gentoo.org>
413
e71b81d8
MF
414 * hw-alloc.h (HW_NALLOC): Define.
415
416010-12-28 Mike Frysinger <vapier@gentoo.org>
417
e61ddca7
MF
418 * hw-alloc.h (HW_NZALLOC): Change ME,TYPE,N to me,type,n.
419
bef6be3d
MF
4202010-12-15 Mike Frysinger <vapier@gentoo.org>
421
422 * sim-memopt.c (OPTION_MAP_INFO): Define.
423 (memory_options): Handle --map-info.
424 (memory_option_handler): Handle OPTION_MAP_INFO.
425
5be229c0
MF
4262010-11-22 Mike Frysinger <vapier@gentoo.org>
427
428 * sim-profile.c (PROFILE_PC_FREQ, PROFILE_PC_NR_BUCKETS,
429 PROFILE_PC_SHIFT, PROFILE_PC_START, PROFILE_PC_END,
430 PROFILE_INSN_COUNT): Add stubs when profile is disabled.
431
81c641e7
MF
4322010-11-22 Mike Frysinger <vapier@gentoo.org>
433
434 * sim-core.c (WITH_HW): Add device casts to device_error,
435 device_io_read_buffer, and device_io_write_buffer.
436
6ab5626b
MF
4372010-11-16 Mike Frysinger <vapier@gentoo.org>
438
439 * dv-sockser.c (dv_sockser_write_buffer): New function.
440 (dv_sockser_write): Rewrite to use dv_sockser_write_buffer.
441 * dv-sockser.h (dv_sockser_write_buffer): New prototype.
442
0bd15c7f
HPN
4432010-10-07 Hans-Peter Nilsson <hp@axis.com>
444
445 * callback.c (os_lseek): Call wrap on lseek result.
446
363a6e9f
OS
4472010-05-26 Ozkan Sezer <sezeroz@gmail.com>
448
449 * dv-sockser.c (dv_sockser_init): Check error return from socket()
450 call by its equality to -1 not by it being negative.
451 (connected_p): Likewise for accept() call.
452
c8551de3
MF
4532010-04-23 Mike Frysinger <vapier@gentoo.org>
454
455 * sim-fpu.c (sim_fpu_zero, sim_fpu_qnan): Add 0 initializers.
456
ef93a840
MF
4572010-04-21 Mike Frysinger <vapier@gentoo.org>
458
459 * profile.c (sim_profile_print_bar): Add cpu argument.
460
f093db8c
MF
4612010-04-21 Mike Frysinger <vapier@gentoo.org>
462
463 * sim-profile.h (sim_profile_print_bar): Use sim_cpu, not SIM_CPU.
464
0d3d2c71
MF
4652010-04-21 Mike Frysinger <vapier@gentoo.org>
466
467 * sim-profile.c (profile_vprintf, profile_printf): New functions.
468 (profile_print_pc): Convert sim_io_printf to profile_printf.
469 (profile_print_insn): Likewise.
470 (profile_print_memory): Likewise.
471 (profile_print_core): Likewise.
472 (profile_print_model): Likewise.
473 (sim_profile_print_bar): Likewise.
474 (profile_print_speed): Likewise.
475 (profile_print_addr_ranges): Likewise.
476 (profile_info): Likewise.
477 * sim-profile.h (sim_profile_print_bar): Add cpu argument.
478
bd0bd508
MF
4792010-04-19 Mike Frysinger <vapier@gentoo.org>
480
481 * sim-model.c (OPTION_MODEL): Convert to enum.
482 (OPTION_MODEL_INFO): New enum.
483 (model_options): Add model-info/info-model entries.
484 (model_option_handler): Handle OPTION_MODEL_INFO.
485
e8a76151
MF
4862010-04-13 Mike Frysinger <vapier@gentoo.org>
487
488 * dv-sockser.h (DV_SOCKSER_DISCONNECTED): Define.
489 * dv-sockser.c (dv_sockser_status): Set DV_SOCKSER_DISCONNECTED
490 initially.
491
cb1cc9c6
MF
4922010-04-13 Mike Frysinger <vapier@gentoo.org>
493
494 * sim-hrw.c (sim_write): Add const to buf arg.
495 * sim-utils.h (sim_write_fn): Likewise.
496
58f03a40
MF
4972010-04-12 Mike Frysinger <vapier@gentoo.org>
498
499 * sim-profile.h (PROFILE_BRANCH_TAKEN, PROFILE_BRANCH_UNTAKEN): New
500 defines.
501
21cf617c
MF
5022010-04-12 Mike Frysinger <vapier@gentoo.org>
503
504 * dv-core.c (dv_core_descriptor): Add NULL initializer.
505 * dv-glue.c (hw_glue_ports, dv_glue_descriptor): Likewise.
506 * dv-pal.c (hw_pal_ports, dv_pal_descriptor): Likewise.
507 * dv-sockser.c (sockser_options): Likewise.
508 * hw-ports.c (empty_hw_ports): Likewise.
509 * sim-hw.c (hw_options): Likewise.
510 * sim-model.c (model_options): Likewise.
511 * sim-options.c (standard_options): Likewise.
512 * sim-profile.c (profile_options): Likewise.
513 * sim-trace.c (trace_options): Likewise.
514 * sim-watch.c (watchpoint_options): Likewise.
515
e377ca52
MF
5162010-04-12 Mike Frysinger <vapier@gentoo.org>
517
518 * sim-options.c (dup_arg_p): Add "const" to the "arg" argument,
519 the local "arg_table" variable, and the xmalloc cast.
520
adaaf009
MF
5212010-04-10 Mike Frysinger <vapier@gentoo.org>
522
523 * sim-fpu.c (sim_fpu_print_status): Add const markings to local
524 "prefix" var.
092d8476 525 (sim_fpu_print_func): Add const markings to format buffer.
adaaf009 526
9ec7269f
MF
5272010-04-10 Mike Frysinger <vapier@gentoo.org>
528
529 * sim-fpu.c (sim_fpu_print_status): Remove duplicate break statements.
530
709b3bb3
MF
5312010-04-10 Mike Frysinger <vapier@gentoo.org>
532
533 * sim-trace.c (save_data): Add const markings to "buf" argument.
534
3dd68605
MF
5352010-04-10 Mike Frysinger <vapier@gentoo.org>
536
537 * sim-options.c (standard_option_handler): Add const markings to
538 local "type" var.
539
0ad22a74
MF
5402010-04-02 Mike Frysinger <vapier@gentoo.org>
541
542 * hw-ports.h: Fix spelling typos.
543
75005b3a
MF
5442010-03-30 Mike Frysinger <vapier@gentoo.org>
545
546 * configure.ac: Check for socklen_t.
547 * configure, config.in: Regenerated.
548 * dv-sockser.c (connected_p): Change addrlen type to socklen_t.
549
d946c288
MF
5502010-03-30 Mike Frysinger <vapier@gentoo.org>
551
552 * sim-utils.c (sim_io_eprintf_cpu): Use %s with printf string.
553 * sim-hw.c (hw_option_handler): Likewise.
554
ff398ee4
MF
5552010-03-30 Mike Frysinger <vapier@gentoo.org>
556
557 * sim-watch.c (watchpoint_type_to_str): Add const to return.
558 (interrupt_nr_to_str): Likewise.
559 (default_interrupt_names): Add const to pointer type.
560 (sim_watchpoint_install): Add const to prefix.
561 * sim-watch.h (struct _sim_watchpoints): Add const to interrupt_names.
562
6bf91687
MF
5632010-03-30 Mike Frysinger <vapier@gentoo.org>
564
565 * sim-core.c (sim_core_read_buffer): Change raddr to address_word.
566 (sim_core_write_buffer): Likewise.
567
15f3c2de
MF
5682010-03-30 Mike Frysinger <vapier@gentoo.org>
569
570 * sim-trace.c (trace_option_handler): Move cpu_nr decl behind
571 the SIM_HAVE_ADDR_RANGE define.
572
fb0cc53e
MF
5732010-03-30 Mike Frysinger <vapier@gentoo.org>
574
575 * sim-core.h (device_error): Add const to message, and add printf
576 format attribute.
577
739dfd28
MF
5782010-03-30 Mike Frysinger <vapier@gentoo.org>
579
580 * sim-profile.c (profile_print_addr_ranges): Wrap with the
581 SIM_HAVE_ADDR_RANGE define.
582
59db87ad
MF
5832010-03-30 Mike Frysinger <vapier@gentoo.org>
584
585 * dv-glue.c (hw_glue_ports): Swap static and const.
586
dc416615
MF
5872010-03-30 Mike Frysinger <vapier@gentoo.org>
588
589 * nrun.c (usage): Use void in definition.
590 * sim-options.c (dup_arg_p): Convert old-style function definition.
591 (sim_parse_args): Likewise.
592 (sim_print_help): Likewise.
593 * sim-trace.c (set_trace_option_mask): Likewise.
594 (set_trace_option): Likewise.
595 * sim-utils.c (sim_analyze_program): Likewise.
596 (sim_elapsed_time_get): Likewise.
597 (sim_elapsed_time_since): Likewise.
598
11409fac
MF
5992010-03-22 Mike Frysinger <vapier@gentoo.org>
600
601 * sim/common/sim-options.c (enum): Remove SIM_HAVE_BIENDIAN ifdef.
602 (standard_options): Likewise.
603 (standard_option_handler): Likewise.
604
6d519a46
MF
6052010-03-16 Mike Frysinger <vapier@gentoo.org>
606
607 * hw-ports.c (TRACE): Delete.
608 * hw-properties.c (TRACE): Delete.
609 (hw_find_ihandle_runtime_property): Change TRACE to HW_TRACE.
610 (hw_find_integer_property): Likewise.
611 (hw_find_integer_array_property): Likewise.
612 (hw_add_duplicate_property): Likewise.
613
799026a7
MF
6142010-03-15 Mike Frysinger <vapier@gentoo.org>
615
616 * hw-properties.h (hw_add_boolean_property): Rename "bool" to
617 "boolean".
618
fd87baa9
MF
6192010-02-04 Mike Frysinger <vapier@gentoo.org>
620
621 * sim-model.c: Include sim-model.h
622
294bcb78
MF
6232010-02-04 Mike Frysinger <vapier@gentoo.org>
624
625 * sim-base.h: Declare sim_state.cpu as a pointer in the comment. Drop
626 & from the STATE_CPU() examples.
627
80532737
DE
6282010-01-24 Doug Evans <dje@sebabeach.org>
629
d2c7a1a6
DE
630 * cgen-accfp.c (fextsfdf): New arg how. All callers updated.
631 (ftruncdfsf, floatsisf, flostsidf, ufloatsisf, fixsfsi, fixdfsi,
632 ufixsfsi): Ditto.
633 * cgen-fpu.h (CGEN_FPCONV_KIND): New enum.
634 (struct cgen_fp_ops): Update signatures of floating point conversion
635 operations.
636
80532737
DE
637 * Make-common.in (CGEN_SIM_DEPS): Define.
638 (CGEN_INCLUDE_DEPS): Use it.
639 (CGEN_MAIN_CPU_DEPS): Simplify.
640
1377e154
DE
6412010-01-22 Doug Evans <dje@sebabeach.org>
642
643 * cgen-ops.h (SUBWORDXFSI): Fix word ordering.
644 (SUBWORDTFSI, JOINSIDI): Ditto.
645
ec11f055
DE
6462010-01-05 Doug Evans <dje@sebabeach.org>
647
648 * cgen-types.h (SETDI): Delete, unused.
649
a09a0bfd
DE
6502009-12-02 Doug Evans <dje@sebabeach.org>
651
652 * cgen-engine.h: Remove duplicated comment.
653
62836bf4
DE
6542009-11-23 Doug Evans <dje@sebabeach.org>
655
656 * cgen-engine.h (EXTRACT_MSB0_SINT): Renamed from EXTRACT_MSB0_INT.
657 (EXTRACT_LSB0_SINT): Renamed from EXTRACT_LSB0_INT.
658
e94d449d
DE
6592009-11-22 Doug Evans <dje@sebabeach.org>
660
197fa1aa
DE
661 * cgen-engine.h (EXTRACT_MSB0_LGSINT, EXTRACT_MSB0_LGUINT): Define.
662 (EXTRACT_LSB0_LGSINT, EXTRACT_LSB0_LGUINT): Define.
663 (EXTRACT_FN, SEMANTIC_FN): Use CGEN_INSN_WORD in prototype
664 instead of CGEN_INSN_INT.
665
e94d449d
DE
666 * cgen-trace.h (trace_extract): Add cast to fix warning.
667
ca25db52
DE
6682009-11-05 Doug Evans <dje@sebabeach.org>
669
670 * cgen-mem.h (DECLARE_GETT): Don't inline.
671 (DECLARE_SETT): Ditto.
672
c272cb46
JS
6732009-10-15 Joel Sherrill <joel.sherrill@oarcorp.com>
674
675 * sim-inline.h: Fix spelling error.
676
1428dced
TT
6772009-10-02 Ralf Corsepius <ralf.corsepius@rtems.org>
678
679 * Make-common.in: Add datarootdir.
680
44330079
RW
6812009-08-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
682
0aec8eb1
RW
683 * aclocal.m4 (SIM_CHECK_MEMBER, SIM_CHECK_MEMBERS)
684 (SIM_CHECK_MEMBERS_1): Remove.
685 * configure.ac: Replace SIM_CHECK_MEMBERS call with equivalent
686 AC_CHECK_MEMBERS one.
687 * configure: Regenerate.
688
44330079
RW
689 * aclocal.m4 (SIM_CHECK_MEMBER): Use AU_ALIAS to define, not defn.
690 * configure: Regenerate.
691
d6416cdc
RW
6922009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
693
81ecdfbb
RW
694 * config.in: Regenerate.
695 * configure: Likewise.
696
c462b41b
RW
697 * aclocal.m4 (SIM_CHECK_MEMBER): Replace definition with
698 definition of AC_CHECK_MEMBER.
699
d6416cdc
RW
700 * aclocal.m4: m4_include toplevel config/override.m4.
701 * configure: Regenerate.
702
96e946ca
RW
7032009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
704
705 * Makefile.in (datarootdir): New variable.
706
6a8b8615
DE
7072009-07-07 Doug Evans <dje@sebabeach.org>
708
709 * Make-common.in (CPU_DIR): Define.
710
2c2a86d7
DE
7112009-07-06 Doug Evans <dje@sebabeach.org>
712
713 * Make-common.in (CGEN_CPU_EXTR,CGEN_CPU_READ): Pass canonical
714 identifiers for file types rather than encoding internal
715 implementation details of cgen.sh.
716 (CGEN_CPU_WRITE,CGEN_CPU_SEM,CGEN_CPU_SEMSW): Ditto.
717 * cgen.sh: Add support for parallel makes.
718 Rewrite cpu/decode handling to avoid generating "extrafiles" twice.
719
c28c63d8
JB
7202009-05-18 Jon Beniston <jon@beniston.com>
721
722 * gennltvals.sh: Add lm32 target.
723 * nltvals.def: Add lm32 syscall definitions.
724
982807ce
JB
7252009-03-19 J"orn Rennecke <joern.rennecke@arc.com> (tiny change)
726
727 Speed up simulator startup:
728 * sim-utils.c (zalloc): Use xcalloc.
729
2a8922a9
HPN
7302009-01-07 Hans-Peter Nilsson <hp@axis.com>
731
2225d5bd
HPN
732 * cgen-ops.h (ADDQI, SUBQI, MULQI, NEGQI, ABSQI, ADDHI, SUBHI)
733 (MULHI, NEGHI, ABSHI, ADDSI, SUBSI, MULSI, NEGSI, ABSSI, ADDDI)
734 (SUBDI, MULDI, NEGDI, ABSDI): Cast arguments to the unsigned type
735 variant; UQI, UHI, USI, UDI, and cast the result to the signed
736 type, QI, HI, SI, DI.
737
2a8922a9
HPN
738 * callback.c (os_error): Mark as being a noreturn function.
739 * sim-io.h (sim_io_error): Similar for sim_io_error.
740
6878aceb
JS
7412008-11-12 Joel Sherrill <joel.sherrill@oarcorp.com>
742
743 * aclocal.m4: Fix underquoting of function names.
744
be091327
DJ
7452008-10-21 Julian Brown <julian@codesourcery.com>
746
747 * Make-common.in (run$(EXEEXT)): Add LDFLAGS.
748
79e1e459
HPN
7492008-07-11 Hans-Peter Nilsson <hp@axis.com>
750
751 * common.m4: Add test for libz and zlib.h.
752 * configure: Regenerate to track ../common/common.m4 changes.
753 * config.in: Ditto.
754
6efef468
JM
7552008-06-06 Vladimir Prus <vladimir@codesourcery.com>
756 Daniel Jacobowitz <dan@codesourcery.com>
757 Joseph Myers <joseph@codesourcery.com>
758
759 * aclocal.m4: Include ../../config/acx.m4.
760 * common.m4: Use ACX_PKGVERSION and ACX_BUGURL.
761 * configure, config.in: Regenerate.
762 * Make-common.in (LIB_OBJS): Add version.o.
763 (version.c, version.o): New rules.
764 * run.c: Include version.h.
765 (usage): Add help parameter. Print output either to stdout or
766 stderr depending on that parameter.
767 (print_version): New.
768 (main): Check for --help and --version.
769 * run-sim.h (sim_target_display_usage): Add help parameter.
770 * version.h: New.
771
a4e64307
DJ
7722008-04-14 Hans Kester <kester.hans@gmail.com>
773
774 * sim-signal.c: Define missing signals for _WIN32.
775
2a3591b0
SR
7762008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
777
778 * gennltvals.sh: Add cr16.
779 * nltvals.def: Rebuild.
780
b981d709
DJ
7812007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>
782
eb639c50
DJ
783 * callback.c (cb_is_stdin, cb_is_stdout, cb_is_stderr): Add functions.
784 * syscall.c (cb_syscall): Test for stdin/out/err, not just fd 0/1/2.
b981d709 785
f40f1a01
NC
7862007-08-10 Nick Clifton <nickc@redhat.com>
787
788 * sim-memopt.c (memory_options): Mention that the
789 --memory-size switch accepts suffixes.
790 (parse_size): Handle a suffix on the size value.
791 * sim-options.c (standard_options): Mention that the mem-size
792 switch accepts suffixes.
793 (standard_option_handler): Handle a suffix on the size value.
794
edc5d9ec
HPN
7952006-12-21 Hans-Peter Nilsson <hp@axis.com>
796
797 * acconfig.h: Remove.
798 * config.in: Regenerate.
799
09d96939
TS
8002006-11-07 Thiemo Seufer <ths@mips.com>
801
802 * gentmap.c: Fix compile time warning.
803
7e129781
TS
8042006-11-07 Thiemo Seufer <ths@mips.com>
805
806 * sim-base.h (text_start, text_end, start_addr): Use bfd_vma type
807 for bfd text addresses.
808
3ae2e9a3
TS
8092006-08-29 Thiemo Seufer <ths@mips.com>
810 Nigel Stephens <nigel@mips.com>
811
812 * sim-fpu.c (pack_fpu): Handle QUIET_NAN correctly for
813 SIM_QUIET_NAN_NEGATED.
814
41ec9f20
TS
8152006-08-29 Nigel Stephens <nigel@mips.com>
816
817 * sim-profile.c (profile_pc_init): Initialise default profiling
818 frequency to a prime number.
819 (profile_print_pc): Convert gmon.out sample data into target
820 byte order.
821
e85e3205
RE
8222006-06-13 Richard Earnshaw <rearnsha@arm.com>
823
824 * aclocal.m4: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.
825 * common.m4: Likewise.
826 * configure: Regenerated.
827
2f0122dc
DJ
8282006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
829
830 * aclocal.m4: Use ZW_GNU_GETTEXT_SISTER_DIR.
831 * configure: Regenerated.
832
20e95c23
DJ
8332006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
834
835 * Make-common.in: Replace INTLLIBS and INTLDEPS with LIBINTL
836 and LIBINTL_DEP everywhere.
837 (CSEARCH): Use INCINTL.
838 * aclocal.m4: Use ZW_GNU_GETTEXT_SISTER_DIR. Include new
839 gettext macros.
840 * configure: Regenerated.
841
ea696909
HPN
8422006-03-29 Hans-Peter Nilsson <hp@axis.com>
843
844 * aclocal.m4 (SIM_AC_OPTION_HARDWARE): Correct duplicate-
845 option-contents test.
846
aba6488e
MM
8472005-11-28 Mark Mitchell <mark@codesourcery.com>
848
25520859
MM
849 * sim-signal.c (sim_signal_to_target): Fix typos.
850
aba6488e
MM
851 * sim-reason.c (sim_stop_reason): Use
852 sim_signal_to_target, not sim_signal_to_host.
853 * sim-signal.c (sim_signal_to_host): Fix typo.
854 (sim_signal_to_target): New function.
855
f010abaa
HPN
8562005-07-10 Hans-Peter Nilsson <hp@bitrange.com>
857
858 * sim-load.c (xprintf, eprintf): Remove fallout from ANSI_PROTOTYPES
859 change.
860
09b96ea0
ILT
8612005-07-08 Ian Lance Taylor <ian@airs.com>
862
efd36314
ILT
863 * sim-fpu.c (sim_fpu_abs): Always clear the sign bit.
864
09b96ea0
ILT
865 * sim-fpu.c (pack_fpu): If SIM_QUIET_NAN_NEGATED is defined, use a
866 different fraction for a quiet NaN.
867 (unpack_fpu): Likewise.
868
3b02a06b
BE
8692005-07-08 Ben Elliston <bje@au.ibm.com>
870
871 * callback.c: Remove ANSI_PROTOTYPES conditional code.
872 * sim-load.c: Likewise.
873 * syscall.c: Likewise.
874
18d59ab9
CV
8752005-05-24 Corinna Vinschen <vinschen@redhat.com>
876
877 * Make-common.in (LIBDEPS): Correctly use INTLDEPS for dependency
878 check.
879
149cfe5b
DJ
8802005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
881
882 * Make-common.in (install-common, installdirs): Honor $DESTDIR.
883
3f6da722 8842005-04-20 Manoj Iyer <manjo@austin.ibm.com>
15254e9d 885
3f6da722
MI
886 * sim-types.h: Changed unsigned32 and unsigned64 to signed32
887 and signed64 for __ALPHA__.
888
2b193c4a
MK
8892005-03-23 Mark Kettenis <kettenis@gnu.org>
890
891 * aclocal.m4 Include ../../gettext.m4.
892 (CY_WITH_NLS, CY_GNU_GETTEXT, AM_PATH_PROG_WITH_TEST)
893 (AM_LC_MESSAGES): Remove.
894 * configure: Regenerate.
895
51216631
JB
8962005-02-28 Jim Blandy <jimb@redhat.com>
897
898 * aclocal.m4 (SIM_AC_OPTION_WARNINGS): Don't include
899 -Wuninitialized in the default list of build warnings if CFLAGS is
900 set, and doesn't include -O. (Using -Wuninitialized without
901 optimization produces a warning, which interferes with compilation
902 with -Werror.)
903
0c4507fd
JB
9042005-02-21 Jim Blandy <jimb@redhat.com>
905
906 * callback.c (os_fstat): Don't declare 't' unless it's used.
907
9ab46d53
JB
9082005-02-09 Jim Blandy <jimb@redhat.com>
909
910 * Make-common.in (CGEN): Load guile.scm, and include a trailing
911 '-s' argument.
912 (CGEN_FLAGS_TO_PASS): Include single quotes around the reference
913 to $(CGEN), to ensure that the command substitution happens where
914 the variable is referenced in the submake, not when the submake's
915 arguments are expanded.
916 (cgen.sh): Be prepared for the 'cgen' argument to contain spaces.
917 (arch, cpu, decode, cpu-decode, defs, desc): Place the name of the
918 application Scheme script directly after ${cgen}; don't precede it
919 with a -s.
920
f4f8cce4
HPN
9212005-01-28 Hans-Peter Nilsson <hp@axis.com>
922
97f669ed
HPN
923 * syscall.c (cb_syscall) <case CB_SYS_pipe>: New case.
924 * callback.c [HAVE_LIMITS_H]: Include limits.h.
925 Include libiberty.h.
926 (os_close, os_read, os_write, os_fstat, os_ftruncate): Support fd
927 being either end of a pipe.
928 (os_pipe, os_pipe_empty, os_pipe_nonempty): New functions.
929 (os_shutdown): Clear pipe state.
930 (default_callback): Initialize new members.
931
f4f8cce4
HPN
932 * callback.c (default_callback): Initialize target_endian.
933 (cb_store_target_endian): Renamed from store, new first parameter
934 host_callback *cb, drop last parameter big_p. Take endianness
935 from cb.
936 (cb_host_to_target_stat): Change to use cb_store_target_endian.
937 Remove variable big_p.
938 * nrun.c (main): Initialize default_callback.target_endian.
939
35695fd6
AC
9402005-01-14 Andrew Cagney <cagney@gnu.org>
941
942 * configure.ac: Replace SIM_AC_COMMON with sinclude of common.m4.
943 Add explicit call to AC_CONFIG_HEADER.
944 * common.m4: Delete call to AC_CONFIG_HEADER, update usage.
945 * configure: Re-generate.
946
f0569246
AC
9472005-01-12 Andrew Cagney <cagney@gnu.org>
948
949 * common.m4: New file, based on of aclocal.m4.
950
38f48d72
AC
9512005-01-11 Andrew Cagney <cagney@localhost.localdomain>
952
953 * aclocal.m4 (SIM_AC_OUTPUT): Rewrite to use 2.59 macros.
954 * configure: Regenerated to track ../common/aclocal.m4 changes.
955
b7026657
AC
9562005-01-07 Andrew Cagney <cagney@gnu.org>
957
958 * configure.ac: Rename configure.in, require autoconf 2.59.
959 * aclocal.m4 (SIM_AC_COMMON): Delete call to AC_CONFIG_AUX_DIR.
960 * configure: Re-generate.
961
5d945fec
HPN
9622004-12-15 Hans-Peter Nilsson <hp@axis.com>
963
964 * syscall.c (cb_syscall) <case CB_SYS_truncate>
965 <case CB_SYS_ftruncate>: New cases.
966
0d3cd463
HPN
9672004-12-13 Hans-Peter Nilsson <hp@axis.com>
968
969 * syscall.c (cb_syscall) <case CB_SYS_lstat>: New case.
82571856 970 (cb_syscall) <case CB_SYS_rename>: New case.
af596d08 971 * callback.c (os_lstat): New function.
0d3cd463 972
119860e5
HPN
9732004-12-08 Hans-Peter Nilsson <hp@axis.com>
974
027e2a04
HPN
975 * run.1: Document --sysroot=filepath.
976 * sim-options.c (STANDARD_OPTIONS): New member OPTION_SYSROOT.
977 (standard_options): Support --sysroot=<path>.
978 (standard_option_handler): Handle OPTION_SYSROOT.
979 * syscall.c (simulator_sysroot): Define, initialized empty.
980 (get_path): Prepend simulator_sysroot to absolute file path.
981 [HAVE_STRING_H]: Include string.h.
982 [!HAVE_STRING_H && HAVE_STRINGS_H]: Include strings.h.
983 * nrun.c [HAVE_UNISTD_H]: Include unistd.h.
984 (main): If simulator_sysroot is not empty, chdir there.
985 * sim-config.h (simulator_sysroot): Declare.
986
119860e5
HPN
987 * aclocal.m4 (SIM_AC_OUTPUT): Substitute @cgen_breaks@ for "break
988 cgen_rtx_error" in a CGEN-generated simulator.
989 * gdbinit.in: Break on sim_core_signal too. Have autoconf
990 replacement for CGEN-related breakpoints.
991
70ae6611
HPN
9922004-12-07 Hans-Peter Nilsson <hp@axis.com>
993
994 * Make-common.in (sim-basics_h): Add $(callback_h).
995
697afb65
HPN
9962004-12-03 Hans-Peter Nilsson <hp@axis.com>
997
998 * configure.in (SIM_CHECK_MEMBERS): Call for struct stat members
999 st_dev, st_ino, st_mode, st_nlink, st_uid, st_gid, st_rdev,
1000 st_size, st_blksize, st_blocks, st_atime, st_mtime and st_ctime.
1001 * aclocal.m4 (SIM_CHECK_MEMBER, SIM_CHECK_MEMBERS_1)
1002 (SIM_CHECK_MEMBERS): New macros.
1003 * callback.c (cb_host_to_target_stat): Use temporary macro ST_x
1004 for struct stat member test and write. Add ST_x calls for each
1005 struct stat member tested in configure.in. Wrap each ST_x call in
1006 #ifdef of configure macro for that member.
1007 * configure, config.in: Regenerate.
1008
6e56eb07
HPN
10092004-12-01 Hans-Peter Nilsson <hp@axis.com>
1010
1011 * cgen.sh: New thirteenth parameter opcfile, defaulting to
1012 /dev/null.
1013 <case desc>: Pass -OPC opcfile.
1014 * Make-common.in (cgen-desc): Pass $(opcfile) as thirteenth
1015 parameter to cgen.sh.
1016
c87368ac
RE
10172004-11-30 Richard Earnshaw <rearnsha@arm.com>
1018
1019 * Make-common.in (sim-basics_h): Correct dependencies on
1020 cconfig.h and tconfig.h
1021 (sim-load.o): Correct typo in sim-basics_h dependency.
1022
08cd3760
RE
10232004-11-18 Richard Earnshaw <rearnsha@arm.com>
1024
15f5e61f
RE
1025 * Make-common.in (sim-*_h): Add macros for all sim headers listing
1026 sub-dependencies for other sim files that they include.
1027 (sim_main_headers): Use sim-*_h macros.
08cd3760
RE
1028 (sim-load.o): Depend on sim-basics_h, not sim_main_headers.
1029
1afbf186
HPN
10302004-11-16 Hans-Peter Nilsson <hp@axis.com>
1031
1d72487d
HPN
1032 * sim-config.c (sim_config): Recognize when a bfd has unspecified
1033 endian information.
1034
1afbf186
HPN
1035 * Make-common.in (sim-load.o): Depend on $(sim_main_headers) and
1036 $(remote_sim_h) too.
1037 (sim_main_headers): Add sim-utils.h.
1038
a3bb1089
FCE
10392004-10-07 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1040
1041 * cgen-defs.h (ENDSWITCH): Changed to compile with gcc-3.4.2.
1042
5a645dc5
AC
10432004-07-26 Andrew Cagney <cagney@gnu.org>
1044
1045 Problem from Olaf Hering <olh@suse.de>.
1046 * Makefile.in (install-man, installdirs): Add DESTDIR prefix.
1047
109d3db3
BE
10482004-07-10 Ben Elliston <bje@au.ibm.com>
1049
1050 * hw-tree.c (parse_integer_property): Typo fix in comments.
1051 * sim-options.c (sim_args_command): Likewise.
1052
0aaa4a81
AC
10532004-06-28 Andrew Cagney <cagney@gnu.org>
1054
1055 * run.c: Rename ui_loop_hook to deprecated_ui_loop_hook.
1056
0242f9ea
JR
10572004-06-27 J"orn Rennecke <joern.rennecke@superh.com>
1058
1059 * callback.c (os_shutdown): Fix bug in last change: actually
1060 mark file descriptors as available on startup.
1061
594ee3a7
JR
10622004-06-25 J"orn Rennecke <joern.rennecke@superh.com>
1063
1064 [ include/gdb: * callback.h (host_callback_struct): Replace
1065 members fdopen and alwaysopen with fd_buddy. ]
1066 * callback.c: Changed all users.
1067
5f510f9c
AM
10682004-06-15 Alan Modra <amodra@bigpond.net.au>
1069
1070 * sim-load.c (sim_load_file): Use bfd_get_section_size
1071 instead of bfd_get_section_size_before_reloc.
1072
7659f80a
DJ
10732004-05-18 Daniel Jacobowitz <dan@debian.org>
1074
1075 * dv-glue.c (hw_glue_finish): Cast result of sizeof to long before
1076 passing it to printf.
1077
41ee5402
DJ
10782004-05-10 Daniel Jacobowitz <dan@debian.org>
1079
1080 * callback.c: Update copyright dates.
1081 * run.c: Likewise.
1082 * sim-basics.h: Likewise.
1083 * sim-load.c: Likewise.
1084 * syscall.c: Likewise.
1085
10862004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1087
1088 * callback.c: Include cconfig.h instead of config.h.
1089 * run.c: Likewise.
1090 * sim-basics.h: Likewise.
1091 * sim-load.c: Likewise.
1092 * syscall.c: Likewise.
1093
6d0c993e
BE
10942004-01-16 Ben Elliston <bje@wasabisystems.com>
1095
1096 * Makefile.in (clean): Remove rm -f $(ALL), as $(ALL) is empty.
1097
6edf0760
NC
10982003-12-19 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1099
1100 * sim-core.c (sim_core_trans_addr): Added for m32r-linux-run.
1101
a69146da
KH
11022003-11-22 Kazu Hirata <kazu@cs.umass.edu>
1103
1104 * sim-options.c (standard_options): Fix the names of H8
1105 variants.
1106
fc0a2244
AC
11072003-10-30 Andrew Cagney <cagney@redhat.com>
1108
1109 * sim-trace.c, sim-base.h: Replace "struct symbol_cache_entry"
1110 with "struct bfd_symbol".
1111
ee3073b5
AC
11122003-10-21 Andrew Cagney <cagney@redhat.com>
1113
1114 * callback.c (os_truncate): Call "truncate", and not "stat".
1115
198beae2
AC
11162003-10-20 Andrew Cagney <cagney@redhat.com>
1117
1118 * sim-base.h: Replace "struct sec" with "struct bfd_section".
1119
8822d001
JR
11202003-10-15 J"orn Rennecke <joern.rennecke@superh.com>
1121
1122 * callback.c (os_ftruncate, os_truncate): New functions.
1123 (default_callback): Initialize ftruncate and truncate members.
1124
ea52ff81
DB
11252003-09-08 Dave Brolley <brolley@redhat.com>
1126
1127 On behalf of Doug Evans <dje@sebabeach.org>
1128 * cgen.sh: New arg archfile.
1129 * Make-common.in (cgen-arch,cgen-cpu,cgen-defs,cgen-decode,
1130 cgen-cpu-decode,cgen-desc): Update call to cgen.sh.
1131
e158f0a0
AC
11322003-08-28 Andrew Cagney <cagney@redhat.com>
1133
1134 * dv-glue.c (hw_glue_finish): Change %d to %ld to match sizeof.
1135 * sim-options.c (print_help): Cast the format with specifier to
1136 "int".
1137
33319edb
DB
11382003-08-20 Michael Snyder <msnyder@redhat.com>
1139 Dave Brolley <brolley@redhat.com>
1140
1141 * cgen-par.h (flags, word1): New target-specific
1142 fields of CGEN_WRITE_QUEUE_ELEMENT.
1143 (CGEN_WRITE_QUEUE_ELEMENT_FLAGS): New accessor macro.
1144 (CGEN_WRITE_QUEUE_ELEMENT_WORD1): New accessor macro.
1145 * gennltvals.sh: Add frv target.
1146 * nltvals.def: Add frv target.
1147
72f536bd
MS
11482003-06-23 Michael Snyder <msnyder@redhat.com>
1149
ac59bf8d 1150 * nrun.c (main): Delete h8/300 ifdef (sim now handles signals).
72f536bd
MS
1151 * sim-reg.c: Fix cut-and-paste bug in comment.
1152
1f1b2817
AC
11532003-06-22 Andrew Cagney <cagney@redhat.com>
1154
1155 From matthew green <mrg@redhat.com>:
1156 * sim-fpu.h: Update copyright.
1157 (sim_fpu_fraction, sim_fpu_guard): New prototypes.
1158 * sim-fpu.c: Update copyright.
1159 (sim_fpu_fraction, sim_fpu_guard): New inline functions.
1160
89c0d7dd 11612003-06-17 Frank Ch. Eigler <fche@redhat.com>
6ec8fa7a 1162
89c0d7dd 1163 From Doug Evans <dje@sebabeach.org>:
6ec8fa7a
FCE
1164 * cgen-trace.h (sim_disasm_read_memory): Update args to be compatible
1165 with disassemble_info:read_memory_func.
1166 * cgen-trace.c (sim_disasm_read_memory): Ditto.
1167
828c9ae6
MS
11682003-06-04 Michael Snyder <msnyder@redhat.com>
1169
1170 * common/run.c (main): Remove SIM_H8300 ifdef.
1171 (usage): Ditto.
1172 * common/sim-options.c (STANDARD_OPTIONS): Add SIM_H8300SX.
1173 (standard_options): Add '-x' for h8/300sx.
1174 (standard_option_handler): Add case for SIM_H8300SX.
1175
80d35d90
MS
11762003-04-13 Michael Snyder <msnyder@redhat.com>
1177
1178 * Make-common.in (sim-events.o, sim-config.o): Depend on sim-main.h.
1179
876fec02
AC
11802003-03-01 Andrew Cagney <cagney@redhat.com>
1181
1182 * sim-engine.c (sim_engine_halt): If jmpbuf is invalid, abort.
1183 (sim_engine_vabort): Ditto.
1184
6b4a8935
AC
11852003-02-27 Andrew Cagney <cagney@redhat.com>
1186
1187 * sim-utils.h (sim_analyze_program, sim_load_file): Rename _bfd to bfd.
1188 * sim-hload.c (sim_load), sim-base.h (sim_state_base): Ditto.
1189 * nrun.c (main): Ditto.
1190
dbd7cd63
AC
11912003-02-26 Andrew Cagney <cagney@redhat.com>
1192
1193 * sim-engine.h (sim_engine_abort): Add noreturn attribute.
1194 (sim_engine_vabort): Ditto.
1195 (sim_engine_halt, sim_engine_restart): Ditto.
1196
836cc9f4
AC
11972003-02-20 Andrew Cagney <ac131313@redhat.com>
1198
1199 * Make-common.in (SIM_NEW_COMMON_OBJS): Remove sim-break.o
1200 (sim-break_h): Delete macro.
1201 (sim-break.o): Delete rule.
1202 * sim-break.c: Delete file.
1203 * sim-break.h: Delete file.
1204 * sim-base.h [SIM_HAVE_BREAKPOINTS]: Don't include "sim-break.h".
1205 (STATE_BREAKPOINTS): Delete macro.
1206 (sim_state_base): Delete field breakpoints.
1207 * sim-module.c (modules) [SIM_HAVE_BREAKPOINTS]: Don't add
1208 sim_break_install to array.
1209
45a15d6f
KH
12102003-01-08 Kazu Hirata <kazu@cs.umass.edu>
1211
1212 * run.c (usage): Fix typos.
1213
127a77fe
CD
12142002-11-27 Richard Sandiford <rsandifo@redhat.com>
1215
1216 * sim-fpu.c (sim_fpu_inv): Use sim_fpu_div.
1217
b85e4829
AC
12182002-11-22 Andrew Cagney <ac131313@redhat.com>
1219
1220 * dv-core.c: Update copyright. sim/common contributed to the FSF.
1221 * dv-glue.c, dv-pal.c, hw-base.c, hw-base.h, hw-device.c: Ditto.
1222 * hw-device.h, hw-handles.c, hw-handles.h: Ditto.
1223 * hw-instances.c, hw-instances.h, hw-properties.c: Ditto.
1224 * hw-properties.h, hw-tree.c, hw-tree.h, sim-alu.h: Ditto.
1225 * sim-basics.h, sim-bits.c, sim-bits.h, sim-config.c: Ditto.
1226 * sim-config.h, sim-core.c, sim-core.h, sim-endian.c: Ditto.
1227 * sim-endian.h, sim-events.c, sim-events.h, sim-inline.c: Ditto.
1228 * sim-inline.h, sim-io.c, sim-io.h, sim-n-bits.h: Ditto.
1229 * sim-n-core.h, sim-n-endian.h, sim-types.h: Ditto.
1230
d25b1553
AC
12312002-11-13 Andrew Cagney <cagney@redhat.com>
1232
1233 * run.c (main): Remove SIM_HAVE_ENVIRONMENT from #endif.
1234
d690312f
CD
12352002-11-06 Richard Sandiford <rsandifo@redhat.com>
1236
1237 * Make-common.in (SIM_EXTRA_DISTCLEAN): New macro.
1238 (distclean): Depend on it.
1239
7c3e3b33
AM
12402002-10-14 Alan Modra <amodra@bigpond.net.au>
1241
1242 * cgen-trace.h: Test __BFD_H_SEEN__ rather than BFD_VERSION.
1243
7ede505a
DB
12442002-08-29 Dave Brolley <brolley@redhat.com>
1245
1246 * Make-common.in (CGEN_READ_SCM): Remove ../../cgen/stamp-cgen.
1247
75c4388a
AC
12482002-07-17 Andrew Cagney <cagney@redhat.com>
1249
1250 * run-sim.h: Add #ifdef RUN_SIM_H wrapper.
1251 (sim_set_callbacks, sim_size, sim_trace)
1252 (sim_set_trace, sim_set_profile_size, sim_kill): Declare. Moved
1253 to here from "gdb/remote-sim.h".
1254
7a3085c1 12552002-07-16 Andrew Cagney <ac131313@redhat.com>
39248af8
AC
1256
1257 * sim-resume.c (sim_resume): Add local variable sig_to_deliver to
1258 avoid possible longjmp problems with automatic variable siggnal.
1259
076043f2
AC
12602002-07-14 Andrew Cagney <ac131313@redhat.com>
1261
1262 From 2002-07-11 Momchil Velikov <velco@fadata.bg>:
1263 * Make-common.in (installdirs): Make $(libdir) too, needed when
1264 installing libsim.a.
1265
3fbeef0b
AC
12662002-07-13 Andrew Cagney <ac131313@redhat.com>
1267
1268 * gennltvals.sh (dir): Mark d30v as obsolete.
1269 * nltvals.def: Remove d30v.
1270
bf962092
AC
12712002-06-17 Andrew Cagney <cagney@redhat.com>
1272
27961795
AC
1273 * hw-events.c (hw_event_queue_schedule): Initialize `dummy'.
1274
bf962092
AC
1275 * sim-memopt.c: Include <unistd.h>.
1276 (do_memopt_add): Fix printf format.
1277 * sim-events.c (sim_events_schedule): Initialize ``dummy''.
1278
c8cca39f
AC
12792002-06-16 Andrew Cagney <ac131313@redhat.com>
1280
1281 * aclocal.m4 (SIM_AC_OPTION_WARNINGS): Update to match GDB's
1282 --enable-gdb-build-warnings.
1283 * configure: Regenerated to track ../common/aclocal.m4 changes.
1284
307041b7 12852002-06-09 Aldy Hernandez <aldyh@redhat.com>
7d7d930f
AH
1286
1287 * sim-fpu.c (unpack_fpu): Initialize exponent for
1288 sim_fpu_class_zero.
1289 (i2fpu): Same.
1290 (sim_fpu_sqrt): Same.
1291
3c25f8c7
AC
12922002-06-08 Andrew Cagney <cagney@redhat.com>
1293
1294 * gentmap.c (gen_targ_map_c): Generate "gdb/callback.h".
1295 * sim-basics.h: Include "gdb/callback.h" and "gdb/remote-sim.h".
1296 * run.c: Ditto.
1297 * sim-load.c: Ditto.
1298 * callback.c: Ditto.
1299 * syscall.c: Ditto.
1300 * Make-common.in (callback_h): Define.
1301 (remote_sim_h): Define.
1302 (run.o): Update.
1303 (callback.o): Update.
1304 (syscall.o): Update.
1305 (sim-load.o):
1306 (nrun.o): Update.
1307 (sim-hload.o): Update.
1308 (sim-io.o): Update.
1309 (sim-reason.o): Update.
1310 (sim-reg.o): Update.
1311 (sim-resume.o): Update.
1312
dbec3bef
KH
13132002-05-30 Kazu Hirata <kazu@cs.umass.edu>
1314
1315 * run.c: Fix formatting.
1316
de4112fa
NC
13172002-05-20 Nick Clifton <nickc@cambridge.redhat.com>
1318
1319 * run-sim.h: New header. Provide prototypes for functions used
1320 between run() and libsim.a which are not used by GDB.
1321 * run.c: Include run-sim.h.
1322 (main): If SIM_TARGET_SWITCHES is defined call
1323 sim_target_parse_command_line.
1324 (usage): If SIM_TARGET_SWITCHES is defined call
1325 sim_target_display_usage.
1326
a8cdafbd
AV
13272002-05-17 Andrey Volkov <avolkov@transas.com>
1328
1329 * run.c: Made h8300s as new target, not h8300h alias.
1330 Added new option -S (h8300s target)
1331 * sim-options.c: Ditto.
1332
5accf1ff
CD
13332002-05-01 Chris Demetriou <cgd@broadcom.com>
1334
1335 * callback.c: Use 'deprecated' rather than 'depreciated.'
1336
080fe24b
AC
13372002-02-24 Andrew Cagney <ac131313@redhat.com>
1338
1339 From wiz at danbala:
1340 * sim-fpu.h: Fix grammar and typos.
1341 Fix PR gdb/287.
1342
6439295f
CD
13432002-02-10 Chris Demetriou <cgd@broadcom.com>
1344
1345 * callback.c: Fix some spelling errors.
1346 * hw-device.h: Likewise.
1347 * hw-tree.c: Likewise.
1348 * sim-abort.c: Likewise.
1349 * sim-alu.h: Likewise.
1350 * sim-core.h: Likewise.
1351 * sim-events.c: Likewise.
1352 * sim-events.h: Likewise.
1353 * sim-fpu.h: Likewise.
1354 * sim-profile.h: Likewise.
1355 * sim-utils.c: Likewise.
1356
dea03d4e
HPN
13572002-01-31 Hans-Peter Nilsson <hp@axis.com>
1358
1359 * cgen-ops.h (ADDCQI, ADDCFQI, ADDOFQI, SUBCQI, SUBCFQI, SUBOFQI):
1360 New functions.
1361
1636f0bb
BE
13622002-01-20 Ben Elliston <bje@redhat.com>
1363
1364 * sim-fpu.h (SIM_FPU_IS_QNAN): Replace "Quite" with "Quiet" in
1365 the comment for this enumerator.
1366
b59d44de
BE
13672002-01-14 Ben Elliston <bje@redhat.com>
1368
1369 * sim-fpu.h: Fix comment about sim_fpu_* constants.
1370
280b26c0
KH
13712001-12-20 Kazu Hirata <kazu@hxi.com>
1372
1373 * run.c (usage): Fix a typo.
1374
e3e473da
BE
13752001-07-05 Ben Elliston <bje@redhat.com>
1376
1377 * Make-common.in (srccgen): Remove.
1378 (CGEN_CPU_DIR): Define.
1379 (CGEN_READ_SCM): Redefine without $(srccgen).
1380 (CGEN_ARCH_SCM): Ditto.
1381 (CGEN_CPU_SCM): Ditto.
1382 (CGEN_DECODE_SCM): Ditto.
1383 (CGEN_DESC_SCM): Ditto.
1384
2836ee25
FCE
13852001-04-25 Frank Ch. Eigler <fche@redhat.com>
1386
1387 * sim-load.c (sim_load_file): Put it back: external now.
1388 * sim-utils.c (sim_analyze_program): Ditto. Nyuk nyuk nyuk.
1389
5b778125
AC
13902001-04-21 Andrew Cagney <ac131313@redhat.com>
1391
1392 * sim-load.c (sim_load_file): Delete call bfd_cache_close. BFD
1393 internal interface.
1394 * sim-utils.c (sim_analyze_program): Ditto.
1395
6ec9f4a9
FCE
13962001-04-19 Frank Ch. Eigler <fche@redhat.com>
1397
1398 * sim-utils.c (sim_analyze_program): Call bfd_cache_close after
1399 we're finished with its immediate use.
1400 * sim-load.c (sim_load_file): Ditto.
1401
764f1408
FCE
14022001-03-16 Frank Ch. Eigler <fche@redhat.com>
1403
1404 Add support for mmap-based memory regions.
1405 * sim-memopt.c (mmap_next_fd): New global.
1406 (sim_memory_init): Reinitialize it.
1407 (OPTION_MEMORY_MAPFILE, memory_option_handler): Support new
1408 "--memory-mapfile FILE" option. Check for some errors.
1409 (do_memopt_add): Conditionally do mmap instead of malloc for
1410 backing store of simulated memory. Check for more errors.
1411 (do_simopt_delete, sim_memory_uninstall): Corresponding cleanup.
1412 * sim-memopt.h (munmap_length): New member of _sim_memopt.
1413 * configure.in: Look for mmap/fstat related functions and headers.
1414 * config.in, configure: Regenerated.
1415
35c20992
FCE
14162001-03-15 Frank Ch. Eigler <fche@redhat.com>
1417
1418 * sim-core.c (sim_core_map_attach): Correct overlap-related
1419 error messages.
1420
f6bb7a3b
MM
14212001-03-07 Michael Meissner <meissner@redhat.com>
1422
1423 * run.c (alloca-conf.h): Delete, no longer provided.
1424
01816cd8
BE
14252001-02-22 Ben Elliston <bje@redhat.com>
1426
1427 * sim-trace.h (TRACE_VPU_IDX): Add.
1428 (TRACE_vpu): Define.
1429 (WITH_TRACE_VPU_P): Likewise.
1430 (TRACE_VPU_P): Likewise.
1431 * sim-trace.c (OPTION_TRACE_VPU): Define.
1432 (trace_options): Add --trace-vpu.
1433 (trace_option_handler): Handle OPTION_TRACE_VPU.
1434 (trace_option_handler): Include VPU tracing in --trace-semantics.
1435 (trace_idx_to_str): Handle TRACE_VPU_IDX.
1436
44a9331c
BE
14372001-02-21 Ben Elliston <bje@redhat.com>
1438
1439 * sim-trace.h (TRACE_BRANCH_INPUT1): New macro.
1440 (TRACE_BRANCH_INPUT2): Likewise.
1441
c43ad8eb
BE
14422001-02-09 Ben Elliston <bje@redhat.com>
1443
1444 * (profile_print_pc): Write header out in target byte order.
1445
14462001-02-09 Ben Elliston <bje@redhat.com>
1447
1448 * sim-profile.c (profile_pc_init): Correct bug in loop logic when
1449 adjusting the pc shift value.
1450
9397fcbf
FCE
14512001-01-12 Chris Demetriou <cgd@sibyte.com>
1452
badd2b1e
BE
1453 * aclocal.m4 (SIM_AC_OPTION_SCACHE): Properly handle the case
1454 where a numeric value is supplied.
9397fcbf 1455
63fe1038
BE
14562001-01-06 Ben Elliston <bje@redhat.com>
1457
1458 * cgen.sh: Allow extrafiles to include the semantics files when
1459 generating an ISA-specific decoder.
1460
b6f6b44d
AO
14612000-12-27 Alexandre Oliva <aoliva@redhat.com>
1462
1463 * Make-common.in (sim-io.o): Depend on targ-vals.h.
1464
ad8707b5
BE
14652000-12-23 Ben Elliston <bje@redhat.com>
1466
1467 * cgen-trace.c (trace_result): Handle 'f' type operands; output
1468 them to the trace stream using sim_fpu_printn_fpu. Include
1469 "sim-fpu.h".
1470
b94c0966
BE
14712000-12-15 Ben Elliston <bje@redhat.com>
1472
1473 * sim-fpu.h (sim_fpu_printn_fpu): Declare.
1474 * sim-fpu.c (print_bits): Add digits parameter. Print only as many
1475 trailing digits as specified (-1 to print all digits).
1476 (sim_fpu_print_fpu): New wrapper around sim_fpu_printn_fpu.
1477 (sim_fpu_printn_fpu): Rename from sim_fpu_print_fpu; update calls
1478 to print_bits ().
1479
fd5d712e
BE
14802000-12-13 Ben Elliston <bje@redhat.com>
1481
1482 * cgen.sh: Set prefix/PREFIX (append ISA if applicable). Factor
1483 sed expressions into $sedscript, substituting @prefix@/@PREFIX@.
1484 (defs): New action.
1485
4c15ccf7
GK
14862000-12-12 Geoffrey Keating <geoffk@redhat.com>
1487
1488 * sim-endian.h: Don't have parameters on macro definitions which
1489 are simply renaming functions, to permit use of XCONCAT2 in both
1490 the macro name and the arguments in a use of such a definition.
1491
0d277f51
BE
14922000-12-11 Ben Elliston <bje@redhat.com>
1493
1494 * cgen-ops.h (SUBWORDDFDI): New function.
1495
bb4e03e5
BE
14962000-12-05 Ben Elliston <bje@redhat.com>
1497
c79688eb
BE
1498 * Make-common.in (cgen-defs): New target.
1499 (cgen-decode): Pass $(EXTRAFILES).
1500
bb4e03e5
BE
1501 * genmloop.sh: Use @prefix@, not @cpu@ throughout. Add -prefix and
1502 -outfile-suffix options.
1503
76440e4b
BE
15042000-12-04 Ben Elliston <bje@redhat.com>
1505
6227bc85
BE
1506 * cgen-ops.h (SUBWORDSIQI): Mask off top bits.
1507 (SUBWORDSIUQI): Likewise.
1508 (SUBWORDDIHI): Likewise.
1509 (SUBWORDDIQI): New function.
1510
76440e4b
BE
1511 * cgen-trace.c (disassemble_insn): Remove unused declaration.
1512 * cgen-scache.c (scache_option_handler): Remove unused local var.
1513
cdc2a5c3
BE
15142000-12-03 Ben Elliston <bje@redhat.com>
1515
1516 * sim-profile.c (profile_option_handler): Remove unused prof_nr.
1517
4e73b9c1
SC
15182000-11-26 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1519
1520 * hw-events.c (delete_hw_event_data): Remove the scheduled events.
1521
ce9bc8d1
SC
15222000-11-26 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1523
1524 * dv-core.c (dv_core_attach_address_callback): Don't abort if
1525 space is not zero.
1526
ce13044d
SC
15272000-11-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1528
1529 * hw-base.c (hw_delete): Don't free base_of_hw since it's freed.
1530 (set_hw_delete): Moved the macro as a function.
1531 * hw-base.h (set_hw_delete): Declare as external function.
1532 * hw-alloc.c (delete_hw_alloc_data): Allow to free the memory
1533 allocated using hw_malloc.
1534
7c070881
SC
15352000-11-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1536
1537 * sim-options.c (sim_parse_args): Free the memory used for
1538 long_options, short_options, handlers, opt_cpu, orig_val.
1539
4f49fa1b
BE
15402000-11-20 Ben Elliston <bje@redhat.com>
1541
1542 * cgen-ops.h (SUBBI): New macro.
1543 (SUBWORDSIQI, SUBWORDSIHI, SUBWORDSIUQI): New functions.
1544 (SUBWORDDIHI, SUBWORDDIUQI, SUBWORDDIDF): Likewise.
1545
2d84da1b
BE
15462000-11-16 Ben Elliston <bje@redhat.com>
1547
1548 * cgen-types.h (VOID): New type.
1549
dbc168af
BE
15502000-11-09 Ben Elliston <bje@redhat.com>
1551
1552 * sim-fpu.c (sim_fpu_one): Set exponent to 0.
1553 (sim_fpu_two): Set exponent to 1.
1554
e4f5c43e
EZ
15552000-10-26 Ben Elliston <bje@redhat.com>
1556
1557 * cgen.sh: Handle an isa argument between cpu and mach. Default to
1558 `all'. Pass `-i' options to cgen applications.
1559 * Make-common.in (cgen-arch, cgen-cpu, cgen-decode, cgen-cpu-decode,
1560 cgen-desc): Pass $(isa) to cgen.sh.
1561
a8d894af
BE
15622000-10-08 Ben Elliston <bje@redhat.com>
1563
1564 * cgen-utils.c (cgen_rtx_error): New function.
1565
15662000-10-07 Ben Elliston <bje@redhat.com>
1567
1568 * cgen-trace.c (sim_cgen_disassemble_insn): Handle failure
1569 conditions for sim_core_read_buffer().
1570
6d4c43bf
DB
15712000-09-26 Dave Brolley <brolley@redhat.com>
1572
1573 * cgen-utils.c (RORQI): New function.
1574 (ROLQI): New function.
1575 (RORHI): New function.
1576 (ROLHI): New function.
1577
0e266e5c
DB
15782000-08-28 Dave Brolley <brolley@redhat.com>
1579
1580 * cgen-trace.c (sim_cgen_disassemble_insn): Make sure entire insn is
1581 in insn_value if it will fit.
1582
604259a0
FCE
15832000-08-21 Frank Ch. Eigler <fche@redhat.com>
1584
1585 * Make-common.in, cgen.sh: Contribute CGEN-related build targets/rules.
1586
4193618c
DB
15872000-08-15 Dave Brolley <brolley@redhat.com>
1588
1589 * sim-profile.c (profile_print_speed): Print cpu frequency if not zero.
1590
15912000-08-15 Dave Brolley <brolley@redhat.com>
1592
1593 * sim-profile.h (PROFILE_DATA): Add cpu_freq.
1594 (PROFILE_CPU_FREQ): New macro.
1595 * sim-profile.c (OPTION_PROFILE_CPU_FREQUENCY): New enumerator.
1596 (profile-options): Add profile-cpu-frequency.
1597 (parse_frequency): New function.
1598 (profile_option_handler): Handle OPTION_PROFILE_CPU_FREQUENCY.
1599 (profile_print_speed): Print cpu frequency and simulated execution time.
1600 Re-indent other items to match.
1601
548a3e15
AC
16022000-08-09 Andrew Cagney <cagney@lulu.cygnus.com>
1603
1604 * dv-sockser.c (dv_sockser_init): Eliminate MIN macro.
1605
fab307a2
FCE
16062000-07-27 Frank Ch. Eigler <fche@redhat.com>
1607
1608 From Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1609 * Makefile.in (install): Install run.1 man page.
1610
46a19b74
AC
1611Thu Jul 27 21:56:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1612
1613 From 2000-06-23 Doug Evans <dje@casey.transmeta.com>:
1614 * Makefile.in (headers,nltvals.def): Merge.
1615
3c765a54
AC
1616Thu Jul 27 20:37:47 2000 Andrew Cagney <cagney@b1.cygnus.com>
1617
f9cbceb6
AC
1618 From 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
1619 * nrun.c (main): Print the simulator statistics only in
1620 verbose mode.
1621 * hw-properties.h (hw_find_integer_array_property): Fix
1622 prototype (use signed_cell).
1623
38e64f35
AC
1624 From 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
1625 * sim-events.c (sim_events_remain_time): New function returning
1626 the time that remains before the event is raised.
1627 * hw-events.c (hw_event_remain_time): Likewise.
1628 * sim-events.h (sim_events_remain_time): Declare.
1629 * hw-events.h (hw_event_remain_time): Declare.
1630
0802cc40
AC
1631 From 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
1632 * sim-hw.c: Use <errno.h> instead of <sys/errno.h>
1633 (OPTION_HW_LIST): New option --hw-list to list the devices.
1634 (hw_option_handler): List the device tree with 'sim_hw_print'.
1635
3c765a54
AC
1636 From 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
1637 * sim-bits.h (_MSB_16, _LSB_16): Define for 16-bit targets.
1638 (MASK, LSBIT, MSBIT): Likewise and use _MSB_16 and _LSB_16.
1639 (EXTENDED): Define for 16-bit word size.
1640 * sim-bits.c (LSEXTRACTED, MSEXTRACTED, LSINSERTED,
1641 MSINSERTED, LSSEXT, MSSEXT): Implement for 16-bit word size.
1642 * sim-types.h: Added support for 16-bit targets.
1643
7fb283bc
FCE
16442000-06-23 Frank Ch. Eigler <fche@redhat.com>
1645
1646 * cgen-trace.h (TRACE_USEFUL_MASK): Remove TRACE_EVENTS_IDX.
1647
ab42ee12
FCE
16482000-06-24 Frank Ch. Eigler <fche@redhat.com>
1649
1650 From Maciej W. Rozycki <macro@ds2.pg.gda.pl>:
1651 * Makefile.in (distclean): Clean cconfig.h also.
1652
eb2d80b4
AC
1653Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
1654
1655 * configure: Regenerated to track ../common/aclocal.m4 changes.
1656
1657Tue May 23 21:35:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
1658
1659 * aclocal.m4 (sim-profile): Enable the profiler by default.
1660
781c552e
AC
1661Tue May 23 20:30:12 2000 Andrew Cagney <cagney@amy.cygnus.com>
1662
1663 * run.c (main): Initialize sigrc.
1664
5eb1a8fa
AC
1665Wed Apr 26 16:18:44 2000 Andrew Cagney <cagney@b1.cygnus.com>
1666
1667 * sim-events.c (update_time_from_event): Add more detailed event
1668 tracing.
1669
b2ac51e4
DB
16702000-03-30 Dave Brolley <brolley@redhat.com>
1671
1672 * aclocal.m4 (cgen): Use guile to run cgen.
1673
f8603f2f
DB
16742000-03-23 Dave Brolley <brolley@redhat.com>
1675
1676 * cgen-fpu.h: Rename extsfdf to fextsfdf. Rename truncdfsf to
1677 ftruncdfsf.
1678 * cgen-accfp.c (fextsfdf): New function.
1679 (ftruncdfsf): New function.
1680 (cgen_init_accurate_fpu): Initialize fextsfdf and ftruncdfsf.
1681
0f831eb3
JJ
16822000-03-13 Jeff Johnston <jjohnstn@cygnus.com>
1683
1684 * cgen-ops.h: Added TRUNCSISI.
1685
e88acae7
FCE
16862000-03-08 Dave Brolley <brolley@redhat.com>
1687
1688 * cgen-par.h (cgen_write_queue_kind): Add CGEN_FN_SF_WRITE.
1689 (CGEN_WRITE_QUEUE_ELEMENT): Add fn_sf_write.
1690 (sim_queue_fn_si_write): Last argument is has type USI.
1691 (sim_queue_fn_sf_write): New function.
1692 * cgen-par.c (sim_queue_fn_si_write): Declare 'value' as USI.
1693 (sim_queue_fn_sf_write): New function.
1694 (cgen_write_queue_element_execute): Handle CGEN_FN_SF_WRITE.
1695
baa7ae6f
AC
1696Tue Feb 22 16:45:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
1697
1698 * run.c (main): When SIM_HAVE_ENVIRONMENT enable tracing with
1699 sim_set_trace and run simulator using sim_resume.
1700 (main): Add option ``-o'' - operating environment. Only continue
1701 after a signal when operating environment.
1702 (main): Always set REASON and SIGRC using sim_stop_reason.
1703 (sim_trace): Delete extern declaration.
1704
6d358e86
NC
17052000-02-08 Nick Clifton <nickc@cygnus.com>
1706
1707 * callback.c: Fix compile time warning messages.
1708 * run.c: Fix compile time warning messages.
1709
ed9a39eb
JM
17101999-12-17 Dave Brolley <brolley@cygnus.com>
1711
1712 * sim-profile.h: (set_profile_option_mask): Add prototype.
1713 * sim-profile.c (set_profile_option_mask): No longer static.
1714
c4093a6a
JM
1715Wed Dec 8 21:47:13 1999 Andrew Cagney <cagney@b1.cygnus.com>
1716
1717 * sim-arange.c: Include <string.h>
1718
de57eccd
JM
17191999-12-07 Dave Brolley <brolley@cygnus.com>
1720
c4093a6a 1721 * sim-options.c (print_help): '=' required before optional argument.
de57eccd
JM
1722 * cgen-par.h (CGEN_FN_MEM_QI_WRITE): New enumerator.
1723 (CGEN_FN_MEM_HI_WRITE): New enumerator.
1724 (CGEN_FN_MEM_SI_WRITE): New enumerator.
1725 (CGEN_FN_MEM_DI_WRITE): New enumerator.
1726 (CGEN_FN_MEM_DF_WRITE): New enumerator.
1727 (CGEN_FN_MEM_XI_WRITE): New enumerator.
1728 (fn_mem_qi_write): New union members.
1729 (fn_mem_hi_write): New union members.
1730 (fn_mem_si_write): New union members.
1731 (fn_mem_di_write): New union members.
1732 (fn_mem_df_write): New union members.
1733 (fn_mem_xi_write): New union members.
1734 (sim_queue_fn_mem_qi_write): New function.
1735 (sim_queue_fn_mem_hi_write): New function.
1736 (sim_queue_fn_mem_si_write): New function.
1737 (sim_queue_fn_mem_di_write): New function.
1738 (sim_queue_fn_mem_df_write): New function.
1739 (sim_queue_fn_mem_xi_write): New function.
1740 * cgen-par.c (sim_queue_fn_mem_qi_write): New function.
1741 (sim_queue_fn_mem_hi_write): New function.
1742 (sim_queue_fn_mem_si_write): New function.
1743 (sim_queue_fn_mem_di_write): New function.
1744 (sim_queue_fn_mem_df_write): New function.
1745 (sim_queue_fn_mem_xi_write): New function.
1746 (cgen_write_queue_element_execute): Handle CGEN_FN_MEM_QI_WRITE,
1747 CGEN_FN_MEM_HI_WRITE, CGEN_FN_MEM_SI_WRITE, CGEN_FN_MEM_DI_WRITE,
1748 CGEN_FN_MEM_DF_WRITE, CGEN_FN_MEM_XI_WRITE.
1749
c2d11a7d
JM
17501999-12-01 Dave Brolley <brolley@cygnus.com>
1751
1752 * cgen-accfp.c (subsf): Check status code.
1753 (mulsf): Ditto.
1754 (negsf): Ditto.
1755 (abssf): Ditto.
1756 (sqrtsf): Ditto.
1757 (invsf): Ditto.
1758 (minsf): Ditto.
1759 (maxsf): Ditto.
1760 (subdf): Ditto.
1761 (muldf): Ditto.
1762 (divdf): Ditto.
1763 (negdf): Ditto.
1764 (absdf): Ditto.
1765 (sqrtdf): Ditto.
1766 (invdf): Ditto.
1767 (mindf): Ditto.
1768 (maxdf): Ditto.
1769
17701999-11-26 Dave Brolley <brolley@cygnus.com>
1771
1772 * cgen-par.h (fn_df_write): Mode of data is DF.
1773 (sim_queue_fn_df_write): Mode of data is DF.
1774 * cgen-par.c (sim_queue_fn_df_write): Mode of data is DF.
1775
17761999-11-22 Dave Brolley <brolley@cygnus.com>
1777
1778 * cgen-trace.c (SIZE_TRACE_BUF): Inxrease size of trace buffer.
1779 * cgen-par.h (CGEN_WRITE_QUEUE_SIZE): Increase size of queue.
1780
11cf8741
JM
17811999-11-04 Dave Brolley <brolley@cygnus.com>
1782
1783 * cgen-par.h (cgen_write_queue_kind): Add CGEN_FN_XI_WRITE and
1784 CGEN_MEM_XI_WRITE members.
1785 (CGEN_WRITE_QUEUE_ELEMENT): Add fn_xi_write and mem_xi_write members.
1786 (sim_queue_fn_xi_write): New function.
1787 (sim_queue_mem_xi_write): New function.
1788
1789 * cgen-par.c (sim_queue_fn_xi_write): New function.
1790 (sim_queue_mem_xi_write): New function.
1791 (cgen_write_queue_element_execute): Handle CGEN_FN_XI_WRITE and
1792 CGEN_MEM_XI_WRITE.
1793
e514a9d6
JM
17941999-10-22 Dave Brolley <brolley@cygnus.com>
1795
1796 * cgen-par.h (insn_address): New field in CGEN_WRITE_QUEUE_ELEMENT.
1797 (CGEN_WRITE_QUEUE_ELEMENT_IADDR): New macro.
1798 * cgen-par.c: Set insn_address for each queued write. Get pc from
1799 cpu when executing queued writes.
1800
18011999-10-19 Dave Brolley <brolley@cygnus.com>
1802
1803 * cgen-par.h (sim_queue_fn_pc_write): New function.
1804 (CGEN_FN_PC_WRITE): New enumerator.
1805 (fn_pc_write): New union member.
1806 * cgen-par.c (sim_queue_fn_pc_write): New function.
1807 (cgen_write_queue_element_execute): Handle CGEN_FN_PC_WRITE.
1808
917317f4
JM
18091999-10-18 Dave Brolley <brolley@cygnus.com>
1810
1811 * cgen-par.h (CGEN_MEM_DI_WRITE): New enumerator.
1812 (CGEN_MEM_DF_WRITE): New enumerator.
1813 (mem_di_write): New union member.
1814 (mem_df_write): New union member.
1815 * cgen-par.c (sim_queue_mem_di_write): New function.
1816 (sim_queue_mem_df_write): New function.
1817 (cgen_write_queue_element_execute): Handle CGEN_MEM_DI_WRITE and
1818 CGEN_MEM_DF_WRITE.
1819 * cgen-accfp.c (divsf): Check for division errors.
1820
18211999-10-14 Doug Evans <devans@casey.cygnus.com>
1822
1823 * cgen-engine.h (EXTRACT_INT,EXTRACT_UINT): Delete.
1824
2df3850c
JM
18251999-10-07 Dave Brolley <brolley@cygnus.com>
1826
1827 * cgen-par.h (CGEN_FN_HI_WRITE): New enumerator.
1828 (fn_hi_write): New union member.
1829 (sim_queue_fn_hi_write): New function.
1830 * cgen-par.c (sim_queue_fn_hi_write): New function.
1831 (cgen_write_queue_element_execute): Handle CGEN_FN_HI_WRITE.
1832
2acceee2
JM
18331999-09-29 Doug Evans <devans@casey.cygnus.com>
1834
1835 * cgen-defs.h (sim_engine_invalid_insn): New arg `vpc'.
1836 Change type of result to SEM_PC.
1837
1838Wed Sep 29 14:43:57 1999 Dave Brolley <brolley@cygnus.com>
1839
1840 * cgen-defs.h (sim_engine_invalid_insn): Now returns PC.
1841
6426a772
JM
18421999-09-25 Doug Evans <devans@casey.cygnus.com>
1843
1844 * cgen-ops.h (SUBWORD*): Delete cpu arg.
1845 (JOIN*): Delete cpu arg.
1846
1847Tue Sep 21 17:14:16 1999 Dave Brolley <brolley@cygnus.com>
1848
1849 * genmloop.sh (@cpu@_scache_lookup): No longer takes last_insn_p
1850 parameter.
1851 (SET_LAST_INSN_P): Set last_insn_p flag in the scache element.
1852
c2c6d25f
JM
1853Mon Sep 20 21:44:06 1999 Geoffrey Keating <geoffk@cygnus.com>
1854
1855 * sim-fpu.c (i2fpu): Keep the guard bits sticky when converting
1856 large values.
1857
7fc5b5ad
AC
1858Tue Feb 8 16:33:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
1859
1860 * run.c (main): Check the sim_stop_reason and only halt simulation
1861 when a valid stop condition is identified.
1862
c2c6d25f
JM
1863Wed Sep 15 14:12:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
1864
1865 * hw-tree.c, hw-properties.c, hw-instances.c: Include "sim-io.h".
1866
1867Tue Sep 14 14:15:47 1999 Dave Brolley <brolley@cygnus.com>
1868
1869 * cgen-par.h (CGEN_BI_WRITE): New enumerator.
1870 (bi_write): New union element.
1871 (sim_queue_bi_write): New function.
1872 * cgen-par.c (sim_queue_bi_write): New function.
1873 (cgen_write_queue_element_execute): Handle CGEN_BI_WRITE.
1874
d4f3574e
SS
1875Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
1876
1877 * configure: Regenerated to track ../common/aclocal.m4 changes.
1878
1879 * aclocal.m4 (WERROR_CFLAGS, WARN_CFLAGS): Merge from
1880 ../gdb/configure.in.
1881 * Make-common.in (WERROR_CFLAGS, WARN_CFLAGS): Define.
1882 (SIM_WERROR_CFLAGS, SIM_WARN_CFLAGS): Define.
1883 (SIM_WARNINGS): Delete
1884 (CONFIG_CFLAGS): Update.
1885
1886Tue Aug 31 16:01:42 1999 Dave Brolley <brolley@cygnus.com>
1887
1888 * cgen-par.c: New file.
1889 * cgen-par.h: New file.
1890 * cgen-sim.h (cgen-par.h): #include it.
1891 * cgen-cpu.h (write_queue): New field.
1892 (CPU_WRITE_QUEUE): New access macro.
1893 * Make-common.in (CGEN_MAIN_CPU_DEPS): Add cgen-par.h.
1894 (cgen-par.o): New target.
1895
104c1213
JM
18961999-08-28 Doug Evans <devans@casey.cygnus.com>
1897
1898 * cgen-types.h (mode_type,MODE_VOID): Renamed from MODE_VM.
1899 * cgen-utils.c (mode_names): Update.
1900
53a5351d
JM
19011999-08-20 Doug Evans <devans@casey.cygnus.com>
1902
1903 * genmloop.sh: New args -parallel-generic-write, -parallel-only.
1904 * cgen-engine.h (SEMANTIC_FN): Don't use version with PAREXEC
1905 buffer arg if WITH_PARALLEL_GENWRITE.
1906 (struct insn_sem): Handle WITH_PARALLEL_GENWRITE.
1907 (struct idesc): Ditto.
1908
1909Wed Aug 18 18:17:28 1999 Doug Evans <devans@canuck.cygnus.com>
1910
1911 * sim-model.c (model_option_handler): Add \n to error message.
1912
96baa820
JM
19131999-08-08 Doug Evans <devans@casey.cygnus.com>
1914
1915 * cgen-engine.h (SEM_FN_NAME,SEMF_FN_NAME): Delete.
1916 (insn_sem): Rewrite.
1917 (sem_fn_desc): New struct.
1918 (idesc): Rewrite.
1919 * genmloop.sh (scache case,@cpu@_scache_lookup): Profile scache hit,
1920 misses if ! FAST_P.
1921 (scache case): Split into non-parallel/parallel versions.
1922 (@cpu@_engine_run_{full,fast}): Call @cpu@_{sem,semf}_init_idesc_table
1923 if not use semantic switch version.
1924
19251999-08-04 Doug Evans <devans@casey.cygnus.com>
1926
1927 * cgen-defs.h (SEM_BRANCH_TYPE): New enum.
1928 * cgen-engine.h (SEM_BRANCH_UNTAKEN,SEM_BRANCH_UNCACHEABLE): Delete.
1929 (SEM_BRANCH_INIT_EXTRACT): Delete.
1930 (SEM_BRANCH_INIT): Replace npc_ptr with br_type.
1931 (SEM_BRANCH_FINI): Ditto.
1932 (SEM_BRANCH_VIA_ADDR): Ditto.
1933 (SEM_BRANCH_VIA_CACHE): Ditto. Delete cachvarptr arg.
1934 (SEM_BRANCH_ADDR_CACHE): Delete.
1935 (SEM_SKIP_COMPILE,SEM_SKIP_INSN): New macros.
1936 * cgen-scache.h (cpu_scache): Replace member pbb_pr_npc_ptr with
1937 pbb_br_type.
1938 * genmloop.sh (eng.hin): Update prototype of ${cpu}_pbb_cti_chain.
1939 (@cpu@_pbb_begin): Initialize branch_target.
1940 (@cpu@_pbb_cti_chain): Replace arg new_vpc_ptr with br_type.
1941 (@cpu@_engine_run_full): Replace local pbb_br_npc_ptr with
1942 pbb_br_type.
1943 (@cpu@_engine_run_fast): Ditto.
1944
adf40b2e
JM
1945Fri Jul 16 14:47:53 1999 Dave Brolley <brolley@cygnus.com>
1946
1947 * cgen-utils.c (RORSI): New function.
1948 (ROLSI): New function.
1949
19501999-07-14 Doug Evans <devans@casey.cygnus.com>
1951
1952 * Makefile.in (TAGS): Tweak TAGS regex.
1953 * cgen-mem.h (*): Add TAGS markers.
1954
43e526b9
JM
1955Sun Jul 11 23:47:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
1956
1957 * sim-resume.c (sim_resume): Ensure that the siggnal [sic] is only
1958 passed in when sim_resume is first entered - don't re-pass it
1959 after a restart.
1960
1961Sun Jul 11 23:34:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
1962
1963 * sim-options.c (standard_option_handler): Add OPTION_LOAD_VMA and
1964 OPTION_LOAD_LMA but only when is defined.
1965 (standard_options): When SIM_HANDLES_LMA is defined include
1966 options --load-lma and --load-vma.
1967 (standard_install): Initialize STATE_LOAD_AT_LMA_P.
1968
1969 * sim-base.h (STATE_LOAD_AT_LMA_P): Define.
1970 (struct sim_state_base): Add load_at_lma_p.
1971 * sim-hload.c (sim_load): Replace SIM_HANDLES_LMA with
1972 STATE_LOAD_AT_LMA_P.
1973
1974Sun Jul 11 12:03:36 1999 Andrew Cagney <cagney@b1.cygnus.com>
1975
1976 * nrun.c (main): Re-format loop gnu style.
1977
9846de1b
JM
1978Wed Jul 7 19:56:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
1979
1980 * dv-sockser.c (connected_p): Initialize addrlen.
1981
19821999-07-06 Dave Brolley <brolley@cygnus.com>
1983
1984 * cgen-accfp.c (floatsidf): New function.
1985 (fixdfsi): New function.
1986
19871999-07-06 Doug Evans <devans@casey.cygnus.com>
1988
1989 * sim-model.c (sim_model_init): Issue error if machine is unsupported.
1990
43ff13b4
JM
19911999-07-05 Doug Evans <devans@casey.cygnus.com>
1992
1993 * Make-common.in (CGEN_MAIN_CPU_DEPS): Add cgen-fpu.h.
1994 (cgen-fpu.o,cgen-accfp.o): Add rules for.
1995 * cgen-fpu.c: New file.
1996 * cgen-fpu.h: New file.
1997 * cgen-accfp.c: New file.
1998 * cgen-cpu.h (CGEN_CPU): New member fpu.
1999 * cgen-mem.h: Redo fp support.
2000 * cgen-ops.h: Delete k&r support. Redo fp support.
2001 * cgen-sim.h: Include cgen-fpu.h.
2002 * cgen-types.h (SF,DF,XF,TF): Moved to cgen-fpu.h.
2003
085dd6e6
JM
20041999-06-23 Doug Evans <devans@casey.cygnus.com>
2005
2006 * cgen-engine.h (TARGET_SEM_BRANCH_FINI): Remove cruft at end of
2007 ifndef.
2008 * genmloop.sh (@cpu@_scache_lookup): Delete unused local var.
2009 (@cpu@_pbb_cti_chain): Minor clean up.
2010
cd0fc7c3
SS
20111999-05-08 Felix Lee <flee@cygnus.com>
2012
2013 * aclocal.m4: Use AC_EXEEXT instead of AM_EXEEXT. Delete defn of
2014 AM_CYGWIN32 and AM_EXEEXT.
2015 * configure: Regenerate.
2016
7a292a7a
SS
2017Fri Apr 16 16:43:22 1999 Doug Evans <devans@charmed.cygnus.com>
2018
2019 * sim-core.c (device_error,device_io_read_buffer,
2020 device_io_write_buffer): Delete decls.
2021 * sim-core.h: Put them here.
2022
2023 * sim-core.c (sim_core_read_buffer): Pass sd to device_io_read_buffer.
2024 (sim_core_write_buffer): Pass sd to device_io_write_buffer.
2025 * sim-n-core.h (sim_core_read_aligned_N): Ditto.
2026 (sim_core_write_aligned_N): Ditto.
2027
20281999-04-14 Stephane Carrez <stcarrez@worldnet.fr>
2029
2030 * sim-memopt.c (sim_memory_uninstall): Don't look into
2031 free()d memory.
2032
20331999-04-14 Doug Evans <devans@casey.cygnus.com>
2034
2035 * cgen-utils.scm (virtual_insn_entries): Update attribute definition.
2036
20371999-04-13 Doug Evans <devans@casey.cygnus.com>
2038
2039 * sim-core.c (sim_core_read_buffer): Handle NULL cpu when WITH_DEVICES.
2040 (sim_core_write_buffer): Ditto.
2041
20421999-04-02 Keith Seitz <keiths@cygnus.com>
2043
2044 * sim-io.c (sim_io_poll_quit): Only call the poll_quit callback
2045 after the interval counter has expired.
2046 (POLL_QUIT_INTERVAL): Define. Used to tweak the frequency of
2047 poll_quit callbacks. May be overridden by Makefile.
2048 (poll_quit_counter): New global.
2049 * sim-events.c: Remove all mentions of ui_loop_hook. The
2050 host callback "poll_quit" will serve the purpose.
2051 * run.c: Add definition of ui_loop_hook when NEED_UI_LOOP_HOOK
2052 is defined.
2053 * nrun.c: Remove declaration of ui_loop_hook.
2054
2055Wed Mar 31 18:55:41 1999 Doug Evans <devans@canuck.cygnus.com>
2056
2057 * cgen-run.c (sim_resume): Don't tell main loop to run "forever"
2058 if being used by gdb.
2059
20601999-03-22 Doug Evans <devans@casey.cygnus.com>
2061
2062 * cgen-types.h (XF,TF): Tweak.
2063 * cgen-ops.h: Redo inline support. Delete DI_FN_SUPPORT,
2064 in cgen-types.h.
2065 (SUBWORD*,JOIN*): Define.
2066 * cgen-trace.c (sim_cgen_disassemble_insn): Update, base_insn_bitsize
2067 moved into cpu descriptor.
2068 * sim-model.h (MACH): New member `num'.
2069
c906108c
SS
20701999-02-09 Doug Evans <devans@casey.cygnus.com>
2071
c906108c
SS
2072 * cgen-cpu.h (CGEN_DISASSEMBLER): New type.
2073 (CGEN_CPU): Member opcode renamed to cpu_desc.
2074 New members get_idata,disassembler.
2075 * cgen-defs.h (CGEN_INSN_VIRTUAL_P): CGEN_INSN_ATTR renamed to
2076 CGEN_INSN_ATTR_VALUE.
2077 (CGEN_STATE): Delete member opcode_table.
2078 (sim_disassemble_insn): Delete decl.
2079 * cgen-engine.h (struct insn_sem): Moved to here from <cpu>-decode.c.
2080 (struct idesc): Moved to here from <cpu>-decode.h.
2081 * cgen-run.c (prime_cpu): Call prepare_run callback.
2082 * cgen-trace.h (SFILE): New type.
2083 (sim_disasm_sprintf): Declare.
2084 (sim_disasm_read_memory,sim_disasm_perror_memory): Declare.
2085 (sim_cgen_disassemble_insn): Declare.
2086 * cgen-trace.c: Include errno.h,dis-asm.h. Don't include cpu-opc.h.
2087 (insn_fields): Delete.
2088 (trace_insn_fini): STATE_OPCODE_TABLE (sd) replaced with
2089 CPU_CPU_DESC (cpu).
2090 (trace_insn): Call CPU_DISASSEMBLER hook.
2091 (sim_disasm_sprintf): New function.
2092 (sim_disasm_read_memory): New function.
2093 (sim_disasm_perror_memory): New function.
2094 (sim_cgen_disassemble_insn): New function.
2095 * cgen-utils.c: Don't include cpu-opc.h.
2096 (virtual_insn_entries): New static local.
2097 (cgen_virtual_insn_table): Renamed from cgen_virtual_opcode_table.
2098 (cgen_insn_name): Rewrite.
2099 (disasm_sprintf,sim_disassemble_insn): Moved to cgen-trace.c.
2100 * cgen.sh (desc): New file generator handler.
2101 * genmloop.sh: -parallel changed to -parallel-read/-parallel-write.
2102 Define WITH_PARALLEL_READ/WITH_PARALLEL_WRITE appropriately.
2103 Don't include cpu-opc.h,cpu-sim.h.
2104 * sim-model.c (model_set): Delete SIM_DESC arg.
2105 (sim_model_set): Update.
2106 * sim-model.h (MACH): New member prepare_run.
2107
21081999-01-28 Frank Ch. Eigler <fche@cygnus.com>
2109
2110 * sim-memopt.c (memory_option_handler): Avoid memset() calls
2111 if redundant with allocator functions.
2112
2113Wed Jan 27 17:19:09 1999 Doug Evans <devans@canuck.cygnus.com>
2114
2115 * cgen-engine.h (EXTRACT_LSB0_{INT,UINT}): Fix.
2116
2117 * sim-profile.h: Make like sim-trace.h.
2118 (PROFILE_USEFUL_MASK): New macro.
2119 * sim-profile.c (profile_options): Make like trace_options, allow
2120 optional on|off arg where applicable.
2121 (set_profile_option_mask): New function.
2122 (sim_profile_set_option): New function.
2123 (profile_option_handler): Simplify.
2124 Have -p only enable selected things, not everything.
2125 Add missing break to OPTION_PROFILE_PC_RANGE.
2126 * cgen-scache.c (scache_options): Allow optional on|off arg to
2127 --profile-scache.
2128 (scache_option_handler): Use sim_profile_set_option.
2129
21301999-01-26 Frank Ch. Eigler <fche@cygnus.com>
2131
2132 * sim-memopt.c (memory_options): Add MEMORY_FILL option.
2133 (memory_option_handler): Implement MEMORY_FILL option. Make
2134 MEMORY_CLEAR an alias for MEMORY_FILL=0.
2135 (parse_ulong_value): New function.
2136 (do_memopt_add): Allocate all buffers. Optionally fill them.
2137
21381999-01-15 Richard Henderson <rth@cygnus.com>
2139
2140 * hw-events.c (hw_event_queue_schedule): _vtracef takes a
2141 va_list, not an integer.
2142 * sim-events.c (sim_events_schedule): Likewise.
2143
2144 * sim-types.h (UNSIGNED32, UNSIGNED64): Properly cast to
2145 the appropriate type.
2146
21471999-01-14 Doug Evans <devans@casey.cygnus.com>
2148
2149 * cgen-defs.h (PCADDR,CIA): Define in terms of IADDR.
2150 (sim_disassemble_insn): Update prototype.
2151 (sim_engine_invalid_insn): Ditto.
2152 * cgen-engine.h (SEMANTIC_FN): Add !WITH_SCACHE version.
2153 (SEM_BRANCH_INIT): PCADDR->IADDR.
2154 (SEM_NBRANCH_FINI): New macro for !WITH_SCACHE case.
2155 * cgen-scache.c (scache_lookup,scache_lookup_or_alloc): PCADDR->IADDR.
2156 * cgen-scache.h (*): Ditto.
2157 * cgen-trace.c (*): Ditto.
2158 * cgen-trace.h (*): Ditto.
2159 * cgen-utils.c (*): Ditto.
2160 * cgen-types.h (integer modes): Use signedNN/unsignedNN types.
2161 (insn_t): Delete.
2162 * genmloop.sh (@cpu@_fill_argbuf): Add !WITH_SCACHE support.
2163 (simple engine framework): Rewrite.
2164 * sim-module.c (modules): Install model module sooner (and in
2165 particular before the profile module).
2166
21671999-01-12 Doug Evans <devans@casey.cygnus.com>
2168
2169 * sim-model.h (sim_mach_lookup_bfd_name): Add prototype.
2170 * sim-model.c (sim_mach_lookup_bfd_name): New function.
2171 (sim_model_init): Call it.
2172
2173 * cgen-trace.c (trace_insn): Pass pc to trace_prefix for virtual insns.
2174
21751999-01-05 Doug Evans <devans@casey.cygnus.com>
2176
2177 * Make-common.in (CGEN_INCLUDE_DEPS): Add cgen-defs.h, cgen-engine.h.
c906108c
SS
2178 * cgen-engine.h (SEM_BRANCH_FINI): New arg pcvar, all uses updated.
2179 (SEM_BRANCH_INIT_EXTRACT): New macro.
2180 (SEM_BRANCH_INIT): Add taken_p.
2181 (TARGET_SEM_BRANCH_FINI): Provide default definition.
2182 (SEM_BRANCH_FINI): Use it.
2183 (SEM_INSN): Update.
2184 * cgen-run.c (sim_resume): Handle tracing of last insn.
2185 * cgen-scache.h (WITH_SCACHE): Define as 0 if not defined.
2186 * cgen-trace.c (current_abuf): New static global.
2187 (trace_insn_init): Initialize it.
2188 (trace_insn_fini): Use it.
2189 (trace_insn): Set it.
2190 * cgen.sh (arch case): Pass -m ${mach} to cgen.
2191 * genmloop.sh (@cpu@_emit_before): Only define if WITH_SCACHE_PBB.
2192 (@cpu@_emit_after): Ditto.
2193 (simple @cpu@_engine_run_full): New local `pc'. Initialize semantic
2194 labels if WITH_SEM_SWITCH_FULL.
2195 * sim-model.c: Include bfd.h.
2196 (sim_model_init): New function.
2197 (sim_model_install): Record init fn.
2198 * sim-model.h (MACH): New member bfd_name.
2199 * sim-module.c (modules): Initialize model before scache.
2200
22011998-12-24 Frank Ch. Eigler <fche@cygnus.com>
2202
2203 * dv-sockser.c (DEFAULT_TIMEOUT): Increase to 1 ms.
2204
2205 * nrun.c (main): Remain in simulation loop for traps and
2206 exceptions when in operating environment mode.
2207 (ui_loop_hook): New stub hook for standalone use.
2208 * sim-events.c (sim_events_process): Call ui_loop_hook
2209 periodically on CYGWIN host.
2210
2211 * sim-reason.c (sim_stop_reason): Return host signal numbers
2212 to gdb on sim_stopped and sim_signalled cases.
2213 * sim-engine.c (sim_engine_halt): Call SIM_CPU_EXCEPTION_SUSPEND
2214 hook just before longjmp.
2215 * sim-resume.c (sim_resume): Call SIM_CPU_EXCEPTION_RESUME
2216 hook just before sim_engine_run.
2217
2218 * sim-n-core.h (sim_core_trace_M): Allay const warning.
2219 * sim-trace.h (trace_generic): Ditto.
2220 * sim-trace.c (trace_generic): Ditto.
2221
22221998-12-14 Doug Evans <devans@casey.cygnus.com>
2223
2224 * Make-common.in (SIM_MAIN_DEPS): New var.
2225 (CGEN_MAIN_CPU_DEPS): New var.
2226 * aclocal.m4: Add --enable-cgen-maint option.
2227 * cgen-mem.h (GETMEM*): New arg `pc'. Pass to sim_core routine.
2228 (SETMEM*): Ditto.
2229 (GETIMEM*): Pass pc value to sim_core routine.
2230
2231Fri Dec 11 16:58:36 1998 Andrew Cagney <cagney@b1.cygnus.com>
2232
2233 * hw-handles.c (hw_handle_add_ihandle, hw_handle_add_phandle):
2234 Compare with ZERO not NULL.
2235
2236Thu Dec 10 14:14:39 1998 Andrew Cagney <cagney@b1.cygnus.com>
2237
2238 * hw-properties.c, hw-instances.c, hw-tree.c: Include
2239 "sim-assert.h".
2240
22411998-12-09 Doug Evans <devans@casey.cygnus.com>
2242
2243 * sim-arange.c: Include libiberty.h, and stdlib.h if present.
2244 * sim-trace.c: Include stdlib.h if present.
2245 * dv-sockser.c: Include unistd.h if present.
2246 (dv_sockser_init): Add missing arg to call to sim_io_eprintf.
2247 * cgen-scache.c (scache_flush): Delete unused locals i,sc.
2248
22491998-12-08 James E Wilson <wilson@wilson-pc.cygnus.com>
2250
2251 * gennltvals.sh: Add i960.
2252 * nltvals.def: Rebuild.
2253
22541998-12-04 Doug Evans <devans@casey.cygnus.com>
2255
2256 * cgen-defs.h: New file, old cgen-sim.h.
2257 * cgen-sim.h: Simple header that includes others.
2258 * sim-arange.c: New file.
2259 * sim-arange.h: New file.
2260 * sim-basics.h: Include it.
2261 * Make-common.in (SIM_NEW_COMMON_OBJS): Add sim-arange.o.
2262 (sim-arange.o): Add rule for.
2263 * sim-cpu.h (sim_cpu_msg_prefix): Add prototype.
2264 (sim_io_eprintf_cpu): Add prototype.
2265 * sim-inline.h (HAVE_INLINE): Define if GNUC.
2266 (INLINE2): New macro.
2267 (EXTERN_INLINE): New macro.
2268 * sim-module.c (sim_post_argv_init): Initialize cpu backlink
2269 before calling module init fns.
2270 * sim-profile.c (OPTION_PROFILE_*): Move into enum.
2271 (profile_init): New function.
2272 (profile_options): New option --profile-range.
2273 (profile_option_handler): Handle --profile-range.
2274 (profile_print_insn): Qualify address range specific section titles.
2275 (profile_print_addr_ranges): New function.
2276 (profile_info): Print address ranges if specified.
2277 (profile_install): Set profile_init init fn.
2278 * sim-profile.h (PROFILE_DATA): New member `range'.
2279 * sim-trace.c (trace_init): New function.
2280 (trace_options): New option --trace-range.
2281 (trace_option_handler): Handle --trace-range.
2282 (trace_install): Set trace_init init fn.
2283 * sim-trace.h (TRACE_DATA): New member `range'.
2284 * sim-utils.c (sim_cpu_msg_prefix): New function.
2285 (sim_io_eprintf_cpu): New function.
2286 * cgen-engine.h (PC_IN_TRACE_RANGE_P): New macro.
2287 (PC_IN_PROFILE_RANGE_P): New macro.
2288 * cgen-trace.c (trace_insn_init): Set current_insn to NULL.
2289 (trace_insn_fini): New arg abuf. All callers updated.
2290 Exit early if trace_insn not called. Check ARGBUF_PROFILE_P before
2291 printing cycle counts.
2292 * cgen-trace.h (trace_insn_fini): Update prototype.
2293 (TRACE_RESULT_P): New macro.
2294 (TRACE_INSN_INIT,TRACE_INSN_FINI): New arg abuf. All callers updated.
2295 (TRACE_INSN): Check ARGBUF_TRACE_P.
2296 (TRACE_EXTRACT,TRACE_RESULT): New arg abuf. All callers updated.
2297 * cgen-types.h (SIM_INLINE): Delete.
2298 (SIM_HAVE_MODEL,SIM_HAVE_ADDR_RANGE): Define.
2299 * cgen-utils.c: Don't include cgen-engine.h
2300 * genmloop.sh (@cpu@_fill_argbuf): New function.
2301 (@cpu@_fill_argbuf_tp): New function.
2302 (@cpu@_emit_before,@cpu@_emit_after): New functions.
2303 (@cpu@_pbb_begin): Prefix cti_sc,insn_count with '_'.
2304 (SET_CTI_VPC,SET_INSN_COUNT): Update.
2305 (@cpu@_pbb_before): Check ARGBUF_PROFILE_P before calling
2306 doing profiling. Update call to TRACE_INSN_INIT,TRACE_INSN_FINI.
2307 (@cpu@_pbb_after): Check ARGBUF_PROFILE_P before calling
2308 doing profiling. Update call to TRACE_INSN_FINI.
2309
2310 * sim-memopt.c (sim_memory_uninstall): Result type is `void'.
2311
23121998-12-03 Frank Ch. Eigler <fche@cygnus.com>
2313
2314 * sim-memopt.c (sim_memory_uninstall): Deallocate all memory
2315 regions.
2316
23171998-12-01 Doug Evans <devans@casey.cygnus.com>
2318
2319 * sim-inline.c (SIM_INLINE_P): Fix typo.
2320
23211998-11-30 Doug Evans <devans@casey.cygnus.com>
2322
2323 * cgen-utils.c (cgen_virtual_opcode_table): Update.
2324
2325Tue Nov 24 18:40:03 1998 Andrew Cagney <cagney@b1.cygnus.com>
2326
2327 * gennltvals.sh: Add v850 and d10v. Sort alphabetically.
2328 * nltvals.def: Re-generate.
2329
2330Mon Nov 23 13:28:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
2331
2332 * sim-core.c (reverse_n, sim_core_uninstall, sim_core_init,
2333 sim_core_map_attach, sim_core_map_detach, next_event_queue,
2334 new_sim_core_mapping): Only define when EXTERN_SIM_CORE_P, pacify
2335 GCC.
2336 * sim-events.c (sim_events_uninstall, sim_events_suspend,
2337 sim_events_resume, sim_events_zalloc, insert_sim_event): Ditto.
2338
23391998-11-22 Doug Evans <devans@tobor.to.cygnus.com>
2340
2341 * genmloop.sh (${cpu}_pbb_chain): Watch for Ctrl-C's.
2342 (${cpu}_pbb_cti_chain): Ditto.
2343
23441998-11-18 Doug Evans <devans@casey.cygnus.com>
2345
2346 * Make-common.in (cgen-utils.o): Depend on cgen-engine.h.
c906108c
SS
2347 * cgen-engine.h (EXTRACT_[ML]SB0_{INT,UINT}): New macros.
2348 (EXTRACT_INT,EXTRACT_UINT): New macros.
2349 (SEM_SEM_ARG): New macro.
2350 (SEM_NEXT_VPC): New arg `pc'.
2351 * cgen-sim.h (EXTRACT_SIGNED,EXTRACT_UNSIGNED): Delete.
2352 (sim_disassemble_insn): Update prototype.
2353 * cgen-trace.c (current_insn,insn_fields): New static locals.
2354 (trace_insn): Set them.
b83266a0 2355 * cgen-utils.c: #include cgen-engine.h.
c906108c
SS
2356 (sim_disassemble_insn): New arg insn_fields.
2357 Handle variable length insns.
2358 * genmloop.sh: Only emit pbb decls if -pbb.
2359 (${cpu}_scache_lookup): New arg `vpc'.
2360 (scache support): Fetch pc before entering loop.
2361
2362 * gennltvals.sh: Add fr30 support.
2363 * nltvals.def: Rebuild.
2364
2365Wed Nov 18 10:22:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
2366
2367 * sim-types.h: Re-do type system so that GCC's attribute and mode
2368 are used to specify types. Handle case of ALPHA.
2369
23701998-11-13 Frank Ch. Eigler <fche@elastic.org>
2371
2372 * aclocal.m4: Add tests for dlopen family.
2373 * config.in: Regenerated.
2374
2375Wed Nov 11 14:02:25 1998 Doug Evans <devans@canuck.cygnus.com>
2376
2377 * sim-hload.c (sim_load): Pass `prog_name' to sim_load_file, not NULL.
2378
2379Wed Nov 4 23:51:19 1998 Doug Evans <devans@seba.cygnus.com>
2380
2381 * genmloop.sh (eng.hin): Rename HAVE_PARALLEL_EXEC to
2382 HAVE_PARALLEL_INSNS, define as 0 or 1. Emit decls of fns in mloop.cin.
2383 * cgen-engine.h: Typedefs of IADDR,CIA,SEM_ARG,SEM_PC moved ...
2384 * cgen-sim.h: ... to here.
2385
2386Wed Oct 28 12:00:57 1998 Andrew Cagney <cagney@b1.cygnus.com>
2387
2388 * aclocal.m4 (enable-build-warnings): Replace
2389 enable-sim-warnings. Extend =LIST syntax so that prepend and
2390 append of options is possible. Drop -Werror, add
2391 -Wstrict-prototypes for GDB compatibility.
2392 * Make-common.in (SIM_WARNINGS): Update.
2393
2394Mon Oct 19 13:56:32 1998 Doug Evans <devans@seba.cygnus.com>
2395
2396 * Make-common.in (CGEN_INCLUDE_DEPS): Define.
2397 (sim-core.o): Delete duplicate dependence on $(SIM_EXTRA_DEPS).
2398 (sim-cpu.o,sim-endian.o,sim-hw.o): Ditto.
2399 (cgen-run.o,cgen-scache.o,cgen-trace.o,cgen-utils.o): Delete
2400 explicit cgen header dependencies, require SIM_EXTRA_DEPS to include
2401 CGEN_INCLUDE_DEPS.
2402 * cgen-cpu.h: New file.
2403 * cgen-engine.h: New file.
2404 * cgen-scache.h: New file.
2405 * cgen-sim.h: Delete portions moved to new files.
2406 * genmloop.sh: Generate two files eng.hin,mloop.cin explicitly,
2407 rather than sending result to stdout.
2408
2409Fri Oct 9 14:20:22 1998 Doug Evans <devans@seba.cygnus.com>
2410
2411 * Make-common.in (sim-reg.o): New rule.
2412 (cgen-run.o): New rule.
2413 * cgen-ops.h: Delete many BI macros. Change all UBI -> BI.
2414 * cgen-run.c (prime_cpu): New function.
2415 * cgen-scache.c: Add pseudo-basic-block (pbb) scaching support.
2416 (scache_option_handler, case OPTION_PROFILE_SCACHE): Handle explicitly
2417 mentioned cpu.
2418 (scache_flush_cpu,scache_lookup,scache_lookup_or_alloc): New fns.
2419 * cgen-sim.h (CGEN_INSN_VIRTUAL_TYPE): New enum.
2420 (CGEN_INSN_VIRTUAL_P): New macro.
2421 (SEM_PC): New typedef.
2422 (SEMANTIC_FN): Change type of result to SEM_PC.
2423 (SEM_SET_FULL_CODE,SEM_SET_FAST_CODE,SEM_SET_CODE): New macros.
2424 (IDESC_CTI_P,IDESC_SKIP_P): New macros.
2425 (SCACHE_MAP): New typedef.
2426 (CPU_SCACHE): Add pbb support.
2427 (scace_lookup,scache_lookup_or_alloc,scache_flush_cpu): Declare.
2428 (SEM_BRANCH_INIT_EXTRACT,SEM_BRANCH_INIT,SEM_BRANCH_FINI): New macros.
2429 (CGEN_CPU): New members running_p,insn_count,{fast,full}_engine_fn,
2430 max_slice_insns.
2431 (INSN_NAME): Delete.
2432 (cgen_insn_name): Declare.
2433 (sim_engine_invalid_insn): Renamed from sim_engine_illegal_insn.
2434 * cgen-trace.c (trace_buf): Shrink from 1024 to 256 bytes.
2435 (first_insn_p): Make static.
2436 (trace_insn): Handle virtual insns specially.
2437 (cgen_trace_printf): Ensure we haven't overflowed the buffer.
2438 * cgen-types.h (UBI): Delete.
2439 (MODE_TYPE): New enum.
2440 (HOSTINT,HOSTUINT,HOSTPTR): Delete.
2441 * cgen-utils.c (mode_names): Delete UBI. Add INT,UINT,PTR.
2442 (cgen_virtual_opcode_table): New global.
2443 (cgen_insn_name): New function.
2444 (sim_disassemble_insn): Ignore virtual insns.
2445 * genmloop.sh: Delete top level loop generation. Add pbb support.
2446 * sim-cpu.h (CPU_INSN_NAME_FN): New typedef.
2447 (sim_cpu_base): New members max_insns,insn_name,model_data.
2448 (CPU_PC_GET,CPU_PC_SET): New macros.
2449 (sim_pc_get,sim_pc_set): Declare.
2450 * sim-model.c (model_set): Call model init fn.
2451 * sim-model.h (MODEL_FN): New typedef.
2452 (INSN_TIMING): New member model_fn.
2453 (MODEL): New members num,init.
2454 * sim-profile.c (sim_profile_print_bar): Renamed from print_bar.
2455 All callers updated.
2456 (profile_insn_init): New fn.
2457 (profile_print_insn): Update, INSN_NAME -> CPU_INSN_NAME.
2458 Exit early if insn profiling not supported.
2459 (profile_print_memory): Update, MAX_MODES -> MODE_TARGET_MAX.
2460 (profile_install): Record profile_insn_init as init fn.
2461 (profile_uninstall): Free PROFILE_INSN_COUNT if non-null.
2462 * sim-profile.h: Update, MAX_MODES -> MODE_TARGET_MAX.
2463 (PROFILE_DATA): Delete member exec_time.
2464 Change insn_count to pointer to array, rather than the array.
2465 (sim_profile_print_bar): Declare.
2466
2467Wed Oct 7 16:56:42 1998 Doug Evans <devans@seba.cygnus.com>
2468
2469 * cgen-run.c: New file.
2470 * sim-reg.c: New file.
2471
2472Mon Sep 14 10:58:19 1998 Frank Ch. Eigler <fche@cygnus.com>
2473
2474 * aclocal.m4: Add checks for -lsocket and -lnsl.
2475
2476 * dv-sockser.c (dv_sockser_init): Use SO_REUSEADDR to
2477 allow local port reuse on listening socket.
2478
2479Tue Sep 1 15:36:52 1998 Frank Ch. Eigler <fche@cygnus.com>
2480
2481 * sim-config.h: Remove reference to linux kernel header.
2482
2483Tue Aug 25 12:45:27 1998 Frank Ch. Eigler <fche@cygnus.com>
2484
2485 * dv-sockser.c (sockser_addr): Make variable non-static.
2486
2487Mon Aug 24 11:47:37 1998 Joyce Janczyn <janczyn@cygnus.com>
2488
2489 * sim-hw.{c,h} (sim_hw_parse): Return struct hw pointer.
2490
2491Tue Aug 11 18:12:19 1998 Doug Evans <devans@canuck.cygnus.com>
2492
2493 * sim-events.c (sim_events_elapsed_time): Fix calculation.
2494
2495Tue Aug 4 20:36:46 1998 Jeff Holcomb <jeffh@cygnus.com>
2496
2497 * Make-common.in (install-common): Add $(EXEEXT) when installing
2498 run.
2499
2500Mon Aug 3 11:46:01 1998 Doug Evans <devans@seba.cygnus.com>
2501
2502 * cgen-sim.h (cgen_state): New member opcode_table.
2503 * cgen-utils.c (sim_disassemble_insn): Use it.
2504
2505Fri Jul 24 10:14:18 1998 Doug Evans <devans@canuck.cygnus.com>
2506
2507 * cgen-mem.h (DECLARE_SETT): Fix return type.
2508 * cgen-sim.h (sim_engine_illegal_insn): Declare.
2509 * cgen-scache.c: Include stdlib.h.
2510 * cgen-trace.c (trace_extract): Use %lx for PCADDR.
2511 * sim-model.c (model_option_handler): Remove unused variable `n'.
2512
2513Tue Jul 21 16:27:43 1998 Doug Evans <devans@seba.cygnus.com>
2514
2515 * cgen-utils.c: Include bfd.h.
2516 (sim_disassemble_insn): Update call to CGEN_EXTRACT_FN.
2517
2518Wed Jul 8 18:24:10 1998 Jeffrey A Law (law@cygnus.com)
2519
2520 * sim-bits.h (EXTEND24): Fix typo.
2521
2522Wed Jul 8 17:41:47 1998 Andrew Cagney <cagney@b1.cygnus.com>
2523
2524 * sim-events.c (ETRACE_P): New macro.
2525 (struct _sim_event): Add member trace.
2526 (sim_events_free): Reclaim trace message.
2527
2528 * sim-events.c, sim-events.h (sim_events_schedule_vtracef,
2529 sim_events_schedule_tracef): New functions, include printf trace
2530 information in argument list. If tracing, store asprintf'd trace
2531 message in sim_event.
2532
2533 * hw-events.c, hw-events.h (hw_event_queue_schedule_tracef,
2534 hw_event_queue_schedule_vtracef): New functions, mimic
2535 sim_event_tracef.
2536
2537Mon Jul 6 15:51:14 1998 Jeffrey A Law (law@cygnus.com)
2538
2539 * sim-bits.h (EXTEND24): Define.
2540
2541Thu Jul 2 17:13:25 1998 Doug Evans <devans@seba.cygnus.com>
2542
2543 * cgen-sim.h (CPU_SCACHE): Make size unsigned.
2544 (CPU_SCACHE_HASH_MASK): New macro.
2545 (SCACHE_HASH_PC): Rewrite.
2546 * genmloop.sh (engine_resume_{full,fast}): Move some of hash
2547 computation out of main loop.
2548
2549Wed Jul 1 16:44:12 1998 Doug Evans <devans@seba.cygnus.com>
2550
c906108c
SS
2551 * cgen-sim.h (RECORD_IADDR): Delete.
2552 * cgen-types.h (HOSTINT,HOSTUINT,HOSTPTR): New types.
2553 * genmloop.sh (engine_resume_{full,fast}): Delete icount.
2554
2555Wed Jun 17 12:25:08 1998 Mark Alexander <marka@cygnus.com>
2556
2557 * gennltvals.def (mn10200): Add entry.
2558 * nltvals.def: Regenerate with MN10200 additions.
2559
2560Wed Jun 17 13:18:28 1998 Andrew Cagney <cagney@b1.cygnus.com>
2561
2562 * sim-inline.h (EXTERN_*): Replace with EXTERN_*_P. Correct
2563 documentation on how it works.
2564
2565 * sim-core.h, sim-core.c (sim_core_install, sim_core_attach,
2566 sim_core_detach, sim_core_read_buffer, sim_core_write_buffer,
2567 sim_core_set_xor, sim_core_xor_read_buffer,
2568 sim_core_xor_write_buffer): Update.
2569
2570 * sim-events.h, sim-events.c (sim_events_install,
2571 sim_events_watch_clock, sim_events_schedule_after_signal,
2572 sim_events_schedule, sim_events_watch_sim, sim_events_watch_core,
2573 sim_events_deschedule): Update.
2574
2575 * sim-fpu.h, sim-fpu.c (sim_fpu_zero, sim_fpu_one, sim_fpu_two,
2576 sim_fpu_max32, sim_fpu_max64): Update.
2577
2578Sat Jun 13 07:45:38 1998 Doug Evans <devans@fallis.cygnus.com>
2579
2580 * cgen-trace.c (trace_insn_fini): Redo cycle handling.
2581 * sim-profile.h (PROFILE_DATA): Rename cycle handling members.
2582 * sim-profile.c (profile_print_model): Update.
2583
2584Fri Jun 12 18:35:07 1998 Doug Evans <devans@seba.cygnus.com>
2585
2586 * gennltvals.def (m32r): Use common syscall.h now.
2587 (mn10300): Add entry.
2588 * nltvals.def: Regenerate.
2589
2590 * sim-engine.c (sim_engine_get_run_state): New function.
2591 * sim-engine.h (sim_engine_get_run_state): Declare it.
2592
2593Thu Jun 11 00:50:03 1998 Doug Evans <devans@seba.cygnus.com>
2594
2595 * sim-core.h (SIM_CORE_SIGNAL_FN): New typedef.
2596 * sim-core.c (sim_core_signal): Make extern, always define.
2597
2598Wed Jun 10 16:02:29 1998 Doug Evans <devans@seba.cygnus.com>
2599
2600 * Make-common.in (CGEN_FLAGS_TO_PASS): New variable.
2601 * cgen-ops.h (ANDIF): New macro.
2602 (ANDIF[BQHSD]I): Delete.
2603
2604Thu Jun 4 13:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
2605
2606 * hw-events.c (create_hw_event, delete_hw_event): Delete.
2607 (hw_event_queue_schedule, hw_event_queue_deschedule,
2608 bounce_hw_event): Fix hw-event memory corruptions found by Joyce
2609 Janczyn.
2610
2611 * hw-alloc.h (HW_NZALLOC): Define.
2612
2613 * Make-common.in (test-hw-events): Add target for testing the
2614 hw-event code.
2615
2616Mon May 25 21:11:26 1998 Andrew Cagney <cagney@b1.cygnus.com>
2617
2618 * Make-common.in (SIM_COMMON_HW_OBJS): Add hw-handles.o and
2619 hw-instances.o.
2620 hw-handles.c, hw-instances.c, hw-handles.h, hw-instances.h: New
2621 files.
2622 * hw-main.h: Include hw-handles.h, hw-instances.h.
2623 * hw-base.h ({create,delete}_hw_{handles,instances}_data): Declare
2624 * hw-base.c (hw_create, hw_delete): Call same.
2625
2626Mon May 25 18:55:35 1998 Andrew Cagney <cagney@b1.cygnus.com>
2627
2628 * dv-core.c: Include hw-main.h and sim-main.h.
2629 * dv-pal.c: Include hw-main.h and sim-io.h.
2630 * dv-glue.c: Include hw-main.h.
2631
2632 * hw-main.h: New file. Move list of includes to here.
2633 * hw-base.h: From here.
2634 * Make-common.in (hw_base_headers): Rename to hw_main_headers.
2635 (hw-*.o, dv-*.o): Update.
2636 * hw-tree.c, hw-base.c, hw-properties.c, hw-ports.c, hw-device.c,
2637 hw-events.c, hw-alloc.c, sim-hw.c: Include hw-main.h instead of
2638 sim-main.h.
2639
2640 * hw-base.h (do_hw_attach_regs, do_hw_poll_read_method,
2641 do_hw_poll_read): Move declarations from here.
2642 * hw-main.h: To here.
2643
2644 * hw-base.h (struct hw_device_descriptor, hw_finish_callback):
2645 Move from here.
2646 * hw-main.h (struct hw_descriptor, hw_finish_method): To here,
2647 rename.
2648 * Make-common.in (hw-config.h): Update
2649 * hw-base.c, dv-pal.c, dv-glue.c: Update
2650
2651 * dv-glue.c, hw-device.h, hw-base.h, hw-ports.c: Rename
2652 `*_callback' to `*_method.
2653
2654Mon May 25 18:41:18 1998 Andrew Cagney <cagney@b1.cygnus.com>
2655
2656 * hw-base.h (set_*): Move set method macros from here.
2657 * hw-device.h: To here.
2658
2659Mon May 25 18:21:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
2660
2661 * hw-base.h (create_hw_property_data, delete_hw_property_data):
2662 Declare.
2663
2664 * hw-base.c (hw_create, hw_delete): Call
2665 * hw-properties.c (create_hw_property_data,
2666 delete_hw_property_data): Define.
2667
2668Mon May 25 17:40:46 1998 Andrew Cagney <cagney@b1.cygnus.com>
2669
2670 * hw-device.c, hw-properties.c: Include hw-base.h
2671
2672 * hw-alloc.h, hw-alloc.c: New files. Move alloc code to here.
2673 * hw-device.c: From here.
2674 * hw-base.h: Include "hw-events.h".
2675
2676 * hw-base.h (create_hw_alloc_data, delete_hw_alloc_data): Declare.
2677 * hw-base.c (hw_create, hw_delete): Call.
2678 * hw-alloc.c (create_hw_alloc_data, delete_hw_alloc_data): Define.
2679
2680 * Make-common.in (SIM_NEW_COMMON_OBJS): Add hw-alloc.o.
2681 (hw-alloc.o): New target.
2682
2683Mon May 25 17:14:27 1998 Andrew Cagney <cagney@b1.cygnus.com>
2684
2685 * hw-events.h, hw-events.c: New files. Move event code to here.
2686 * sim-hw.c: From here.
2687 * hw-base.h: Include "hw-events.h".
2688 * Make-common.in (SIM_NEW_COMMON_OBJS): Add hw-events.o.
2689 (hw-events.o): New target.
2690
2691 * hw-device.h (struct hw): Add struct hw_event_data events_of_hw.
2692 * hw-events.h (struct hw_event): Replace typedef hw_event.
2693
2694 * hw-base.h (create_hw_event_data, delete_hw_event_data): Declare.
2695 * hw-base.c (hw_create, hw_delete): Call.
2696 * hw-events.c (create_hw_event_data, delete_hw_event_data): Define.
2697
2698 * dv-pal.c: Update.
2699
2700Mon May 25 16:55:16 1998 Andrew Cagney <cagney@b1.cygnus.com>
2701
2702 * hw-base.c (panic_hw_port_event, empty_hw_ports): Move from here.
2703 * hw-ports.c: To here.
2704
2705 * hw-base.h, hw-ports.c (create_hw_port_data,
2706 delete_hw_port_data): New functions.
2707 * hw-base.c (hw_delete, hw_create): Call same.
2708
2709 * hw-base.h (set_hw_ports, set_hw_port_event): Move set functions
2710 from here.
2711 * hw-ports.h: To here.
2712
2713Mon May 25 16:42:48 1998 Andrew Cagney <cagney@b1.cygnus.com>
2714
2715 * hw-device.c (hw_ioctl), hw-device.h (hw_ioctl_callback): Drop
2716 PROCESSOR and CIA arguments.
2717
2718Fri May 22 12:16:27 1998 Andrew Cagney <cagney@b1.cygnus.com>
2719
2720 * aclocal.m4 (SIM_AC_OPTION_HW): Add enable / disable argument.
2721 Move common object files from here.
2722 * Make-common.in (SIM_COMMON_HW_OBJS): To here.
2723
2724Thu May 21 17:57:16 1998 Andrew Cagney <cagney@b1.cygnus.com>
2725
2726 * sim-hw.c: Include ctype.h.
2727 (do_hw_poll_read): Do not assume EAGAIN.
2728
2729Wed May 20 04:37:57 1998 Doug Evans <devans@seba.cygnus.com>
2730
2731 * cgen-trace.c (first_insn_p): New static local.
2732 (trace_insn_init): Set it.
2733 (trace_insn_fini): Use TRACE_PREFIX.
2734 (trace_insn): Rewrite to use trace_prefix.
2735 * sim-trace.c (trace_prefix): Don't print filename arg if NULL.
2736 Adjust width accordingly.
2737
2738 * sim-profile.h (PROFILE_DATA): New member profile_any_p.
2739 (PROFILE_ANY_P,PROFILE_INSN_P,PROFILE_MEMORY): New macros.
2740 (PROFILE_SCACHE_P,PROFILE_PC_P,PROFILE_CORE_P): New macros.
2741 (PROFILE_COUNT_INSN,PROFILE_COUNT_READ,PROFILE_COUNT_WRITE): Simplify.
2742 (PROFILE_COUNT_CORE): Simplify.
2743 * sim-profile.c (profile_option_handler): Compute profile_any_p.
2744
2745Tue May 19 23:55:30 1998 Doug Evans <devans@seba.cygnus.com>
2746
2747 * cgen-ops.h (ADDCFSI): Fix typo.
2748
2749Sat May 16 12:44:52 1998 Doug Evans <devans@seba.cygnus.com>
2750
2751 * cgen-sim.h (CGEN_CPU): New members idesc_{read,sem}_init_p.
2752 * genmloop.sh: Use them rather than static locals.
2753
2754 * sim-engine.c (sim_engine_set_run_state): New function.
2755 * sim-engine.h (sim_engine_set_run_state): Declare.
2756 * genmloop.sh (pending_reason,pending_sigrc): New static locals.
2757 (@cpu@_engine_stop): New args reason,sigrc. All callers updated.
2758 (engine_resume): Reorganize. Allow synchronous exit from main loop.
2759
2760Fri May 15 16:06:05 1998 Doug Evans <devans@seba.cygnus.com>
2761
2762 * cgen-trace.c (trace_insn_init): New arg first_p.
2763 All callers updated.
2764 (trace_insn_fini): New arg last_p. All callers updated.
2765 * cgen-trace.h (trace_insn_init,trace_insn_fini): Update.
2766 (TRACE_INSN_INIT,TRACE_INSN_FINI): Update.
2767 * genmloop.sh (engine_resume): Update.
2768
2769Fri May 15 15:59:00 1998 Joyce Janczyn <janczyn@cygnus.com>
2770
2771 * Make-common.in (install-common): Run ranlib on installed copy of
2772 libsim.a.
2773
2774Fri May 15 15:03:00 1998 Joyce Janczyn <janczyn@cygnus.com>
2775
2776 * Make-common.in (install-common): Rename and install libsim.a.
2777
2778Tue May 12 15:23:57 1998 Andrew Cagney <cagney@b1.cygnus.com>
2779
2780 * sim-io.c (unistd.h): Include.
2781
2782Wed May 6 16:04:18 1998 Doug Evans <devans@seba.cygnus.com>
2783
2784 * Make-common (sim_main_headers): Sort.
2785 (cgen-*.o): Add cgen-sim.h dependency.
2786
2787 * cgen-scache.c (scache_init): Only allocate space if scache element
2788 size is non-zero.
2789 (scache_flush,scache_print_profile): Check if scache in use first.
2790
2791 * cgen-sim.h (IDESC): Provide forward declaration.
2792 (DECODE): Delete.
2793 (CGEN_CPU): Always define scache member. New members idesc,opcode.
2794 (cgen_cpu_max_extra_bytes): Declare.
2795 * cgen-utils.c (cgen_cpu_max_extra_bytes): New function.
2796
c906108c
SS
2797 * sim-cpu.h: New file. sim_cpu_base moved here.
2798 Move sim_cpu_lookup decl here.
2799 * sim-base.h: #include "sim-cpu.h".
2800 * sim-cpu.c: New file.
2801 * Make-common (sim_main_headers): Add sim-cpu.h.
2802 (sim-cpu.o): Add rule for.
2803
2804 * sim-model.c (set_model): Delete.
2805 (sim_model_set,model_set): New functions.
2806 (sim_model_install): Renamed from model_install.
2807 Don't set default model here.
2808 (model_option_handler): Rewrite --model processing.
2809 (sim_model_lookup,sim_mach_lookup): New functions.
2810 * sim-model.h (MAX_MODELS,MAX_INSNS): Delete.
2811 (insn_timing): Delete.
2812 (INSN_TIMING): New member `num'.
2813 (IMP_PROPERTIES): Always define scache_elm_size member.
2814 (MACH): New member init_cpu.
2815 (sim_machs): Renamed from machs.
2816 (sim_model_install): Renamed from model_install.
2817 (sim_model_set,sim_model_lookup,sim_mach_lookup): Declare.
2818 * sim-module.c (modules): Update.
2819
2820 * sim-profile.c (profile_print_insn): Add cpu arg to INSN_NAME macro.
2821
2822 * sim-io.c: #include <errno.h>.
2823
2824Wed May 6 12:39:15 1998 Andrew Cagney <cagney@b1.cygnus.com>
2825
2826 * dv-pal.c (struct hw_pal_device): Add reader.
2827 (hw_pal_finish): Initialize reader.
2828 (scan_hw_pal): Use reader.
2829
2830 * hw-base.h, sim-hw.c (do_hw_poll_read): New function.
2831 (HW_IO_EOF, HW_IO_NOT_READY): Define.
2832 * dv-pal.c: Use.
2833
2834 * sim-io.h, sim-io.c (sim_io_poll_read): New function. Copy from
2835 ../ppc/main.c sim_io_read_stdin.
2836
2837Fri May 1 12:11:02 1998 Andrew Cagney <cagney@b1.cygnus.com>
2838
2839 * hw-tree.h (hw_tree_print): Paramaterize with print and file
2840 arguments.
2841 * hw-tree.c: Update.
2842
2843 * hw-base.h (hw_port_event_callback): Delete CPU/CIA args.
2844 * hw-device.h (hw_io_read_buffer, hw_io_write_buffer): Delete
2845 CPU/CIA args.
2846 * hw-ports.h (hw_port_event): Ditto.
2847 * hw-ports.c (hw_port_event): Update.
2848 * hw-base.c (panic_hw_io_read_buffer, panic_hw_io_write_buffer):
2849 Update.
2850 * dv-pal.c (hw_pal_io_read_buffer, hw_pal_io_write_buffer):
2851 Update.
2852 (hw_pal_io_write_buffer): Call hw_halt not sim_engine_halt.
2853 (do_counter_event): Update.
2854 * dv-glue.c (hw_glue_io_read_buffer): Update.
2855 (hw_glue_port_event): Update.
2856
2857 * hw-device.h (SIM_DESC): Replace with struct sim_state.
2858 * hw-base.h (hw_create): Ditto.
2859 * hw-base.c (hw_create): Ditto.
2860
2861 * hw-device.c (hw_abort, hw_trace, hw_hw_event_queue_schedule,
2862 hw_event_queue_deschedule, hw_event_queue_time): Delete, moved
2863 from here to.
2864 * sim-hw.c: Here.
2865 * hw-device.h (hw_system_cpu): Declare.
2866 * sim-hw.c (hw_system_cpu): New function.
2867
2868 * sim-core.c (sim_core_map_attach, sim_core_attach): Call
2869 sim_hw_abort not hw_abort.
2870 (sim-hw.h): Include.
2871 (sim_core_read_buffer, sim_core_write_buffer): Call
2872 sim_hw_io_read_buffer and sim_hw_io_write_buffer. Do not pass CPU
2873 argument.
2874 (sim_core_set_xor): Do not pass CPU when aborting.
2875
2876 * sim-n-core.h (sim_core_read_aligned_N,
2877 sim_core_write_aligned_N): Call sim_hw_abort not hw_abort.
2878 (sim_core_read_aligned_N, sim_core_write_aligned_N): Call
2879 sim_cpu_hw_io_read_buffer and sim_cpu_hw_io_write_buffer. Does not
2880 return length.
2881
2882 * sim-hw.h: Declare sim_hw_io_{read,write}_buffer. Declare
2883 sim_hw_print.
2884 * sim-hw.c (sim_hw_io_read_buffer, sim_hw_io_write_buffer,
2885 sim_cpu_hw_io_read_buffer, sim_cpu_hw_io_write_buffer): New
2886 functions.
2887 (sim_hw_print): New function.
2888
2889 * sim-engine.h (sim_engine_vabort): Declare.
2890 * sim-engine.c (sim_engine_vabort): New function.
2891
2892Wed Apr 29 23:58:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
2893
2894 * sim-trace.c (print_data): For floating-point numbers trace raw
2895 hex value.
2896 (trace_result_fp2): New function.
2897 * sim-trace.h (trace_result_fp2): New declaration.
2898 (TRACE_FP_RESULT2): New macro.
2899
2900Tue Apr 28 18:28:58 1998 Geoffrey Noer <noer@cygnus.com>
2901
2902 * common/aclocal.m4: call AM_EXEEXT in SIM_AC_COMMON, define
2903 AM_CYGWIN32 and AM_EXEEXT.
2904 * common/Make-common.in: set EXEEXT, add missing EXEEXTs
2905 to run and install-common rules.
2906 * common/configure: regenerate
2907
2908Sat Apr 25 17:45:01 1998 Andrew Cagney <cagney@b1.cygnus.com>
2909
2910 * sim-types.h (cell_word): New type.
2911 (natural_cell): Delete type.
2912
2913Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
2914
2915 * configure: Regenerated to track ../common/aclocal.m4 changes.
2916 * config.in: Ditto.
2917
2918Sun Apr 26 15:25:07 1998 Tom Tromey <tromey@cygnus.com>
2919
2920 * acconfig.h (NEED_DECLARATION_PRINTF): Removed.
2921
2922Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
2923
2924 * configure: Regenerated to track ../common/aclocal.m4 changes.
2925 * config.in: Ditto.
2926
2927Fri Apr 24 11:38:08 1998 Tom Tromey <tromey@cygnus.com>
2928
2929 * acconfig.h: New file.
2930 * Make-common.in (top_builddir): New macro.
2931 (INTL_LIB): Removed.
2932 (INTLLIBS): New macro.
2933 (INTLDEPS): Likewise.
2934 (LIBDEPS): Use INTLDEPS.
2935 (EXTRA_LIBS): Use INTLLIBS.
2936 * aclocal.m4 (SIM_AC_COMMON): Call CY_GNU_GETTEXT.
2937 (CY_WITH_NLS, CY_GNU_GETTEXT, AM_PATH_PROG_WITH_TEST,
2938 AM_LC_MESSAGES): New macros from GNU gettext.
2939
2940Fri Apr 24 19:57:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
2941
2942 * sim-config.h: Discard leading _ from macros.
2943 * sim-types.h: Ditto.
2944
2945Wed Apr 22 14:14:19 1998 Michael Meissner <meissner@cygnus.com>
2946
2947 * Make-common.in (CSEARCH): Add -I to intl directories.
2948 (INTL_LIB): Point to libintl.a.
2949 (LIBDEPS): Add $(INTL_LIB).
2950 (EXTRA_LIBS): Ditto.
2951
2952Tue Apr 21 12:44:27 1998 Doug Evans <devans@canuck.cygnus.com>
2953
2954 * cgen-types.h (GETHIDI,MAKEDI): Tweak.
2955
2956 * cgen-ops.h (ADDCFSI): Fix.
2957 (SUBCFSI): Tweak.
2958
2959Tue Apr 21 13:18:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
2960
2961 * sim-types.h (signed_address, unsigned_address): Define.
2962
2963Mon Apr 20 21:47:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
2964
2965 * sim-fpu.c (sim_fpu_2d): Don't return an SNaN, convert it into a
2966 QNaN.
2967
2968Thu Apr 16 10:30:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
2969
2970 * sim-fpu.c, sim-fpu.h (sim_fpu_fractionto, sim_fpu_tofraction):
2971 New functions, pack / unpack sim_fpu struct using raw values.
2972 (sim_fpu_is): Differentiate between negative and positive
2973 infinity.
2974
2975Tue Apr 14 18:49:31 1998 Andrew Cagney <cagney@b1.cygnus.com>
2976
2977 * sim-bits.h (EXTEND4): Define.
2978 (EXTEND4, EXTEND15, EXTEND11): Ditto.
2979
2980Tue Apr 14 16:31:35 1998 John Metzler <jmetzler@cygnus.com>
2981
2982 * sim-memopt.c (parse_addr): Sunos 4.5 does not have strtol
2983 declared so we need this cast to prevent long long addresses
2984 from being misconfigures. Results in access to unmapped memory.
2985
2986Tue Apr 14 13:19:14 1998 Doug Evans <devans@canuck.cygnus.com>
2987
2988 * Make-common.in (RUNTESTFLAGS): Define.
2989 (check): Pass RUNTESTFLAGS to recursive make.
2990
2991Tue Apr 14 15:09:19 1998 Andrew Cagney <cagney@b1.cygnus.com>
2992
2993 * sim-info.c (sim_info): Be verbose when either VERBOSE or
2994 STATE_VERBOSE_P.
2995
2996Sat Apr 4 23:24:17 1998 Andrew Cagney <cagney@b1.cygnus.com>
2997
2998 * aclocal.m4 (sim-inline): By default, disable sim-inline when
2999 cross compiling.
3000
3001Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
3002
3003 * aclocal.m4 (sim-cflags): Add -fomit-frame-pointer to defaults.
3004 (sim-inline): Update to match sim-inline.[hc]
3005 * configure: Regenerated to track ../common/aclocal.m4 changes.
3006
3007 * Make-common.in (sim_main_headers): Add sim-inline.h
3008
3009 * sim-bits.h (sim-bits.c): Include when H_REVEALS_MODULE_P.
3010 selected.
3011 * sim-endian.h (sim-endian.c): Ditto.
3012
3013 * sim-events.h (_SIM_EVENTS_H_): Replace with SIM_EVENTS_H.
3014 (sim_events_set_trace): Delete unused prototype.
3015
3016 * sim-core.h (_SIM_CORE_H_): Replace with SIM_CORE_H.
3017 * sim-core.c (_SIM_CORE_C_): Ditto for SIM_CORE_C.
3018
3019 * sim-fpu.h (sim-fpu.c): Include when H_REVEALS_MODULE_P.
3020 (sim_fpu_to232i, sim_fpu_to232u, sim_fpu_i232to, sim_fpu_u232to):
3021 Comment out, not yet implemented in sim-fpu.c.
3022 (sim_fpu_zero, sim_fpu_one, sim_fpu_two, sim_fpu_qnan,
3023 sim_fpu_max32, sim_fpu_max64): Mark as EXTERN_SIM_FPU.
3024
3025 * sim-inline.h: Rewrite description.
3026 (H_REVEALS_MODULE_P, C_REVEALS_MODULE_P): Define.
3027 (SIM_MAIN_INLINE): Add inline option.
3028
3029 * sim-inline.c (semantics.c, idecode.c, engine.c, ...): Do not
3030 include generated files. Handled by generator directly.
3031
3032Sat Apr 4 01:07:06 1998 Andrew Cagney <cagney@b1.cygnus.com>
3033
3034 * sim-trace.c (set_trace_option_mask): Keep TRACE_ANY_P
3035 up-to-date.
3036
3037 * sim-trace.h (TRACE_ANY_P): Define.
3038 (struct _trace_data): Add trace_any_p.
3039
3040Mon Mar 30 17:11:55 1998 Andrew Cagney <cagney@b1.cygnus.com>
3041
3042 * run.c (main): Handle all alternatives of enum sim_stop.
3043 (main): Delete unused `asection *s'.
3044
3045Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
3046
3047 * hw-tree.h, hw-tree.c (hw_tree_vparse): New function
3048
3049 * configure: Regenerated to track ../common/aclocal.m4 changes.
3050
3051 * sim-hw.c: New file.
3052 * sim-hw.h (sim_hw_parse): Declare function.
3053 (hw-tree.h): Do not include.
3054
3055 * sim-base.h (STATE_HW): Define.
3056 (struct sim_state_base): Add member struct *hw.
3057
3058 * sim-module.c (sim-hw.h): Include.
3059 (modules): Add sim_hw_install.
3060
3061 * aclocal.m4 (sim_hw_obj): Add sim-hw.o
3062
3063Fri Mar 27 14:55:06 1998 Andrew Cagney <cagney@b1.cygnus.com>
3064
3065 * sim-base.h (CPU_INDEX): Define.
3066
3067 * sim-utils.c (sim_state_alloc): Initialize.
3068 * sim-module.c (sim_post_argv_init): Ditto.
3069
3070Thu Mar 26 10:07:57 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
3071
3072 * aclocal.m4 (sim_hw_obj): Fix sed expression to generate
3073 properly formatted lists.
3074
3075Thu Mar 26 10:37:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
3076
3077 * dv-pal.c (enum hw_pal_address_mask): From Stu Grossman, was
3078 0x2f needs to be 0x3f.
3079
3080Thu Mar 26 09:10:56 1998 Andrew Cagney <cagney@b1.cygnus.com>
3081
3082 * hw-tree.c (hw_tree_find_property): Return NULL when device is
3083 not found.
3084 (hw_tree_find_*_property): Clean up error message when property is
3085 not found.
3086
3087 * dv-pal.c (hw_pal_io_read_buffer): Check the smp property is
3088 present before looking for it.
3089
3090Wed Mar 25 16:17:38 1998 Ian Carmichael <iancarm@cygnus.com>
3091
3092 * aclocal.m4 (AC_CHECK_HEADERS): Add check for fpu_control.h.
3093 (AC_CHECK_FUNCS): Add check for __setfpucw.
3094 * configure: Regenerated.
3095
3096Wed Mar 25 09:18:34 1998 Andrew Cagney <cagney@b1.cygnus.com>
3097
3098 * dv-pal.c (hw_pal_countdown, hw_pal_countdown_value,
3099 hw_pal_timer, hw_pal_timer_value): Define.
3100 (hw_pal_io_read_buffer, hw_pal_io_write_buffer): Add timer support
3101 (do_counter_event, do_counter_read, do_counter_value,
3102 do_counter_write): new functions.
3103
3104Tue Mar 24 12:24:24 1998 Andrew Cagney <cagney@b1.cygnus.com>
3105
3106 * hw-tree.c (hw_printf): Send tree dump to stderr, same as other
3107 trace output.
3108
3109 * hw-base.c (hw_create): Stop searching for a device when one is
3110 found.
3111
3112Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
3113
3114 * configure: Regenerated to track ../common/aclocal.m4 changes.
3115
3116Mon Mar 23 10:25:08 1998 Andrew Cagney <cagney@b1.cygnus.com>
3117
3118 * aclocal.m4 (SIM_AC_OPTION_HARDWARE): Add second argument,
3119 appends extra devices.
3120 (SIM_AC_OPTION_HARDWARE): Substute sim_hw, a non-duplicate list of
3121 the device names.
3122
3123 * Make-common.in (hw-config.h): New target, create hw-config.h
3124 file.
3125 (SIM_HW): Definition from @sim_hw@.
3126 (hw-base.o): Depend on hw-config.h
3127
3128Tue Mar 24 17:41:35 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
3129
3130 * Make-common.in: Get SHELL from configure.
3131 * (stamp-tvals sim-inline.c): Use $(SHELL) when invoking
3132 move-if-change. Fixes NT native build problem.
3133 * Makefile.in (nltvals.def): Use $(SHELL) when invoking
3134 move-if-change. Fixes NT native build problem.
3135 * configure: Regenerate with autoconf 2.12.1 to fix shell issues for
3136 NT native builds.
3137
3138Sun Mar 22 16:54:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
3139
3140 * hw-device.h, hw-device.c (hw_strdup): New function.
3141
3142 * hw-base.c (hw_create): Use hw_strdup when saving a copy of the
3143 strings name, family and args.
3144 (full_name_of_hw): Use hw_strdup when returning the full path.
3145
3146 * hw-properties.c: Clean up property not found / wrong type error
3147 messages.
3148
3149 * hw-tree.c (hw_tree_parse): Finish a devices initialization
3150 before attaching any ports.
3151
3152 * hw-base.c (hw-config.): Include. Replace hardwired table.
3153
3154 * dv-glue.c: Copy over ../ppc/hw_glue.c. Update to new framework.
3155
3156 * Make-common.in: Add rule for dv-glue.o.
3157
3158Sun Mar 22 16:45:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
3159
3160 * hw-base.c (hw_finish): Move setting of trace level to here.
3161 (hw_create): From here.
3162
3163 * hw-base.h, hw-base.c (do_hw_attach_regs): Copy function from
3164 ../ppc/device_table.c.
3165
3166 * dv-pal.c (hw_pal_finish): Attach PAL device to parent bus.
3167
3168 * hw-tree.c (print_properties): Supress path when printing
3169 properties of root node.
3170
3171Sun Mar 22 16:21:15 1998 Andrew Cagney <cagney@b1.cygnus.com>
3172
3173 * hw-device.h (HW_TRACE): Define.
3174 (hw_trace): Declare.
3175 * hw-device.c (hw_trace): Implement function.
3176
3177 * hw-base.c (hw_create): Set hw trace level from "trace?"
3178 property.
3179
3180 * dv-core.c (dv_core_attach_address_callback): Add trace.
3181
3182 * dv-pal.c: Replace DTRACE with HW_TRACE.
3183
3184Sun Mar 22 15:23:35 1998 Andrew Cagney <cagney@b1.cygnus.com>
3185
3186 * hw-device.h (HW_ZALLOC, HW_MALLOC): New macros.
3187 (hw_alloc_data): Delcare.
3188 (struct hw): Add member alloc_of_hw.
3189
3190 * hw-device.c (hw_zalloc, hw_malloc, hw_free, hw_free_all): New
3191 functions. Assocate memory with a device.
3192 (stdlib.h): Include.
3193
3194 * hw-base.h (set_hw_delete): Define.
3195 (hw_delete_callback): Declare.
3196 (hw_delete): Declare.
3197
3198 * hw-base.c (hw_delete): Implement function.
3199 (struct hw_base_data): Add member to_delete.
3200 (ignore_hw_delete): New function, does nothing.
3201 (hw_create): Set the hw_delete method.
3202 (hw_create): Allocate the base type using HW_ZALLOC before setting
3203 any methods.
3204
3205 * hw-tree.h, hw-tree.c (hw_tree_delete): New function.
3206
3207 * hw-properties.c: Replace zalloc/zfree with hw_zalloc/hw_free.
3208
3209 * hw-ports.c: Replace zalloc/zfree with hw_zalloc/hw_free.
3210 (attach_hw_port_edge): Add struct hw argument
3211
3212 * dv-pal.c (hw_pal_finish): Replace zalloc/zfree with
3213 hw_zalloc/hw_free.
3214
3215Sun Mar 22 15:09:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
3216
3217 * hw-device.h (hw_attach_address_callback,
3218 hw_detach_address_callback): Attach to a single space not a space
3219 mask. Clarify interpretation of SPACE:ADDR parameters.
3220
3221 * hw-base.c (passthrough_hw_attach_address,
3222 passthrough_hw_detach_address): Update.
3223 * dv-core.c (dv_core_attach_address_callback): Ditto.
3224 * dv-pal.c (hw_pal_attach_address): Ditto.
3225
3226Thu Mar 19 00:41:00 1998 Andrew Cagney <cagney@b1.cygnus.com>
3227
3228 * sim-options.h: Document additional CPU arg to OPTION_HANDLER.
3229
3230Wed Mar 18 14:13:02 1998 Andrew Cagney <cagney@b1.cygnus.com>
3231
3232 * Make-common.in (SIM_HW_OBJS, SIM_HW_SRC, SIM_DV_OBJS): Define.
3233 (hw-base_h, hw-device_h, hw-handles_h, hw-instances_h, hw_ports_h,
3234 hw-properties_h, hw-tree_h): Define, point at corresponding
3235 header.
3236 (hw_base_headers): Define list of headers included by hw-base.h
3237 (hw-base.o, hw-device.o, hw-instances.o, hw-handles.o, hw-ports.o,
3238 hw-properties.o, hw-tree.o): Specify dependencies.
3239 (dv-core.o, dv-pal.o): Ditto.
3240
3241 * sim-hw.h: New file.
3242
3243 * hw-device.h, hw-device.c, hw-properties.h, hw-properties.c,
3244 hw-ports.h, hw-ports.c: New files. Copied from ../ppc/device.[ch].
3245
3246 * hw-tree.h, hw-tree.c: New files. Copied from ../ppc/tree.[hc].
3247
3248 * hw-base.h, hw-base.c: new files. Copied from
3249 ../ppc/device_table.[hc].
3250
3251 * dv-core.c, dv-pal.c: New files. Copied from
3252 ../ppc/hw_{core,pal}.c
3253
3254 * sim-basics.h (struct hw): Declare.
3255 (enum port_direction, enum object_disposition): Declare.
3256
3257Wed Mar 18 12:38:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
3258
3259 * aclocal.m4 (SIM_AC_OPTION_HARDWARE): Set sim_hw_obj, sim_dv_obj,
3260 sim_dv_src in Makefile. Take list of devices as parameter to m4
3261 macro..
3262
3263 * configure: Regenerated to track ../common/aclocal.m4 changes.
3264
3265Mon Mar 16 12:37:33 1998 Andrew Cagney <cagney@b1.cygnus.com>
3266
3267 * sim-trace.h, sim-trace.c (trace_prefix): Pass in sim_cia so that
3268 trace_prefix can abort cleanly.
3269
3270Sat Mar 14 18:36:12 1998 Doug Evans <devans@seba.cygnus.com>
3271
3272 * dv-sockser.c, dv-sockser.h: New files.
3273 * Make-common.in (dv-sockser.o): Add rule for.
3274 * aclocal.m4: Check for fcntl.h.
3275 * config.h: Add HAVE_FCNTL_H.
3276
3277 * sim-break.c (remove_breakpoint): Fix thinko.
3278
3279 * sim-hload.c (sim_load): Provide default value of SIM_HANDLES_LMA.
3280 Use SIM_HANDLES_LMA for lma_p arg to sim_load_file.
3281
32821998-03-13 Fred Fish <fnf@cygnus.com>
3283
3284 * sim-base.h (struct sim_state_base): Add prog_syms and
3285 define macro STATE_PROG_SYMS.
3286 * sim-trace.c (trace_prefix): Add variables abfd, symsize,
3287 symbol_count, and asymbols. Call bfd_get_symtab_upper_bound
3288 and bfd_canonicalize_symtab, to get symbol table on first use
3289 and preserve it via STATE_PROG_SYMS for future calls to
3290 bfd_find_nearest_line.
3291
3292Wed Mar 11 14:02:47 1998 Andrew Cagney <cagney@b1.cygnus.com>
3293
3294 * sim-core.h, sim-core.c (sim_core_map_to_str): Delete.
3295
3296 * sim-core.c (sim_core_attach): Handle a generic number of maps -
3297 up to nr_maps, not just access_* maps.
3298
3299 * sim-profile.h (struct PROFILE_DATA): Track nr_maps different
3300 maps.
3301
3302 * sim-profile.c (profile_print_core): Make map unsigned. Iterate
3303 over nr_maps not sim_core_nr_maps.
3304
3305 * sim-events.h, sim-events.c (sim_events_watch_core): Change
3306 core_map argument to unsigned.
3307 (struct _sim_core): Ditto for struct member core_map.
3308
3309 * sim-core.h (nr_sim_core_maps, sim_core_*_map): Delete
3310
3311 * sim-basics.h (access_io, access_*_io): Define.
3312 (map_read, map_write, map_exec, map_io): Define.
3313
3314 * sim-core.c, sim-core.h (sim_core_attach): Replace argument
3315 attach with more generic mapmask.
3316 (sim_core_{read,write}_*): Change map argument to unsigned.
3317
3318 * sim-core.c (sim_core_uninstall, sim_core_attach,
3319 sim_core_detach): Iterate over nr_maps instead of
3320 sim_core_nr_maps.
3321
3322 * sim-break.c (insert_breakpoint): Write breakpoints to exec_map
3323 instead of the write_map.
3324 (remove_breakpoint): Ditto.
3325
3326 * genmloop.sh (engine_resume_full): Replace sim_core_*_map
3327 with read_map, write_map, exec_map resp.
3328
3329 * cgen-mem.h (DECLARE_GETMEM, DECLARE_SETMEM, DECLARE_GETIMEM):
3330 Ditto.
3331
3332 * cgen-utils.c (sim_disassemble_insn): Ditto.
3333
3334 * sim-hrw.c (sim_write, sim_write): Ditto.
3335
3336 * sim-utils.h, sim-utils.c (access_to_str, map_to_str,
3337 transfer_to_str): New functions.
3338
3339Mon Mar 9 12:50:59 1998 Doug Evans <devans@seba.cygnus.com>
3340
3341 * sim-base.h (sim_state_base): New member environment.
3342 (STATE_ENVIRONMENT): New macro.
3343 * sim-config.c (current_environment): Delete.
3344 (sim_config_default): New function.
3345 (sim_config): Set STATE_ENVIRONMENT, not current_environment.
3346 * sim-config.h (current_environment,CURRENT_ENVIRONMENT): Delete.
3347 (sim_config_default): Add prototype.
3348 * sim-module.c (sim_pre_argv_init): Call sim_config_default.
3349 * sim-options.c (standard_option_handler, case OPTION_ENVIRONMENT):
3350 Set STATE_ENVIRONMENT, not current_environment.
3351
3352Mon Mar 9 11:59:03 1998 Jim Wilson <wilson@cygnus.com>
3353
3354 * sim-fpu.c (NR_GUARDS64): Change NR_PAD32 to NR_PAD64.
3355
3356Tue Mar 3 10:53:05 1998 Andrew Cagney <cagney@b1.cygnus.com>
3357
3358 * sim-types.h (SIGNED32, SIGNED64): Pacify GCC.
3359
3360 * sim-alu.h (ALU64_BEGIN): Make alu64_r unsigned.
3361
3362Mon Mar 2 10:20:06 1998 Doug Evans <devans@seba.cygnus.com>
3363
3364 * Make-common.in (TAGS): Make smarter.
3365 * Makefile.in (TAGS): Ditto.
3366
3367Fri Feb 27 19:09:57 1998 Doug Evans <devans@canuck.cygnus.com>
3368
3369 * sim-module.c (*): Fix typos in assertion tests.
3370
3371Sat Feb 28 13:54:10 1998 Andrew Cagney <cagney@b1.cygnus.com>
3372
3373 * sim-module.c (sim_pre_argv_init): String passed to asprintf
3374 can't be constant.
3375
3376 * sim-options.c (sim_parse_args): Ditto.
3377 (sim_args_command): Return OK, instead of nothing, for an empty
3378 command.
3379
3380Fri Feb 27 13:29:13 1998 Andrew Cagney <cagney@b1.cygnus.com>
3381
3382 * sim-profile.c (profile_info): Rename from profile_print. Drop
3383 misc and misc_cpu callback arguments. Use
3384 PROFILE_INFO_CPU_CALLBACK and STATE_PROFILE_INFO_CALLBACK instead.
3385 (profile_install): Install profile_info function.
3386
3387 * sim-profile.h (PROFILE_INFO_CPU_CALLBACK,
3388 STATE_PROFILE_INFO_CALLBACK): Define.
3389 (struct PROFILE_DATA): Add field info_cpu_callback.
3390 (profile_print): Delete function.
3391
3392 * sim-base.h (STATE_MODULES): Define. Replace individual
3393 STATE_*_LIST with single struct module_list.
3394
3395 * sim-module.h (MODULE_INFO_FN, MODULE_INFO_LIST): Declare.
3396 (struct module_list): Declare.
3397
3398 * sim-module.h, sim-module.c (sim_module_add_info_fn,
3399 sim_module_info): New functions.
3400 (sim_module_install): Clean up module data structures.
3401
3402 * sim-info.c (sim_info): New file. New function. Call
3403 sim_module_info.
3404
3405 * Make-common.in (sim-info.o): Define rule.
3406 (SIM_NEW_COMMON_OBJS): Add sim-info.o.
3407
3408
3409Fri Feb 27 18:26:16 1998 Doug Evans <devans@canuck.cygnus.com>
3410
3411 * sim-base.h (sim_cpu_base): New members name, options.
3412 (sim_cpu_lookup): Add prototype.
3413 * sim-module.c (sim_pre_argv_init): Provide default names for cpus.
3414 * sim-options.h (DECLARE_OPTION_HANDLER): New argument `cpu'.
3415 (sim_add_option_table): Update prototype.
3416 * sim-options.c (sim_add_option_table): New argument `cpu'.
3417 (standard_option_handler,standard_install): Update.
3418 (sim_parse_args): Handle cpu specific options.
3419 (print_help): New static function.
3420 (sim_print_help): Call it. Print cpu specific options.
3421 (find_match): New static function.
3422 (sim_args_command): Call it. Handle cpu specific options.
3423 * sim-utils.c (sim_cpu_lookup): New function.
3424 * sim-memopt.c (memory_option_handler): Update.
3425 (sim_memopt_install): Update.
3426 * sim-model.c (model_option_handler): Update.
3427 (model_install): Update.
3428 * sim-profile.c (profile_option_handler): Update.
3429 (profile_install): Update.
3430 * sim-trace.c (trace_option_handler): Update.
3431 (trace_install): Update.
3432 * sim-watch.c (watchpoint_option_handler): Update.
3433 (sim_watchpoint_install): Update.
3434 * cgen-scache.c (scache_option_handler): Update.
3435 (scache_install): Update.
3436
3437Wed Feb 25 11:00:26 1998 Doug Evans <devans@canuck.cygnus.com>
3438
3439 * Make-common.in (check): Run `make check' in testsuite dir.
3440
3441Wed Feb 25 14:40:24 1998 Andrew Cagney <cagney@b1.cygnus.com>
3442
3443 * sim-trace.c (trace_result0): New function.
3444
3445 * sim-trace.h (TRACE_FP_*, TRACE_FPU_*): Rename TRACE_FPU_*
3446 macro's to TRACE_FP_*. TRACE_FPU_* should be defined and used when
3447 tracing sim_fpu variables.
3448 (TRACE_ALU_RESULT0): Define.
3449 (TRACE_FP_RESULT_WORD): Define.
3450 (TRACE_FP_INPUT_WORD1): Define.
3451
3452 * sim-fpu.c, sim-fpu.h (sim_fpu_max32, sim_fpu_max64, sim_fpu_one,
3453 sim_fpu_two): New constants.
3454 (sim_fpu_op1, sim_fpu_op2): New types.
3455 (struct _sim_fpu): Delete member result. Re-order other members.
3456 (sim_fpu_sign, sim_fpu_exp): New functions.
3457 (sim_fpu_max, sim_fpu_min): new functions.
3458 (EXPMAX32, EXPMAX64, NR_PAD32, NR_PAD64, NR_GUARDS32, NR_GUARDS64,
3459 NORMAL_EXPMAX32, NORMAL_EXPMAX64): Define.
3460
3461Tue Feb 24 22:45:39 1998 Doug Evans <devans@seba.cygnus.com>
3462
3463 * sim-profile.c (profile_print): Delete duplicate test of
3464 PROFILE_INSN_IDX.
3465 (profile_print_pc): Exit early if data collection not set up.
3466 (profile_print_core): Simplify by calling sim_core_map_to_str.
3467 * sim-core.h (sim_core_map_to_str): Declare.
3468 * sim-core.c (sim_core_map_to_str): Make non-static.
3469
3470 * genmloop.sh (engine_resume): Update insn_count before exiting.
3471 (engine_resume_full): Keep accurate core profile data.
3472
3473 * cgen-utils.c (sim_disassemble_insn): Don't use
3474 sim_core_read_aligned_N, it messes up profiling results.
3475
3476Mon Feb 23 20:45:57 1998 Mark Alexander <marka@cygnus.com>
3477
3478 * nltvals.def: Regenerate with MN10300 additions.
3479
3480Tue Feb 24 13:18:42 1998 Andrew Cagney <cagney@b1.cygnus.com>
3481
3482 * sim-trace.h (TRACE_ALU_RESULT2): Define.
3483
3484 * sim-trace.h, sim-trace.c (trace_result_word2,
3485 trace_input_word4, trace_result_word4): New function.
3486
3487Mon Feb 23 13:08:35 1998 Doug Evans <devans@canuck.cygnus.com>
3488
3489 * cgen-sim.h (SEM_NEXT_PC): New arg `len'.
3490
3491 * sim-xcat.h: Delete.
3492 * cgen-mem.h: Delete inclusion of sim-xcat.h.
3493 * cgen-sim.h: Ditto.
3494 * sim-alu.h: Replace sim-xcat.h with symcat.h.
3495 * sim-n-bits.h: Ditto.
3496 * sim-n-core.h: Ditto.
3497 * sim-n-endian.h: Ditto.
3498
3499Mon Feb 23 13:19:58 1998 Michael Meissner <meissner@cygnus.com>
3500
3501 * syscall.c (cb_syscall): Handle short reads, and EOF.
3502
3503Tue Feb 24 00:29:57 1998 Andrew Cagney <cagney@b1.cygnus.com>
3504
3505 * sim-trace.c (print_data): case trace_fmt_fp missing break. Use
3506 sim_fpu to safely print fp_word values.
3507 (print_data): Add trace_fmt_bool and trace_fmt_addr.
3508 (trace_result_bool1, trace_result_addr1): New functions.
3509 (trace_input_bool1, trace_input_addr1): New functions.
3510
3511 * sim-trace.h (TRACE_FPU_*): Define.
3512
3513Mon Feb 23 13:24:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
3514
3515 * sim-fpu.h (enum sim_fpu_class): Add sim_fpu_class_denorm.
3516 (sim_fpu_fpto, sim_fpu_tofp): Define.
3517
3518Fri Feb 20 18:08:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
3519
3520 * sim-fpu.c (sim_fpu_cmp): New function.
3521
3522Wed Feb 18 16:29:21 1998 Doug Evans <devans@canuck.cygnus.com>
3523
3524 * cgen-utils.h (sim_disassemble_insn): Use CGEN_INSN_BITSIZE
3525 instead of abuf->length.
3526 * sim-trace.c (trace_options): Have -t only trace a few useful things.
3527 (set_trace_option_mask): Renamed from set_trace_options.
3528 (set_trace_option): New function.
3529 (trace_option_handler): Update calls to set_trace_option{,_mask}.
3530 * sim-trace.h (TRACE_USEFUL_MASK): New macro.
3531
3532Wed Feb 18 12:42:15 1998 Andrew Cagney <cagney@b1.cygnus.com>
3533
3534 * sim-basics.h: Declare struct _sim_fpu.
3535
3536Tue Feb 17 16:27:46 1998 Andrew Cagney <cagney@b1.cygnus.com>
3537
3538 * sim-trace.h (TRACE_ALU_INPUT*, TRACE_ALU_RESULT): Define.
3539 (trace_prefix, trace_input*, trace_result*): Declare.
3540 (trace_one_insn): Change declaration, assume trace_prefix called.
3541 (trace_generic): Like trace_one_insn.
3542 (TRACE_ALU_IDX, TRACE_*_IDX): Change #define's to enum.
3543 (TRACE_alu, TRACE_[a-z]*): Update.
3544
3545 * sim-trace.c (trace_prefix, trace_input*, trace_result*,
3546 trace_insn, save_data, trace_idx_to_str, print_data): New
3547 functions.
3548 (trace_one_insn): Rewrite.
3549 (trace_generic): New function.
3550
3551Tue Feb 17 17:27:30 1998 Doug Evans <devans@seba.cygnus.com>
3552
c906108c
SS
3553 * aclocal.m4 (USE_MAINTAINER_MODE): New variable.
3554
3555 * cgen-sim.h (SEMANTIC_CACHE_FN): Delete.
3556 (SEMANTIC_FN): Rewrite declaration.
3557 (DECODE): Update type of semantic_fast member.
3558 ({EX,SEM}_FN_NAME): Have only one version.
c906108c
SS
3559 * sim-base.h (sim_state_base): Delete conditionals surrounding
3560 member scache_size.
3561
3562Tue Feb 10 18:31:49 1998 Andrew Cagney <cagney@b1.cygnus.com>
3563
3564 * sim-load.c (sim_load_file): Print LMA/VMA according to value
3565 used.
3566
3567Tue Feb 10 14:56:23 1998 Ian Carmichael <iancarm@cygnus.com>
3568
3569 * sim-core.c: Add missing prototypes for WITH_DEVICES.
3570 Add missing parameters to device_io calls.
3571 * sim-core.h: Add missing parameters to device_io calls.
3572
3573Mon Feb 9 14:48:37 1998 Doug Evans <devans@canuck.cygnus.com>
3574
3575 * cgen-sim.h (DECODE): Always use switch for `read' for now.
3576 (PAREXEC): Renamed from PARALLEL_EXEC. All uses updated.
3577 (SEMANTIC{,_CACHE}_FN): Fix return type.
c906108c
SS
3578 * genmloop.sh (@cpu@_engine_run): Delete `current_state'.
3579 (engine_resume): Likewise. Make `engine' volatile. Save copy
3580 of cpu pointer in volatile object. Initialize read switch if
3581 -parallel.
3582
3583Thu Feb 5 13:27:04 1998 Doug Evans <devans@seba.cygnus.com>
3584
3585 * cgen-sim.h (EX_FN_NAME): _exc_ -> _ex_.
3586 (SEM_INSN): New macro.
3587
3588Tue Feb 3 16:31:56 1998 Andrew Cagney <cagney@b1.cygnus.com>
3589
3590 * sim-run.c (sim_engine_run): Assume IMEM is 32 bit.
3591
3592Sun Feb 1 16:47:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
3593
3594 * configure: Regenerated to track ../common/aclocal.m4 changes.
3595
3596Sun Feb 1 16:16:57 1998 Andrew Cagney <cagney@b1.cygnus.com>
3597
3598 * sim-types.h (fp_word): New type, define according to
3599 WITH_TARGET_FLOATING_POINT_BITSIZE.
3600
3601 * aclocal.m4 (default_sim_floating_point_bitsize): Add
3602 configuration of size of floating point registers.
3603
3604Sun Feb 1 14:02:31 1998 Andrew Cagney <cagney@b1.cygnus.com>
3605
3606 * sim-profile.c (profile_print): Only print CPU <N> if other
3607 output is going to appear.
3608
3609Sat Jan 31 18:15:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
3610
3611 * configure: Regenerated to track ../common/aclocal.m4 changes.
3612
3613Sat Jan 31 18:03:55 1998 Andrew Cagney <cagney@b1.cygnus.com>
3614
3615 * sim-types.h (address_word): Typedef according to
3616 WITH_TARGET_ADDRESS_BITSIZE.
3617 (signed_cell, unsigned_cell, natural_cell): Ditto using
3618 WITH_TARGET_CELL_BITSIZE.
3619
3620 * sim-config.h (WITH_TARGET_ADDRESS_BITSIZE): Define.
3621 (WITH_TARGET_CELL_BITSIZE): Define.
3622 (WITH_HOST_WORD_BITSIZE): Delete.
3623
3624 * sim-config.c (print_sim_config): Update.
3625
3626 * aclocal.m4 (SIM_AC_OPTION_BITSIZE): Add support for
3627 configuration of address and OpenFirmware cell sizes.
3628
3629Fri Jan 30 09:36:33 1998 Andrew Cagney <cagney@b1.cygnus.com>
3630
3631 * sim-engine.h (sim_engine_run): Add argument nr_cpus.
3632 * sim-run.c (sim_engine_run): Update.
3633
3634 * sim-engine.h (SIM_ENGINE_HALT_HOOK): Use SET_CPU_CIA instead of
3635 CPU_CIA.
3636 * sim-run.c (sim_engine_run): Ditto.
3637
3638 * sim-resume.c (sim_resume): Obtain nr_cpus from sim_engine.
3639 (sim_resume): Pass nr_cpus to sim_engine_run.
3640
3641 * sim-engine.h (struct _sim_engine): Add member nr_cpus.
3642
3643 * sim-engine.c (sim_engine_init): Hardwire nr_cpus to
3644 MAX_NR_PROCESSORS.
3645 (sim_engine_nr_cpus) sim-engine.c, sim-engine.h: New function
3646
c906108c
SS
3647Fri Jan 23 14:20:54 1998 Doug Evans <devans@seba.cygnus.com>
3648
3649 * Make-common.in (stamp-tvals): New rule.
3650 (targ-vals.h,targ-map.c): Depend on it.
3651 (clean): Remove stamp-tvals.
3652
3653Tue Jan 20 21:35:13 1998 Michael Meissner <meissner@cygnus.com>
3654
3655 * sim-utils.c (sim_state_alloc): #if 0 variable that is only used
3656 in code also #if 0'ed.
3657
3658Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
3659
3660 * configure: Regenerated to track ../common/aclocal.m4 changes.
3661 * aclocal.m4: Recognize --enable-maintainer-mode.
3662
3663Mon Jan 19 12:45:45 1998 Doug Evans <devans@seba.cygnus.com>
3664
3665 * cgen-scache.h: Deleted.
3666 * Make-common.in (cgen-run.o,cgen-scache.o): Delete cgen-scache.h dep.
c906108c
SS
3667 * cgen-scache.c: Only compile contents if WITH_SCACHE.
3668 (scache_init): Use runtime computed size of SCACHE.
3669 (scache_flush): Likewise.
3670 * cgen-mem.h (GETIMEMU[QHSD]I): Declare.
3671 ([GS]ETT{QI,UQI,HI,UHI,SI,USI,DI,UDI}): Declare.
3672 * cgen-sim.h: Scache support moved here.
3673 (PC): Redo definition.
3674 (ARGBUF,SCACHE,PARALLEL_EXEC): Provide forward decls.
3675 (DECODE): Add parallel execution support.
3676 Only include semantic label members if using switch.
3677 (SWITCH,CASE,BREAK,DEFAULT,ENDSWITCH): Portable computed goto support.
3678 (CGEN_CPU): Delete members exec_state, halt_sigrc, halt_jmp_buf.
3679 (IADDR,CIA,SEM_ARG,EX_FN_NAME,SEM_FN_NAME,RECORD_IADDR,SEM_ARGBUF,
3680 SEM_NEXT_PC,SEM_BRANCH_VIA_{CACHE,ADDR},SEM_NEW_PC_ADDR): Moved here
3681 from cgen-types.h.
3682 (engine_{stop,run,resume,halt,signal}): Delete decls.
3683 * cgen-types.h (CGEN_{XCAT3,CAT3}): Delete.
3684 (argbuf,scache): Delete forward decls.
3685 (STATE): Delete decl.
3686 * cgen-utils.c: Don't include decode.h, mem-ops.h, sem-ops.h.
3687 Include cgen-mem.h, cgen-ops.h.
3688 (engine_halt,engine_signal): Delete.
3689 ({ex,exc,sem,semc}_illegal): Delete.
3690 (sim_disassemble_insn): Result of extract fn is in bits.
3691 * genmloop.sh: Rewrite.
3692
3693 * cgen-trace.c (trace_insn): Set printed_result_p=0 if not tracing
3694 line numbers.
3695
3696 * sim-base.h (sim_state_base): Delete member `model'.
3697 (sim_cpu_base): Add member `model'.
3698 * sim-model.h (IMP_PROPERTIES): New type.
3699 (MACH): New members imp_props, models.
3700 (models): Delete decl.
3701 * sim-model.c (set_model): Update.
3702 * sim-profile.c (profile_print_model): Update.
3703
3704 * sim-utils.c (sim_state_alloc): Delete setting of cpu backlink here.
3705
3706Fri Jan 16 12:33:09 1998 Nick Clifton <nickc@cygnus.com>
3707
3708 * cgen-trace.c (trace_insn): Call CGEN_INSN_MNEMONIC() rather than
3709 CGEN_INSN_SYNTAX().
3710
3711Mon Dec 15 23:17:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
3712
3713 * configure: Regenerated to track ../common/aclocal.m4 changes.
3714 * config.in: Ditto.
3715
3716Mon Dec 15 23:16:03 1997 Andrew Cagney <cagney@b1.cygnus.com>
3717
3718 * aclocal.m4 (AR): Check for sigaction.
3719
3720Thu Dec 4 09:21:05 1997 Doug Evans <devans@canuck.cygnus.com>
3721
3722 * Make-common.in (sim-core.o): Depend on $(sim_main_headers).
3723
3724 * sim-config.h (WITH_TREE_PROPERTIES): Define as 0.
3725 * sim-config.c (sim_config): Replace WITH_DEVICES with
3726 WITH_TREE_PROPERTIES.
3727
3728 * configure: Regenerated to track ../common/aclocal.m4 changes.
3729
3730Wed Dec 3 17:56:02 1997 Doug Evans <devans@canuck.cygnus.com>
3731
3732 * Make-common.in (SIM_ENVIRONMENT): New variable.
3733 (CONFIG_CFLAGS): Add it.
3734 * aclocal.m4 (SIM_AC_OPTION_ENVIRONMENT): Handle
3735 --enable-sim-environment option.
3736 * configure: Regenerated.
3737 * sim-config.h (environment support): Rewrite.
3738 * sim-config.c (current_environment): Define as enum, unconditionally.
3739 (current_alignment): Define unconditionally.
3740 (config_environment_to_a): Update.
3741 (config_alignment_to_a): Fix type of argument. Define unconditionally.
3742 (sim_config): Handle environment and alignment determination
3743 unconditionally. Delete sanity checks of current_environment,
3744 unnecessary.
3745 (print_sim_config): Update.
3746 * sim-options.c (STANDARD_OPTIONS enum): Add OPTION_ENVIRONMENT.
3747 (standard_options): Add --environment.
3748 (standard_option_handler): Likewise.
3749
3750Fri Nov 28 12:21:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
3751
3752 * sim-alu.h: Add notes on carry vs borrow for subtraction.
3753 (ALU{,8,16,32,64}ADD): Redefine ADD macro as add overflowing.
3754 (ALU{,8,16,32,64}ADDC): Define - add carrying.
3755 (ALU{,8,16,32,64}SUB): Redefine SUB macro as subtract overflowing.
3756 (ALU{,8,16,32,64}SUBB): Define - subtract borrowing.
3757 (ALU{,8,16,32,64}SUBC): Define - tract carrying.
3758 (ALU{,8,16,32,64}ADD_CA, ALU{,8,16,32,64}ADDC_C): Replace single
3759 argument ADD_CA macro with two argument ADDC_C - add carrying with
3760 carry in.
3761 (ALU{,8,16,32,64}SUB_CA, ALU{,8,16,32,64}SUBC_X): Replace single
3762 argument SUB_CA macro with two argument SUBC_X - subtract
3763 carrying, extended.
3764 (ALU{,8,16,32,64}SUBB_B): Define - subtract borrowing with
3765 borrow-in.
3766 (ALU{,8,16,32,64}NEGC, ALU{,8,16,32,64}NEGB): Define.
3767
3768Sun Nov 30 17:40:57 1997 Michael Meissner <meissner@cygnus.com>
3769
3770 * sim-io.c (sim_io_{syscalls,getstring}): Delete. No longer used.
3771 * sim-io.h (sim_io_syscalls): Delete.
3772
3773Fri Nov 28 20:10:09 1997 Michael Meissner <meissner@cygnus.com>
3774
3775 * syscall.c (cb_syscall): Add missing else, so write to stdout
3776 isn't doubled.
3777
3778 * sim-alu.h (ALU{,8,16,32,64}_SET_CARRY): Provide macros to import
3779 the carry bit from the CPU's psw.
3780
3781Fri Nov 28 11:15:05 1997 Doug Evans <devans@canuck.cygnus.com>
3782
3783 * gennltvals.sh: Redo syscall support.
3784 * nltvals.def: Regenerated.
3785
3786Wed Nov 26 16:49:38 1997 Michael Meissner <meissner@cygnus.com>
3787
3788 * syscall.c (cb_syscall): If writing to stdout or stderr, flush
3789 the stream immediately.
3790
3791Wed Nov 26 12:32:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
3792
3793 * sim-io.c (sim_io_getstring): Delete unused len2.
3794 (sim_io_syscalls): Ditto for sys_errno.
3795
3796Wed Nov 26 11:18:40 1997 Doug Evans <devans@canuck.cygnus.com>
3797
3798 * syscall.c (cb_syscall): Test CB_SYSCALL struct magic number.
3799
3800 * Make-common.in (run.o): Depend on remote-sim.h.
3801 (nrun.o,sim-hload.o,sim-hrw.o): Likewise.
3802 (sim-io.o,sim-reason.o,sim-resume.o): Likewise.
3803
3804Tue Nov 25 20:12:46 1997 Michael Meissner <meissner@cygnus.com>
3805
3806 * sim-io.c (sim_io_syscalls): Disable lseek.
3807
3808Tue Nov 25 00:12:38 1997 Doug Evans <devans@seba.cygnus.com>
3809
3810 * gennltvals.sh: Generate syscall values for d30v.
3811
3812 * gennltvals.sh: Use libgloss/syscall.h for sparc.
3813 * nltvals.def: Regenerate.
3814
3815 * callback.c (os_stat): Make 3rd arg a host struct stat ptr.
3816 (os_fstat): Likewise. Validate fd argument.
3817 (cb_host_to_target_stat): Delete big_p arg. If HS arg is NULL,
3818 just compute target stat struct length.
3819 * syscall.c: #include "libiberty.h", <sys/types.h>, <sys/stat.h>.
3820 (ENOSYS,ENAMETOOLONG): Provide definitions if missing.
3821 (get_string): Return host errno values so they can be properly
3822 translated later.
3823 (cb_syscall): Likewise.
3824 (cb_syscall, cases open,unlink): Use get_path instead of get_string.
3825 (cb_syscall, case read): Use read_stdin for file descriptor 0.
3826 (cb_syscall, case write): Use write_stderr for file descriptor 2.
3827 (cb_syscall): Add cases for lseek, unlink, stat, fstat, time.
3828 (get_path): New function.
3829
3830Mon Nov 24 18:56:07 1997 Michael Meissner <meissner@cygnus.com>
3831
3832 * sim-io.c (sim_io_syscalls): New function to provide system call
3833 emulation. Provide exit, open, close, read, write, lseek, and
3834 unlink.
3835 (sim_io_getstring): New function to return a string from a
3836 simulated memory location.
3837
3838 * sim-io.h (sim_io_syscalls): Add declaration.
3839
3840Mon Nov 24 12:09:59 1997 Doug Evans <devans@seba.cygnus.com>
3841
3842 * sim-core.c (sim_core_signal): Fix spelling error in message.
3843
3844 * sim-hrw.c (sim_read): Use read map, not write map.
3845
3846 * Make-common.in (all): Add .gdbinit.
3847 * gdbinit.in: Add dump command.
3848
3849 * sim-model.c (model_options): Use '\0' for `shortopt'.
3850
3851 * sim-trace.c (trace_option_handler): Set state trace file
3852 for --trace-file in addition to cpu's values.
3853 (trace_vprintf): If cpu == NULL, try state's trace file.
3854 (trace_options): Reorganize table, reword some descriptions.
3855
3856Sun Nov 23 10:57:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
3857
3858 * sim-fpu.c (sim_fpu_abs, sim_fpu_neg, sim_fpu_inv), sim-fpu.h:
3859 New functions.
3860
3861Sat Nov 22 19:16:54 1997 Andrew Cagney <cagney@b1.cygnus.com>
3862
3863 * sim-reason.c (sim_stop_reason): For sim_signalled, return the
3864 signal untranslated, document problem with this.
3865
3866 * nrun.c (main): Check for a prog name of `*step'. If present,
3867 step the simulator instead of allowing it to run free.
3868
3869 * sim-signal.c (SIGQUIT): Define on _MSC_VER hosts.
3870
3871 * Make-common.in (sim_main_headers): Add sim-signal.h.
3872
3873Fri Nov 21 09:32:32 1997 Andrew Cagney <cagney@b1.cygnus.com>
3874
3875 * sim-signal.c (sim_signal_to_host): Return 0 for SIM_SIGNONE.
3876
3877Thu Nov 20 20:35:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
3878
3879 * sim-signal.h: Start simulator signals at 64 so that host signal
3880 numbers can be detected and reported.
3881
3882 * sim-signal.h (SIM_SIGFPE), sim-signal.h: Add signal.
3883
3884Wed Nov 19 12:02:41 1997 Doug Evans <devans@seba.cygnus.com>
3885
3886 * callback.c (cb_host_to_target_stat): Fix return values.
3887
3888 * cgen-sim.h (enum_signal_type): Delete.
3889 (engine_signal): Update prototype.
3890 * cgen-utils.c: Don't include <signal.h>.
3891 (sim_signal_to_host): Delete, lives in sim-signal.c now.
3892 (engine_signal): Update.
3893
3894 * sim-utils.c (sim_state_alloc): Call SIM_STATE_ALLOC if defined.
3895 (sim_state_free): Call SIM_STATE_FREE if defined.
3896
3897 * sim-module.c (sim_module_install): Don't leave any modules
3898 installed if one fails to install.
3899
3900Wed Nov 19 13:25:48 1997 Michael Meissner <meissner@cygnus.com>
3901
3902 * sim-options.c: Don't include ../libiberty/alloca-conf.h any
3903 more, since alloca is not used in this file.
3904
3905 * sim-alu.h (ALU{32,64}_*): Rewrite 32 and 64 bit ALU support to
3906 correctly set the carry and overflow bits for those types.
3907 (ALU{8,16,32,64}_{ADD,SUB}_CA): Take VAL argument to add along
3908 with carry, so carry is correct after doing both adds.
3909 (ALU*): Space out '\' to make it easier to read.
3910
3911Tue Nov 18 15:53:45 1997 Doug Evans <devans@canuck.cygnus.com>
3912
3913 * sim-core.c (sim_core_signal): Use sim_stopped instead of
3914 sim_signalled.
3915
3916 * sim-signal.c, sim-signal.h: New files.
3917 * Make-common.in (sim-signal.o): Add rule for.
3918 (SIM_NEW_COMMON_OBJS): Add sim-signal.o.
3919 * sim-abort.c: Don't include <signal.h>.
3920 * sim-basics.h: #include "sim-signal.h".
3921 * sim-break.c: Don't include <signal.h>.
3922 (sim_handle_breakpoint): Replace SIGTRAP with SIM_SIGTRAP.
3923 * sim-core.c: Don't include <signal.h>.
3924 (SIGBUS): Delete definition.
3925 (sim_core_signal): Replace SIGSEGV,SIGBUS with SIM_SIGSEGV,SIM_SIGBUS.
3926 * sim-engine.c: Don't include <signal.h>.
3927 (sim_engine_abort): Replace SIGABRT with SIM_SIGABRT.
3928 * sim-reason.c (sim_stop_reason): Call sim_signal_to_host.
3929 * sim-resume.c: Don't include <signal.h>.
3930 (SIGTRAP): Delete definition.
3931 (has_stepped): Replace SIGTRAP with SIM_SIGTRAP.
3932 * sim-stop.c: Don't include <signal.h>.
3933 (control_c_simulation): Replace SIGINT with SIM_SIGINT.
3934 * sim-watch.c: Don't include <signal.h>.
3935 (handle_watchpoint): Replace SIGINT with SIM_SIGINT.
3936
3937 * Make-common.in (SIM_NEW_COMMON_OBJS): New variable.
3938
3939 * sim-base.h (CIA_ADDR): Provide default definition.
3940 * sim-core.c (sim_core_signal): Use CIA_ADDR to fetch value.
3941 * sim-break.c (sim_handle_breakpoint): Likewise.
3942
3943Mon Nov 17 14:15:31 1997 Doug Evans <devans@seba.cygnus.com>
3944
3945 * Make-common.in (srccom): New variable.
3946
3947 * Make-common.in (DEP, COMMON_DEP_CFLAGS): Define.
3948 (LIB_OBJS): Add syscall.o.
3949 (gentmap): Pass $(NL_TARGET) to $(CC).
3950 (syscall.o): Add rule for.
3951 (sim_main_headers): Add $(SIM_EXTRA_DEPS).
3952 (sim-bits.o): Depend on $(sim-n-bits_h).
3953 (sim-load.o): Depend on callback.h.
3954
3955 * Make-common.in (cgen-*.o): Update dependencies, mem-ops.h renamed to
3956 cgen-mem.h, sem-ops.h renamed to cgen-ops.h.
3957 * cgen-mem.h, cgen-ops.h: New files.
3958
3959 * aclocal.m4 (--enable-sim-scache): Pass -DWITH_SCACHE=0 for "=no".
3960
3961 * Makefile.in (nltvals.def): Depend on gennltvals.sh.
3962 Rewrite build rule.
3963 * callback.c: #include string.h or strings.h.
3964 #include sys/types.h and sys/stat.h.
3965 (cb_init_syscall_map,cb_init_errno_map,cb_init_open_map): Declare.
3966 (os_get_errno,os_open): Update.
3967 (os_stat,os_fstat): New functions.
3968 (os_init): Initialize syscall_map, errno_map, open_map.
3969 (default_callback): Add entries for os_stat, os_fstat, syscall_map,
3970 errno_map, open_map, signal_map, stat_map.
3971 (cb_read_target_syscall_maps): New function.
3972 (cb_target_to_host_syscall): New function.
3973 (cb_host_to_target_errno): Renamed from host_to_target_errno.
3974 (cb_target_to_host_open): Renamed from target_to_host_open.
3975 (store): New function.
3976 (cb_host_to_target_stat): New function.
3977 * syscall.c: New file.
3978 * gentmap.c (sys_tdefs): New global.
3979 (gen_targ_vals_h): Output target syscall numbers.
3980 (gen_targ_map_c): Update. Output target syscall translation map.
3981 * gentvals.sh: New first argument `target'. Preface table with
3982 #ifdef NL_TARGET_$target if non-null target passed.
3983 * gennltvals.sh: New file.
3984 * nltvals.def: Regenerated.
3985
3986Fri Nov 14 11:33:34 1997 Andrew Cagney <cagney@b1.cygnus.com>
3987
3988 * sim-n-core.h (sim_core_read_unaligned_N): Return static
3989 sim_core_dummy_M.
3990 (sim_core_dummy_M): Declare.
3991
3992Wed Nov 12 18:16:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
3993
3994 * sim-core.c (sim_core_signal): Print the address of the
3995 instruction.
3996
3997Thu Nov 13 11:49:41 1997 Doug Evans <devans@seba.cygnus.com>
3998
3999 * sim-base.h (sim_state_base): Move `magic' to end of struct.
4000
4001 * sim-base.h (sim_state_base): Add member trace_data.
4002 (STATE_TRACE_DATA): New macro.
4003 * sim-trace.h (TRACE_DEBUG_IDX,TRACE_debug): New macros.
4004 ({WITH_,}TRACE_DEBUG_P): New macros.
4005 (STATE_TRACE_FLAGS,STRACE_P,STRACE_DEBUG_P): New macros.
4006 (_sim_cpu): Delete forward reference.
4007 (debug_printf): Update.
4008 * sim-trace.c (OPTION_TRACE_DEBUG): Define.
4009 (trace_options): Add --trace-debug.
4010 (set_trace_options): Handle it.
4011 (trace_option_handler): Likewise.
4012 (trace_install): Init state trace_data struct.
4013 (trace_uninstall): Close state trace file.
4014 * sim-events.c (ETRACE): Only print source file and line number if
4015 --trace-debug.
4016 * sim-n-core.h (sim_core_trace_M): Likewise.
4017
4018 * sim-core.c (sim_core_signal): Add missing "\n" in message.
4019
40201997-11-13 Felix Lee <flee@cygnus.com>
4021
4022 * sim-n-core.h (sim_core_read_unaligned_N): illegal empty
4023 initializer.
4024 * sim-types.h (unsigned128,signed128): fix typo for MSVC.
4025
4026Wed Nov 12 12:18:08 1997 Doug Evans <devans@canuck.cygnus.com>
4027
4028 * aclocal.m4 (SIM_AC_OPTION_SCACHE): Fix typo.
4029
4030 * Make-common.in (BUILT_SRC_FROM_COMMON): Remove files no longer
4031 built this way.
4032 (sim-config.o): Remove non-existent $(sim-nconfig_h) dependency.
4033 (clean): Don't delete $(BUILT_SRC_FROM_COMMON) if building in
4034 source tree.
4035
4036Tue Nov 11 13:28:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
4037
4038 * sim-events.c (sim_events_process): Re-compute the time -
4039 update_time_from_event - as each event is processed. Reverses
4040 previous change.
4041
4042Fri Nov 7 00:37:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
4043
4044 * callback.c (os_poll_quit): Replace _WIN32 with _MSC_VER.
4045
4046Fri Nov 7 00:37:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
4047
4048 * sim-events.c (sim_events_process): Delete redundant call to
4049 update_time_from_event.
4050 (sim_events_slip): Always decrement time_from_event.
4051 (sim_events_tick, sim_events_deschedule, update_time_from_event):
4052 Delete assertion that time_from_event >=0 when work in queue, no
4053 longer applicable.
4054
4055Thu Nov 6 12:06:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
4056
4057 * sim-options.c (STANDARD_OPTIONS): Change OPTION_* to an enum.
4058 (standard_option_handler): Update.
4059
4060 * sim-options.h: Clarify documentation.
4061 (OPTION_LONG_ONLY_P): Delete definition.
4062 (OPTION_VALID_P): Define.
4063
4064 * sim-options.c (sim_print_help): Allow short only options.
4065 (sim_parse_args): Ditto.
4066 (sim_args_command): Skip short only options.
4067 (sim_parse_args): Allocate space for NUM_OPTS not just 256. Make
4068 separate entries for short and long options in the HANDLERS and
4069 ORIG_VAL tables.
4070 (sim_parse_args): Disable argument permutation.
4071
4072Wed Nov 5 13:40:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
4073
4074 * sim-core.h (DECLARE_SIM_CORE_WRITE_N. DECLARE_SIM_CORE_READ_N):
4075 Add argument M, size of data type.
4076 (sim_core_read_misaligned_3, sim_core_write_misaligned_3):
4077 Declare, ditto for 5, 6 & 7 byte transfers.
4078 (sim_core_write_unaligned_1, sim_core_write_unaligned_1): Define
4079 as aligned variant.
4080
4081 * sim-n-core.h (sim_core_trace_M): Rename from
4082 sim_core_trace_N. Add nr_bytes argument. Replace transfer argument
4083 with transfer type. Print transfer direction. Handle 1 and 2 byte
4084 transfers.
4085 (sim_core_read_unaligned_N, sim_core_write_unaligned_N): Trace
4086 unaligned accesses.
4087 (unsigned_M, T2H_M, H2T_M): Rename from unsigned_N, T2H_N, H2T_N.
4088 Update all functions.
4089
4090 * sim-core.c: Generate functions starting with 16 not 1.
4091 (sim_core_read_unaligned_3): Generate. Ditto for 3 byte write and
4092 all 5, 6 & 7 byte transfers.
4093
4094 * sim-n-core.h (sim_core_read_misaligned_N,
4095 sim_core_write_misaligned_N): Implement.
4096
4097Mon Nov 3 15:03:04 1997 Andrew Cagney <cagney@b1.cygnus.com>
4098
4099 * sim-endian.h (U16_8): Implement
4100
4101 * sim-endian.c (sim_endian_split_16, sim_endian_join_16): New functions
4102
4103 * sim-endian.h (VL8_16, VH8_16): Implement.
4104
4105 * sim-memopt.c (memory_option_handler): Typecast 64bit value to
4106 long in printf.
4107 (memory_option_handler): Only zalloc modulo bytes when non-zero.
4108 (memory_option_handler): Skip comma in alias address list
4109
4110Fri Oct 31 13:03:33 1997 Andrew Cagney <cagney@b1.cygnus.com>
4111
4112 * sim-memopt.c (do_memopt_add, do_memopt_delete): Add level and
4113 space params.
4114 (parse_size, parse_addr): New functions
4115 (memory_option_handler, memory_options): Parse address & size
4116 using new functions. Pass level, space, modulo to do_memopt_add &
4117 do_memopt_del.
4118
4119 * sim-memopt.h (struct _sim_memopt): Add level & space fields.
4120
4121 * sim-core.h (sim_core_arrach, sim_core_detach): Replace
4122 `attach_type attach' argument with `unsigned level' argument.
4123 Document.
4124
4125 * sim-core.c (new_sim_core_mapping, sim_core_map_attach,
4126 sim_core_attach): Replace argument attach with level. Update
4127 verification of arguments.
4128 (sim_core_map_detach, sim_core_detach): Replace argument attach
4129 with level.
4130
4131 * sim-basics.h (enum _attach_type): Delete.
4132
4133Thu Oct 30 13:45:00 1997 Doug Evans <devans@seba.cygnus.com>
4134
4135 * sim-core.h (sim_core_write_8): Define.
4136
4137Tue Oct 28 12:29:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
4138
4139 * sim-bits.h: Document ROTn macro.
4140
4141 * sim-endian.h (H2T): Handle 16 byte variables.
4142
4143 * sim-n-core.h (sim_core_read_unaligned_N): Return a dummy when an
4144 error.
4145
4146 * sim-core.c: Do not generate sim_core_*_word.
4147
4148 * sim-n-core.h (sim_core_trace_N): Add line_nr argument.
4149 (sim_core_write_aligned_N, sim_core_read_aligned_N): Update.
4150
4151 * sim-core.h (sim_core_read_unaligned_word,
4152 sim_core_read_aligned_word, sim_core_read_word,
4153 sim_core_write_unaligned_word, sim_core_write_aligned_word,
4154 sim_core_write_word): Change to macros that map onto sim_core_*_N.
4155
4156Mon Oct 27 11:25:10 1997 Doug Evans <devans@canuck.cygnus.com>
4157
4158 * sim-n-endian.h: Add TAGS entrys for 16 byte versions.
4159
4160 * sim-endian.h: Disable 16 byte support.
4161
4162Mon Oct 27 12:00:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
4163
4164 * sim-endian.c (_SWAP_16): Define. Generate 126 bit swap code.
4165
4166 * sim-n-core.h (sim_core_trace_N): New function.
4167 (sim_core_read_aligned_N, sim_core_write_aligned_N): Use,
4168 (sim_core_read_unaligned_N): Do not retyrn bogus value wden error.
4169
4170 * sim-endian.h: Add 128 bit variant.
4171
4172 * sim-core.h, sim-core.c: Add 128 bit variant.
4173
4174 * sim-types.h: Add signed128 and unsigned128 types using a struct.
4175
4176Fri Oct 24 11:33:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
4177
4178 * sim-events.c (sim_events_process): Clear events->work_pending.
4179 (sim_events_tickn, sim_events_tick): Accumulate, instead of
4180 setting, nr_ticks_to_process.
4181 (sim_events_preprocess): Allow nr_ticks_to_process to be non-zero
4182 when the event queue isn't next.
4183
4184 * sim-events.h, sim-events.c (sim_events_slip): New function.
4185
4186Wed Oct 22 14:18:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
4187
4188 * sim-hload.c (sim_load): Pass lma_p==0 and do_load=sim_load.
4189
4190 * sim-utils.h, sim-load.c (sim_load_file): Add lma_p and do_load
4191 arguments.
4192
4193Tue Oct 21 18:37:57 1997 Doug Evans <devans@canuck.cygnus.com>
4194
4195 * nrun.c (main): Remove useless test of name != NULL.
4196 Exit if bfd_openr fails. Call bfd_check_format after bfd_openr.
4197
4198Tue Oct 21 10:42:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
4199
4200 * sim-fpu.c (EXPMAX): Type is unsigned.
4201 (MIN_INT, MAX_INT): Type is signed64.
4202 (i2fpu): Type of val is signed64.
4203
4204Tue Oct 21 10:42:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
4205
4206 * sim-profile.h (PROFILE_PC_BUCKET_SIZE): Treat a shift of zero as
4207 a bucket size of zero.
4208
4209 * sim-profile.c (OPTION_PROFILE_PC_GRANULARITY,
4210 OPTION_PROFILE_PC): Define.
4211 (profile_option_handler): Add support for --profile-pc and
4212 --profile-pc-granularity options.
4213 (profile_pc_init): When possible, compute nr buckets from bucket
4214 size.
4215
4216 * sim-profile.c (profile_pc_init): Align the profile-pc end
4217 address with the profile-pc bucket size.
4218
4219 * sim-profile.h (PROFILE_PC_NR_BUCKETS): Rename PROFILE_PC_SIZE to
4220 something less ambiguous.
4221 (PROFILE_PC_BUCKET_SIZE): Ditto for PROFILE_PC_SAMPLE_SIZE.
4222
4223 * sim-profile.c (profile_pc_cleanup): New function. Move
4224 profile_pc_uninstall code to here.
4225 (profile_pc_uninstall): Call.
4226 (profile_pc_init): Call.
4227
4228Mon Oct 20 17:23:58 1997 Andrew Cagney <cagney@b1.cygnus.com>
4229
4230 * sim-profile.c (profile_print_pc): Dump pc profile to dmon.out
4231 file using BSD gprof format.
4232
4233 * sim-bits.h (LSBIT, MSBIT, BIT): Force result to type
4234 unsigned_word.
4235 (LSBIT8, LSBIT16, LSBIT32, LSBIT64, MSBIT8, MSBIT16, MSBIT32,
4236 MSBIT64): Force result to unsignedN.
4237
4238Thu Oct 16 11:38:56 1997 Andrew Cagney <cagney@b1.cygnus.com>
4239
4240 * sim-alu.h (ALU16_BEGIN, ALU32_BEGIN, ALU64_BEGIN): Drop opening
4241 brace from macro.
4242 (ALU8_BEGIN, ALU8_SET, ALU8_ADD, ALU8_SUB, ALU8_NEGATE): Define.
4243 (ALU16_ADD, ALU16_SUB, ALU16_NEGATE): Simplify arrithmetic.
4244 (ALU32_ADD, ALU32_SUB, ALU32_NEGATE): Simplify arrithmetic.
4245 (ALU64_ADD, ALU64_SUB, ALU64_NEGATE): Simplify arrithmetic.
4246
4247Wed Oct 15 09:24:19 1997 Andrew Cagney <cagney@b1.cygnus.com>
4248
4249 * sim-core.h (struct _sim_core_mapping): Change free_buffer to
4250 type void*.
4251
4252 * sim-core.c (sim_core_uninstall, new_sim_core_mapping,
4253 sim_core_map_attach, sim_core_map_detach): Change free_buffer to
4254 type void*.
4255 (sim_core_attach): Rename buffer_freed to free_buffer, type
4256 void*. Ensure that allocated buffer is alligned according to
4257 region's address.
4258
4259Mon Oct 13 11:34:50 1997 Andrew Cagney <cagney@b1.cygnus.com>
4260
4261 * sim-alu.h (ALU64_HAD_OVERFLOW): Define.
4262 (ALU64_SUB): Define.
4263
4264 * Make-common.in (all): Build SIM_EXTRA_ALL first.
4265 (.gdbinit): Remove dependencies, generate once per build.
4266
4267Tue Oct 14 19:20:09 1997 Andrew Cagney <cagney@b1.cygnus.com>
4268
4269 * sim-n-core.h (sim_core_read_aligned_N,
4270 sim_core_write_aligned_N): Make xaddr param type address_word not
4271 unsigned_word.
4272
4273Fri Oct 3 09:49:18 1997 Andrew Cagney <cagney@b1.cygnus.com>
4274
4275 * sim-fpu.h, sim-fpu.c: Rewrite. Change sim_fpu object to an
4276 unpacked floating point struct. Pass sim_fpu object by reference.
4277 Add preliminary support for rounding modes.
4278
4279Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
4280
4281 * configure: Regenerated to track ../common/aclocal.m4 changes.
4282
4283Thu Oct 2 19:43:52 1997 Andrew Cagney <cagney@b1.cygnus.com>
4284
4285 * aclocal.m4 (sim-bitsize): Fix typo, WITH_TARGET_WORD_BITSIZE not
4286 WITH_TARGET_BITSIZE.
4287
4288Thu Sep 25 23:20:20 1997 Felix Lee <flee@yin.cygnus.com>
4289
4290 * sim-profile.c (profile_print_core): label needs empty statement.
4291
4292Thu Sep 25 11:20:47 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
4293
4294 * sim-break.c (sim_set_breakpoint sim_clear_breakpoint): Use ZALLOC
4295 and zfree instead of xmalloc and free. Prevents warnings.
4296
4297Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
4298
4299 * configure: Regenerated to track ../common/aclocal.m4 changes.
4300
4301Wed Sep 24 17:23:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
4302
4303 * Make-common.in (SIM_BITSIZE): Assign from configured value.
4304 (CONFIG_CFLAGS): Add SIM_BITSIZE.
4305
4306 * aclocal.m4 (--enable-sim-bitsize): Developer option for
4307 controling the bitsize/msb of the target.
4308
4309Wed Sep 24 17:41:40 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
4310
4311 * Make-common.in: New files sim-break.c, sim-break.h.
4312 * sim-base.h: Add point to breakpoint list to sim_state_base.
4313 * sim-break.c sim-break.h: New modules that implement intrinsic
4314 breakpoint support.
4315 * sim-module.c: Add breakpoint module.
4316
4317Tue Sep 23 00:26:39 1997 Felix Lee <flee@yin.cygnus.com>
4318
4319 * sim-events.c (SIM_EVENTS_POLL_RATE): poll more often than once
4320 an hour.
4321 * sim-n-core.h (WITH_XOR_ENDIAN): MSVC barfs on
4322 if (0) { 1 % 0; }
4323 * sim-core.c (sim_core_xor_write_buffer): WITH_XOR_ENDIAN + 1.
4324 (SIGBUS) define for Windows.
4325 * sim-trace.c (trace_printf,debug_printf): added ALMOST_STDC.
4326 * sim-resume.c: define SIGTRAP for windows.
4327 * sim-xcat.h: use token pasting if ALMOST_STDC.
4328
4329Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
4330
4331 * Make-common.in (SIM_SCACHE, SIM_DEFAULT_MODEL): Assign
4332 configured values.
4333 (CONFIG_CFLAGS): Add same.
4334
4335Mon Sep 22 17:20:27 1997 Felix Lee <flee@cygnus.com>
4336
4337 * sim-types.h (SIGNED64): ##i64 when _MSC_VER, not _WIN32.
4338 (SIGNED32): use ##i32.
4339
4340Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
4341
4342 * configure: Regenerated to track ../common/aclocal.m4 changes.
4343
4344Tue Sep 23 10:07:47 1997 Andrew Cagney <cagney@b1.cygnus.com>
4345
4346 * aclocal.m4 (sim-endian): Simplify logic determining [default]
4347 endian of target.
4348
4349 * Make-common.in (SIM_WARNINGS, SIM_ALIGNMENT, SIM_ENDIAN,
4350 SIM_HOSTENDIAN, SIM_RESERVED_BITS, SIM_ASSERT, SIM_FLOAT,
4351 SIM_HARDWARE, SIM_INLINE, SIM_PACKAGES, SIM_REGPARM, SIM_SMP,
4352 SIM_STDCALL, SIM_XOR_ENDIAN): Assign configured values.
4353 (CONFIG_CFLAGS): Add same.
4354
4355 * aclocal.m4: Perform AC_SUBST on optional options.
4356
4357Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
4358
4359 * sim-config.h (WITH_DEFAULT_ALIGNMENT): Don't hardwire any alignment.
4360
4361 * sim-options.c (standard_option_handler): Typo in warning message.
4362
4363 * sim-base.h (STATE_MODEL): Make conditional on SIM_HAVE_MODEL.
4364
4365 * sim-profile.c (profile_print_insn): Check 0 .. MAX_INSN for any
4366 insn count. Make count conditional on there being a valid
4367 INSN_NAME.
4368 (profile_pc_init): Make default PC profile frequency an arbitrary
4369 256.
4370
4371 * sim-base.h: Ditto.
4372
4373 * sim-profile.h (WITH_PROFILE_MODEL_P): Only enable modeling when
4374 SIM_HAVE_MODEL.
4375
4376 * sim-model.h (struct MACH): Depreciate, to be replaced by bfd
4377 archure struct.
4378
4379Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
4380
4381 * configure: Regenerated to track ../common/aclocal.m4 changes.
4382
4383Mon Sep 22 11:45:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
4384
4385 * aclocal.m4 (sim_alignment): Simplify logic for selecting the
4386 configured alignment.
4387
4388Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
4389
4390 * configure: Regenerated to track ../common/aclocal.m4 changes.
4391
4392Fri Sep 19 17:26:14 1997 Andrew Cagney <cagney@b1.cygnus.com>
4393
4394 * sim-config.c (sim_config): Check for default alignment.
4395
4396 * sim-options.c (standard_option_handler): Add alignment option.
4397
4398 * aclocal.m4 (sim_alignment): Allow configuration of hardwired and
4399 default alignment requirements on memory accesses.
4400
4401Fri Sep 19 11:51:35 1997 Jeffrey A Law (law@cygnus.com)
4402
4403 * sim-load.c (sim_load_file): Return failure if the executable
4404 had no loadable sections.
4405
4406Wed Sep 17 13:33:28 1997 Andrew Cagney <cagney@b1.cygnus.com>
4407
4408 * sim-events.c (ETRACE): Use trace_printf not sim_io_printf for
4409 trace output.
4410
4411 * sim-core.c (sim_core_signal): When bad access halt simulator
4412 SIGSEGV / SIGBUS instead of aborting.
4413 (signal.h): Include.
4414
4415 * sim-watch.c (sim_watchpoint_install): Handler for watchpoint
4416 options was missing.
4417
4418 * sim-bits.h (MOVED): Define
4419
4420Wed Sep 17 10:33:28 1997 Andrew Cagney <cagney@b1.cygnus.com>
4421
4422 * sim-alu.h (ALU32_HAD_OVERFLOW): Pacify GCC, Use MSBIT instead of
4423 BIT.
4424
4425 * sim-bits.h (LSBIT, MSBIT): Check for overflow of shift value.
4426
4427 * sim-bits.c: Add 8 bit versions of bit macros.
4428
4429 * sim-bits.h: Ditto.
4430
4431Tue Sep 16 16:15:16 1997 Andrew Cagney <cagney@b1.cygnus.com>
4432
4433 * sim-bits.c (LSSEXT, MSSEXT): Replace SEXT.
4434 (LSINSERTED, MSINSERTED): Ditto for INSERTED.
4435
4436 * sim-n-bits.h (MSSEXTn, LSSEXTn): Replace SEXTn.
4437 (LSINSERTDn, MSINSERTEDN): Ditto for INSERTEDn.
4438
4439 * sim-bits.h (SEXT*): Define as MSEXT/LSEXT.
4440 (INSERTED*): Ditto for LSINSERTED/MSINSERTED.
4441
4442Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
4443
4444 * aclocal.m4 (SIM_AC_COMMON): Add optional config.h file argument.
4445 configure.in: Output to cconfig.h instead of config.h.
4446
4447 * configure: Regenerated to track ../common/aclocal.m4 changes.
4448
4449Mon Sep 15 15:39:28 1997 Andrew Cagney <cagney@b1.cygnus.com>
4450
4451 * sim-utils.c (sim_analyze_program): Set STATE_ARCHITECTURE from
4452 BFD if known.
4453
4454Tue Sep 9 21:46:46 1997 Felix Lee <flee@cygnus.com>
4455
4456 * callback.c (os_write): divert stdout and stderr to their
4457 respective hooks.
4458
4459Thu Sep 11 10:08:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
4460
4461 * sim-profile.c (profile_print_speed): Call
4462 sim_events_elapsed_time instead of PROFILE_EXEC_TIME for moment.
4463
4464 * sim-events.c (sim_events_elapsed_time): New function return nr
4465 host MS consumed by the simulator.
4466 (sim_watch_valid): Use.
4467
4468 * sim-module.c (modules): Install sim_events very very early.
4469
4470 * sim-profile.c (profile_print): Call profile_print_pc.
4471 (print_bar):
4472 (profile_pc_init): New function, set up processor for PC
4473 profiling.
4474 (profile_print_pc): New function, print a PC profile.
4475 (profile_pc_event): New function, sample PC.
4476
4477 * sim-profile.h (PROFILE_PC_COUNT, PROFILE_PC_START,
4478 PROFILE_PC_END, PROFILE_PC_SHIFT, PROFILE_PC_SAMPLE_SIZE): Add to
4479 profile struct.
4480
4481 * sim-options.c (sim_print_help): Pacify GCC.
4482
4483 * sim-n-core.h (sim_core_read_aligned_N,
4484 sim_core_write_aligned_N): Add un-conditional profile call.
4485 (sim_core_read_unaligned_N, sim_core_write_unaligned_N): Add
4486 profile call when aligned read/write isn't used.
4487
4488 * sim-base.h: Include sim-profile, sim-model after sim-core &
4489 sim-events allow sim-core to define useful values.
4490
4491 * sim-profile.c (OPTION_PROFILE_CORE): Define.
4492 (profile_option_handler, profile_options): Add support for
4493 --profile-core option.
4494 (print_bar): Include when core profiling.
4495 (profile_print_core): New function, print core profile.
4496
4497 * sim-config.c (print_sim_config): Print profile status.
4498
4499 * sim-profile.h (PROFILE_NEXT_IDX, PROFILE_core,
4500 WITH_PROFILE_PC_P): Define.
4501 (PROFILE_CORE_COUNT): Count each core-map/size separatly.
4502 (PROFILE_COUNT_CORE): Define.
4503
4504Thu Sep 11 08:44:52 1997 Andrew Cagney <cagney@b1.cygnus.com>
4505
4506 * sim-watch.c (handle_watchpoint): Pass a char** index into the
4507 interrupt_names array as the data.
4508 (sim-watch.h): Document.
4509
4510Wed Sep 10 16:15:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
4511
4512 * sim-options.c (sim_print_help): When the doc string is to long
4513 word wrap it.
4514
4515 * sim-watch.c (sim_watchpoint_install): Use option.doc_name so
4516 that only the first few the watch options are listed. Generate
4517 meanginful usage messages.
4518
4519 * sim-options.h (struct OPTION): Clarify use of doc_name field
4520
4521Wed Sep 10 13:23:24 1997 Andrew Cagney <cagney@b1.cygnus.com>
4522
4523 * sim-options.c (OPTION_ARCHITECTURE_INFO): New option.
4524 (standard_option_handler): Handle --architecture-info.
4525
4526Tue Sep 9 21:46:46 1997 Felix Lee <flee@cygnus.com>
4527
4528 * sim-core.h (sim_cpu_core): [WITH_XOR_ENDIAN + 1], to avoid
4529 illegal zero-sized array.
4530 * sim-core.c (sim_core_xor_read_buffer): same.
4531
4532Tue Sep 9 11:20:35 1997 Doug Evans <dje@canuck.cygnus.com>
4533
4534 * nltvals.def: Regenerate.
4535
4536Tue Sep 9 02:10:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
4537
4538 * sim-fpu.c (DP_FRACHIGH2): Define LL using SIGNED64.
4539
4540Mon Sep 8 12:22:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
4541
4542 * sim-bits.c (MASKED): Delete.
4543 (EXTRACTED): Delete.
4544 (LSEXTRACTED, MSEXTRACTED): New functions.
4545
4546 * sim-n-bits.h (MASKEDn): Delete, define as MSMASKED or LSMASKED.
4547 (MSMASKEDn, LSMASKEDn): Add last argument.
4548 (MSMASK*): Ditto.
4549
4550 * sim-bits.h (EXTEND8, EXTEND16): Define.
4551 (EXTRACTED64): Define as 64 bit extract, not 32 bit.
4552
4553 * sim-run.c (sim_engine_run): Use CPU_CIA macro.
4554
4555 * sim-engine.h (SIM_ENGINE_HALT_HOOK): Use CPU_CIA to get at
4556 current instruction address.
4557
4558 * sim-inline.h (*_ENGINE): Define.
4559
4560Fri Sep 5 08:39:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
4561
4562 * sim-core.c (sim_core_attach): Fix checks of modulo/mask.
4563
4564 * sim-watch.c (delete_watchpoint): Delete by ident and type.
4565 (watch_option_handler): Call delete_watchpoint with ident or type.
4566 (sim_watchpoint_install): Create interrupt specific watchpoint
4567 commands on the fly.
4568 (do_watchpoint_create): New function, create a watch point using
4569 type/int-nr info encoded in the option nr.
4570 (do_watchpoint_info): New function. List active watchpoints.
4571
4572 * sim-watch.h: Change data structure to a list.
4573
4574 * sim-memopt.c (memory_option_handler): Require explicit "all"
4575 before deleting all memory regions.
4576
4577 * sim-utils.c (sim_do_commandf): New function, printf version of
4578 sim_do_command.
4579
4580 * sim-basics.h (asprintf, vasprintf): Hack, define for CYGWIN32.
4581
4582 * sim-alu.h (ALU64_ADD): Use explicit MSEXTRACTED64, do not assume
4583 bit endianness.
4584 (SIGNED64, UNSIGNED64): Delete.
4585 (ALU64_ADD): Don't rely on bit endianness.
4586 (ALU64_BEGIN): Define.
4587
4588 * sim-n-bits.h (MSEXTRACTEDn, LSEXTRACTED): New functions.
4589 (EXTRACTEDn): Delete, define as either LSEXTRACTED or MSEXTRACTED.
4590
4591 * sim-types.h (SIGNED64, UNSIGNED64): New macros, attach relevant
4592 suffix - u64, LL - to 64 bit constants.
4593
4594Thu Sep 4 09:27:54 1997 Andrew Cagney <cagney@b1.cygnus.com>
4595
4596 * sim-config.c (sim_config): Add assert for SIM_MAGIC_NUMBER.
4597
4598 * sim-utils.h (NZALLOC): Define - zalloc * N.
4599
4600 * sim-hrw.c (sim_read, sim_write): New file. Provide generic
4601 implementation of read/write functions.
4602
4603 * Make-common.in (sim-hrw.o): New target.
4604
4605 * sim-base.h (STATE_MEMOPT_P): Delete, simulators _always_ add
4606 memory.
4607
4608 * sim-memopt.c (memory_option_handler): Implement memory-size
4609 command. Implement memory-alias command. Let memory-delete delete
4610 all memory regions.
4611 (add_memopt): New function. Add a memory region.
4612 (do_memopt_delete): New function. Delete a memory region.
4613
4614 * sim-utils.c (sim_elapsed_time_get): Never return zero.
4615
4616 * sim-core.c (sim_core_detach): New function.
4617 (sim_core_map_detach): New function. Perform the actual detach.
4618 (sim_core_init): Move initialization code from here.
4619 (sim_core_install): To here.
4620 (sim_core_uninstall): And here.
4621
4622 * sim-module.c: Add memopt module.
4623
4624 * sim-base.h (STATE_MEMOPT, STATE_MEMOPT_P): Add memopt to
4625 simulator base type.
4626
4627 * Make-common.in (sim_main_headers): Add sim-memopt.h
4628 (sim-memopt.o): New target.
4629
4630 * sim-core.c (sim_core_install): Add core_options to the option
4631 table.
4632
4633 * sim-watch.c (watch_options): Make --delete-watch a synonym for
4634 --watch-delete.
4635
4636 * sim-config.h (WITH_MODULO_MEMORY): Define as 0. Update
4637 comments.
4638
4639 * sim-core.h (struct _sim_core_mapping): Change nr_bytes to type
4640 address_word, add mask member.
4641
4642 * sim-core.h, sim-core.c (sim_core_attach): Make nr_bytes of type
4643 address_word, allow for 64bit targets in 32bit host. Add modulo
4644 argument.
4645 (sim_core_map_attach): Ditto.
4646 (new_sim_core_mapping): Ditto.
4647 (sim_core_translate): Mask address when modulo memory.
4648
4649Wed Sep 3 17:32:54 1997 Doug Evans <dje@seba.cygnus.com>
4650
4651 * sim-hload.c (sim_load): Add assert for SIM_MAGIC_NUMBER.
4652
4653 * gdbinit.in: New file.
4654 * aclocal.m4 (SIM_AC_OUTPUT): Build .gdbinit.
4655 * Make-common.in (distclean): Delete .gdbinit.
4656 (.gdbinit): Add rule for.
4657 * configure: Regenerated to track ../common/aclocal.m4 changes.
4658
4659 * Make-common.in (cgen-run.o): Add rule for.
4660
4661Wed Sep 3 10:08:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
4662
4663 * sim-resume.c (sim_resume): Suspend/resume the simulator.
4664
4665 * sim-events.c (sim_watch_valid): Compute total elapsed time from
4666 both resumed and previous elapsed time.
4667 (sim_events_init): Set initial_wallclock and current_wallclock to
4668 zero.
4669 (sim_events_install): Install sim_events_suspend and
4670 sim_events_resume.
4671 (sim_events_watch_clock): Allow for suspended simulator when
4672 computing the time of the clock event.
4673
4674 * sim-events.h (struct _sim_event): Add resume_wallclock, rename
4675 initial_wallclock to elapsed_wallclock, set both to zero.
4676 (sim_events_init, sim_events_uninstall): Delete prototypes.
4677
4678 * sim-module.h (MODULE_SUSPEND_FN, MODULE_RESUME_FN): Define types.
4679
4680 * sim-module.c(sim_module_resume, sim_module_suspend): New
4681 functions.
4682
4683Wed Sep 3 10:08:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
4684
4685 * sim-core.c (sim_core_map_attach): Clarify memory overlap error
4686 message.
4687
4688Tue Sep 2 14:57:06 1997 Doug Evans <dje@canuck.cygnus.com>
4689
4690 * Makefile.in (TAGS): Add support for "/* TAGS: foo */" marker.
4691 * Make-common.in (TAGS): Likewise.
4692 * sim-n-bits.h: Add TAGS comments for all functions.
4693 * sim-n-core.h: Likewise.
4694 * sim-n-endian.h: Likewise.
4695
4696Mon Sep 1 10:50:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
4697
4698 * sim-utils.c (sim_state_alloc): Set CPU backlinks, callback and
4699 kind.
4700
4701 * sim-base.h (sim_state_alloc): Add callback and kind arguments.
4702
4703 * sim-base.h (INVALID_INSTRUCTION_ADDRESS): Add default
4704 definition.
4705
4706Sat Aug 30 09:47:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
4707
4708 * sim-fpu.c (DP_GARDMSB, ...): Make unsigned.
4709 (DP_FRACHIGH, DP_FRACHIGH2, ..): Use MSMASK to avoid LL.
4710
4711Fri Aug 29 13:37:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
4712
4713 * sim-core.c (sim_core_map_attach): Cast attach enum to int.
4714 (sim_core_xor_read_buffer, sim_core_xor_write_buffer): Make
4715 nr_transfered and nr_this_transfer unsigned.
4716
4717 * sim-events.c (sim_events_tickn): N is signed, as limited to
4718 MAXINT.
4719
4720 * sim-n-endian.h (offset_N): Change size to unsigned.
4721
4722 * callback.c (os_poll_quit): Add prototypes for kbhit and getkey.
4723
4724Fri Aug 29 10:10:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
4725
4726 * sim-utils.c (sim_copy_argv): Delete, replaced by dupargv.
4727
4728 * sim-options.c (sim_parse_args): Use dupargv.
4729
4730Thu Aug 28 10:36:34 1997 Doug Evans <dje@canuck.cygnus.com>
4731
4732 * sim-options.c (standard_option_handler): Use xstrdup, not strdup.
4733
4734Thu Aug 28 12:09:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
4735
4736 * sim-base.h (STATE_ARCHITECTURE, STATE_TARGET): Add to simulator
4737 base type.
4738
4739 * sim-options.c (standard_options): Add --architecture=MACHINE and
4740 --target=TARGET options.
4741 (OPTION_ARCHITECTURE, OPTION_TARGET): Define.
4742 (standard_option_handler): Handle architecture and target options.
4743 (bfd.h): Include.
4744
4745 * sim-utils.c (sim_analyze_program): Pass STATE_TARGET to
4746 bfd_openr.
4747 (sim_analyze_program): Set prog_bfd architecture from
4748 STATE_ARCHITECTURE if known.
4749
4750Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
4751
4752 * configure: Regenerated to track ../common/aclocal.m4 changes.
4753 * config.in: Ditto.
4754
4755Wed Aug 27 18:11:30 1997 Andrew Cagney <cagney@b1.cygnus.com>
4756
4757 * aclocal.m4 (enable-sim-warnings): Remove comment stating
4758 that option does not apply to certain files.
4759
4760Wed Aug 27 15:13:04 1997 Andrew Cagney <cagney@b1.cygnus.com>
4761
4762 * sim-bits.h (LSBIT8, LSBIT16, LSBIT32, LSBIT64, LSBIT, MSBIT8,
4763 MSBIT16, MSBIT32, MSBIT64, MSBIT): New macros - single bit as
4764 offset from MSB/LSB.
4765
4766 * sim-endian.h (A1_8, A2_8, A4_8, A1_4, A2_4, A1_2): New macro,
4767 access address of sub word quantity of a hosts 16, 32, 64 bit word
4768 type.
4769 (V1_2, V1_4, V2_4, V1_8, V2_8, V4_8): Ditto for values.
4770 (U8_1, U8_2, U8_4, U4_1, U4_2, U2_1): Ditto for set of values.
4771 (V2_H1, V2_L1, V4_H2, V4_L2, V8_L4, V8_H4): Given N byte argument,
4772 return N*2 byte value with argument in Hi/Lo word. Renamed from
4773 V1_H2, V1_L2, V2_H4, V2_L4, V4_H8, V4_L8.
4774
4775 * sim-alu.h (ALU32_HAD_OVERFLOW): Use 64 bit mask not 32bit.
4776 (ALU16_HAD_CARRY, ALU32_HAD_CARRY, ALU16_HAD_OVERFLOW): Use MSBIT
4777 so that bit offset is explicit.
4778
4779Wed Aug 27 11:55:35 1997 Andrew Cagney <cagney@b1.cygnus.com>
4780
4781 * sim-utils.c (sim_analyze_program): Add prog_name argument.
4782 Update STATE_PROG_BFD when needed with a dup'd copy of the
4783 program.
4784
4785 * sim-config.c (sim_config): Delete ABFD argument, use
4786 STATE_PROG_BFD directly.
4787
4788Tue Aug 26 12:55:26 1997 Andrew Cagney <cagney@b1.cygnus.com>
4789
4790 * run.c (main): Pass the open ABFD to sim_create_inferior.
4791
4792 * nrun.c (main): Determine prog_bfd. Pass to sim_create_inferior
4793 and sim_load.
4794 (bfd.h): Include.
4795
4796 * sim-hload.c (sim_load): New file. Implement generic sim_load for
4797 hardware only simulator targets.
4798
4799 * Make-common.in (sim-hload.o): Add rule.
4800
4801Wed Aug 27 09:51:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
4802
4803 * sim-utils.c (sim_copy_argv): Rewrite to match malloc strategy
4804 used by copyargv and freeargv.
4805
4806 * sim-options.c (sim_parse_args): Save a copy of PROG-ARGS in
4807 STATE_PROG_ARGV, not just a pointer.
4808
4809Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
4810
4811 * configure: Regenerated to track ../common/aclocal.m4 changes.
4812 * config.in: Ditto.
4813
4814Mon Aug 25 12:11:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
4815
4816 * aclocal.m4 (sim-endian): Add second argument to
4817 SIM_AC_OPTION_ENDIAN. First is hardwired endian, second is
4818 default endian when not hardwired.
4819
4820 * sim-config.h (WITH_DEFAULT_TARGET_BYTE_ORDER): New macro, if all
4821 else failes value for target byte order.
4822
4823 * sim-config.c (sim_config): Add abfd arguments. Set
4824 STATE_PROG_BFD accordingly. Determine prefered_target_byte_order
4825 from same.
4826 (sim_config): Return SIM_RC, don't abort.
4827 (bfd.h): Include.
4828
4829 * run.c (main): Update call to sim_open - add ABFD argument.
4830 * nrun.c (main): Add NULL ABFD argument.
4831
4832Thu Aug 14 12:48:57 1997 Doug Evans <dje@canuck.cygnus.com>
4833
4834 * callback.c (os_poll_quit): Make static.
4835 Call sim_cb_eprintf, not p->eprintf.
4836 (sim_cb_printf, sim_cb_eprintf): New functions.
4837 * sim-utils.h (sim_cb_printf, sim_cb_eprintf): Declare.
4838
4839 * sim-basics.h (zalloc,zfree,sim_add_commas,SIM_ELAPSED_TIME,
4840 sim_elapsed_time_get,sim_elapsed_time_since): Move decls to
4841 sim-utils.h. #include sim-utils.h.
4842 * sim-utils.h: Above decls moved here.
4843 (sim_analyze_program,sim_load_file): Use `struct _bfd', not `bfd'.
4844
4845 * sim-watch.c (action_watchpoint): Fix thinkos.
4846
4847Thu Jul 24 08:48:05 1997 Stu Grossman (grossman@critters.cygnus.com)
4848
4849 * sim-types.h: Fix defs of 64 bit data types for MSVC.
4850
4851Tue Jul 22 10:35:37 1997 Doug Evans <dje@canuck.cygnus.com>
4852
4853 * sim-n-core.h (sim_core_write_unaligned_N): Add missing break
4854 to FORCED_ALIGNMENT case.
4855
4856Thu Jun 5 13:48:37 1997 Andrew Cagney <cagney@b1.cygnus.com>
4857
4858 * callback.c (target_to_host_open): Handle hosts with O_BINARY.
4859
4860Thu Jun 5 08:47:10 1997 Jeffrey A Law (law@cygnus.com)
4861
4862 * Make-common.in (libsim.a): Fix typo.
4863
4864Thu Jun 5 13:48:37 1997 Andrew Cagney <cagney@b1.cygnus.com>
4865
4866 * nrun.c (main): Verify the structure returned before using it.
4867
4868Wed Jun 4 11:44:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
4869
4870 * sim-config.h (WITH_ENGINE): Enable the sim-engine module by
4871 default.
4872
4873 * sim-engine.c (sim_engine_install): New function. Install the
4874 engine init functions.
4875 (sim_engine_init): [Re]initialize the simulator engine.
4876
4877 * sim-module.c: Add sim_engine to list of modules that always
4878 install.
4879
4880Tue Jun 3 04:52:04 1997 Andrew Cagney <cagney@b1.cygnus.com>
4881
4882 * sim-watch.c (schedule_watchpoint): Use sim_unschedule_watchpoint
4883 to remove the old watchpoint, not delete_watchpoint.
4884 (watch_option_handler): Action the correct watchpoint, not just
4885 cycles.
4886
4887Wed May 28 14:47:41 1997 Andrew Cagney <cagney@b1.cygnus.com>
4888
4889 * sim-n-core.h (sim_core_write_aligned_N): For 8byte reads, output
4890 both low and high word.
4891 (sim_core_write_aligned_N): Ditto.
4892
4893 * sim-trace.c (set_trace_options): Delete code explicitly setting
4894 core->trace.
4895
4896 * sim-options.c (sim_print_help): Call the list commands if not a
4897 standalone simulator.
4898 (sim_print_help): Advise that some options may not be applicable.
4899
4900 * sim-trace.c (set_trace_options): Assume core present.
4901
4902 * sim-events.c (sim_events_schedule_after_signal): Overflow signal
4903 buffer when full not almost full.
4904
4905Tue May 27 14:32:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
4906
4907 * sim-events.c (sim_events_process): Don't blat the event queue
4908 when processing watchpoints.
4909
4910 * sim-watch.h: Make arg unsigned long - stop sign extension.
4911
4912 * sim-events.c (sim_watch_valid): rewrite so debugable.
4913
4914 * sim-config.h (WITH_XOR_ENDIAN): Default to zero.
4915
4916 * sim-watch.c (schedule_watchpoint): Add is_within option so that
4917 inequality test is possible.
4918 (handle_watchpoint): Re-pass is_within arg.
4919 (watch_option_handler): When `!' prefix to pc-watchpoint arg pass
4920 0 to schedule_watchpoint's is_within arg.
4921 (sim_watchpoint_init): Re-pass is_within arg.
4922
4923 * sim-options.c (sim_print_help): Add is_command argument. Don't
4924 include -- prefix when called from the command line interpreter.
4925
4926 * sim-watch.c (schedule_watchpoint): Pass true is_within argument.
4927
4928 * sim-events.c (sim_events_watch_sim): Add is_within argument,
4929 zero indicates that the test should be reversed.
4930 (sim_events_watch_core): Ditto.
4931 (WATCH_CORE): Compare range against is_within.
4932 (WATCH_SIM): Ditto.
4933
4934Tue May 27 12:48:03 1997 Andrew Cagney <cagney@b2.cygnus.com>
4935
4936 * sim-events.c (WATCH_CORE): Pass NULL cpu argument to
4937 sim_core_read_buffer. Check nr-bytes transfered.
4938
4939 * sim-core.h (sim_core_common): Define a new struct that contains
4940 the common data. to sd and cpu structures.
4941 * sim-core.c (sim_core_attach): Update.
4942 (sim_core_init): Update. Remember to copy initialized data to each
4943 cpu.
4944 (sim_core_find_mapping): Ditto.
4945
4946 * sim-core.c (sim_core_read_buffer): Add cpu argument.
4947 (sim_core_write_buffer): Ditto.
4948
4949 * sim-n-core.h (sim_core_read_unaligned_N): When mis-aligned
4950 transfer use xor version of read buffer.
4951 (sim_core_write_unaligned_N): Ditto for write.
4952
4953 * sim-core.c (sim_core_xor_read_buffer): New function implement
4954 xor-endian data read breaking transfer up into xor-endian sized
4955 blocks.
4956 (sim_core_xor_write_buffer): Ditto for write.
4957 (reverse_n): Reverse order of arbitrary number of bytes in buffer
4958 - needed for xor-endian transfers.
4959
4960Fri May 23 14:24:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
4961
4962 * sim-inline.h: Review description.
4963
4964 * sim-core.h, sim-core.c: Reduce number of functions being inlined
4965 to just those involved in data transfers and configuration.
4966
4967 * sim-xcat.h (XSTRING): New macro, map macro definition onto
4968 string.
4969 * sim-n-core.h (sim_core_read_aligned_N): Use.
4970 (sim_core_read_unaligned_N): Ditto.
4971 (sim_core_read_unaligned_N): Ditto..
4972 (sim_core_write_unaligned_N): Ditto.
4973
4974 * sim-core.h: Add xor endian bitmap to main structure. *
4975
4976 sim-n-core.h (sim_core_write_aligned_N): Add suport for xor
4977 endian.
4978 (sim_core_read_aligned_N): Ditto.
4979
4980 * sim-core.c (sim_core_set_xor_endian): New function.
4981 (sim_core_attach): Don't overwrite the per-cpu xor map when
4982 cloning the global core.
4983
4984Fri May 23 10:53:13 1997 Andrew Cagney <cagney@b1.cygnus.com>
4985
4986 * sim-engine.h: Update below so that it is using an enumerated
4987 type.
4988
4989Thu May 22 09:12:16 1997 Gavin Koch <gavin@cygnus.com>
4990
4991 * sim-engine.c (sim_engine_restart):
4992 * sim-resume.c (sim_resume): Change longjmp param/setjmp
4993 return value used for simulator restart from 0 to 2.
4994
4995Wed May 21 08:47:30 1997 Andrew Cagney <cagney@b1.cygnus.com>
4996
4997 * cgen-scache.c (scache_option_handler): Add is_command arg.
4998
4999 * sim-model.c (model_option_handler): Add is_command argument.
5000
5001 * sim-profile.c (profile_option_handler): Add is_command arg.
5002
5003 * sim-events.c (sim_watch_valid): Use ub64, lb64 when 64bit value
5004 involved.
5005
5006 * sim-module.c (sim_module_add_init_fn): Call init fn in the same
5007 order that they are registered.
5008
5009 * sim-options.h (OPTION_HANDLER): Add argument to differentiate
5010 between option and command line processing.
5011
5012 * sim-options.c: Include stdlib.h, ctype.h.
5013
5014 * Make-common.in (sim-watch.o): Add rule.
5015 (sim_main_headers): Assume sim-assert.h included.
5016 (sim-*.o): Simplify make rule.
5017
5018 * sim-module.c: Add sim_watch_install to module list.
5019
5020Tue May 20 14:15:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
5021
5022 * sim-base.h (STATE_LOADED_P): New predicate. Set once everything
5023 has been loaded.
5024
5025 * sim-trace.c (trace_install): Check magic. Include sim-assert.h.
5026 * sim-events.c (sim_events_install): Ditto.
5027 * sim-core.c (sim_core_install): Ditto.
5028 * sim-model.c (model_install): Ditto.
5029 * sim-options.c (standard_install): Ditto.
5030 * sim-profile.c (profile_install): Ditto.
5031 * sim-reason.c (sim_stop_reason): Ditto.
5032 * sim-run.c (sim_engine_run): Ditto.
5033 * sim-utils.c (sim_analyze_program): Ditto.
5034
5035 * sim-module.c (modules): Make profile_install and trace_install
5036 optional.
5037
5038 * sim-base.h (STATE_MEM_BASE): Define for flat memory systems.
5039
5040 * sim-options.c (standard_option_handler): Set the byte order.
5041
5042 * sim-events.c (sim_events_process): Allow multi tick processing.
5043 (sim_events_tickn): New function - multi cycle tick.
5044
5045 * sim-events.h (sim_events_tickn, sim_events_timewarp): Add
5046 prototypes. Under development.
5047 (sim_events): Replace processing with nr_ticks_to_process.
5048
5049Tue May 20 09:39:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
5050
5051 * nrun.c (main): Pass callbacks to sim_open instead of using
5052 sim_set_callbacks.
5053
5054 * run.c (main): Ditto.
5055
5056Mon May 19 12:07:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
5057
5058 * sim-events.c (sim_events_zalloc): Signal save memory allocator -
5059 stop tk interrupting malloc calls.
5060 (sim_events_zalloc): Converse.
5061
5062 * Make-common.in (sim_main_headers): Add sim-events.h.
5063
5064 * sim-events.c (sim_events_schedule_after_signal): Change return
5065 type to void - signal events are strictly internal.
5066 (sim_events_init): Allocate a finite buffer for signal events.
5067 (sim_events_schedule_after_signal): Enter signal events into the
5068 signal buffer.
5069
5070 * sim-engine.c (sim_engine_halt): Check SIM_DESC magic.
5071 (sim_engine_restart): Ditto.
5072 (sim_engine_abort): Ditto.
5073 * sim-stop.c (sim_stop): Ditto.
5074 (control_c_simulation): Ditto.
5075 * sim-resume.c (sim_resume): Ditto.
5076 (has_stepped): Ditto.
5077 * sim-abort.c (sim_engine_abort): Ditto.
5078
5079 * sim-basics.h (transfer_type): New type.
5080
5081 * sim-core.c (sim_core_signal): New function. Print core signal
5082 information.
5083 (sim_core_find_mapping): Add transfer argument.
5084
5085 * sim-n-core.h (sim_core_{write,write}_unaligned_N): Call
5086 SIM_CORE_SIGNAL if a recoverable abort.
5087 * sim-core.c (sim_core_find_mapping): Ditto.
5088
5089Fri May 16 15:13:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
5090
5091 * sim-core.c (sim_core_find_mapping): Replace calls to
5092 sim_io_error to more resiliant sim_engine_abort.
5093
5094 * sim-n-core.h (sim_core_read_unaligned_N): Ditto.
5095 (sim_core_write_unaligned_N): Ditto.
5096
5097Tue May 13 13:50:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
5098
5099 * sim-module.c: Add sim_events_install to list.
5100
5101 * sim-events.c (sim_events_install, sim_events_uninstall): Clonse
5102 from sim_core_*.
5103 (sim_events_init): Now returns SIG_RC.
5104
5105 * sim-run.c: New file. Generic sim_engine_run.
5106 * sim-reason.c: New file. Generic sim_stop_reason.
5107 * sim-stop.c: New file. Generic sim_stop.
5108 * sim-resume.c: New file. Generic sim_resume.
5109
5110 * Make-common.in (sim-engine.o): Add rule.
5111 (sim-run.o, sim-reason.o, sim-stop.o, sim-resume.o): Ditto.
5112
5113 * sim-engine.h, sim-engine.c: New file. Provide generic
5114 implementation of sim_engine_halt, sim_engine_error. et.al.
5115
5116 * sim-base.h (sim_state_base): Add member halt.
5117 (sim-engine.h): Include.
5118
5119 * sim-events.h (sim_event_handler): Always pass SIM_DESC to event
5120 handlers.
5121 * sim-events.c (sim_events_poll): Update event handler.
5122
5123Tue May 13 09:57:49 1997 Andrew Cagney <cagney@b2.cygnus.com>
5124
5125 * sim-events.h, sim-events.c (sim_events_watch_clock): New
5126 function.
5127 (sim_events_watch_sim): New function.
5128 (sim_events_watch_core): New function.
5129 (sim_watch_valid): New function.
5130 (sim_events_preprocess): New function.
5131 (sim_events_process): Process the watchpoints as well as the timer
5132 queue.
5133 (sim_events_tick): Check WORK_PENDING instead of the hold queue.
5134 (sim_events_deschedule): Check all the queues when removing an
5135 event.
5136 (sim_events_init): Ditto for cleaning.
5137
5138Mon May 19 12:07:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
5139
5140 * sim-fpu.c (is_ufpu_number): Comment out - currently unused.
5141
5142Mon May 19 11:23:03 1997 Andrew Cagney <cagney@b1.cygnus.com>
5143
5144 * callback.c (os_open): Type of arg flags is int.
5145
5146Fri May 16 22:26:43 1997 Michael Meissner <meissner@cygnus.com>
5147
5148 * sim-fpu.c (sim_fpu_is_{eq,ne,lt,le,gt,ge}): Compare Infinities
5149 just like normal numbers as per IEEE rules.
5150
5151Wed May 14 21:20:38 1997 Bob Manson <manson@charmed.cygnus.com>
5152
5153 * callback.c (os_close): Mark the descriptor as being
5154 available if the close succeeded.
5155 (os_open): Pass 0644 as the mode of the file being created.
5156
5157Thu May 15 10:58:52 1997 Andrew Cagney <cagney@b1.cygnus.com>
5158
5159 * sim-fpu.c (pack_fpu, unpack_fpu): New functions - decode a
5160 float.
5161
5162 * sim-inline.c (SIM_INLINE_C): Rename from _SIM_INLINE_C_.
5163 * sim-lnline.h: Update.
5164
5165 * sim-fpu.h, sim-fpu.c (sim_fpu_[iu]{32,64}to): New int2fp
5166 conversion functions.
5167 (sim_fpu_to{32,64}[iu]): New fp2int functions.
5168
5169 * sim-fpu.h, sim-fpu.c (sim_fpu_is_{lt,le,eq,ne,ge,gt}): New fp
5170 compare functions. Replacing.
5171 (sim_fpu_cmp): This. Delete.
5172
5173Mon May 12 14:49:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
5174
5175 * sim-core.c (sim_core_find_mapping): Call engine_error not
5176 sim_io_error when possible.
5177
5178Mon May 12 08:55:07 1997 Andrew Cagney <cagney@b2.cygnus.com>
5179
5180 * sim-endian.h (V1_H2): Add macro's to insert a word into a
5181 high/low double word.
5182
5183 * sim-trace.h: Remove definition of attribute - defined in
5184 sim_basics.h.
5185
5186Mon May 12 08:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
5187
5188 * sim-options.h (struct OPTION): Add doc_opt as the documenting
5189 name of the option - or family of options.
5190
5191 * sim-options.c (sim_args_command): Match command `a-b c' with
5192 option `--a-b-c' from option table.
5193
5194Thu May 8 12:40:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
5195
5196 * sim-options.c (sim_print_help): For optional arguments, wrap
5197 them in [].
5198
5199 * sim-trace.c (set_trace_options): New function, handle optional
5200 argument and multiple assignment.
5201 (trace_option_handler): Update.
5202
5203 * sim-trace.c (trace_option_handler): Trace branch and not fpu
5204 when branch tracing selected.
5205
5206Wed May 7 15:19:58 1997 Andrew Cagney <cagney@b1.cygnus.com>
5207
5208 * sim-trace.c (trace_one_insn): Make a va-args function.
5209
5210 * sim-trace.c (trace_vprintf): New function, va-arg version of
5211 trace_printf.
5212
5213Tue May 6 16:38:16 1997 Doug Evans <dje@canuck.cygnus.com>
5214
5215 * sim-trace.c (trace_uninstall): Don't close a file twice.
5216 * sim-profile.c (profile_uninstall): Likewise.
5217
5218Tue May 6 06:14:01 1997 Mike Meissner <meissner@cygnus.com>
5219
5220 * sim-trace.c (toplevel): Include bfd.h.
5221 (trace_options): Note that --trace-linenum also turns on
5222 --trace-insn. Add --trace-{branch,semantics}.
5223 (trace_option_handler): If --trace-linenum, also turn on
5224 --trace-insn. Add --trace-branch support. If --trace-semantics,
5225 turn on ALU, FPU, branch, and memory tracing.
5226 (trace_one_insn): New function to trace an instruction. Support
5227 --trace-linenum.
5228 (OPTION_TRACE_*): Use an enum, rather than lots of defines.
5229
5230 * sim-trace.h (TRACE_{SEMANTICS,BRANCH}_IDX): Add new macros.
5231 (MAX_TRACE_VALUES): Use 32, not 12 by default.
5232 (TRACE_branch): Add new mask.
5233 (TRACE_*_P): Define all possible trace_p macros.
5234 (trace_one_insn): Declare function.
5235
5236Mon May 5 14:08:34 1997 Mike Meissner <meissner@cygnus.com>
5237
5238 * sim-trace.h (__attribute__): Define as nothing if not GNU C or
5239 GNU C doesn't support __attributes__.
5240 ({trace,debug}_printf): Add attribute's so -Wformat can check the
5241 format strings.
5242
5243Mon May 5 11:16:12 1997 Andrew Cagney <cagney@b1.cygnus.com>
5244
5245 * sim-config.h (FORCED_ALIGNMENT): New alignment option -
5246 addresses are masked forcing them to be correctly aligned.
5247 (WITH_ALIGNMENT): Make NONSTRICT_ALIGNMENT the default.
5248 * sim-config.c (config_alignment_to_a): Update.
5249
5250 * sim-core.h (sim_cpu_core): New data type contains cpu specific
5251 core data.
5252 * sim-base.h (CPU_CORE): Add cpu specific core data to cpu base
5253 type.
5254 * sim-core.c (sim_core_attach): Add CPU argument. Ready for
5255 processor specific core maps.
5256 (sim_core_map_attach): Copy the core map data to each of the
5257 processor specific core data structures.
5258 * sim-core.c (sim_core_find_mapping): Update.
5259
5260 * sim-n-core.h (sim_core_read_N, sim_core_write_N): Rename.
5261 (sim_core_write_aligned_N, sim_core_write_aligned_N): New names.
5262 (sim_core_write_unaligned_N, sim_core_write_unaligned_N): New
5263 alternatives that handle unaligned addresses.
5264 (sim_core_{read,write}_{,un}aligned_N): Drop SIM_DESC arg, replace
5265 with just CPU arg.
5266 * cgen-utils.c (sim_disassemble_insn): Update.
5267
5268Mon May 5 13:19:16 1997 Andrew Cagney <cagney@b1.cygnus.com>
5269
5270 * sim-trace.h (TRACE_FPU_IDX): Add Floating-point specific
5271 tracing.
5272
5273 * sim-fpu.h, sim-fpu.c: New files - prototype for generic target
5274 fpu support.
5275
5276 * sim-inline.h, sim-inline.c: Add support for SIM_FPU.
5277
5278Fri May 2 17:59:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
5279
5280 * sim-core.c (sim_core_map_to_str): New function ascii equivalent
5281 to map type.
5282
5283 * sim-n-core.h (sim_core_read_N, sim_core_write_N): Use in trace
5284 statement.
5285
5286Fri May 2 17:28:02 1997 Andrew Cagney <cagney@b2.cygnus.com>
5287
5288 * cgen-trace.c: Prepend additional trace_printf argument.
5289
5290 * cgen-utils.c (sim_disassemble_insn): Add additional core
5291 arguments.
5292
5293Fri May 2 11:40:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
5294
5295 * nrun.c (main): Catch/report errorenous simulator states.
5296
5297 * sim-module.c: #include "libiberty.h" so that xmalloc is defined.
5298 * sim-trace.c: #include string.h/strings.h so that memset is
5299 defined.
5300 * sim-utils.c: Ditto.
5301 * sim-profile.c: Ditto. And stdlib.h.
5302 (print_bar): Only define when used by instruction or memory profiler.
5303
5304 * sim-options.c (standard_option_handler): Make ul more local.
5305
5306 * sim-load.c (sim_load_file): Make the name constant.
5307 (sim_load_file): Passify gcc.
5308
5309 * sim-utils.h: New file, pre-declare utilites in corresponding .c
5310 file.
5311 * sim-utils.c, sim-load.c: Include sim-utils.h.
5312
5313 * sim-base.h (sim_cpu): Pre define here so available to all.
5314
5315 * sim-core.h (DECLARE_SIM_CORE_WRITE_N, DECLARE_SIM_CORE_READ_N):
5316 Restore the sim_cpu and instruction_address arguments so that full
5317 information is available to the abort function.
5318 * sim-core.c (sim_core_find_mapping, sim_core_write_buffer): Ditto.
5319 * sim-n-core.h (sim_core_write_N, sim_core_read_N): Update.
5320
5321 * sim-trace.h, sim-trace.c (trace_option_handler): Add interim
5322 tracing support for sim-events and sim-core.
5323 (trace_option_handler): Convert #if to if where possible so always
5324 compiled/checked by C compiler.
5325 * sim-n-core.h (sim_core_write_N, sim_core_read_N): Update.
5326
5327 * sim-base.h: Adjust comment documenting how to define the cpu
5328 structure.
5329 (sim_state_base): Add sim_core and sim_events to simulator base
5330 object.
5331
5332 * sim-trace.h, sim-trace.c (trace_printf): Add SIM_DESC argument.
5333 * sim-core.c (sim_core_init, sim_core_attach,
5334 sim_core_find_mapping): Update.
5335 * sim-events.c (ETRACE, sim_events_init, sim_events_time,
5336 update_time_from_event, insert_sim_event,
5337 sim_events_schedule_after_signal, sim_events_deschedule,
5338 sim_events_tick): Ditto.
5339
5340 * sim-basics.h (sim-module.h, sim-trace.h, sim-profile.h,
5341 sim-model.h): Move #includes from here.
5342 * sim-base.h: To here.
5343 (sim-core.h, sim-events.h, sim-io.h): Include also
5344
5345Wed Apr 30 15:37:54 1997 Andrew Cagney <cagney@b1.cygnus.com>
5346
5347 * callback.c (default_callback): Missing initialisers.
5348
5349Thu May 1 10:40:47 1997 Doug Evans <dje@canuck.cygnus.com>
5350
5351 * sim-utils.c (sim_add_commas): New function.
5352 * sim-basics.h (sim_add_commas): Add prototype.
5353 * cgen-scache.c (scache_print_profile): Print commas in numbers.
5354 * sim-profile.c (COMMAS): New macro.
5355 (print_*): Use it to print commas in numbers.
5356
5357 * configure: Regenerated.
5358
5359 * cgen-sim.h (sim_signal_type): Add SIM_SIGINT.
5360 (cgen_state): New member run_fast_p.
5361 (cgen_init): Add prototype.
5362 (sim_disassemble_insn): New arg `cpu'.
5363 * cgen-trace.c (trace_insn): Update call to sim_disassemble_insn.
5364 * cgen-utils.c (cgen_init): New function.
5365 (sim_disassemble_insn): New arg `cpu'. Rewrite fetching of insn.
5366 * genmloop.sh: Call engine_halt if loop exits.
5367
5368 * Makefile.in (sim-options_h): Define.
5369 (sim-{module,options,trace,profile,utils}.o): Clean up dependencies.
5370 (sim-model.o): Add new rule.
5371 (cgen-{scache,trace,utils}.o): Add new rules.
5372 * aclocal.m4 (SIM_AC_OPTION_{SCACHE,DEFAULT_MODEL}): Add.
5373 * cgen-scache.c (scache_print_profile): Change `sd' arg to `cpu'.
5374 Indent output by 2 spaces.
5375 * cgen-scache.h (scache_print_profile): Update.
5376 * cgen-trace.c (trace_insn_fini): Indent output by 2 spaces.
5377 Use trace_printf, not fprintf.
5378 (trace_extract): Use trace_printf, not cgen_trace_printf.
5379 * genmloop.sh (!FAST case): Increment `insn_count'.
5380 * sim-base.h (sim_state_base): Only include scache_size if WITH_SCACHE.
5381 (sim_cpu_base): Rename member `sd' to `state' to be consistent with
5382 access macro's name.
5383 * sim-core.c (sim_core_init): Use EXTERN_SIM_CORE to define it.
5384 Change return type to SIM_RC.
5385 (sim_core_{install,uninstall}): New functions.
5386 * sim-core.h (sim_core_{install,uninstall}): Declare.
5387 (sim_core_init): Use EXTERN_SIM_CORE to define it.
5388 Change return type to SIM_RC.
5389 * sim-model.h (models,machs,model_install): Declare.
5390 * sim-module.c (modules): Add scache_install, model_install.
5391 (sim_post_argv_init): Set cpu->state backlinks.
5392 * sim-options.c (standard_options): Delete --simcache-size,--max-insns.
5393 (standard_option_handler): Likewise.
5394 * sim-profile.c (PROFILE_{HISTOGRAM,LABEL}_WIDTH): Move to
5395 sim-profile.h.
5396 (*): Assume ANSI C.
5397 (profile_options): Delete --profile-simcache.
5398 (profile_option_handler): Likewise.
5399 (profile_print_insn): Change `sd' arg to `cpu'. Indent output 2
5400 spaces.
5401 (profile_print_{memory,model}): Likewise.
5402 (profile_print_simcache): Delete.
5403 (profile_print_speed): New function.
5404 (profile_print): Rewrite.
5405 * sim-profile.h (PROFILE_scache): Renamed from PROFILE_simcache.
5406 (WITH_PROFILE_SCACHE_P): Renamed from WITH_PROFILE_SIMCACHE_P.
5407 (PROFILE_DATA): Delete members simcache_{hits,misses}.
5408 (PROFILE_COUNT_SIMCACHE_{HIT,MISS}): Delete.
5409 (PROFILE_{CALLBACK,CPU_CALLBACK}): New types.
5410 (profile_print): Update prototype.
5411
5412Wed Apr 30 11:34:14 1997 Doug Evans <dje@canuck.cygnus.com>
5413
5414 * cgen-scache.[ch], cgen-sim.h: New files.
5415 * cgen-trace.[ch], cgen-types.h, cgen-utils.c, genmloop.sh: New files.
5416 * sim-model.c: New file.
5417
5418 * Make-common.in (clean targets): Undo patch of Apr. 22.
5419
5420Fri Apr 25 15:28:32 1997 Mike Meissner <meissner@cygnus.com>
5421
5422 * sim-n-bits.h (signed): If we have a standard compiler, undef
5423 signed, so that signedN is defined correctly.
5424
5425Thu Apr 24 00:00:07 1997 Doug Evans <dje@canuck.cygnus.com>
5426
5427 * sim-module.h, sim-model.h, sim-profile.h: New files.
5428 * sim-module.c, sim-profile.c: New files.
5429 * Make-common.in (SIM_PROFILE): Define
5430 (CONFIG_CFLAGS): Add $(SIM_PROFILE).
5431 (sim_main_headers): Add sim-module.h, sim-model.h, sim-profile.h.
5432 (sim_module.o,sim-profile.o): Add rules for.
5433 * aclocal.m4 (--enable-sim-trace): Allow symbolic arguments.
5434 (--enable-sim-profile): Add.
5435 * configure: Regenerated.
5436 * sim-base.h (sim_state_base): New members init_list, uninstall_list,
5437 model. Move trace and profile support to sim-{trace,profile}.h.
5438 New members trace_data, profile_data.
5439 * sim-basics.h: #include sim-module.h, sim-model.h, sim-profile.h.
5440 * sim-config.h: Provide default definition of WITH_PROFILE.
5441 (WITH_TRACE): Change default to -1.
5442 (MAX_NR_PROCESSORS): Always define.
5443 * sim-options.c: Move trace and profile support to
5444 sim-{trace,profile}.h.
5445 (sim_pre_argv_init): Moved to sim-model.c.
5446 (standard_install): New function.
5447 * sim-options.h (sim_pre_argv_init): Move decl to sim-model.c.
5448 (standard_install): Declare.
5449 * sim-trace.c: Tracing option handling moved here from sim-options.c.
5450 (trace_install, trace_uninstall): New functions.
5451 (trace_printf): Update reference to TRACE_FILE.
5452 * sim-trace.h (TRACE_FOO_IDX): Moved here from sim-base.h.
5453 (TRACE_foo): Bit masks for symbolic arguments to --enable-sim-trace.
5454 (WITH_TRACE_FOO_P): Define.
5455 (trace_install): Declare.
5456 (TRACE_DATA): New struct.
5457
5458Wed Apr 23 17:23:15 1997 Doug Evans <dje@canuck.cygnus.com>
5459
5460 * run.c: Undo last exec_bfd patch.
5461 (main): Only pass -E ifdef SIM_HAVE_BIENDIAN.
5462
5463Wed Apr 23 17:54:27 1997 Mike Meissner <meissner@cygnus.com>
5464
5465 * run.c (exec_bfd): Add back in.
5466 (main): Set exec_bfd.
5467
5468Tue Apr 22 14:43:46 1997 Doug Evans <dje@canuck.cygnus.com>
5469
5470 * sim-load.c (sim_load_file): #include <stdio.h> for NULL.
5471
5472Wed Apr 23 02:55:54 1997 Andrew Cagney <cagney@b1.cygnus.com>
5473
5474 * sim-events.c (insert_sim_event): Call sim_io_error instead of
5475 less well defined engine_error.
5476 * sim-core.c: Ditto.
5477
5478Tue Apr 22 08:48:16 1997 Stu Grossman (grossman@critters.cygnus.com)
5479
5480 * Make-common.in: Change clean targets to use :: so that other
5481 Makefiles can have their own clean targets.
5482 * sim-load.c (xprintf eprintf): Use ANSI_PROTOTYPES instead of
5483 __STDC__ to control use of stdarg vs. varargs syntax. Some
5484 systems can't use __STDC__, but require stdarg.
5485
5486Fri Apr 18 11:14:43 1997 Doug Evans <dje@canuck.cygnus.com>
5487
5488 * sim-options.c (standard_options): Add --endian.
5489 (standard_option_handler): Likewise.
5490
5491 * nrun.c: #include <signal.h>.
5492 (main, cntrl_c): Wrap calls to sim_resume in a SIGINT
5493 handler that calls sim_stop ().
5494
5495Fri Apr 18 13:11:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
5496
5497 * run.c (main, cntrl_c): Wrap calls to sim_resume in a SIGINT
5498 handler that calls sim_stop (). Simulators may still be
5499 establishing their own handler.
5500
5501 * sim-events.c (sim_events_poll): Rename from
5502 sim_events_at_large_int. Poll IO.
5503
5504 * sim-io.c (sim_io_poll_quit): New function - pass on a polling
5505 request.
5506
5507 * callback.c (os_poll_quit): New function poll for quit signal
5508 where needed.
5509 (default_callback): Include magic number.
5510
5511Thu Apr 17 02:25:11 1997 Doug Evans <dje@canuck.cygnus.com>
5512
5513 * aclocal.m4: Check for headers time.h, sys/time.h, sys/resource.h.
5514 Check for functions getrusage, time.
5515 * sim-basics.h (SIM_ELAPSED_TIME): New typedef.
5516 (sim_elapsed_time_get, sim_elapsed_time_since): Add prototypes.
5517 * sim-utils.c: #include time.h, sys/time.h, sys/resource.h if able.
5518 (sim_elapsed_time_get, sim_elapsed_time_since): New functions.
5519
5520 * sim-utils.c (sim_copy_argv, sim_analyze_program): New functions.
5521
5522 * sim-options.c, sim-options.h: New files.
5523 * sim-config.h (WITH_DEBUG): Provide default value of zero.
5524 * Make-common.in (nrun.o): Add rules for.
5525 * nrun.c: New file.
5526
5527 * run.c (main): Check return value of sim_open.
5528
5529 * Make-common.in (sim-options.o, sim-load.o, sim-trace.o): Add rules.
5530 (sim_main_headers): Add sim-trace.h.
5531 * run.c (exec_bfd, target_byte_order): Delete.
5532 (main): Pass -E <endian> to sim_open. Delete code to load sections,
5533 call sim_load instead. Check return code of sim_create_inferior.
5534 * sim-base.h (CURRENT_STATE): Define.
5535 (sim_state_base): Make typedef. New members options, prog_argv,
5536 prog_bfd, text_{section,start,end}, start_addr, simcache_size,
5537 mem_size, memory [+ corresponding access macros].
5538 (sim_cpu_base): New typedef.
5539 * sim-trace.h: New file.
5540 * sim-trace.c: New file.
5541 * sim-basics.h: #include it.
5542 * sim-load.c: New file.
5543
5544Tue Apr 15 15:10:13 1997 Ian Lance Taylor <ian@cygnus.com>
5545
5546 * Make-common.in (INSTALL): Set to @INSTALL@.
5547 (INSTALL_XFORM, INSTALL_XFORM1): Remove.
5548 (install-common): Depend upon installdirs. Use
5549 $(program_transform_name) directly, rather than using
5550 $(INSTALL_XFORM).
5551 (installdirs): New target.
5552 * Makefile.in (INSTALL): Set to @INSTALL@.
5553 (INSTALL_XFORM, INSTALL_XFORM1): Remove.
5554 (install-man): Depend upon installdirs. Use
5555 $(program_transform_name) directly, rather than using
5556 $(INSTALL_XFORM).
5557 (installdirs): New target.
5558
5559Tue Apr 15 15:08:12 1997 Andrew Cagney <cagney@b1.cygnus.com>
5560
5561 * sim-assert.h (SIM_ASSERT, ASSERT): Allow these macros to
5562 be overriden.
5563
5564Wed Apr 9 16:06:44 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5565
5566 * sim-basics.h: Only bring in config.h and tconfig.h if
5567 HAVE_CONFIG_H.
5568
5569Mon Apr 7 11:39:45 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5570
5571 * sim-config.h (WITH_TARGET_WORD_MSB): New Macro. Define the bit
5572 numbering convention of the target.
5573 * sim-config.c (print_sim_config): Print WITH_TARGET_WORD_BITSIZE
5574 and WITH_TARGET_WORD_MSB.
5575 (sim_config): When possible, check for consistency with bitsize
5576 and msb.
5577
5578 * sim-bits.h: Allow MSB to be other than zero.
5579 * sim-bits.c: Ditto.
5580 * sim-n-bits.h: Ditto.
5581
5582 * sim-bits.h (MSMASK*): New macros - converce to LSMASK*.
5583 * sim-n-bits.h (MSMASKEDn): Ditto.
5584
5585Mon Apr 14 16:29:21 1997 Ian Lance Taylor <ian@cygnus.com>
5586
5587 * Makefile.in (INSTALL): Change install.sh to install-sh.
5588
5589Mon Apr 7 10:46:38 1997 Doug Evans <dje@canuck.cygnus.com>
5590
5591 * sim-base.h (sim_state_base): Move `magic' to end of struct.
5592
5593Mon Apr 7 15:53:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5594
5595 * run.c (main): Check that a program to run was specified.
5596
5597Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5598
5599 * aclocal.m4 (AC_TYPE_SIGNAL): Add check.
5600
5601 * configure: Regenerated to track ../common/aclocal.m4 changes.
5602 * config.in: Ditto.
5603
5604Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
5605
5606 * sim-endian.h: Move host {LITTLE,BIG}_ENDIAN support from here,
5607 * sim-config.h: To here.
5608
5609 * Make-common.in (SIM_EXTRA_DEPS): New config var.
5610 (sim_main_headers): Define.
5611 (sim-*.o): Depend on $(SIM_EXTRA_DEPS).
5612 (BUILT_SRC_FROM_COMMON): Move here from ../d30v/Makefile.in.
5613 (clean): Use it.
5614 (sim-utils.o): Add rule for.
5615 * sim-utils.o: New file.
5616 * sim-basics.h: #include sim-base.h.
5617 (zalloc): Make argument unsigned long.
5618 * sim-base.h: New file.
5619 * sim-inline.h (SIM_IO support): Delete.
5620 * sim-io.h: Delete inline support.
5621 * sim-io.c: Likewise. sim-state.h renamed to sim-main.h.
5622 * sim-config.c: sim-state.h renamed to sim-main.h.
5623 * sim-core.c: Likewise.
5624 * sim-events.c: Likewise.
5625
5626 * run.c (main): Pass SIM_OPEN_STANDALONE to sim_open.
5627
5628 * aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h.
5629 (sim-debug): Allow arguments. Define WITH_DEBUG in addition to
5630 -DDEBUG.
5631 * configure: Regenerated to track ../common/aclocal.m4 changes.
5632
5633Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5634
5635 * configure: Regenerated to track ../common/aclocal.m4 changes.
5636
5637Wed Apr 2 11:08:11 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5638
5639 * sim-config.h (WITH_ALIGNMENT, WITH_FLOATING_POINT,
5640 WITH_XOR_ENDIAN, WITH_SMP, WITH_RESERVED_BITS): Assume that these
5641 are defined by the configure.
5642
5643 * aclocal.m4 (sim-stdio): Add option stdio from ../ppc configure.
5644
5645 * aclocal.m4 (floating-point, xor-endian, alignment, smp,
5646 reserved-bits): Always define.
5647
5648 * sim-config.h, sim-config.c (sim_config): New function - and new
5649 file - co-ordinate the setting/checking of the common simulator
5650 configuration options.
5651
5652 * Make-common.in (sim-config.o): Add rule.
5653
5654Fri Mar 28 15:32:00 1997 Mike Meissner <meissner@cygnus.com>
5655
5656 * callback.c (os_{,e}vprintf_filtered): Change stdarg type to
5657 va_list from void *, since va_list might not be a pointer type.
5658
5659Mon Mar 24 15:27:12 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5660
5661 * sim-n-endian.h (offset_N): Correct assertion - word and sub word
5662 in wrong order.
5663 (offset_N): Correct computation of LE offset.
5664
5665 * sim-io.c (sim_io_error): Include a new line when reporting
5666 errors.
5667
5668 * sim-assert.h (SIM_FILTER_PATH): Out by one when locating last
5669 `/'.
5670
5671Thu Mar 20 22:31:06 1997 Jeffrey A Law (law@cygnus.com)
5672
5673 * run.c: Include alloca-conf.h.
5674
5675 * callback.c (os_evprintf_filtered): Fix typo.
5676
5677Fri Mar 21 13:36:20 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5678
5679 * run.c (string.h, strings.h, stdlib.h): Include.
5680
5681 * sim-events.c (sim_events_tick): Recent cleanup failed to return
5682 0 when nothing pending.
5683
5684 * run.c (sim_size, sim_trace): Plicate GCC - these two functions
5685 will soon be going away.
5686 (getopt): Plicate GCC.
5687
5688 * sim-endian.c (sim-io.h): Plicate GCC.
5689 * sim-bits.c (sim-io.h): Ditto.
5690 * sim-n-bits.h (ROTn): Ditto.
5691
5692 * sim-io.c (sim_io_error): Correct check for NULL.
5693
5694 * sim-assert.h (SIM_FILTER_PATH): Separate out the code filtering
5695 the __FILE__.
5696 * sim-events.c: Use SIM_FILTER_PATH to filter out the filename
5697 path.
5698
5699Wed Mar 19 01:12:06 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5700
5701 * aclocal.m4 (SIM_AC_OPTION_*: Move so that they are outside of
5702 SIM_AC_COMMON - SIM_AC_COMMON was gobling arguments.
5703
5704Tue Mar 18 20:48:12 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5705
5706 * sim-alu.h: Include sim-xcat.h.
5707
5708Tue Mar 18 13:58:18 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5709
5710 * Make-common.in (sim-bits.c, sim-core.c, sim-endian.c,
5711 sim-events.c, sim-inline.c, sim-io.c): Define rules for building
5712 these.
5713
5714 * sim-events.c (sim_events_at_large_int): New function. Just
5715 schedules an event every large-int ticks.
5716 (sim_events_init): Call.
5717 (sim_events_tick, sim_events_process): Move async handing to
5718 sim_events_process. Move timer decrement so that it occures after
5719 events have been processed.
5720
5721 * sim-basics.h (struct _engine): Remove declaration.
5722
5723 * sim-events.h, sim-events.c: Rename type to sim_events. Prefix
5724 everything with same. Rename global struct to SIM_DESC.
5725 * sim-core.h, sim-core.c, sim-n-core.c: Ditto for sim_core.
5726 * sim-io.h, sim-io.c: Ditto.
5727
5728 * sim-assert.h: New file. Optional assertion checking macros.
5729 * sim-io.c (sim_io_error): Make just this function tolerant to
5730 null pointers.
5731
5732 * sim-xcat.h: New file. Define concatenate macros.
5733 * sim-basics.h (XCONCAT*): Move to sim-xcat.h.
5734 * sim-n-core.h, sim-n-bits.h, sim-n-endian.h: Explicitly include
5735 concat macros.
5736
5737
5738Tue Mar 18 12:44:55 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5739
5740 * sim-bits.h (LSMASK): New macro. Create mask of LS bits.
5741
5742Mon Mar 17 18:10:05 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5743
5744 * sim-inline.h: Add definitions for sim-types.
5745 (ALL_BY_MODULE): New macro, encapsulate full inlining by the
5746 module.
5747
5748Mon Mar 17 15:38:27 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5749
5750 * sim-events.h: Remove defunct reference to callback struct.
5751
5752Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5753
5754 * configure: Re-generate.
5755
5756Mon Mar 17 15:04:47 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5757
5758 * Make-common.in (CSEARCH): Do not include the gdb directory in
5759 the search path.
5760
5761Mon Mar 17 13:16:26 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5762
5763 * Make-common.in (SIM_ENDIAN, SIM_HOSTENDIAN, SIM_INLINE,
5764 SIM_WARNING): Drop, requiring the simulator specific Makefile.in
5765 to explicitly incorporate these.
5766
5767 * aclocal.m4 (--enable-sim-alignment); New option. Strongly
5768 specify the alignment restrictions of the target architecture -
5769 without this option all alignment restrictions are accomodated.
5770 (--enable-sim-assert): New option. Conditionally compile in
5771 assertion statements.
5772 (--enable-sim-float): New option. Strongly specify the target's
5773 floating point support.
5774 (--enable-sim-hardware): New option. Specify the hardware devices
5775 included in the simulation.
5776 (--enable-sim-packages): New option. Specify the hardware
5777 packages included in the simulation.
5778 (--enable-sim-regparm): New option. Specify that parameters be
5779 passed in registers instead of on the stack.
5780 (--enable-sim-reserved-bits): New option. Specify that reserved
5781 bits within an instruction are are correctly set.
5782 (--enable-sim-smp): New option. Specify the level of SMP support
5783 to be included in the simulator.
5784 (--enable-sim-stdcall): New option. Specify an alternative
5785 function call convention.
5786 (--enable-sim-xor-endian): New option. Configure xor-endian
5787 support used by some targets to implement bi-endian support.
5788
5789Fri Mar 14 19:51:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5790
5791 * aclocal.m4 (--enable-sim-hostendian): New option. Allow the
5792 host endianness to be overridden.
5793 (--enable-sim-endian): Allow the target platform's byte order
5794 to be overridden.
5795 (--enable-sim-inline): Control the inlining of common components.
5796 (--enable-sim-bswap): For compatibility, also define WITH_BSWAP.
5797 (--enable-sim-warnings): Enable additional GCC compiler checks.
5798 * Make-common.in (SIM_ENDIAN, SIM_HOSTENDIAN, SIM_INLINE,
5799 SIM_WARNINGS): Add.
5800
5801 * sim-n-core.h, sim-n-bits.h, sim-n-endian.h: Rename from
5802 sim-*-n.h so that the names are uniq on dos machines
5803 * sim-core.c, sim-bits.c, sim-endian.c: Update.
5804
5805Thu Mar 13 12:32:42 1997 Doug Evans <dje@canuck.cygnus.com>
5806
5807 * run.c: #include "libiberty.h".
5808 (main): New locals sd,no_args,sim_argv.
5809 Run buildargv on -a option. Pass argv to sim_open, argv[0]
5810 is program name. Update call to sim_set_callbacks.
5811 Record result of sim_open, pass to other sim_foo routines.
5812
5813Thu Mar 13 10:24:05 1997 Michael Meissner <meissner@cygnus.com>
5814
5815 * callback.c (os_printf_filtered): Do not call exit(1) or print a
5816 final newline.
5817
5818Thu Mar 6 15:50:28 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5819
5820 * callback.c: Add os_flush_stdout and vprintf_filtered callbacks.
5821 Route stdout through buffered IO.
5822
5823 * callback.c: Add os_flush_stderr, os_write_stderr,
5824 os_evprintf_filtered functions to route error output through
5825 stderr.
5826
5827 * sim-io.h, sim-io.c (sim_io_flush_stderr, sim_io_flush_stdout):
5828 Correct return type - should be void.
5829
5830Fri Mar 7 20:14:37 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5831
5832 * sim-basics.h: Clean up. Many macro's moved to sim-inline.h.
5833
5834 * sim-config.h: Ditto. For some options - eg WITH_DEVICES - do
5835 not provide a default value as undefined indicates disable code.
5836
5837Thu Mar 6 15:50:28 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5838
5839 * sim-core.h, sim-core-n.h, sim-core.c: Borrow code from ppc
5840 directory.
5841 * sim-events.h, sim-events.c: Ditto.
5842 * sim-io.h, sim-io.c: Ditto.
5843
5844Tue Mar 4 09:35:56 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5845
5846 * sim-alu.h (ALU_SUB_CA, ALU*_SUB_CA): New alu operation.
5847
5848 * sim-bits.h, sim-bits-n.h, sim-bits.c (LSMASKED*): New macro's
5849 extract the tail or least signifiant bits from an integer of the
5850 specified size.
5851
5852 * sim-bits.h, sim-bits.c: Clean up conditionally compiled #if
5853 WITH_TARGET_BITSIZE so that the compilation will fail when an
5854 unsupported bitsize value is defined.
5855
5856 (INSERTED*): Convert to functions.
5857 (EXTRACTED*): Ditto.
5858
5859 (SIGN_EXTEND, SEXT): Change to more terse name.
5860
5861Tue Mar 4 09:35:56 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5862
5863 * sim-inline.h: Allow explicit control over which .c files will be
5864 included by their header.
5865
5866 * sim-inline.h: Allow explicit control over which .c files use the
5867 alternative - REGPARM - parameter passing mechanism.
5868
5869 * sim-inline.h, sim-inline.c: Don't attempt to include any of
5870 icache.c, idecode.c, semantics.c or support.c. Those names are
5871 not generally applicable.
5872
5873Thu Feb 27 10:17:23 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5874
5875 * sim-bits.c, sim-bits-n.h (new): Split sim-bits.c into two parts
5876 in a fashion similar to sim-endian-n.
5877
5878 * sim-endian.h: (H_word, L_word, AL_*, VL_*): Extend to include
5879 both value and address macro's.
5880
5881Tue Feb 25 18:51:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5882
5883 * sim-alu.h (ALU16_BEGIN, ALU16_SET, ...): Fill in.
5884
5885 * sim-endian.h (L_word, H_word): Replace MS2W_4, LS2W_4 with more
5886 generic L_word, H_word macro's.
5887
5888Thu Feb 20 18:36:55 1997 Andrew Cagney <cagney@critters.cygnus.com>
5889
5890 * sim-basics.h: Borrow code from ppc directory.
5891 * sim-bits.c: Ditto.
5892 * sim-bits.h: Ditto.
5893 * sim-config.h: Ditto.
5894 * sim-endian-n.h: Ditto.
5895 * sim-endian.c: Ditto.
5896 * sim-endian.h: Ditto.
5897 * sim-inline.c: Ditto.
5898 * sim-inline.h: Ditto.
5899 * sim-types.h: Ditto.
5900
5901Wed Feb 19 12:40:50 1997 Andrew Cagney <cagney@critters.cygnus.com>
5902
5903 * sim-alu.h (ALU_SET16, ALU_SET32, ALU_SET64, etc): Make available
5904 all the ALU size alternatives and then auto-configure a default.
5905
5906 * sim-alu.h: Copy ppc/idecode_expression.h.
5907
5908Mon Feb 17 10:44:18 1997 Andrew Cagney <cagney@critters.cygnus.com>
5909
5910 * bits.h, bits.c (SIGN_EXTEND32, SIGN_EXTEND64): New functions,
5911 sign extend a bit within a value.
5912
5913 * sim-endian.h, sim-endian-n.h (offset_N): New functions - return
5914 a pointer into the middle of a host word.
5915 * sim-endian.h (MS2W_4, LS2W_4): Use this function.
5916
5917Tue Feb 11 13:46:49 1997 Michael Meissner <meissner@tiktok.cygnus.com>
5918
5919 * callback.c: If HAVE_CONFIG_H is defined, include config.h from
5920 autoconf. If HAVE_UNISTD_H is defined, include unistd.h to get
5921 appropriate definitions of read, write, etc. Add prototype for
5922 system.
5923
5924Tue Feb 4 13:24:44 1997 Doug Evans <dje@canuck.cygnus.com>
5925
5926 * Makefile.in (libcommon.a): Delete.
5927 (callback.o,targ-map.o): Delete, moved to Make-common.in.
5928 (gentmap,targ-vals.h,targ-map.c): Likewise.
5929 (run-autoconf): Delete.
5930 * aclocal.m4 (SIM_AC_OUTPUT): Redo creation of Makefile.
5931 (common makefile fragment): Moved back into ...
5932 * Make-common.in: Resurrect.
5933 * configure.in (AC_LINK_FILES): Delete, unnecessary now.
5934 * configure: Regenerated.
5935
5936Fri Jan 31 07:16:49 1997 Doug Evans <dje@canuck.cygnus.com>
5937
5938 * aclocal.m4 (SIM_AC_COMMON): Move COMMON_MAKEFILE_FRAG from here.
5939 (SIM_AC_OUTPUT): To here.
5940
5941Fri Jan 24 10:37:17 1997 Stu Grossman (grossman@critters.cygnus.com)
5942
5943 * aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s in
5944 comments and single quotes. Fixes a problem found on hpux.
5945
5946Thu Jan 23 13:35:03 1997 Stu Grossman (grossman@critters.cygnus.com)
5947
5948 * aclocal.m4: Remove Make-common.in from dependencies.
5949 * (distclean): Remove targ-vals.def.
5950
5951 * aclocal.m4 (SIM_AC_COMMON): Move contents of Make-common.in
5952 into here. Makes insertion into makefiles easier. Also, change
5953 the way that callback.o, gentmap, targ-vals.h, targ-map.c,
5954 targ-map.o, and run are built. They are now built in the
5955 individual simulator directories, taking sources from ../common as
5956 necessary. This replaces the merging of libcommon.a into
5957 linsim.a, which was problematic for the WinGDB build process.
5958 * run.c: Include config.h from . instead of ../common.
5959 * Make-common.in: Remove. It's no longer necessary.
5960
5961Mon Dec 16 15:02:33 1996 Ian Lance Taylor <ian@cygnus.com>
5962
5963 * Make-common.in (ALL_CLAGS): Put CFLAGS at the end.
5964 (.c.o): Put $(ALL_CFLAGS) before the file being compiled.
5965
5966Wed Dec 11 11:30:58 1996 Jim Wilson <wilson@cygnus.com>
5967
5968 * run.c (main): Set target_byte_order before call to sim_open.
5969
5970Sun Dec 8 18:22:06 1996 Doug Evans <dje@canuck.cygnus.com>
5971
5972 * callback.c: #include <stdlib.h>
5973 (os_error): New function.
5974 (default_callback): Add os_error.
5975
5976Mon Nov 25 19:44:35 1996 Doug Evans <dje@canuck.cygnus.com>
5977
5978 * Make-common.in (Makefile): Set CONFIG_HEADERS="".
5979 * aclocal.m4: Mark the fact that --enable-sim-bswap isn't host
5980 specific.
5981 (SIM_AC_OUTPUT): Don't build Makefile if CONFIG_FILES="".
5982
5983Wed Nov 20 01:11:04 1996 Doug Evans <dje@canuck.cygnus.com>
5984
5985 * run.c: #include ../common/config.h, tconfig.h.
5986 (myname): New static global.
5987 (main): Recognize new options -a, -c. Also recognize -h if h8/300.
5988 Only process -c ifdef SIM_HAVE_SIMCACHE.
5989 Only process -p/-s ifdef SIM_HAVE_PROFILE.
5990 Parse program name from argv[0] and use in error messages.
5991 Pass sim_args to sim_open. Pass prog_args to sim_create_inferior.
5992 Add support for incomplete h8/300 termination indicators.
5993 (usage): Make more verbose.
5994 * aclocal.m4,config.in,tconfig.in,configure.in,configure: New files.
5995 * Makefile.in,Make-common.in,callback.c: New files.
5996 * nltvals.def,gentmap.c,gentvals.sh: New files.
5997
5998Tue Nov 12 13:34:00 1996 Dawn Perchik <dawn@cygnus.com>
5999
6000 * run.c: Include stdarg.h if __STDC__.
6001
6002Tue Oct 15 11:16:31 1996 Jeffrey A Law (law@cygnus.com)
6003
6004 * run.c (main): Don't print out anything if the signal
6005 number is zero (ie no signal).
6006
6007Tue Oct 15 11:20:44 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6008
6009 * run.c (main): Print out if the program raised a signal.
6010
6011Wed Sep 18 09:52:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6012
6013 * run.c (exec_bfd): Rename from sim_bfd, to use the gdb name.
6014 (main): Ditto.
6015
6016Tue Sep 17 11:04:50 1996 James G. Smith <jsmith@cygnus.co.uk>
6017
6018 * run.c (main): Explicitly cast malloc() parameter.
6019
6020Thu Sep 12 11:27:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6021
6022 * run.c (sim_bfd): New global to hold the bfd pointer for the
6023 executable.
6024 (main): Initialize sim_bfd.
6025
6026Fri Dec 15 16:27:49 1995 Ian Lance Taylor <ian@cygnus.com>
6027
6028 * run.c (main): Use new bfd_big_endian macro.
6029
6030Wed Nov 8 15:49:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
6031
6032 * run.c (main): Removed SH specific comments, so source is
6033 generic. Also updated to only load relevant sections. Moved
6034 sim_open() to after callback attach (to match GDB).
6035
6036 * run.1: Removed SH specific comments.
6037
6038Sat Oct 21 12:31:01 1995 Jim Wilson <wilson@chestnut.cygnus.com>
6039
6040 * run.c (main): Always return sigrc at end.
6041
6042Tue Oct 10 12:03:13 1995 J.T. Conklin <jtc@rtl.cygnus.com>
6043
6044 * run.c (main): Print error diagnostic and exit if bfd_openr() or
6045 bfd_check_format() fails.
6046
6047Thu Sep 28 15:40:36 1995 steve chamberlain <sac@slash.cygnus.com>
6048
6049 * run.c, run.1: From sh directory.