Approved by nickc@redhat.com:
[deliverable/binutils-gdb.git] / sim / common / ChangeLog
CommitLineData
9ab46d53
JB
12005-02-09 Jim Blandy <jimb@redhat.com>
2
3 * Make-common.in (CGEN): Load guile.scm, and include a trailing
4 '-s' argument.
5 (CGEN_FLAGS_TO_PASS): Include single quotes around the reference
6 to $(CGEN), to ensure that the command substitution happens where
7 the variable is referenced in the submake, not when the submake's
8 arguments are expanded.
9 (cgen.sh): Be prepared for the 'cgen' argument to contain spaces.
10 (arch, cpu, decode, cpu-decode, defs, desc): Place the name of the
11 application Scheme script directly after ${cgen}; don't precede it
12 with a -s.
13
f4f8cce4
HPN
142005-01-28 Hans-Peter Nilsson <hp@axis.com>
15
97f669ed
HPN
16 * syscall.c (cb_syscall) <case CB_SYS_pipe>: New case.
17 * callback.c [HAVE_LIMITS_H]: Include limits.h.
18 Include libiberty.h.
19 (os_close, os_read, os_write, os_fstat, os_ftruncate): Support fd
20 being either end of a pipe.
21 (os_pipe, os_pipe_empty, os_pipe_nonempty): New functions.
22 (os_shutdown): Clear pipe state.
23 (default_callback): Initialize new members.
24
f4f8cce4
HPN
25 * callback.c (default_callback): Initialize target_endian.
26 (cb_store_target_endian): Renamed from store, new first parameter
27 host_callback *cb, drop last parameter big_p. Take endianness
28 from cb.
29 (cb_host_to_target_stat): Change to use cb_store_target_endian.
30 Remove variable big_p.
31 * nrun.c (main): Initialize default_callback.target_endian.
32
35695fd6
AC
332005-01-14 Andrew Cagney <cagney@gnu.org>
34
35 * configure.ac: Replace SIM_AC_COMMON with sinclude of common.m4.
36 Add explicit call to AC_CONFIG_HEADER.
37 * common.m4: Delete call to AC_CONFIG_HEADER, update usage.
38 * configure: Re-generate.
39
f0569246
AC
402005-01-12 Andrew Cagney <cagney@gnu.org>
41
42 * common.m4: New file, based on of aclocal.m4.
43
38f48d72
AC
442005-01-11 Andrew Cagney <cagney@localhost.localdomain>
45
46 * aclocal.m4 (SIM_AC_OUTPUT): Rewrite to use 2.59 macros.
47 * configure: Regenerated to track ../common/aclocal.m4 changes.
48
b7026657
AC
492005-01-07 Andrew Cagney <cagney@gnu.org>
50
51 * configure.ac: Rename configure.in, require autoconf 2.59.
52 * aclocal.m4 (SIM_AC_COMMON): Delete call to AC_CONFIG_AUX_DIR.
53 * configure: Re-generate.
54
5d945fec
HPN
552004-12-15 Hans-Peter Nilsson <hp@axis.com>
56
57 * syscall.c (cb_syscall) <case CB_SYS_truncate>
58 <case CB_SYS_ftruncate>: New cases.
59
0d3cd463
HPN
602004-12-13 Hans-Peter Nilsson <hp@axis.com>
61
62 * syscall.c (cb_syscall) <case CB_SYS_lstat>: New case.
82571856 63 (cb_syscall) <case CB_SYS_rename>: New case.
af596d08 64 * callback.c (os_lstat): New function.
0d3cd463 65
119860e5
HPN
662004-12-08 Hans-Peter Nilsson <hp@axis.com>
67
027e2a04
HPN
68 * run.1: Document --sysroot=filepath.
69 * sim-options.c (STANDARD_OPTIONS): New member OPTION_SYSROOT.
70 (standard_options): Support --sysroot=<path>.
71 (standard_option_handler): Handle OPTION_SYSROOT.
72 * syscall.c (simulator_sysroot): Define, initialized empty.
73 (get_path): Prepend simulator_sysroot to absolute file path.
74 [HAVE_STRING_H]: Include string.h.
75 [!HAVE_STRING_H && HAVE_STRINGS_H]: Include strings.h.
76 * nrun.c [HAVE_UNISTD_H]: Include unistd.h.
77 (main): If simulator_sysroot is not empty, chdir there.
78 * sim-config.h (simulator_sysroot): Declare.
79
119860e5
HPN
80 * aclocal.m4 (SIM_AC_OUTPUT): Substitute @cgen_breaks@ for "break
81 cgen_rtx_error" in a CGEN-generated simulator.
82 * gdbinit.in: Break on sim_core_signal too. Have autoconf
83 replacement for CGEN-related breakpoints.
84
70ae6611
HPN
852004-12-07 Hans-Peter Nilsson <hp@axis.com>
86
87 * Make-common.in (sim-basics_h): Add $(callback_h).
88
697afb65
HPN
892004-12-03 Hans-Peter Nilsson <hp@axis.com>
90
91 * configure.in (SIM_CHECK_MEMBERS): Call for struct stat members
92 st_dev, st_ino, st_mode, st_nlink, st_uid, st_gid, st_rdev,
93 st_size, st_blksize, st_blocks, st_atime, st_mtime and st_ctime.
94 * aclocal.m4 (SIM_CHECK_MEMBER, SIM_CHECK_MEMBERS_1)
95 (SIM_CHECK_MEMBERS): New macros.
96 * callback.c (cb_host_to_target_stat): Use temporary macro ST_x
97 for struct stat member test and write. Add ST_x calls for each
98 struct stat member tested in configure.in. Wrap each ST_x call in
99 #ifdef of configure macro for that member.
100 * configure, config.in: Regenerate.
101
6e56eb07
HPN
1022004-12-01 Hans-Peter Nilsson <hp@axis.com>
103
104 * cgen.sh: New thirteenth parameter opcfile, defaulting to
105 /dev/null.
106 <case desc>: Pass -OPC opcfile.
107 * Make-common.in (cgen-desc): Pass $(opcfile) as thirteenth
108 parameter to cgen.sh.
109
c87368ac
RE
1102004-11-30 Richard Earnshaw <rearnsha@arm.com>
111
112 * Make-common.in (sim-basics_h): Correct dependencies on
113 cconfig.h and tconfig.h
114 (sim-load.o): Correct typo in sim-basics_h dependency.
115
08cd3760
RE
1162004-11-18 Richard Earnshaw <rearnsha@arm.com>
117
15f5e61f
RE
118 * Make-common.in (sim-*_h): Add macros for all sim headers listing
119 sub-dependencies for other sim files that they include.
120 (sim_main_headers): Use sim-*_h macros.
08cd3760
RE
121 (sim-load.o): Depend on sim-basics_h, not sim_main_headers.
122
1afbf186
HPN
1232004-11-16 Hans-Peter Nilsson <hp@axis.com>
124
1d72487d
HPN
125 * sim-config.c (sim_config): Recognize when a bfd has unspecified
126 endian information.
127
1afbf186
HPN
128 * Make-common.in (sim-load.o): Depend on $(sim_main_headers) and
129 $(remote_sim_h) too.
130 (sim_main_headers): Add sim-utils.h.
131
a3bb1089
FCE
1322004-10-07 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
133
134 * cgen-defs.h (ENDSWITCH): Changed to compile with gcc-3.4.2.
135
5a645dc5
AC
1362004-07-26 Andrew Cagney <cagney@gnu.org>
137
138 Problem from Olaf Hering <olh@suse.de>.
139 * Makefile.in (install-man, installdirs): Add DESTDIR prefix.
140
109d3db3
BE
1412004-07-10 Ben Elliston <bje@au.ibm.com>
142
143 * hw-tree.c (parse_integer_property): Typo fix in comments.
144 * sim-options.c (sim_args_command): Likewise.
145
0aaa4a81
AC
1462004-06-28 Andrew Cagney <cagney@gnu.org>
147
148 * run.c: Rename ui_loop_hook to deprecated_ui_loop_hook.
149
0242f9ea
JR
1502004-06-27 J"orn Rennecke <joern.rennecke@superh.com>
151
152 * callback.c (os_shutdown): Fix bug in last change: actually
153 mark file descriptors as available on startup.
154
594ee3a7
JR
1552004-06-25 J"orn Rennecke <joern.rennecke@superh.com>
156
157 [ include/gdb: * callback.h (host_callback_struct): Replace
158 members fdopen and alwaysopen with fd_buddy. ]
159 * callback.c: Changed all users.
160
5f510f9c
AM
1612004-06-15 Alan Modra <amodra@bigpond.net.au>
162
163 * sim-load.c (sim_load_file): Use bfd_get_section_size
164 instead of bfd_get_section_size_before_reloc.
165
7659f80a
DJ
1662004-05-18 Daniel Jacobowitz <dan@debian.org>
167
168 * dv-glue.c (hw_glue_finish): Cast result of sizeof to long before
169 passing it to printf.
170
41ee5402
DJ
1712004-05-10 Daniel Jacobowitz <dan@debian.org>
172
173 * callback.c: Update copyright dates.
174 * run.c: Likewise.
175 * sim-basics.h: Likewise.
176 * sim-load.c: Likewise.
177 * syscall.c: Likewise.
178
1792004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
180
181 * callback.c: Include cconfig.h instead of config.h.
182 * run.c: Likewise.
183 * sim-basics.h: Likewise.
184 * sim-load.c: Likewise.
185 * syscall.c: Likewise.
186
6d0c993e
BE
1872004-01-16 Ben Elliston <bje@wasabisystems.com>
188
189 * Makefile.in (clean): Remove rm -f $(ALL), as $(ALL) is empty.
190
6edf0760
NC
1912003-12-19 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
192
193 * sim-core.c (sim_core_trans_addr): Added for m32r-linux-run.
194
a69146da
KH
1952003-11-22 Kazu Hirata <kazu@cs.umass.edu>
196
197 * sim-options.c (standard_options): Fix the names of H8
198 variants.
199
fc0a2244
AC
2002003-10-30 Andrew Cagney <cagney@redhat.com>
201
202 * sim-trace.c, sim-base.h: Replace "struct symbol_cache_entry"
203 with "struct bfd_symbol".
204
ee3073b5
AC
2052003-10-21 Andrew Cagney <cagney@redhat.com>
206
207 * callback.c (os_truncate): Call "truncate", and not "stat".
208
198beae2
AC
2092003-10-20 Andrew Cagney <cagney@redhat.com>
210
211 * sim-base.h: Replace "struct sec" with "struct bfd_section".
212
8822d001
JR
2132003-10-15 J"orn Rennecke <joern.rennecke@superh.com>
214
215 * callback.c (os_ftruncate, os_truncate): New functions.
216 (default_callback): Initialize ftruncate and truncate members.
217
ea52ff81
DB
2182003-09-08 Dave Brolley <brolley@redhat.com>
219
220 On behalf of Doug Evans <dje@sebabeach.org>
221 * cgen.sh: New arg archfile.
222 * Make-common.in (cgen-arch,cgen-cpu,cgen-defs,cgen-decode,
223 cgen-cpu-decode,cgen-desc): Update call to cgen.sh.
224
e158f0a0
AC
2252003-08-28 Andrew Cagney <cagney@redhat.com>
226
227 * dv-glue.c (hw_glue_finish): Change %d to %ld to match sizeof.
228 * sim-options.c (print_help): Cast the format with specifier to
229 "int".
230
33319edb
DB
2312003-08-20 Michael Snyder <msnyder@redhat.com>
232 Dave Brolley <brolley@redhat.com>
233
234 * cgen-par.h (flags, word1): New target-specific
235 fields of CGEN_WRITE_QUEUE_ELEMENT.
236 (CGEN_WRITE_QUEUE_ELEMENT_FLAGS): New accessor macro.
237 (CGEN_WRITE_QUEUE_ELEMENT_WORD1): New accessor macro.
238 * gennltvals.sh: Add frv target.
239 * nltvals.def: Add frv target.
240
72f536bd
MS
2412003-06-23 Michael Snyder <msnyder@redhat.com>
242
ac59bf8d 243 * nrun.c (main): Delete h8/300 ifdef (sim now handles signals).
72f536bd
MS
244 * sim-reg.c: Fix cut-and-paste bug in comment.
245
1f1b2817
AC
2462003-06-22 Andrew Cagney <cagney@redhat.com>
247
248 From matthew green <mrg@redhat.com>:
249 * sim-fpu.h: Update copyright.
250 (sim_fpu_fraction, sim_fpu_guard): New prototypes.
251 * sim-fpu.c: Update copyright.
252 (sim_fpu_fraction, sim_fpu_guard): New inline functions.
253
89c0d7dd 2542003-06-17 Frank Ch. Eigler <fche@redhat.com>
6ec8fa7a 255
89c0d7dd 256 From Doug Evans <dje@sebabeach.org>:
6ec8fa7a
FCE
257 * cgen-trace.h (sim_disasm_read_memory): Update args to be compatible
258 with disassemble_info:read_memory_func.
259 * cgen-trace.c (sim_disasm_read_memory): Ditto.
260
828c9ae6
MS
2612003-06-04 Michael Snyder <msnyder@redhat.com>
262
263 * common/run.c (main): Remove SIM_H8300 ifdef.
264 (usage): Ditto.
265 * common/sim-options.c (STANDARD_OPTIONS): Add SIM_H8300SX.
266 (standard_options): Add '-x' for h8/300sx.
267 (standard_option_handler): Add case for SIM_H8300SX.
268
80d35d90
MS
2692003-04-13 Michael Snyder <msnyder@redhat.com>
270
271 * Make-common.in (sim-events.o, sim-config.o): Depend on sim-main.h.
272
876fec02
AC
2732003-03-01 Andrew Cagney <cagney@redhat.com>
274
275 * sim-engine.c (sim_engine_halt): If jmpbuf is invalid, abort.
276 (sim_engine_vabort): Ditto.
277
6b4a8935
AC
2782003-02-27 Andrew Cagney <cagney@redhat.com>
279
280 * sim-utils.h (sim_analyze_program, sim_load_file): Rename _bfd to bfd.
281 * sim-hload.c (sim_load), sim-base.h (sim_state_base): Ditto.
282 * nrun.c (main): Ditto.
283
dbd7cd63
AC
2842003-02-26 Andrew Cagney <cagney@redhat.com>
285
286 * sim-engine.h (sim_engine_abort): Add noreturn attribute.
287 (sim_engine_vabort): Ditto.
288 (sim_engine_halt, sim_engine_restart): Ditto.
289
836cc9f4
AC
2902003-02-20 Andrew Cagney <ac131313@redhat.com>
291
292 * Make-common.in (SIM_NEW_COMMON_OBJS): Remove sim-break.o
293 (sim-break_h): Delete macro.
294 (sim-break.o): Delete rule.
295 * sim-break.c: Delete file.
296 * sim-break.h: Delete file.
297 * sim-base.h [SIM_HAVE_BREAKPOINTS]: Don't include "sim-break.h".
298 (STATE_BREAKPOINTS): Delete macro.
299 (sim_state_base): Delete field breakpoints.
300 * sim-module.c (modules) [SIM_HAVE_BREAKPOINTS]: Don't add
301 sim_break_install to array.
302
45a15d6f
KH
3032003-01-08 Kazu Hirata <kazu@cs.umass.edu>
304
305 * run.c (usage): Fix typos.
306
127a77fe
CD
3072002-11-27 Richard Sandiford <rsandifo@redhat.com>
308
309 * sim-fpu.c (sim_fpu_inv): Use sim_fpu_div.
310
b85e4829
AC
3112002-11-22 Andrew Cagney <ac131313@redhat.com>
312
313 * dv-core.c: Update copyright. sim/common contributed to the FSF.
314 * dv-glue.c, dv-pal.c, hw-base.c, hw-base.h, hw-device.c: Ditto.
315 * hw-device.h, hw-handles.c, hw-handles.h: Ditto.
316 * hw-instances.c, hw-instances.h, hw-properties.c: Ditto.
317 * hw-properties.h, hw-tree.c, hw-tree.h, sim-alu.h: Ditto.
318 * sim-basics.h, sim-bits.c, sim-bits.h, sim-config.c: Ditto.
319 * sim-config.h, sim-core.c, sim-core.h, sim-endian.c: Ditto.
320 * sim-endian.h, sim-events.c, sim-events.h, sim-inline.c: Ditto.
321 * sim-inline.h, sim-io.c, sim-io.h, sim-n-bits.h: Ditto.
322 * sim-n-core.h, sim-n-endian.h, sim-types.h: Ditto.
323
d25b1553
AC
3242002-11-13 Andrew Cagney <cagney@redhat.com>
325
326 * run.c (main): Remove SIM_HAVE_ENVIRONMENT from #endif.
327
d690312f
CD
3282002-11-06 Richard Sandiford <rsandifo@redhat.com>
329
330 * Make-common.in (SIM_EXTRA_DISTCLEAN): New macro.
331 (distclean): Depend on it.
332
7c3e3b33
AM
3332002-10-14 Alan Modra <amodra@bigpond.net.au>
334
335 * cgen-trace.h: Test __BFD_H_SEEN__ rather than BFD_VERSION.
336
7ede505a
DB
3372002-08-29 Dave Brolley <brolley@redhat.com>
338
339 * Make-common.in (CGEN_READ_SCM): Remove ../../cgen/stamp-cgen.
340
75c4388a
AC
3412002-07-17 Andrew Cagney <cagney@redhat.com>
342
343 * run-sim.h: Add #ifdef RUN_SIM_H wrapper.
344 (sim_set_callbacks, sim_size, sim_trace)
345 (sim_set_trace, sim_set_profile_size, sim_kill): Declare. Moved
346 to here from "gdb/remote-sim.h".
347
7a3085c1 3482002-07-16 Andrew Cagney <ac131313@redhat.com>
39248af8
AC
349
350 * sim-resume.c (sim_resume): Add local variable sig_to_deliver to
351 avoid possible longjmp problems with automatic variable siggnal.
352
076043f2
AC
3532002-07-14 Andrew Cagney <ac131313@redhat.com>
354
355 From 2002-07-11 Momchil Velikov <velco@fadata.bg>:
356 * Make-common.in (installdirs): Make $(libdir) too, needed when
357 installing libsim.a.
358
3fbeef0b
AC
3592002-07-13 Andrew Cagney <ac131313@redhat.com>
360
361 * gennltvals.sh (dir): Mark d30v as obsolete.
362 * nltvals.def: Remove d30v.
363
bf962092
AC
3642002-06-17 Andrew Cagney <cagney@redhat.com>
365
27961795
AC
366 * hw-events.c (hw_event_queue_schedule): Initialize `dummy'.
367
bf962092
AC
368 * sim-memopt.c: Include <unistd.h>.
369 (do_memopt_add): Fix printf format.
370 * sim-events.c (sim_events_schedule): Initialize ``dummy''.
371
c8cca39f
AC
3722002-06-16 Andrew Cagney <ac131313@redhat.com>
373
374 * aclocal.m4 (SIM_AC_OPTION_WARNINGS): Update to match GDB's
375 --enable-gdb-build-warnings.
376 * configure: Regenerated to track ../common/aclocal.m4 changes.
377
307041b7 3782002-06-09 Aldy Hernandez <aldyh@redhat.com>
7d7d930f
AH
379
380 * sim-fpu.c (unpack_fpu): Initialize exponent for
381 sim_fpu_class_zero.
382 (i2fpu): Same.
383 (sim_fpu_sqrt): Same.
384
3c25f8c7
AC
3852002-06-08 Andrew Cagney <cagney@redhat.com>
386
387 * gentmap.c (gen_targ_map_c): Generate "gdb/callback.h".
388 * sim-basics.h: Include "gdb/callback.h" and "gdb/remote-sim.h".
389 * run.c: Ditto.
390 * sim-load.c: Ditto.
391 * callback.c: Ditto.
392 * syscall.c: Ditto.
393 * Make-common.in (callback_h): Define.
394 (remote_sim_h): Define.
395 (run.o): Update.
396 (callback.o): Update.
397 (syscall.o): Update.
398 (sim-load.o):
399 (nrun.o): Update.
400 (sim-hload.o): Update.
401 (sim-io.o): Update.
402 (sim-reason.o): Update.
403 (sim-reg.o): Update.
404 (sim-resume.o): Update.
405
dbec3bef
KH
4062002-05-30 Kazu Hirata <kazu@cs.umass.edu>
407
408 * run.c: Fix formatting.
409
de4112fa
NC
4102002-05-20 Nick Clifton <nickc@cambridge.redhat.com>
411
412 * run-sim.h: New header. Provide prototypes for functions used
413 between run() and libsim.a which are not used by GDB.
414 * run.c: Include run-sim.h.
415 (main): If SIM_TARGET_SWITCHES is defined call
416 sim_target_parse_command_line.
417 (usage): If SIM_TARGET_SWITCHES is defined call
418 sim_target_display_usage.
419
a8cdafbd
AV
4202002-05-17 Andrey Volkov <avolkov@transas.com>
421
422 * run.c: Made h8300s as new target, not h8300h alias.
423 Added new option -S (h8300s target)
424 * sim-options.c: Ditto.
425
5accf1ff
CD
4262002-05-01 Chris Demetriou <cgd@broadcom.com>
427
428 * callback.c: Use 'deprecated' rather than 'depreciated.'
429
080fe24b
AC
4302002-02-24 Andrew Cagney <ac131313@redhat.com>
431
432 From wiz at danbala:
433 * sim-fpu.h: Fix grammar and typos.
434 Fix PR gdb/287.
435
6439295f
CD
4362002-02-10 Chris Demetriou <cgd@broadcom.com>
437
438 * callback.c: Fix some spelling errors.
439 * hw-device.h: Likewise.
440 * hw-tree.c: Likewise.
441 * sim-abort.c: Likewise.
442 * sim-alu.h: Likewise.
443 * sim-core.h: Likewise.
444 * sim-events.c: Likewise.
445 * sim-events.h: Likewise.
446 * sim-fpu.h: Likewise.
447 * sim-profile.h: Likewise.
448 * sim-utils.c: Likewise.
449
dea03d4e
HPN
4502002-01-31 Hans-Peter Nilsson <hp@axis.com>
451
452 * cgen-ops.h (ADDCQI, ADDCFQI, ADDOFQI, SUBCQI, SUBCFQI, SUBOFQI):
453 New functions.
454
1636f0bb
BE
4552002-01-20 Ben Elliston <bje@redhat.com>
456
457 * sim-fpu.h (SIM_FPU_IS_QNAN): Replace "Quite" with "Quiet" in
458 the comment for this enumerator.
459
b59d44de
BE
4602002-01-14 Ben Elliston <bje@redhat.com>
461
462 * sim-fpu.h: Fix comment about sim_fpu_* constants.
463
280b26c0
KH
4642001-12-20 Kazu Hirata <kazu@hxi.com>
465
466 * run.c (usage): Fix a typo.
467
e3e473da
BE
4682001-07-05 Ben Elliston <bje@redhat.com>
469
470 * Make-common.in (srccgen): Remove.
471 (CGEN_CPU_DIR): Define.
472 (CGEN_READ_SCM): Redefine without $(srccgen).
473 (CGEN_ARCH_SCM): Ditto.
474 (CGEN_CPU_SCM): Ditto.
475 (CGEN_DECODE_SCM): Ditto.
476 (CGEN_DESC_SCM): Ditto.
477
2836ee25
FCE
4782001-04-25 Frank Ch. Eigler <fche@redhat.com>
479
480 * sim-load.c (sim_load_file): Put it back: external now.
481 * sim-utils.c (sim_analyze_program): Ditto. Nyuk nyuk nyuk.
482
5b778125
AC
4832001-04-21 Andrew Cagney <ac131313@redhat.com>
484
485 * sim-load.c (sim_load_file): Delete call bfd_cache_close. BFD
486 internal interface.
487 * sim-utils.c (sim_analyze_program): Ditto.
488
6ec9f4a9
FCE
4892001-04-19 Frank Ch. Eigler <fche@redhat.com>
490
491 * sim-utils.c (sim_analyze_program): Call bfd_cache_close after
492 we're finished with its immediate use.
493 * sim-load.c (sim_load_file): Ditto.
494
764f1408
FCE
4952001-03-16 Frank Ch. Eigler <fche@redhat.com>
496
497 Add support for mmap-based memory regions.
498 * sim-memopt.c (mmap_next_fd): New global.
499 (sim_memory_init): Reinitialize it.
500 (OPTION_MEMORY_MAPFILE, memory_option_handler): Support new
501 "--memory-mapfile FILE" option. Check for some errors.
502 (do_memopt_add): Conditionally do mmap instead of malloc for
503 backing store of simulated memory. Check for more errors.
504 (do_simopt_delete, sim_memory_uninstall): Corresponding cleanup.
505 * sim-memopt.h (munmap_length): New member of _sim_memopt.
506 * configure.in: Look for mmap/fstat related functions and headers.
507 * config.in, configure: Regenerated.
508
35c20992
FCE
5092001-03-15 Frank Ch. Eigler <fche@redhat.com>
510
511 * sim-core.c (sim_core_map_attach): Correct overlap-related
512 error messages.
513
f6bb7a3b
MM
5142001-03-07 Michael Meissner <meissner@redhat.com>
515
516 * run.c (alloca-conf.h): Delete, no longer provided.
517
01816cd8
BE
5182001-02-22 Ben Elliston <bje@redhat.com>
519
520 * sim-trace.h (TRACE_VPU_IDX): Add.
521 (TRACE_vpu): Define.
522 (WITH_TRACE_VPU_P): Likewise.
523 (TRACE_VPU_P): Likewise.
524 * sim-trace.c (OPTION_TRACE_VPU): Define.
525 (trace_options): Add --trace-vpu.
526 (trace_option_handler): Handle OPTION_TRACE_VPU.
527 (trace_option_handler): Include VPU tracing in --trace-semantics.
528 (trace_idx_to_str): Handle TRACE_VPU_IDX.
529
44a9331c
BE
5302001-02-21 Ben Elliston <bje@redhat.com>
531
532 * sim-trace.h (TRACE_BRANCH_INPUT1): New macro.
533 (TRACE_BRANCH_INPUT2): Likewise.
534
c43ad8eb
BE
5352001-02-09 Ben Elliston <bje@redhat.com>
536
537 * (profile_print_pc): Write header out in target byte order.
538
5392001-02-09 Ben Elliston <bje@redhat.com>
540
541 * sim-profile.c (profile_pc_init): Correct bug in loop logic when
542 adjusting the pc shift value.
543
9397fcbf
FCE
5442001-01-12 Chris Demetriou <cgd@sibyte.com>
545
badd2b1e
BE
546 * aclocal.m4 (SIM_AC_OPTION_SCACHE): Properly handle the case
547 where a numeric value is supplied.
9397fcbf 548
63fe1038
BE
5492001-01-06 Ben Elliston <bje@redhat.com>
550
551 * cgen.sh: Allow extrafiles to include the semantics files when
552 generating an ISA-specific decoder.
553
b6f6b44d
AO
5542000-12-27 Alexandre Oliva <aoliva@redhat.com>
555
556 * Make-common.in (sim-io.o): Depend on targ-vals.h.
557
ad8707b5
BE
5582000-12-23 Ben Elliston <bje@redhat.com>
559
560 * cgen-trace.c (trace_result): Handle 'f' type operands; output
561 them to the trace stream using sim_fpu_printn_fpu. Include
562 "sim-fpu.h".
563
b94c0966
BE
5642000-12-15 Ben Elliston <bje@redhat.com>
565
566 * sim-fpu.h (sim_fpu_printn_fpu): Declare.
567 * sim-fpu.c (print_bits): Add digits parameter. Print only as many
568 trailing digits as specified (-1 to print all digits).
569 (sim_fpu_print_fpu): New wrapper around sim_fpu_printn_fpu.
570 (sim_fpu_printn_fpu): Rename from sim_fpu_print_fpu; update calls
571 to print_bits ().
572
fd5d712e
BE
5732000-12-13 Ben Elliston <bje@redhat.com>
574
575 * cgen.sh: Set prefix/PREFIX (append ISA if applicable). Factor
576 sed expressions into $sedscript, substituting @prefix@/@PREFIX@.
577 (defs): New action.
578
4c15ccf7
GK
5792000-12-12 Geoffrey Keating <geoffk@redhat.com>
580
581 * sim-endian.h: Don't have parameters on macro definitions which
582 are simply renaming functions, to permit use of XCONCAT2 in both
583 the macro name and the arguments in a use of such a definition.
584
0d277f51
BE
5852000-12-11 Ben Elliston <bje@redhat.com>
586
587 * cgen-ops.h (SUBWORDDFDI): New function.
588
bb4e03e5
BE
5892000-12-05 Ben Elliston <bje@redhat.com>
590
c79688eb
BE
591 * Make-common.in (cgen-defs): New target.
592 (cgen-decode): Pass $(EXTRAFILES).
593
bb4e03e5
BE
594 * genmloop.sh: Use @prefix@, not @cpu@ throughout. Add -prefix and
595 -outfile-suffix options.
596
76440e4b
BE
5972000-12-04 Ben Elliston <bje@redhat.com>
598
6227bc85
BE
599 * cgen-ops.h (SUBWORDSIQI): Mask off top bits.
600 (SUBWORDSIUQI): Likewise.
601 (SUBWORDDIHI): Likewise.
602 (SUBWORDDIQI): New function.
603
76440e4b
BE
604 * cgen-trace.c (disassemble_insn): Remove unused declaration.
605 * cgen-scache.c (scache_option_handler): Remove unused local var.
606
cdc2a5c3
BE
6072000-12-03 Ben Elliston <bje@redhat.com>
608
609 * sim-profile.c (profile_option_handler): Remove unused prof_nr.
610
4e73b9c1
SC
6112000-11-26 Stephane Carrez <Stephane.Carrez@worldnet.fr>
612
613 * hw-events.c (delete_hw_event_data): Remove the scheduled events.
614
ce9bc8d1
SC
6152000-11-26 Stephane Carrez <Stephane.Carrez@worldnet.fr>
616
617 * dv-core.c (dv_core_attach_address_callback): Don't abort if
618 space is not zero.
619
ce13044d
SC
6202000-11-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
621
622 * hw-base.c (hw_delete): Don't free base_of_hw since it's freed.
623 (set_hw_delete): Moved the macro as a function.
624 * hw-base.h (set_hw_delete): Declare as external function.
625 * hw-alloc.c (delete_hw_alloc_data): Allow to free the memory
626 allocated using hw_malloc.
627
7c070881
SC
6282000-11-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
629
630 * sim-options.c (sim_parse_args): Free the memory used for
631 long_options, short_options, handlers, opt_cpu, orig_val.
632
4f49fa1b
BE
6332000-11-20 Ben Elliston <bje@redhat.com>
634
635 * cgen-ops.h (SUBBI): New macro.
636 (SUBWORDSIQI, SUBWORDSIHI, SUBWORDSIUQI): New functions.
637 (SUBWORDDIHI, SUBWORDDIUQI, SUBWORDDIDF): Likewise.
638
2d84da1b
BE
6392000-11-16 Ben Elliston <bje@redhat.com>
640
641 * cgen-types.h (VOID): New type.
642
dbc168af
BE
6432000-11-09 Ben Elliston <bje@redhat.com>
644
645 * sim-fpu.c (sim_fpu_one): Set exponent to 0.
646 (sim_fpu_two): Set exponent to 1.
647
e4f5c43e
EZ
6482000-10-26 Ben Elliston <bje@redhat.com>
649
650 * cgen.sh: Handle an isa argument between cpu and mach. Default to
651 `all'. Pass `-i' options to cgen applications.
652 * Make-common.in (cgen-arch, cgen-cpu, cgen-decode, cgen-cpu-decode,
653 cgen-desc): Pass $(isa) to cgen.sh.
654
a8d894af
BE
6552000-10-08 Ben Elliston <bje@redhat.com>
656
657 * cgen-utils.c (cgen_rtx_error): New function.
658
6592000-10-07 Ben Elliston <bje@redhat.com>
660
661 * cgen-trace.c (sim_cgen_disassemble_insn): Handle failure
662 conditions for sim_core_read_buffer().
663
6d4c43bf
DB
6642000-09-26 Dave Brolley <brolley@redhat.com>
665
666 * cgen-utils.c (RORQI): New function.
667 (ROLQI): New function.
668 (RORHI): New function.
669 (ROLHI): New function.
670
0e266e5c
DB
6712000-08-28 Dave Brolley <brolley@redhat.com>
672
673 * cgen-trace.c (sim_cgen_disassemble_insn): Make sure entire insn is
674 in insn_value if it will fit.
675
604259a0
FCE
6762000-08-21 Frank Ch. Eigler <fche@redhat.com>
677
678 * Make-common.in, cgen.sh: Contribute CGEN-related build targets/rules.
679
4193618c
DB
6802000-08-15 Dave Brolley <brolley@redhat.com>
681
682 * sim-profile.c (profile_print_speed): Print cpu frequency if not zero.
683
6842000-08-15 Dave Brolley <brolley@redhat.com>
685
686 * sim-profile.h (PROFILE_DATA): Add cpu_freq.
687 (PROFILE_CPU_FREQ): New macro.
688 * sim-profile.c (OPTION_PROFILE_CPU_FREQUENCY): New enumerator.
689 (profile-options): Add profile-cpu-frequency.
690 (parse_frequency): New function.
691 (profile_option_handler): Handle OPTION_PROFILE_CPU_FREQUENCY.
692 (profile_print_speed): Print cpu frequency and simulated execution time.
693 Re-indent other items to match.
694
548a3e15
AC
6952000-08-09 Andrew Cagney <cagney@lulu.cygnus.com>
696
697 * dv-sockser.c (dv_sockser_init): Eliminate MIN macro.
698
fab307a2
FCE
6992000-07-27 Frank Ch. Eigler <fche@redhat.com>
700
701 From Maciej W. Rozycki <macro@ds2.pg.gda.pl>
702 * Makefile.in (install): Install run.1 man page.
703
46a19b74
AC
704Thu Jul 27 21:56:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
705
706 From 2000-06-23 Doug Evans <dje@casey.transmeta.com>:
707 * Makefile.in (headers,nltvals.def): Merge.
708
3c765a54
AC
709Thu Jul 27 20:37:47 2000 Andrew Cagney <cagney@b1.cygnus.com>
710
f9cbceb6
AC
711 From 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
712 * nrun.c (main): Print the simulator statistics only in
713 verbose mode.
714 * hw-properties.h (hw_find_integer_array_property): Fix
715 prototype (use signed_cell).
716
38e64f35
AC
717 From 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
718 * sim-events.c (sim_events_remain_time): New function returning
719 the time that remains before the event is raised.
720 * hw-events.c (hw_event_remain_time): Likewise.
721 * sim-events.h (sim_events_remain_time): Declare.
722 * hw-events.h (hw_event_remain_time): Declare.
723
0802cc40
AC
724 From 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
725 * sim-hw.c: Use <errno.h> instead of <sys/errno.h>
726 (OPTION_HW_LIST): New option --hw-list to list the devices.
727 (hw_option_handler): List the device tree with 'sim_hw_print'.
728
3c765a54
AC
729 From 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
730 * sim-bits.h (_MSB_16, _LSB_16): Define for 16-bit targets.
731 (MASK, LSBIT, MSBIT): Likewise and use _MSB_16 and _LSB_16.
732 (EXTENDED): Define for 16-bit word size.
733 * sim-bits.c (LSEXTRACTED, MSEXTRACTED, LSINSERTED,
734 MSINSERTED, LSSEXT, MSSEXT): Implement for 16-bit word size.
735 * sim-types.h: Added support for 16-bit targets.
736
7fb283bc
FCE
7372000-06-23 Frank Ch. Eigler <fche@redhat.com>
738
739 * cgen-trace.h (TRACE_USEFUL_MASK): Remove TRACE_EVENTS_IDX.
740
ab42ee12
FCE
7412000-06-24 Frank Ch. Eigler <fche@redhat.com>
742
743 From Maciej W. Rozycki <macro@ds2.pg.gda.pl>:
744 * Makefile.in (distclean): Clean cconfig.h also.
745
eb2d80b4
AC
746Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
747
748 * configure: Regenerated to track ../common/aclocal.m4 changes.
749
750Tue May 23 21:35:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
751
752 * aclocal.m4 (sim-profile): Enable the profiler by default.
753
781c552e
AC
754Tue May 23 20:30:12 2000 Andrew Cagney <cagney@amy.cygnus.com>
755
756 * run.c (main): Initialize sigrc.
757
5eb1a8fa
AC
758Wed Apr 26 16:18:44 2000 Andrew Cagney <cagney@b1.cygnus.com>
759
760 * sim-events.c (update_time_from_event): Add more detailed event
761 tracing.
762
b2ac51e4
DB
7632000-03-30 Dave Brolley <brolley@redhat.com>
764
765 * aclocal.m4 (cgen): Use guile to run cgen.
766
f8603f2f
DB
7672000-03-23 Dave Brolley <brolley@redhat.com>
768
769 * cgen-fpu.h: Rename extsfdf to fextsfdf. Rename truncdfsf to
770 ftruncdfsf.
771 * cgen-accfp.c (fextsfdf): New function.
772 (ftruncdfsf): New function.
773 (cgen_init_accurate_fpu): Initialize fextsfdf and ftruncdfsf.
774
0f831eb3
JJ
7752000-03-13 Jeff Johnston <jjohnstn@cygnus.com>
776
777 * cgen-ops.h: Added TRUNCSISI.
778
e88acae7
FCE
7792000-03-08 Dave Brolley <brolley@redhat.com>
780
781 * cgen-par.h (cgen_write_queue_kind): Add CGEN_FN_SF_WRITE.
782 (CGEN_WRITE_QUEUE_ELEMENT): Add fn_sf_write.
783 (sim_queue_fn_si_write): Last argument is has type USI.
784 (sim_queue_fn_sf_write): New function.
785 * cgen-par.c (sim_queue_fn_si_write): Declare 'value' as USI.
786 (sim_queue_fn_sf_write): New function.
787 (cgen_write_queue_element_execute): Handle CGEN_FN_SF_WRITE.
788
baa7ae6f
AC
789Tue Feb 22 16:45:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
790
791 * run.c (main): When SIM_HAVE_ENVIRONMENT enable tracing with
792 sim_set_trace and run simulator using sim_resume.
793 (main): Add option ``-o'' - operating environment. Only continue
794 after a signal when operating environment.
795 (main): Always set REASON and SIGRC using sim_stop_reason.
796 (sim_trace): Delete extern declaration.
797
6d358e86
NC
7982000-02-08 Nick Clifton <nickc@cygnus.com>
799
800 * callback.c: Fix compile time warning messages.
801 * run.c: Fix compile time warning messages.
802
ed9a39eb
JM
8031999-12-17 Dave Brolley <brolley@cygnus.com>
804
805 * sim-profile.h: (set_profile_option_mask): Add prototype.
806 * sim-profile.c (set_profile_option_mask): No longer static.
807
c4093a6a
JM
808Wed Dec 8 21:47:13 1999 Andrew Cagney <cagney@b1.cygnus.com>
809
810 * sim-arange.c: Include <string.h>
811
de57eccd
JM
8121999-12-07 Dave Brolley <brolley@cygnus.com>
813
c4093a6a 814 * sim-options.c (print_help): '=' required before optional argument.
de57eccd
JM
815 * cgen-par.h (CGEN_FN_MEM_QI_WRITE): New enumerator.
816 (CGEN_FN_MEM_HI_WRITE): New enumerator.
817 (CGEN_FN_MEM_SI_WRITE): New enumerator.
818 (CGEN_FN_MEM_DI_WRITE): New enumerator.
819 (CGEN_FN_MEM_DF_WRITE): New enumerator.
820 (CGEN_FN_MEM_XI_WRITE): New enumerator.
821 (fn_mem_qi_write): New union members.
822 (fn_mem_hi_write): New union members.
823 (fn_mem_si_write): New union members.
824 (fn_mem_di_write): New union members.
825 (fn_mem_df_write): New union members.
826 (fn_mem_xi_write): New union members.
827 (sim_queue_fn_mem_qi_write): New function.
828 (sim_queue_fn_mem_hi_write): New function.
829 (sim_queue_fn_mem_si_write): New function.
830 (sim_queue_fn_mem_di_write): New function.
831 (sim_queue_fn_mem_df_write): New function.
832 (sim_queue_fn_mem_xi_write): New function.
833 * cgen-par.c (sim_queue_fn_mem_qi_write): New function.
834 (sim_queue_fn_mem_hi_write): New function.
835 (sim_queue_fn_mem_si_write): New function.
836 (sim_queue_fn_mem_di_write): New function.
837 (sim_queue_fn_mem_df_write): New function.
838 (sim_queue_fn_mem_xi_write): New function.
839 (cgen_write_queue_element_execute): Handle CGEN_FN_MEM_QI_WRITE,
840 CGEN_FN_MEM_HI_WRITE, CGEN_FN_MEM_SI_WRITE, CGEN_FN_MEM_DI_WRITE,
841 CGEN_FN_MEM_DF_WRITE, CGEN_FN_MEM_XI_WRITE.
842
c2d11a7d
JM
8431999-12-01 Dave Brolley <brolley@cygnus.com>
844
845 * cgen-accfp.c (subsf): Check status code.
846 (mulsf): Ditto.
847 (negsf): Ditto.
848 (abssf): Ditto.
849 (sqrtsf): Ditto.
850 (invsf): Ditto.
851 (minsf): Ditto.
852 (maxsf): Ditto.
853 (subdf): Ditto.
854 (muldf): Ditto.
855 (divdf): Ditto.
856 (negdf): Ditto.
857 (absdf): Ditto.
858 (sqrtdf): Ditto.
859 (invdf): Ditto.
860 (mindf): Ditto.
861 (maxdf): Ditto.
862
8631999-11-26 Dave Brolley <brolley@cygnus.com>
864
865 * cgen-par.h (fn_df_write): Mode of data is DF.
866 (sim_queue_fn_df_write): Mode of data is DF.
867 * cgen-par.c (sim_queue_fn_df_write): Mode of data is DF.
868
8691999-11-22 Dave Brolley <brolley@cygnus.com>
870
871 * cgen-trace.c (SIZE_TRACE_BUF): Inxrease size of trace buffer.
872 * cgen-par.h (CGEN_WRITE_QUEUE_SIZE): Increase size of queue.
873
11cf8741
JM
8741999-11-04 Dave Brolley <brolley@cygnus.com>
875
876 * cgen-par.h (cgen_write_queue_kind): Add CGEN_FN_XI_WRITE and
877 CGEN_MEM_XI_WRITE members.
878 (CGEN_WRITE_QUEUE_ELEMENT): Add fn_xi_write and mem_xi_write members.
879 (sim_queue_fn_xi_write): New function.
880 (sim_queue_mem_xi_write): New function.
881
882 * cgen-par.c (sim_queue_fn_xi_write): New function.
883 (sim_queue_mem_xi_write): New function.
884 (cgen_write_queue_element_execute): Handle CGEN_FN_XI_WRITE and
885 CGEN_MEM_XI_WRITE.
886
e514a9d6
JM
8871999-10-22 Dave Brolley <brolley@cygnus.com>
888
889 * cgen-par.h (insn_address): New field in CGEN_WRITE_QUEUE_ELEMENT.
890 (CGEN_WRITE_QUEUE_ELEMENT_IADDR): New macro.
891 * cgen-par.c: Set insn_address for each queued write. Get pc from
892 cpu when executing queued writes.
893
8941999-10-19 Dave Brolley <brolley@cygnus.com>
895
896 * cgen-par.h (sim_queue_fn_pc_write): New function.
897 (CGEN_FN_PC_WRITE): New enumerator.
898 (fn_pc_write): New union member.
899 * cgen-par.c (sim_queue_fn_pc_write): New function.
900 (cgen_write_queue_element_execute): Handle CGEN_FN_PC_WRITE.
901
917317f4
JM
9021999-10-18 Dave Brolley <brolley@cygnus.com>
903
904 * cgen-par.h (CGEN_MEM_DI_WRITE): New enumerator.
905 (CGEN_MEM_DF_WRITE): New enumerator.
906 (mem_di_write): New union member.
907 (mem_df_write): New union member.
908 * cgen-par.c (sim_queue_mem_di_write): New function.
909 (sim_queue_mem_df_write): New function.
910 (cgen_write_queue_element_execute): Handle CGEN_MEM_DI_WRITE and
911 CGEN_MEM_DF_WRITE.
912 * cgen-accfp.c (divsf): Check for division errors.
913
9141999-10-14 Doug Evans <devans@casey.cygnus.com>
915
916 * cgen-engine.h (EXTRACT_INT,EXTRACT_UINT): Delete.
917
2df3850c
JM
9181999-10-07 Dave Brolley <brolley@cygnus.com>
919
920 * cgen-par.h (CGEN_FN_HI_WRITE): New enumerator.
921 (fn_hi_write): New union member.
922 (sim_queue_fn_hi_write): New function.
923 * cgen-par.c (sim_queue_fn_hi_write): New function.
924 (cgen_write_queue_element_execute): Handle CGEN_FN_HI_WRITE.
925
2acceee2
JM
9261999-09-29 Doug Evans <devans@casey.cygnus.com>
927
928 * cgen-defs.h (sim_engine_invalid_insn): New arg `vpc'.
929 Change type of result to SEM_PC.
930
931Wed Sep 29 14:43:57 1999 Dave Brolley <brolley@cygnus.com>
932
933 * cgen-defs.h (sim_engine_invalid_insn): Now returns PC.
934
6426a772
JM
9351999-09-25 Doug Evans <devans@casey.cygnus.com>
936
937 * cgen-ops.h (SUBWORD*): Delete cpu arg.
938 (JOIN*): Delete cpu arg.
939
940Tue Sep 21 17:14:16 1999 Dave Brolley <brolley@cygnus.com>
941
942 * genmloop.sh (@cpu@_scache_lookup): No longer takes last_insn_p
943 parameter.
944 (SET_LAST_INSN_P): Set last_insn_p flag in the scache element.
945
c2c6d25f
JM
946Mon Sep 20 21:44:06 1999 Geoffrey Keating <geoffk@cygnus.com>
947
948 * sim-fpu.c (i2fpu): Keep the guard bits sticky when converting
949 large values.
950
7fc5b5ad
AC
951Tue Feb 8 16:33:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
952
953 * run.c (main): Check the sim_stop_reason and only halt simulation
954 when a valid stop condition is identified.
955
c2c6d25f
JM
956Wed Sep 15 14:12:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
957
958 * hw-tree.c, hw-properties.c, hw-instances.c: Include "sim-io.h".
959
960Tue Sep 14 14:15:47 1999 Dave Brolley <brolley@cygnus.com>
961
962 * cgen-par.h (CGEN_BI_WRITE): New enumerator.
963 (bi_write): New union element.
964 (sim_queue_bi_write): New function.
965 * cgen-par.c (sim_queue_bi_write): New function.
966 (cgen_write_queue_element_execute): Handle CGEN_BI_WRITE.
967
d4f3574e
SS
968Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
969
970 * configure: Regenerated to track ../common/aclocal.m4 changes.
971
972 * aclocal.m4 (WERROR_CFLAGS, WARN_CFLAGS): Merge from
973 ../gdb/configure.in.
974 * Make-common.in (WERROR_CFLAGS, WARN_CFLAGS): Define.
975 (SIM_WERROR_CFLAGS, SIM_WARN_CFLAGS): Define.
976 (SIM_WARNINGS): Delete
977 (CONFIG_CFLAGS): Update.
978
979Tue Aug 31 16:01:42 1999 Dave Brolley <brolley@cygnus.com>
980
981 * cgen-par.c: New file.
982 * cgen-par.h: New file.
983 * cgen-sim.h (cgen-par.h): #include it.
984 * cgen-cpu.h (write_queue): New field.
985 (CPU_WRITE_QUEUE): New access macro.
986 * Make-common.in (CGEN_MAIN_CPU_DEPS): Add cgen-par.h.
987 (cgen-par.o): New target.
988
104c1213
JM
9891999-08-28 Doug Evans <devans@casey.cygnus.com>
990
991 * cgen-types.h (mode_type,MODE_VOID): Renamed from MODE_VM.
992 * cgen-utils.c (mode_names): Update.
993
53a5351d
JM
9941999-08-20 Doug Evans <devans@casey.cygnus.com>
995
996 * genmloop.sh: New args -parallel-generic-write, -parallel-only.
997 * cgen-engine.h (SEMANTIC_FN): Don't use version with PAREXEC
998 buffer arg if WITH_PARALLEL_GENWRITE.
999 (struct insn_sem): Handle WITH_PARALLEL_GENWRITE.
1000 (struct idesc): Ditto.
1001
1002Wed Aug 18 18:17:28 1999 Doug Evans <devans@canuck.cygnus.com>
1003
1004 * sim-model.c (model_option_handler): Add \n to error message.
1005
96baa820
JM
10061999-08-08 Doug Evans <devans@casey.cygnus.com>
1007
1008 * cgen-engine.h (SEM_FN_NAME,SEMF_FN_NAME): Delete.
1009 (insn_sem): Rewrite.
1010 (sem_fn_desc): New struct.
1011 (idesc): Rewrite.
1012 * genmloop.sh (scache case,@cpu@_scache_lookup): Profile scache hit,
1013 misses if ! FAST_P.
1014 (scache case): Split into non-parallel/parallel versions.
1015 (@cpu@_engine_run_{full,fast}): Call @cpu@_{sem,semf}_init_idesc_table
1016 if not use semantic switch version.
1017
10181999-08-04 Doug Evans <devans@casey.cygnus.com>
1019
1020 * cgen-defs.h (SEM_BRANCH_TYPE): New enum.
1021 * cgen-engine.h (SEM_BRANCH_UNTAKEN,SEM_BRANCH_UNCACHEABLE): Delete.
1022 (SEM_BRANCH_INIT_EXTRACT): Delete.
1023 (SEM_BRANCH_INIT): Replace npc_ptr with br_type.
1024 (SEM_BRANCH_FINI): Ditto.
1025 (SEM_BRANCH_VIA_ADDR): Ditto.
1026 (SEM_BRANCH_VIA_CACHE): Ditto. Delete cachvarptr arg.
1027 (SEM_BRANCH_ADDR_CACHE): Delete.
1028 (SEM_SKIP_COMPILE,SEM_SKIP_INSN): New macros.
1029 * cgen-scache.h (cpu_scache): Replace member pbb_pr_npc_ptr with
1030 pbb_br_type.
1031 * genmloop.sh (eng.hin): Update prototype of ${cpu}_pbb_cti_chain.
1032 (@cpu@_pbb_begin): Initialize branch_target.
1033 (@cpu@_pbb_cti_chain): Replace arg new_vpc_ptr with br_type.
1034 (@cpu@_engine_run_full): Replace local pbb_br_npc_ptr with
1035 pbb_br_type.
1036 (@cpu@_engine_run_fast): Ditto.
1037
adf40b2e
JM
1038Fri Jul 16 14:47:53 1999 Dave Brolley <brolley@cygnus.com>
1039
1040 * cgen-utils.c (RORSI): New function.
1041 (ROLSI): New function.
1042
10431999-07-14 Doug Evans <devans@casey.cygnus.com>
1044
1045 * Makefile.in (TAGS): Tweak TAGS regex.
1046 * cgen-mem.h (*): Add TAGS markers.
1047
43e526b9
JM
1048Sun Jul 11 23:47:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
1049
1050 * sim-resume.c (sim_resume): Ensure that the siggnal [sic] is only
1051 passed in when sim_resume is first entered - don't re-pass it
1052 after a restart.
1053
1054Sun Jul 11 23:34:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
1055
1056 * sim-options.c (standard_option_handler): Add OPTION_LOAD_VMA and
1057 OPTION_LOAD_LMA but only when is defined.
1058 (standard_options): When SIM_HANDLES_LMA is defined include
1059 options --load-lma and --load-vma.
1060 (standard_install): Initialize STATE_LOAD_AT_LMA_P.
1061
1062 * sim-base.h (STATE_LOAD_AT_LMA_P): Define.
1063 (struct sim_state_base): Add load_at_lma_p.
1064 * sim-hload.c (sim_load): Replace SIM_HANDLES_LMA with
1065 STATE_LOAD_AT_LMA_P.
1066
1067Sun Jul 11 12:03:36 1999 Andrew Cagney <cagney@b1.cygnus.com>
1068
1069 * nrun.c (main): Re-format loop gnu style.
1070
9846de1b
JM
1071Wed Jul 7 19:56:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
1072
1073 * dv-sockser.c (connected_p): Initialize addrlen.
1074
10751999-07-06 Dave Brolley <brolley@cygnus.com>
1076
1077 * cgen-accfp.c (floatsidf): New function.
1078 (fixdfsi): New function.
1079
10801999-07-06 Doug Evans <devans@casey.cygnus.com>
1081
1082 * sim-model.c (sim_model_init): Issue error if machine is unsupported.
1083
43ff13b4
JM
10841999-07-05 Doug Evans <devans@casey.cygnus.com>
1085
1086 * Make-common.in (CGEN_MAIN_CPU_DEPS): Add cgen-fpu.h.
1087 (cgen-fpu.o,cgen-accfp.o): Add rules for.
1088 * cgen-fpu.c: New file.
1089 * cgen-fpu.h: New file.
1090 * cgen-accfp.c: New file.
1091 * cgen-cpu.h (CGEN_CPU): New member fpu.
1092 * cgen-mem.h: Redo fp support.
1093 * cgen-ops.h: Delete k&r support. Redo fp support.
1094 * cgen-sim.h: Include cgen-fpu.h.
1095 * cgen-types.h (SF,DF,XF,TF): Moved to cgen-fpu.h.
1096
085dd6e6
JM
10971999-06-23 Doug Evans <devans@casey.cygnus.com>
1098
1099 * cgen-engine.h (TARGET_SEM_BRANCH_FINI): Remove cruft at end of
1100 ifndef.
1101 * genmloop.sh (@cpu@_scache_lookup): Delete unused local var.
1102 (@cpu@_pbb_cti_chain): Minor clean up.
1103
cd0fc7c3
SS
11041999-05-08 Felix Lee <flee@cygnus.com>
1105
1106 * aclocal.m4: Use AC_EXEEXT instead of AM_EXEEXT. Delete defn of
1107 AM_CYGWIN32 and AM_EXEEXT.
1108 * configure: Regenerate.
1109
7a292a7a
SS
1110Fri Apr 16 16:43:22 1999 Doug Evans <devans@charmed.cygnus.com>
1111
1112 * sim-core.c (device_error,device_io_read_buffer,
1113 device_io_write_buffer): Delete decls.
1114 * sim-core.h: Put them here.
1115
1116 * sim-core.c (sim_core_read_buffer): Pass sd to device_io_read_buffer.
1117 (sim_core_write_buffer): Pass sd to device_io_write_buffer.
1118 * sim-n-core.h (sim_core_read_aligned_N): Ditto.
1119 (sim_core_write_aligned_N): Ditto.
1120
11211999-04-14 Stephane Carrez <stcarrez@worldnet.fr>
1122
1123 * sim-memopt.c (sim_memory_uninstall): Don't look into
1124 free()d memory.
1125
11261999-04-14 Doug Evans <devans@casey.cygnus.com>
1127
1128 * cgen-utils.scm (virtual_insn_entries): Update attribute definition.
1129
11301999-04-13 Doug Evans <devans@casey.cygnus.com>
1131
1132 * sim-core.c (sim_core_read_buffer): Handle NULL cpu when WITH_DEVICES.
1133 (sim_core_write_buffer): Ditto.
1134
11351999-04-02 Keith Seitz <keiths@cygnus.com>
1136
1137 * sim-io.c (sim_io_poll_quit): Only call the poll_quit callback
1138 after the interval counter has expired.
1139 (POLL_QUIT_INTERVAL): Define. Used to tweak the frequency of
1140 poll_quit callbacks. May be overridden by Makefile.
1141 (poll_quit_counter): New global.
1142 * sim-events.c: Remove all mentions of ui_loop_hook. The
1143 host callback "poll_quit" will serve the purpose.
1144 * run.c: Add definition of ui_loop_hook when NEED_UI_LOOP_HOOK
1145 is defined.
1146 * nrun.c: Remove declaration of ui_loop_hook.
1147
1148Wed Mar 31 18:55:41 1999 Doug Evans <devans@canuck.cygnus.com>
1149
1150 * cgen-run.c (sim_resume): Don't tell main loop to run "forever"
1151 if being used by gdb.
1152
11531999-03-22 Doug Evans <devans@casey.cygnus.com>
1154
1155 * cgen-types.h (XF,TF): Tweak.
1156 * cgen-ops.h: Redo inline support. Delete DI_FN_SUPPORT,
1157 in cgen-types.h.
1158 (SUBWORD*,JOIN*): Define.
1159 * cgen-trace.c (sim_cgen_disassemble_insn): Update, base_insn_bitsize
1160 moved into cpu descriptor.
1161 * sim-model.h (MACH): New member `num'.
1162
c906108c
SS
11631999-02-09 Doug Evans <devans@casey.cygnus.com>
1164
c906108c
SS
1165 * cgen-cpu.h (CGEN_DISASSEMBLER): New type.
1166 (CGEN_CPU): Member opcode renamed to cpu_desc.
1167 New members get_idata,disassembler.
1168 * cgen-defs.h (CGEN_INSN_VIRTUAL_P): CGEN_INSN_ATTR renamed to
1169 CGEN_INSN_ATTR_VALUE.
1170 (CGEN_STATE): Delete member opcode_table.
1171 (sim_disassemble_insn): Delete decl.
1172 * cgen-engine.h (struct insn_sem): Moved to here from <cpu>-decode.c.
1173 (struct idesc): Moved to here from <cpu>-decode.h.
1174 * cgen-run.c (prime_cpu): Call prepare_run callback.
1175 * cgen-trace.h (SFILE): New type.
1176 (sim_disasm_sprintf): Declare.
1177 (sim_disasm_read_memory,sim_disasm_perror_memory): Declare.
1178 (sim_cgen_disassemble_insn): Declare.
1179 * cgen-trace.c: Include errno.h,dis-asm.h. Don't include cpu-opc.h.
1180 (insn_fields): Delete.
1181 (trace_insn_fini): STATE_OPCODE_TABLE (sd) replaced with
1182 CPU_CPU_DESC (cpu).
1183 (trace_insn): Call CPU_DISASSEMBLER hook.
1184 (sim_disasm_sprintf): New function.
1185 (sim_disasm_read_memory): New function.
1186 (sim_disasm_perror_memory): New function.
1187 (sim_cgen_disassemble_insn): New function.
1188 * cgen-utils.c: Don't include cpu-opc.h.
1189 (virtual_insn_entries): New static local.
1190 (cgen_virtual_insn_table): Renamed from cgen_virtual_opcode_table.
1191 (cgen_insn_name): Rewrite.
1192 (disasm_sprintf,sim_disassemble_insn): Moved to cgen-trace.c.
1193 * cgen.sh (desc): New file generator handler.
1194 * genmloop.sh: -parallel changed to -parallel-read/-parallel-write.
1195 Define WITH_PARALLEL_READ/WITH_PARALLEL_WRITE appropriately.
1196 Don't include cpu-opc.h,cpu-sim.h.
1197 * sim-model.c (model_set): Delete SIM_DESC arg.
1198 (sim_model_set): Update.
1199 * sim-model.h (MACH): New member prepare_run.
1200
12011999-01-28 Frank Ch. Eigler <fche@cygnus.com>
1202
1203 * sim-memopt.c (memory_option_handler): Avoid memset() calls
1204 if redundant with allocator functions.
1205
1206Wed Jan 27 17:19:09 1999 Doug Evans <devans@canuck.cygnus.com>
1207
1208 * cgen-engine.h (EXTRACT_LSB0_{INT,UINT}): Fix.
1209
1210 * sim-profile.h: Make like sim-trace.h.
1211 (PROFILE_USEFUL_MASK): New macro.
1212 * sim-profile.c (profile_options): Make like trace_options, allow
1213 optional on|off arg where applicable.
1214 (set_profile_option_mask): New function.
1215 (sim_profile_set_option): New function.
1216 (profile_option_handler): Simplify.
1217 Have -p only enable selected things, not everything.
1218 Add missing break to OPTION_PROFILE_PC_RANGE.
1219 * cgen-scache.c (scache_options): Allow optional on|off arg to
1220 --profile-scache.
1221 (scache_option_handler): Use sim_profile_set_option.
1222
12231999-01-26 Frank Ch. Eigler <fche@cygnus.com>
1224
1225 * sim-memopt.c (memory_options): Add MEMORY_FILL option.
1226 (memory_option_handler): Implement MEMORY_FILL option. Make
1227 MEMORY_CLEAR an alias for MEMORY_FILL=0.
1228 (parse_ulong_value): New function.
1229 (do_memopt_add): Allocate all buffers. Optionally fill them.
1230
12311999-01-15 Richard Henderson <rth@cygnus.com>
1232
1233 * hw-events.c (hw_event_queue_schedule): _vtracef takes a
1234 va_list, not an integer.
1235 * sim-events.c (sim_events_schedule): Likewise.
1236
1237 * sim-types.h (UNSIGNED32, UNSIGNED64): Properly cast to
1238 the appropriate type.
1239
12401999-01-14 Doug Evans <devans@casey.cygnus.com>
1241
1242 * cgen-defs.h (PCADDR,CIA): Define in terms of IADDR.
1243 (sim_disassemble_insn): Update prototype.
1244 (sim_engine_invalid_insn): Ditto.
1245 * cgen-engine.h (SEMANTIC_FN): Add !WITH_SCACHE version.
1246 (SEM_BRANCH_INIT): PCADDR->IADDR.
1247 (SEM_NBRANCH_FINI): New macro for !WITH_SCACHE case.
1248 * cgen-scache.c (scache_lookup,scache_lookup_or_alloc): PCADDR->IADDR.
1249 * cgen-scache.h (*): Ditto.
1250 * cgen-trace.c (*): Ditto.
1251 * cgen-trace.h (*): Ditto.
1252 * cgen-utils.c (*): Ditto.
1253 * cgen-types.h (integer modes): Use signedNN/unsignedNN types.
1254 (insn_t): Delete.
1255 * genmloop.sh (@cpu@_fill_argbuf): Add !WITH_SCACHE support.
1256 (simple engine framework): Rewrite.
1257 * sim-module.c (modules): Install model module sooner (and in
1258 particular before the profile module).
1259
12601999-01-12 Doug Evans <devans@casey.cygnus.com>
1261
1262 * sim-model.h (sim_mach_lookup_bfd_name): Add prototype.
1263 * sim-model.c (sim_mach_lookup_bfd_name): New function.
1264 (sim_model_init): Call it.
1265
1266 * cgen-trace.c (trace_insn): Pass pc to trace_prefix for virtual insns.
1267
12681999-01-05 Doug Evans <devans@casey.cygnus.com>
1269
1270 * Make-common.in (CGEN_INCLUDE_DEPS): Add cgen-defs.h, cgen-engine.h.
c906108c
SS
1271 * cgen-engine.h (SEM_BRANCH_FINI): New arg pcvar, all uses updated.
1272 (SEM_BRANCH_INIT_EXTRACT): New macro.
1273 (SEM_BRANCH_INIT): Add taken_p.
1274 (TARGET_SEM_BRANCH_FINI): Provide default definition.
1275 (SEM_BRANCH_FINI): Use it.
1276 (SEM_INSN): Update.
1277 * cgen-run.c (sim_resume): Handle tracing of last insn.
1278 * cgen-scache.h (WITH_SCACHE): Define as 0 if not defined.
1279 * cgen-trace.c (current_abuf): New static global.
1280 (trace_insn_init): Initialize it.
1281 (trace_insn_fini): Use it.
1282 (trace_insn): Set it.
1283 * cgen.sh (arch case): Pass -m ${mach} to cgen.
1284 * genmloop.sh (@cpu@_emit_before): Only define if WITH_SCACHE_PBB.
1285 (@cpu@_emit_after): Ditto.
1286 (simple @cpu@_engine_run_full): New local `pc'. Initialize semantic
1287 labels if WITH_SEM_SWITCH_FULL.
1288 * sim-model.c: Include bfd.h.
1289 (sim_model_init): New function.
1290 (sim_model_install): Record init fn.
1291 * sim-model.h (MACH): New member bfd_name.
1292 * sim-module.c (modules): Initialize model before scache.
1293
12941998-12-24 Frank Ch. Eigler <fche@cygnus.com>
1295
1296 * dv-sockser.c (DEFAULT_TIMEOUT): Increase to 1 ms.
1297
1298 * nrun.c (main): Remain in simulation loop for traps and
1299 exceptions when in operating environment mode.
1300 (ui_loop_hook): New stub hook for standalone use.
1301 * sim-events.c (sim_events_process): Call ui_loop_hook
1302 periodically on CYGWIN host.
1303
1304 * sim-reason.c (sim_stop_reason): Return host signal numbers
1305 to gdb on sim_stopped and sim_signalled cases.
1306 * sim-engine.c (sim_engine_halt): Call SIM_CPU_EXCEPTION_SUSPEND
1307 hook just before longjmp.
1308 * sim-resume.c (sim_resume): Call SIM_CPU_EXCEPTION_RESUME
1309 hook just before sim_engine_run.
1310
1311 * sim-n-core.h (sim_core_trace_M): Allay const warning.
1312 * sim-trace.h (trace_generic): Ditto.
1313 * sim-trace.c (trace_generic): Ditto.
1314
13151998-12-14 Doug Evans <devans@casey.cygnus.com>
1316
1317 * Make-common.in (SIM_MAIN_DEPS): New var.
1318 (CGEN_MAIN_CPU_DEPS): New var.
1319 * aclocal.m4: Add --enable-cgen-maint option.
1320 * cgen-mem.h (GETMEM*): New arg `pc'. Pass to sim_core routine.
1321 (SETMEM*): Ditto.
1322 (GETIMEM*): Pass pc value to sim_core routine.
1323
1324Fri Dec 11 16:58:36 1998 Andrew Cagney <cagney@b1.cygnus.com>
1325
1326 * hw-handles.c (hw_handle_add_ihandle, hw_handle_add_phandle):
1327 Compare with ZERO not NULL.
1328
1329Thu Dec 10 14:14:39 1998 Andrew Cagney <cagney@b1.cygnus.com>
1330
1331 * hw-properties.c, hw-instances.c, hw-tree.c: Include
1332 "sim-assert.h".
1333
13341998-12-09 Doug Evans <devans@casey.cygnus.com>
1335
1336 * sim-arange.c: Include libiberty.h, and stdlib.h if present.
1337 * sim-trace.c: Include stdlib.h if present.
1338 * dv-sockser.c: Include unistd.h if present.
1339 (dv_sockser_init): Add missing arg to call to sim_io_eprintf.
1340 * cgen-scache.c (scache_flush): Delete unused locals i,sc.
1341
13421998-12-08 James E Wilson <wilson@wilson-pc.cygnus.com>
1343
1344 * gennltvals.sh: Add i960.
1345 * nltvals.def: Rebuild.
1346
13471998-12-04 Doug Evans <devans@casey.cygnus.com>
1348
1349 * cgen-defs.h: New file, old cgen-sim.h.
1350 * cgen-sim.h: Simple header that includes others.
1351 * sim-arange.c: New file.
1352 * sim-arange.h: New file.
1353 * sim-basics.h: Include it.
1354 * Make-common.in (SIM_NEW_COMMON_OBJS): Add sim-arange.o.
1355 (sim-arange.o): Add rule for.
1356 * sim-cpu.h (sim_cpu_msg_prefix): Add prototype.
1357 (sim_io_eprintf_cpu): Add prototype.
1358 * sim-inline.h (HAVE_INLINE): Define if GNUC.
1359 (INLINE2): New macro.
1360 (EXTERN_INLINE): New macro.
1361 * sim-module.c (sim_post_argv_init): Initialize cpu backlink
1362 before calling module init fns.
1363 * sim-profile.c (OPTION_PROFILE_*): Move into enum.
1364 (profile_init): New function.
1365 (profile_options): New option --profile-range.
1366 (profile_option_handler): Handle --profile-range.
1367 (profile_print_insn): Qualify address range specific section titles.
1368 (profile_print_addr_ranges): New function.
1369 (profile_info): Print address ranges if specified.
1370 (profile_install): Set profile_init init fn.
1371 * sim-profile.h (PROFILE_DATA): New member `range'.
1372 * sim-trace.c (trace_init): New function.
1373 (trace_options): New option --trace-range.
1374 (trace_option_handler): Handle --trace-range.
1375 (trace_install): Set trace_init init fn.
1376 * sim-trace.h (TRACE_DATA): New member `range'.
1377 * sim-utils.c (sim_cpu_msg_prefix): New function.
1378 (sim_io_eprintf_cpu): New function.
1379 * cgen-engine.h (PC_IN_TRACE_RANGE_P): New macro.
1380 (PC_IN_PROFILE_RANGE_P): New macro.
1381 * cgen-trace.c (trace_insn_init): Set current_insn to NULL.
1382 (trace_insn_fini): New arg abuf. All callers updated.
1383 Exit early if trace_insn not called. Check ARGBUF_PROFILE_P before
1384 printing cycle counts.
1385 * cgen-trace.h (trace_insn_fini): Update prototype.
1386 (TRACE_RESULT_P): New macro.
1387 (TRACE_INSN_INIT,TRACE_INSN_FINI): New arg abuf. All callers updated.
1388 (TRACE_INSN): Check ARGBUF_TRACE_P.
1389 (TRACE_EXTRACT,TRACE_RESULT): New arg abuf. All callers updated.
1390 * cgen-types.h (SIM_INLINE): Delete.
1391 (SIM_HAVE_MODEL,SIM_HAVE_ADDR_RANGE): Define.
1392 * cgen-utils.c: Don't include cgen-engine.h
1393 * genmloop.sh (@cpu@_fill_argbuf): New function.
1394 (@cpu@_fill_argbuf_tp): New function.
1395 (@cpu@_emit_before,@cpu@_emit_after): New functions.
1396 (@cpu@_pbb_begin): Prefix cti_sc,insn_count with '_'.
1397 (SET_CTI_VPC,SET_INSN_COUNT): Update.
1398 (@cpu@_pbb_before): Check ARGBUF_PROFILE_P before calling
1399 doing profiling. Update call to TRACE_INSN_INIT,TRACE_INSN_FINI.
1400 (@cpu@_pbb_after): Check ARGBUF_PROFILE_P before calling
1401 doing profiling. Update call to TRACE_INSN_FINI.
1402
1403 * sim-memopt.c (sim_memory_uninstall): Result type is `void'.
1404
14051998-12-03 Frank Ch. Eigler <fche@cygnus.com>
1406
1407 * sim-memopt.c (sim_memory_uninstall): Deallocate all memory
1408 regions.
1409
14101998-12-01 Doug Evans <devans@casey.cygnus.com>
1411
1412 * sim-inline.c (SIM_INLINE_P): Fix typo.
1413
14141998-11-30 Doug Evans <devans@casey.cygnus.com>
1415
1416 * cgen-utils.c (cgen_virtual_opcode_table): Update.
1417
1418Tue Nov 24 18:40:03 1998 Andrew Cagney <cagney@b1.cygnus.com>
1419
1420 * gennltvals.sh: Add v850 and d10v. Sort alphabetically.
1421 * nltvals.def: Re-generate.
1422
1423Mon Nov 23 13:28:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
1424
1425 * sim-core.c (reverse_n, sim_core_uninstall, sim_core_init,
1426 sim_core_map_attach, sim_core_map_detach, next_event_queue,
1427 new_sim_core_mapping): Only define when EXTERN_SIM_CORE_P, pacify
1428 GCC.
1429 * sim-events.c (sim_events_uninstall, sim_events_suspend,
1430 sim_events_resume, sim_events_zalloc, insert_sim_event): Ditto.
1431
14321998-11-22 Doug Evans <devans@tobor.to.cygnus.com>
1433
1434 * genmloop.sh (${cpu}_pbb_chain): Watch for Ctrl-C's.
1435 (${cpu}_pbb_cti_chain): Ditto.
1436
14371998-11-18 Doug Evans <devans@casey.cygnus.com>
1438
1439 * Make-common.in (cgen-utils.o): Depend on cgen-engine.h.
c906108c
SS
1440 * cgen-engine.h (EXTRACT_[ML]SB0_{INT,UINT}): New macros.
1441 (EXTRACT_INT,EXTRACT_UINT): New macros.
1442 (SEM_SEM_ARG): New macro.
1443 (SEM_NEXT_VPC): New arg `pc'.
1444 * cgen-sim.h (EXTRACT_SIGNED,EXTRACT_UNSIGNED): Delete.
1445 (sim_disassemble_insn): Update prototype.
1446 * cgen-trace.c (current_insn,insn_fields): New static locals.
1447 (trace_insn): Set them.
b83266a0 1448 * cgen-utils.c: #include cgen-engine.h.
c906108c
SS
1449 (sim_disassemble_insn): New arg insn_fields.
1450 Handle variable length insns.
1451 * genmloop.sh: Only emit pbb decls if -pbb.
1452 (${cpu}_scache_lookup): New arg `vpc'.
1453 (scache support): Fetch pc before entering loop.
1454
1455 * gennltvals.sh: Add fr30 support.
1456 * nltvals.def: Rebuild.
1457
1458Wed Nov 18 10:22:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
1459
1460 * sim-types.h: Re-do type system so that GCC's attribute and mode
1461 are used to specify types. Handle case of ALPHA.
1462
14631998-11-13 Frank Ch. Eigler <fche@elastic.org>
1464
1465 * aclocal.m4: Add tests for dlopen family.
1466 * config.in: Regenerated.
1467
1468Wed Nov 11 14:02:25 1998 Doug Evans <devans@canuck.cygnus.com>
1469
1470 * sim-hload.c (sim_load): Pass `prog_name' to sim_load_file, not NULL.
1471
1472Wed Nov 4 23:51:19 1998 Doug Evans <devans@seba.cygnus.com>
1473
1474 * genmloop.sh (eng.hin): Rename HAVE_PARALLEL_EXEC to
1475 HAVE_PARALLEL_INSNS, define as 0 or 1. Emit decls of fns in mloop.cin.
1476 * cgen-engine.h: Typedefs of IADDR,CIA,SEM_ARG,SEM_PC moved ...
1477 * cgen-sim.h: ... to here.
1478
1479Wed Oct 28 12:00:57 1998 Andrew Cagney <cagney@b1.cygnus.com>
1480
1481 * aclocal.m4 (enable-build-warnings): Replace
1482 enable-sim-warnings. Extend =LIST syntax so that prepend and
1483 append of options is possible. Drop -Werror, add
1484 -Wstrict-prototypes for GDB compatibility.
1485 * Make-common.in (SIM_WARNINGS): Update.
1486
1487Mon Oct 19 13:56:32 1998 Doug Evans <devans@seba.cygnus.com>
1488
1489 * Make-common.in (CGEN_INCLUDE_DEPS): Define.
1490 (sim-core.o): Delete duplicate dependence on $(SIM_EXTRA_DEPS).
1491 (sim-cpu.o,sim-endian.o,sim-hw.o): Ditto.
1492 (cgen-run.o,cgen-scache.o,cgen-trace.o,cgen-utils.o): Delete
1493 explicit cgen header dependencies, require SIM_EXTRA_DEPS to include
1494 CGEN_INCLUDE_DEPS.
1495 * cgen-cpu.h: New file.
1496 * cgen-engine.h: New file.
1497 * cgen-scache.h: New file.
1498 * cgen-sim.h: Delete portions moved to new files.
1499 * genmloop.sh: Generate two files eng.hin,mloop.cin explicitly,
1500 rather than sending result to stdout.
1501
1502Fri Oct 9 14:20:22 1998 Doug Evans <devans@seba.cygnus.com>
1503
1504 * Make-common.in (sim-reg.o): New rule.
1505 (cgen-run.o): New rule.
1506 * cgen-ops.h: Delete many BI macros. Change all UBI -> BI.
1507 * cgen-run.c (prime_cpu): New function.
1508 * cgen-scache.c: Add pseudo-basic-block (pbb) scaching support.
1509 (scache_option_handler, case OPTION_PROFILE_SCACHE): Handle explicitly
1510 mentioned cpu.
1511 (scache_flush_cpu,scache_lookup,scache_lookup_or_alloc): New fns.
1512 * cgen-sim.h (CGEN_INSN_VIRTUAL_TYPE): New enum.
1513 (CGEN_INSN_VIRTUAL_P): New macro.
1514 (SEM_PC): New typedef.
1515 (SEMANTIC_FN): Change type of result to SEM_PC.
1516 (SEM_SET_FULL_CODE,SEM_SET_FAST_CODE,SEM_SET_CODE): New macros.
1517 (IDESC_CTI_P,IDESC_SKIP_P): New macros.
1518 (SCACHE_MAP): New typedef.
1519 (CPU_SCACHE): Add pbb support.
1520 (scace_lookup,scache_lookup_or_alloc,scache_flush_cpu): Declare.
1521 (SEM_BRANCH_INIT_EXTRACT,SEM_BRANCH_INIT,SEM_BRANCH_FINI): New macros.
1522 (CGEN_CPU): New members running_p,insn_count,{fast,full}_engine_fn,
1523 max_slice_insns.
1524 (INSN_NAME): Delete.
1525 (cgen_insn_name): Declare.
1526 (sim_engine_invalid_insn): Renamed from sim_engine_illegal_insn.
1527 * cgen-trace.c (trace_buf): Shrink from 1024 to 256 bytes.
1528 (first_insn_p): Make static.
1529 (trace_insn): Handle virtual insns specially.
1530 (cgen_trace_printf): Ensure we haven't overflowed the buffer.
1531 * cgen-types.h (UBI): Delete.
1532 (MODE_TYPE): New enum.
1533 (HOSTINT,HOSTUINT,HOSTPTR): Delete.
1534 * cgen-utils.c (mode_names): Delete UBI. Add INT,UINT,PTR.
1535 (cgen_virtual_opcode_table): New global.
1536 (cgen_insn_name): New function.
1537 (sim_disassemble_insn): Ignore virtual insns.
1538 * genmloop.sh: Delete top level loop generation. Add pbb support.
1539 * sim-cpu.h (CPU_INSN_NAME_FN): New typedef.
1540 (sim_cpu_base): New members max_insns,insn_name,model_data.
1541 (CPU_PC_GET,CPU_PC_SET): New macros.
1542 (sim_pc_get,sim_pc_set): Declare.
1543 * sim-model.c (model_set): Call model init fn.
1544 * sim-model.h (MODEL_FN): New typedef.
1545 (INSN_TIMING): New member model_fn.
1546 (MODEL): New members num,init.
1547 * sim-profile.c (sim_profile_print_bar): Renamed from print_bar.
1548 All callers updated.
1549 (profile_insn_init): New fn.
1550 (profile_print_insn): Update, INSN_NAME -> CPU_INSN_NAME.
1551 Exit early if insn profiling not supported.
1552 (profile_print_memory): Update, MAX_MODES -> MODE_TARGET_MAX.
1553 (profile_install): Record profile_insn_init as init fn.
1554 (profile_uninstall): Free PROFILE_INSN_COUNT if non-null.
1555 * sim-profile.h: Update, MAX_MODES -> MODE_TARGET_MAX.
1556 (PROFILE_DATA): Delete member exec_time.
1557 Change insn_count to pointer to array, rather than the array.
1558 (sim_profile_print_bar): Declare.
1559
1560Wed Oct 7 16:56:42 1998 Doug Evans <devans@seba.cygnus.com>
1561
1562 * cgen-run.c: New file.
1563 * sim-reg.c: New file.
1564
1565Mon Sep 14 10:58:19 1998 Frank Ch. Eigler <fche@cygnus.com>
1566
1567 * aclocal.m4: Add checks for -lsocket and -lnsl.
1568
1569 * dv-sockser.c (dv_sockser_init): Use SO_REUSEADDR to
1570 allow local port reuse on listening socket.
1571
1572Tue Sep 1 15:36:52 1998 Frank Ch. Eigler <fche@cygnus.com>
1573
1574 * sim-config.h: Remove reference to linux kernel header.
1575
1576Tue Aug 25 12:45:27 1998 Frank Ch. Eigler <fche@cygnus.com>
1577
1578 * dv-sockser.c (sockser_addr): Make variable non-static.
1579
1580Mon Aug 24 11:47:37 1998 Joyce Janczyn <janczyn@cygnus.com>
1581
1582 * sim-hw.{c,h} (sim_hw_parse): Return struct hw pointer.
1583
1584Tue Aug 11 18:12:19 1998 Doug Evans <devans@canuck.cygnus.com>
1585
1586 * sim-events.c (sim_events_elapsed_time): Fix calculation.
1587
1588Tue Aug 4 20:36:46 1998 Jeff Holcomb <jeffh@cygnus.com>
1589
1590 * Make-common.in (install-common): Add $(EXEEXT) when installing
1591 run.
1592
1593Mon Aug 3 11:46:01 1998 Doug Evans <devans@seba.cygnus.com>
1594
1595 * cgen-sim.h (cgen_state): New member opcode_table.
1596 * cgen-utils.c (sim_disassemble_insn): Use it.
1597
1598Fri Jul 24 10:14:18 1998 Doug Evans <devans@canuck.cygnus.com>
1599
1600 * cgen-mem.h (DECLARE_SETT): Fix return type.
1601 * cgen-sim.h (sim_engine_illegal_insn): Declare.
1602 * cgen-scache.c: Include stdlib.h.
1603 * cgen-trace.c (trace_extract): Use %lx for PCADDR.
1604 * sim-model.c (model_option_handler): Remove unused variable `n'.
1605
1606Tue Jul 21 16:27:43 1998 Doug Evans <devans@seba.cygnus.com>
1607
1608 * cgen-utils.c: Include bfd.h.
1609 (sim_disassemble_insn): Update call to CGEN_EXTRACT_FN.
1610
1611Wed Jul 8 18:24:10 1998 Jeffrey A Law (law@cygnus.com)
1612
1613 * sim-bits.h (EXTEND24): Fix typo.
1614
1615Wed Jul 8 17:41:47 1998 Andrew Cagney <cagney@b1.cygnus.com>
1616
1617 * sim-events.c (ETRACE_P): New macro.
1618 (struct _sim_event): Add member trace.
1619 (sim_events_free): Reclaim trace message.
1620
1621 * sim-events.c, sim-events.h (sim_events_schedule_vtracef,
1622 sim_events_schedule_tracef): New functions, include printf trace
1623 information in argument list. If tracing, store asprintf'd trace
1624 message in sim_event.
1625
1626 * hw-events.c, hw-events.h (hw_event_queue_schedule_tracef,
1627 hw_event_queue_schedule_vtracef): New functions, mimic
1628 sim_event_tracef.
1629
1630Mon Jul 6 15:51:14 1998 Jeffrey A Law (law@cygnus.com)
1631
1632 * sim-bits.h (EXTEND24): Define.
1633
1634Thu Jul 2 17:13:25 1998 Doug Evans <devans@seba.cygnus.com>
1635
1636 * cgen-sim.h (CPU_SCACHE): Make size unsigned.
1637 (CPU_SCACHE_HASH_MASK): New macro.
1638 (SCACHE_HASH_PC): Rewrite.
1639 * genmloop.sh (engine_resume_{full,fast}): Move some of hash
1640 computation out of main loop.
1641
1642Wed Jul 1 16:44:12 1998 Doug Evans <devans@seba.cygnus.com>
1643
c906108c
SS
1644 * cgen-sim.h (RECORD_IADDR): Delete.
1645 * cgen-types.h (HOSTINT,HOSTUINT,HOSTPTR): New types.
1646 * genmloop.sh (engine_resume_{full,fast}): Delete icount.
1647
1648Wed Jun 17 12:25:08 1998 Mark Alexander <marka@cygnus.com>
1649
1650 * gennltvals.def (mn10200): Add entry.
1651 * nltvals.def: Regenerate with MN10200 additions.
1652
1653Wed Jun 17 13:18:28 1998 Andrew Cagney <cagney@b1.cygnus.com>
1654
1655 * sim-inline.h (EXTERN_*): Replace with EXTERN_*_P. Correct
1656 documentation on how it works.
1657
1658 * sim-core.h, sim-core.c (sim_core_install, sim_core_attach,
1659 sim_core_detach, sim_core_read_buffer, sim_core_write_buffer,
1660 sim_core_set_xor, sim_core_xor_read_buffer,
1661 sim_core_xor_write_buffer): Update.
1662
1663 * sim-events.h, sim-events.c (sim_events_install,
1664 sim_events_watch_clock, sim_events_schedule_after_signal,
1665 sim_events_schedule, sim_events_watch_sim, sim_events_watch_core,
1666 sim_events_deschedule): Update.
1667
1668 * sim-fpu.h, sim-fpu.c (sim_fpu_zero, sim_fpu_one, sim_fpu_two,
1669 sim_fpu_max32, sim_fpu_max64): Update.
1670
1671Sat Jun 13 07:45:38 1998 Doug Evans <devans@fallis.cygnus.com>
1672
1673 * cgen-trace.c (trace_insn_fini): Redo cycle handling.
1674 * sim-profile.h (PROFILE_DATA): Rename cycle handling members.
1675 * sim-profile.c (profile_print_model): Update.
1676
1677Fri Jun 12 18:35:07 1998 Doug Evans <devans@seba.cygnus.com>
1678
1679 * gennltvals.def (m32r): Use common syscall.h now.
1680 (mn10300): Add entry.
1681 * nltvals.def: Regenerate.
1682
1683 * sim-engine.c (sim_engine_get_run_state): New function.
1684 * sim-engine.h (sim_engine_get_run_state): Declare it.
1685
1686Thu Jun 11 00:50:03 1998 Doug Evans <devans@seba.cygnus.com>
1687
1688 * sim-core.h (SIM_CORE_SIGNAL_FN): New typedef.
1689 * sim-core.c (sim_core_signal): Make extern, always define.
1690
1691Wed Jun 10 16:02:29 1998 Doug Evans <devans@seba.cygnus.com>
1692
1693 * Make-common.in (CGEN_FLAGS_TO_PASS): New variable.
1694 * cgen-ops.h (ANDIF): New macro.
1695 (ANDIF[BQHSD]I): Delete.
1696
1697Thu Jun 4 13:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
1698
1699 * hw-events.c (create_hw_event, delete_hw_event): Delete.
1700 (hw_event_queue_schedule, hw_event_queue_deschedule,
1701 bounce_hw_event): Fix hw-event memory corruptions found by Joyce
1702 Janczyn.
1703
1704 * hw-alloc.h (HW_NZALLOC): Define.
1705
1706 * Make-common.in (test-hw-events): Add target for testing the
1707 hw-event code.
1708
1709Mon May 25 21:11:26 1998 Andrew Cagney <cagney@b1.cygnus.com>
1710
1711 * Make-common.in (SIM_COMMON_HW_OBJS): Add hw-handles.o and
1712 hw-instances.o.
1713 hw-handles.c, hw-instances.c, hw-handles.h, hw-instances.h: New
1714 files.
1715 * hw-main.h: Include hw-handles.h, hw-instances.h.
1716 * hw-base.h ({create,delete}_hw_{handles,instances}_data): Declare
1717 * hw-base.c (hw_create, hw_delete): Call same.
1718
1719Mon May 25 18:55:35 1998 Andrew Cagney <cagney@b1.cygnus.com>
1720
1721 * dv-core.c: Include hw-main.h and sim-main.h.
1722 * dv-pal.c: Include hw-main.h and sim-io.h.
1723 * dv-glue.c: Include hw-main.h.
1724
1725 * hw-main.h: New file. Move list of includes to here.
1726 * hw-base.h: From here.
1727 * Make-common.in (hw_base_headers): Rename to hw_main_headers.
1728 (hw-*.o, dv-*.o): Update.
1729 * hw-tree.c, hw-base.c, hw-properties.c, hw-ports.c, hw-device.c,
1730 hw-events.c, hw-alloc.c, sim-hw.c: Include hw-main.h instead of
1731 sim-main.h.
1732
1733 * hw-base.h (do_hw_attach_regs, do_hw_poll_read_method,
1734 do_hw_poll_read): Move declarations from here.
1735 * hw-main.h: To here.
1736
1737 * hw-base.h (struct hw_device_descriptor, hw_finish_callback):
1738 Move from here.
1739 * hw-main.h (struct hw_descriptor, hw_finish_method): To here,
1740 rename.
1741 * Make-common.in (hw-config.h): Update
1742 * hw-base.c, dv-pal.c, dv-glue.c: Update
1743
1744 * dv-glue.c, hw-device.h, hw-base.h, hw-ports.c: Rename
1745 `*_callback' to `*_method.
1746
1747Mon May 25 18:41:18 1998 Andrew Cagney <cagney@b1.cygnus.com>
1748
1749 * hw-base.h (set_*): Move set method macros from here.
1750 * hw-device.h: To here.
1751
1752Mon May 25 18:21:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
1753
1754 * hw-base.h (create_hw_property_data, delete_hw_property_data):
1755 Declare.
1756
1757 * hw-base.c (hw_create, hw_delete): Call
1758 * hw-properties.c (create_hw_property_data,
1759 delete_hw_property_data): Define.
1760
1761Mon May 25 17:40:46 1998 Andrew Cagney <cagney@b1.cygnus.com>
1762
1763 * hw-device.c, hw-properties.c: Include hw-base.h
1764
1765 * hw-alloc.h, hw-alloc.c: New files. Move alloc code to here.
1766 * hw-device.c: From here.
1767 * hw-base.h: Include "hw-events.h".
1768
1769 * hw-base.h (create_hw_alloc_data, delete_hw_alloc_data): Declare.
1770 * hw-base.c (hw_create, hw_delete): Call.
1771 * hw-alloc.c (create_hw_alloc_data, delete_hw_alloc_data): Define.
1772
1773 * Make-common.in (SIM_NEW_COMMON_OBJS): Add hw-alloc.o.
1774 (hw-alloc.o): New target.
1775
1776Mon May 25 17:14:27 1998 Andrew Cagney <cagney@b1.cygnus.com>
1777
1778 * hw-events.h, hw-events.c: New files. Move event code to here.
1779 * sim-hw.c: From here.
1780 * hw-base.h: Include "hw-events.h".
1781 * Make-common.in (SIM_NEW_COMMON_OBJS): Add hw-events.o.
1782 (hw-events.o): New target.
1783
1784 * hw-device.h (struct hw): Add struct hw_event_data events_of_hw.
1785 * hw-events.h (struct hw_event): Replace typedef hw_event.
1786
1787 * hw-base.h (create_hw_event_data, delete_hw_event_data): Declare.
1788 * hw-base.c (hw_create, hw_delete): Call.
1789 * hw-events.c (create_hw_event_data, delete_hw_event_data): Define.
1790
1791 * dv-pal.c: Update.
1792
1793Mon May 25 16:55:16 1998 Andrew Cagney <cagney@b1.cygnus.com>
1794
1795 * hw-base.c (panic_hw_port_event, empty_hw_ports): Move from here.
1796 * hw-ports.c: To here.
1797
1798 * hw-base.h, hw-ports.c (create_hw_port_data,
1799 delete_hw_port_data): New functions.
1800 * hw-base.c (hw_delete, hw_create): Call same.
1801
1802 * hw-base.h (set_hw_ports, set_hw_port_event): Move set functions
1803 from here.
1804 * hw-ports.h: To here.
1805
1806Mon May 25 16:42:48 1998 Andrew Cagney <cagney@b1.cygnus.com>
1807
1808 * hw-device.c (hw_ioctl), hw-device.h (hw_ioctl_callback): Drop
1809 PROCESSOR and CIA arguments.
1810
1811Fri May 22 12:16:27 1998 Andrew Cagney <cagney@b1.cygnus.com>
1812
1813 * aclocal.m4 (SIM_AC_OPTION_HW): Add enable / disable argument.
1814 Move common object files from here.
1815 * Make-common.in (SIM_COMMON_HW_OBJS): To here.
1816
1817Thu May 21 17:57:16 1998 Andrew Cagney <cagney@b1.cygnus.com>
1818
1819 * sim-hw.c: Include ctype.h.
1820 (do_hw_poll_read): Do not assume EAGAIN.
1821
1822Wed May 20 04:37:57 1998 Doug Evans <devans@seba.cygnus.com>
1823
1824 * cgen-trace.c (first_insn_p): New static local.
1825 (trace_insn_init): Set it.
1826 (trace_insn_fini): Use TRACE_PREFIX.
1827 (trace_insn): Rewrite to use trace_prefix.
1828 * sim-trace.c (trace_prefix): Don't print filename arg if NULL.
1829 Adjust width accordingly.
1830
1831 * sim-profile.h (PROFILE_DATA): New member profile_any_p.
1832 (PROFILE_ANY_P,PROFILE_INSN_P,PROFILE_MEMORY): New macros.
1833 (PROFILE_SCACHE_P,PROFILE_PC_P,PROFILE_CORE_P): New macros.
1834 (PROFILE_COUNT_INSN,PROFILE_COUNT_READ,PROFILE_COUNT_WRITE): Simplify.
1835 (PROFILE_COUNT_CORE): Simplify.
1836 * sim-profile.c (profile_option_handler): Compute profile_any_p.
1837
1838Tue May 19 23:55:30 1998 Doug Evans <devans@seba.cygnus.com>
1839
1840 * cgen-ops.h (ADDCFSI): Fix typo.
1841
1842Sat May 16 12:44:52 1998 Doug Evans <devans@seba.cygnus.com>
1843
1844 * cgen-sim.h (CGEN_CPU): New members idesc_{read,sem}_init_p.
1845 * genmloop.sh: Use them rather than static locals.
1846
1847 * sim-engine.c (sim_engine_set_run_state): New function.
1848 * sim-engine.h (sim_engine_set_run_state): Declare.
1849 * genmloop.sh (pending_reason,pending_sigrc): New static locals.
1850 (@cpu@_engine_stop): New args reason,sigrc. All callers updated.
1851 (engine_resume): Reorganize. Allow synchronous exit from main loop.
1852
1853Fri May 15 16:06:05 1998 Doug Evans <devans@seba.cygnus.com>
1854
1855 * cgen-trace.c (trace_insn_init): New arg first_p.
1856 All callers updated.
1857 (trace_insn_fini): New arg last_p. All callers updated.
1858 * cgen-trace.h (trace_insn_init,trace_insn_fini): Update.
1859 (TRACE_INSN_INIT,TRACE_INSN_FINI): Update.
1860 * genmloop.sh (engine_resume): Update.
1861
1862Fri May 15 15:59:00 1998 Joyce Janczyn <janczyn@cygnus.com>
1863
1864 * Make-common.in (install-common): Run ranlib on installed copy of
1865 libsim.a.
1866
1867Fri May 15 15:03:00 1998 Joyce Janczyn <janczyn@cygnus.com>
1868
1869 * Make-common.in (install-common): Rename and install libsim.a.
1870
1871Tue May 12 15:23:57 1998 Andrew Cagney <cagney@b1.cygnus.com>
1872
1873 * sim-io.c (unistd.h): Include.
1874
1875Wed May 6 16:04:18 1998 Doug Evans <devans@seba.cygnus.com>
1876
1877 * Make-common (sim_main_headers): Sort.
1878 (cgen-*.o): Add cgen-sim.h dependency.
1879
1880 * cgen-scache.c (scache_init): Only allocate space if scache element
1881 size is non-zero.
1882 (scache_flush,scache_print_profile): Check if scache in use first.
1883
1884 * cgen-sim.h (IDESC): Provide forward declaration.
1885 (DECODE): Delete.
1886 (CGEN_CPU): Always define scache member. New members idesc,opcode.
1887 (cgen_cpu_max_extra_bytes): Declare.
1888 * cgen-utils.c (cgen_cpu_max_extra_bytes): New function.
1889
c906108c
SS
1890 * sim-cpu.h: New file. sim_cpu_base moved here.
1891 Move sim_cpu_lookup decl here.
1892 * sim-base.h: #include "sim-cpu.h".
1893 * sim-cpu.c: New file.
1894 * Make-common (sim_main_headers): Add sim-cpu.h.
1895 (sim-cpu.o): Add rule for.
1896
1897 * sim-model.c (set_model): Delete.
1898 (sim_model_set,model_set): New functions.
1899 (sim_model_install): Renamed from model_install.
1900 Don't set default model here.
1901 (model_option_handler): Rewrite --model processing.
1902 (sim_model_lookup,sim_mach_lookup): New functions.
1903 * sim-model.h (MAX_MODELS,MAX_INSNS): Delete.
1904 (insn_timing): Delete.
1905 (INSN_TIMING): New member `num'.
1906 (IMP_PROPERTIES): Always define scache_elm_size member.
1907 (MACH): New member init_cpu.
1908 (sim_machs): Renamed from machs.
1909 (sim_model_install): Renamed from model_install.
1910 (sim_model_set,sim_model_lookup,sim_mach_lookup): Declare.
1911 * sim-module.c (modules): Update.
1912
1913 * sim-profile.c (profile_print_insn): Add cpu arg to INSN_NAME macro.
1914
1915 * sim-io.c: #include <errno.h>.
1916
1917Wed May 6 12:39:15 1998 Andrew Cagney <cagney@b1.cygnus.com>
1918
1919 * dv-pal.c (struct hw_pal_device): Add reader.
1920 (hw_pal_finish): Initialize reader.
1921 (scan_hw_pal): Use reader.
1922
1923 * hw-base.h, sim-hw.c (do_hw_poll_read): New function.
1924 (HW_IO_EOF, HW_IO_NOT_READY): Define.
1925 * dv-pal.c: Use.
1926
1927 * sim-io.h, sim-io.c (sim_io_poll_read): New function. Copy from
1928 ../ppc/main.c sim_io_read_stdin.
1929
1930Fri May 1 12:11:02 1998 Andrew Cagney <cagney@b1.cygnus.com>
1931
1932 * hw-tree.h (hw_tree_print): Paramaterize with print and file
1933 arguments.
1934 * hw-tree.c: Update.
1935
1936 * hw-base.h (hw_port_event_callback): Delete CPU/CIA args.
1937 * hw-device.h (hw_io_read_buffer, hw_io_write_buffer): Delete
1938 CPU/CIA args.
1939 * hw-ports.h (hw_port_event): Ditto.
1940 * hw-ports.c (hw_port_event): Update.
1941 * hw-base.c (panic_hw_io_read_buffer, panic_hw_io_write_buffer):
1942 Update.
1943 * dv-pal.c (hw_pal_io_read_buffer, hw_pal_io_write_buffer):
1944 Update.
1945 (hw_pal_io_write_buffer): Call hw_halt not sim_engine_halt.
1946 (do_counter_event): Update.
1947 * dv-glue.c (hw_glue_io_read_buffer): Update.
1948 (hw_glue_port_event): Update.
1949
1950 * hw-device.h (SIM_DESC): Replace with struct sim_state.
1951 * hw-base.h (hw_create): Ditto.
1952 * hw-base.c (hw_create): Ditto.
1953
1954 * hw-device.c (hw_abort, hw_trace, hw_hw_event_queue_schedule,
1955 hw_event_queue_deschedule, hw_event_queue_time): Delete, moved
1956 from here to.
1957 * sim-hw.c: Here.
1958 * hw-device.h (hw_system_cpu): Declare.
1959 * sim-hw.c (hw_system_cpu): New function.
1960
1961 * sim-core.c (sim_core_map_attach, sim_core_attach): Call
1962 sim_hw_abort not hw_abort.
1963 (sim-hw.h): Include.
1964 (sim_core_read_buffer, sim_core_write_buffer): Call
1965 sim_hw_io_read_buffer and sim_hw_io_write_buffer. Do not pass CPU
1966 argument.
1967 (sim_core_set_xor): Do not pass CPU when aborting.
1968
1969 * sim-n-core.h (sim_core_read_aligned_N,
1970 sim_core_write_aligned_N): Call sim_hw_abort not hw_abort.
1971 (sim_core_read_aligned_N, sim_core_write_aligned_N): Call
1972 sim_cpu_hw_io_read_buffer and sim_cpu_hw_io_write_buffer. Does not
1973 return length.
1974
1975 * sim-hw.h: Declare sim_hw_io_{read,write}_buffer. Declare
1976 sim_hw_print.
1977 * sim-hw.c (sim_hw_io_read_buffer, sim_hw_io_write_buffer,
1978 sim_cpu_hw_io_read_buffer, sim_cpu_hw_io_write_buffer): New
1979 functions.
1980 (sim_hw_print): New function.
1981
1982 * sim-engine.h (sim_engine_vabort): Declare.
1983 * sim-engine.c (sim_engine_vabort): New function.
1984
1985Wed Apr 29 23:58:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
1986
1987 * sim-trace.c (print_data): For floating-point numbers trace raw
1988 hex value.
1989 (trace_result_fp2): New function.
1990 * sim-trace.h (trace_result_fp2): New declaration.
1991 (TRACE_FP_RESULT2): New macro.
1992
1993Tue Apr 28 18:28:58 1998 Geoffrey Noer <noer@cygnus.com>
1994
1995 * common/aclocal.m4: call AM_EXEEXT in SIM_AC_COMMON, define
1996 AM_CYGWIN32 and AM_EXEEXT.
1997 * common/Make-common.in: set EXEEXT, add missing EXEEXTs
1998 to run and install-common rules.
1999 * common/configure: regenerate
2000
2001Sat Apr 25 17:45:01 1998 Andrew Cagney <cagney@b1.cygnus.com>
2002
2003 * sim-types.h (cell_word): New type.
2004 (natural_cell): Delete type.
2005
2006Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
2007
2008 * configure: Regenerated to track ../common/aclocal.m4 changes.
2009 * config.in: Ditto.
2010
2011Sun Apr 26 15:25:07 1998 Tom Tromey <tromey@cygnus.com>
2012
2013 * acconfig.h (NEED_DECLARATION_PRINTF): Removed.
2014
2015Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
2016
2017 * configure: Regenerated to track ../common/aclocal.m4 changes.
2018 * config.in: Ditto.
2019
2020Fri Apr 24 11:38:08 1998 Tom Tromey <tromey@cygnus.com>
2021
2022 * acconfig.h: New file.
2023 * Make-common.in (top_builddir): New macro.
2024 (INTL_LIB): Removed.
2025 (INTLLIBS): New macro.
2026 (INTLDEPS): Likewise.
2027 (LIBDEPS): Use INTLDEPS.
2028 (EXTRA_LIBS): Use INTLLIBS.
2029 * aclocal.m4 (SIM_AC_COMMON): Call CY_GNU_GETTEXT.
2030 (CY_WITH_NLS, CY_GNU_GETTEXT, AM_PATH_PROG_WITH_TEST,
2031 AM_LC_MESSAGES): New macros from GNU gettext.
2032
2033Fri Apr 24 19:57:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
2034
2035 * sim-config.h: Discard leading _ from macros.
2036 * sim-types.h: Ditto.
2037
2038Wed Apr 22 14:14:19 1998 Michael Meissner <meissner@cygnus.com>
2039
2040 * Make-common.in (CSEARCH): Add -I to intl directories.
2041 (INTL_LIB): Point to libintl.a.
2042 (LIBDEPS): Add $(INTL_LIB).
2043 (EXTRA_LIBS): Ditto.
2044
2045Tue Apr 21 12:44:27 1998 Doug Evans <devans@canuck.cygnus.com>
2046
2047 * cgen-types.h (GETHIDI,MAKEDI): Tweak.
2048
2049 * cgen-ops.h (ADDCFSI): Fix.
2050 (SUBCFSI): Tweak.
2051
2052Tue Apr 21 13:18:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
2053
2054 * sim-types.h (signed_address, unsigned_address): Define.
2055
2056Mon Apr 20 21:47:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
2057
2058 * sim-fpu.c (sim_fpu_2d): Don't return an SNaN, convert it into a
2059 QNaN.
2060
2061Thu Apr 16 10:30:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
2062
2063 * sim-fpu.c, sim-fpu.h (sim_fpu_fractionto, sim_fpu_tofraction):
2064 New functions, pack / unpack sim_fpu struct using raw values.
2065 (sim_fpu_is): Differentiate between negative and positive
2066 infinity.
2067
2068Tue Apr 14 18:49:31 1998 Andrew Cagney <cagney@b1.cygnus.com>
2069
2070 * sim-bits.h (EXTEND4): Define.
2071 (EXTEND4, EXTEND15, EXTEND11): Ditto.
2072
2073Tue Apr 14 16:31:35 1998 John Metzler <jmetzler@cygnus.com>
2074
2075 * sim-memopt.c (parse_addr): Sunos 4.5 does not have strtol
2076 declared so we need this cast to prevent long long addresses
2077 from being misconfigures. Results in access to unmapped memory.
2078
2079Tue Apr 14 13:19:14 1998 Doug Evans <devans@canuck.cygnus.com>
2080
2081 * Make-common.in (RUNTESTFLAGS): Define.
2082 (check): Pass RUNTESTFLAGS to recursive make.
2083
2084Tue Apr 14 15:09:19 1998 Andrew Cagney <cagney@b1.cygnus.com>
2085
2086 * sim-info.c (sim_info): Be verbose when either VERBOSE or
2087 STATE_VERBOSE_P.
2088
2089Sat Apr 4 23:24:17 1998 Andrew Cagney <cagney@b1.cygnus.com>
2090
2091 * aclocal.m4 (sim-inline): By default, disable sim-inline when
2092 cross compiling.
2093
2094Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
2095
2096 * aclocal.m4 (sim-cflags): Add -fomit-frame-pointer to defaults.
2097 (sim-inline): Update to match sim-inline.[hc]
2098 * configure: Regenerated to track ../common/aclocal.m4 changes.
2099
2100 * Make-common.in (sim_main_headers): Add sim-inline.h
2101
2102 * sim-bits.h (sim-bits.c): Include when H_REVEALS_MODULE_P.
2103 selected.
2104 * sim-endian.h (sim-endian.c): Ditto.
2105
2106 * sim-events.h (_SIM_EVENTS_H_): Replace with SIM_EVENTS_H.
2107 (sim_events_set_trace): Delete unused prototype.
2108
2109 * sim-core.h (_SIM_CORE_H_): Replace with SIM_CORE_H.
2110 * sim-core.c (_SIM_CORE_C_): Ditto for SIM_CORE_C.
2111
2112 * sim-fpu.h (sim-fpu.c): Include when H_REVEALS_MODULE_P.
2113 (sim_fpu_to232i, sim_fpu_to232u, sim_fpu_i232to, sim_fpu_u232to):
2114 Comment out, not yet implemented in sim-fpu.c.
2115 (sim_fpu_zero, sim_fpu_one, sim_fpu_two, sim_fpu_qnan,
2116 sim_fpu_max32, sim_fpu_max64): Mark as EXTERN_SIM_FPU.
2117
2118 * sim-inline.h: Rewrite description.
2119 (H_REVEALS_MODULE_P, C_REVEALS_MODULE_P): Define.
2120 (SIM_MAIN_INLINE): Add inline option.
2121
2122 * sim-inline.c (semantics.c, idecode.c, engine.c, ...): Do not
2123 include generated files. Handled by generator directly.
2124
2125Sat Apr 4 01:07:06 1998 Andrew Cagney <cagney@b1.cygnus.com>
2126
2127 * sim-trace.c (set_trace_option_mask): Keep TRACE_ANY_P
2128 up-to-date.
2129
2130 * sim-trace.h (TRACE_ANY_P): Define.
2131 (struct _trace_data): Add trace_any_p.
2132
2133Mon Mar 30 17:11:55 1998 Andrew Cagney <cagney@b1.cygnus.com>
2134
2135 * run.c (main): Handle all alternatives of enum sim_stop.
2136 (main): Delete unused `asection *s'.
2137
2138Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
2139
2140 * hw-tree.h, hw-tree.c (hw_tree_vparse): New function
2141
2142 * configure: Regenerated to track ../common/aclocal.m4 changes.
2143
2144 * sim-hw.c: New file.
2145 * sim-hw.h (sim_hw_parse): Declare function.
2146 (hw-tree.h): Do not include.
2147
2148 * sim-base.h (STATE_HW): Define.
2149 (struct sim_state_base): Add member struct *hw.
2150
2151 * sim-module.c (sim-hw.h): Include.
2152 (modules): Add sim_hw_install.
2153
2154 * aclocal.m4 (sim_hw_obj): Add sim-hw.o
2155
2156Fri Mar 27 14:55:06 1998 Andrew Cagney <cagney@b1.cygnus.com>
2157
2158 * sim-base.h (CPU_INDEX): Define.
2159
2160 * sim-utils.c (sim_state_alloc): Initialize.
2161 * sim-module.c (sim_post_argv_init): Ditto.
2162
2163Thu Mar 26 10:07:57 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
2164
2165 * aclocal.m4 (sim_hw_obj): Fix sed expression to generate
2166 properly formatted lists.
2167
2168Thu Mar 26 10:37:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
2169
2170 * dv-pal.c (enum hw_pal_address_mask): From Stu Grossman, was
2171 0x2f needs to be 0x3f.
2172
2173Thu Mar 26 09:10:56 1998 Andrew Cagney <cagney@b1.cygnus.com>
2174
2175 * hw-tree.c (hw_tree_find_property): Return NULL when device is
2176 not found.
2177 (hw_tree_find_*_property): Clean up error message when property is
2178 not found.
2179
2180 * dv-pal.c (hw_pal_io_read_buffer): Check the smp property is
2181 present before looking for it.
2182
2183Wed Mar 25 16:17:38 1998 Ian Carmichael <iancarm@cygnus.com>
2184
2185 * aclocal.m4 (AC_CHECK_HEADERS): Add check for fpu_control.h.
2186 (AC_CHECK_FUNCS): Add check for __setfpucw.
2187 * configure: Regenerated.
2188
2189Wed Mar 25 09:18:34 1998 Andrew Cagney <cagney@b1.cygnus.com>
2190
2191 * dv-pal.c (hw_pal_countdown, hw_pal_countdown_value,
2192 hw_pal_timer, hw_pal_timer_value): Define.
2193 (hw_pal_io_read_buffer, hw_pal_io_write_buffer): Add timer support
2194 (do_counter_event, do_counter_read, do_counter_value,
2195 do_counter_write): new functions.
2196
2197Tue Mar 24 12:24:24 1998 Andrew Cagney <cagney@b1.cygnus.com>
2198
2199 * hw-tree.c (hw_printf): Send tree dump to stderr, same as other
2200 trace output.
2201
2202 * hw-base.c (hw_create): Stop searching for a device when one is
2203 found.
2204
2205Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
2206
2207 * configure: Regenerated to track ../common/aclocal.m4 changes.
2208
2209Mon Mar 23 10:25:08 1998 Andrew Cagney <cagney@b1.cygnus.com>
2210
2211 * aclocal.m4 (SIM_AC_OPTION_HARDWARE): Add second argument,
2212 appends extra devices.
2213 (SIM_AC_OPTION_HARDWARE): Substute sim_hw, a non-duplicate list of
2214 the device names.
2215
2216 * Make-common.in (hw-config.h): New target, create hw-config.h
2217 file.
2218 (SIM_HW): Definition from @sim_hw@.
2219 (hw-base.o): Depend on hw-config.h
2220
2221Tue Mar 24 17:41:35 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
2222
2223 * Make-common.in: Get SHELL from configure.
2224 * (stamp-tvals sim-inline.c): Use $(SHELL) when invoking
2225 move-if-change. Fixes NT native build problem.
2226 * Makefile.in (nltvals.def): Use $(SHELL) when invoking
2227 move-if-change. Fixes NT native build problem.
2228 * configure: Regenerate with autoconf 2.12.1 to fix shell issues for
2229 NT native builds.
2230
2231Sun Mar 22 16:54:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
2232
2233 * hw-device.h, hw-device.c (hw_strdup): New function.
2234
2235 * hw-base.c (hw_create): Use hw_strdup when saving a copy of the
2236 strings name, family and args.
2237 (full_name_of_hw): Use hw_strdup when returning the full path.
2238
2239 * hw-properties.c: Clean up property not found / wrong type error
2240 messages.
2241
2242 * hw-tree.c (hw_tree_parse): Finish a devices initialization
2243 before attaching any ports.
2244
2245 * hw-base.c (hw-config.): Include. Replace hardwired table.
2246
2247 * dv-glue.c: Copy over ../ppc/hw_glue.c. Update to new framework.
2248
2249 * Make-common.in: Add rule for dv-glue.o.
2250
2251Sun Mar 22 16:45:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
2252
2253 * hw-base.c (hw_finish): Move setting of trace level to here.
2254 (hw_create): From here.
2255
2256 * hw-base.h, hw-base.c (do_hw_attach_regs): Copy function from
2257 ../ppc/device_table.c.
2258
2259 * dv-pal.c (hw_pal_finish): Attach PAL device to parent bus.
2260
2261 * hw-tree.c (print_properties): Supress path when printing
2262 properties of root node.
2263
2264Sun Mar 22 16:21:15 1998 Andrew Cagney <cagney@b1.cygnus.com>
2265
2266 * hw-device.h (HW_TRACE): Define.
2267 (hw_trace): Declare.
2268 * hw-device.c (hw_trace): Implement function.
2269
2270 * hw-base.c (hw_create): Set hw trace level from "trace?"
2271 property.
2272
2273 * dv-core.c (dv_core_attach_address_callback): Add trace.
2274
2275 * dv-pal.c: Replace DTRACE with HW_TRACE.
2276
2277Sun Mar 22 15:23:35 1998 Andrew Cagney <cagney@b1.cygnus.com>
2278
2279 * hw-device.h (HW_ZALLOC, HW_MALLOC): New macros.
2280 (hw_alloc_data): Delcare.
2281 (struct hw): Add member alloc_of_hw.
2282
2283 * hw-device.c (hw_zalloc, hw_malloc, hw_free, hw_free_all): New
2284 functions. Assocate memory with a device.
2285 (stdlib.h): Include.
2286
2287 * hw-base.h (set_hw_delete): Define.
2288 (hw_delete_callback): Declare.
2289 (hw_delete): Declare.
2290
2291 * hw-base.c (hw_delete): Implement function.
2292 (struct hw_base_data): Add member to_delete.
2293 (ignore_hw_delete): New function, does nothing.
2294 (hw_create): Set the hw_delete method.
2295 (hw_create): Allocate the base type using HW_ZALLOC before setting
2296 any methods.
2297
2298 * hw-tree.h, hw-tree.c (hw_tree_delete): New function.
2299
2300 * hw-properties.c: Replace zalloc/zfree with hw_zalloc/hw_free.
2301
2302 * hw-ports.c: Replace zalloc/zfree with hw_zalloc/hw_free.
2303 (attach_hw_port_edge): Add struct hw argument
2304
2305 * dv-pal.c (hw_pal_finish): Replace zalloc/zfree with
2306 hw_zalloc/hw_free.
2307
2308Sun Mar 22 15:09:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
2309
2310 * hw-device.h (hw_attach_address_callback,
2311 hw_detach_address_callback): Attach to a single space not a space
2312 mask. Clarify interpretation of SPACE:ADDR parameters.
2313
2314 * hw-base.c (passthrough_hw_attach_address,
2315 passthrough_hw_detach_address): Update.
2316 * dv-core.c (dv_core_attach_address_callback): Ditto.
2317 * dv-pal.c (hw_pal_attach_address): Ditto.
2318
2319Thu Mar 19 00:41:00 1998 Andrew Cagney <cagney@b1.cygnus.com>
2320
2321 * sim-options.h: Document additional CPU arg to OPTION_HANDLER.
2322
2323Wed Mar 18 14:13:02 1998 Andrew Cagney <cagney@b1.cygnus.com>
2324
2325 * Make-common.in (SIM_HW_OBJS, SIM_HW_SRC, SIM_DV_OBJS): Define.
2326 (hw-base_h, hw-device_h, hw-handles_h, hw-instances_h, hw_ports_h,
2327 hw-properties_h, hw-tree_h): Define, point at corresponding
2328 header.
2329 (hw_base_headers): Define list of headers included by hw-base.h
2330 (hw-base.o, hw-device.o, hw-instances.o, hw-handles.o, hw-ports.o,
2331 hw-properties.o, hw-tree.o): Specify dependencies.
2332 (dv-core.o, dv-pal.o): Ditto.
2333
2334 * sim-hw.h: New file.
2335
2336 * hw-device.h, hw-device.c, hw-properties.h, hw-properties.c,
2337 hw-ports.h, hw-ports.c: New files. Copied from ../ppc/device.[ch].
2338
2339 * hw-tree.h, hw-tree.c: New files. Copied from ../ppc/tree.[hc].
2340
2341 * hw-base.h, hw-base.c: new files. Copied from
2342 ../ppc/device_table.[hc].
2343
2344 * dv-core.c, dv-pal.c: New files. Copied from
2345 ../ppc/hw_{core,pal}.c
2346
2347 * sim-basics.h (struct hw): Declare.
2348 (enum port_direction, enum object_disposition): Declare.
2349
2350Wed Mar 18 12:38:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
2351
2352 * aclocal.m4 (SIM_AC_OPTION_HARDWARE): Set sim_hw_obj, sim_dv_obj,
2353 sim_dv_src in Makefile. Take list of devices as parameter to m4
2354 macro..
2355
2356 * configure: Regenerated to track ../common/aclocal.m4 changes.
2357
2358Mon Mar 16 12:37:33 1998 Andrew Cagney <cagney@b1.cygnus.com>
2359
2360 * sim-trace.h, sim-trace.c (trace_prefix): Pass in sim_cia so that
2361 trace_prefix can abort cleanly.
2362
2363Sat Mar 14 18:36:12 1998 Doug Evans <devans@seba.cygnus.com>
2364
2365 * dv-sockser.c, dv-sockser.h: New files.
2366 * Make-common.in (dv-sockser.o): Add rule for.
2367 * aclocal.m4: Check for fcntl.h.
2368 * config.h: Add HAVE_FCNTL_H.
2369
2370 * sim-break.c (remove_breakpoint): Fix thinko.
2371
2372 * sim-hload.c (sim_load): Provide default value of SIM_HANDLES_LMA.
2373 Use SIM_HANDLES_LMA for lma_p arg to sim_load_file.
2374
23751998-03-13 Fred Fish <fnf@cygnus.com>
2376
2377 * sim-base.h (struct sim_state_base): Add prog_syms and
2378 define macro STATE_PROG_SYMS.
2379 * sim-trace.c (trace_prefix): Add variables abfd, symsize,
2380 symbol_count, and asymbols. Call bfd_get_symtab_upper_bound
2381 and bfd_canonicalize_symtab, to get symbol table on first use
2382 and preserve it via STATE_PROG_SYMS for future calls to
2383 bfd_find_nearest_line.
2384
2385Wed Mar 11 14:02:47 1998 Andrew Cagney <cagney@b1.cygnus.com>
2386
2387 * sim-core.h, sim-core.c (sim_core_map_to_str): Delete.
2388
2389 * sim-core.c (sim_core_attach): Handle a generic number of maps -
2390 up to nr_maps, not just access_* maps.
2391
2392 * sim-profile.h (struct PROFILE_DATA): Track nr_maps different
2393 maps.
2394
2395 * sim-profile.c (profile_print_core): Make map unsigned. Iterate
2396 over nr_maps not sim_core_nr_maps.
2397
2398 * sim-events.h, sim-events.c (sim_events_watch_core): Change
2399 core_map argument to unsigned.
2400 (struct _sim_core): Ditto for struct member core_map.
2401
2402 * sim-core.h (nr_sim_core_maps, sim_core_*_map): Delete
2403
2404 * sim-basics.h (access_io, access_*_io): Define.
2405 (map_read, map_write, map_exec, map_io): Define.
2406
2407 * sim-core.c, sim-core.h (sim_core_attach): Replace argument
2408 attach with more generic mapmask.
2409 (sim_core_{read,write}_*): Change map argument to unsigned.
2410
2411 * sim-core.c (sim_core_uninstall, sim_core_attach,
2412 sim_core_detach): Iterate over nr_maps instead of
2413 sim_core_nr_maps.
2414
2415 * sim-break.c (insert_breakpoint): Write breakpoints to exec_map
2416 instead of the write_map.
2417 (remove_breakpoint): Ditto.
2418
2419 * genmloop.sh (engine_resume_full): Replace sim_core_*_map
2420 with read_map, write_map, exec_map resp.
2421
2422 * cgen-mem.h (DECLARE_GETMEM, DECLARE_SETMEM, DECLARE_GETIMEM):
2423 Ditto.
2424
2425 * cgen-utils.c (sim_disassemble_insn): Ditto.
2426
2427 * sim-hrw.c (sim_write, sim_write): Ditto.
2428
2429 * sim-utils.h, sim-utils.c (access_to_str, map_to_str,
2430 transfer_to_str): New functions.
2431
2432Mon Mar 9 12:50:59 1998 Doug Evans <devans@seba.cygnus.com>
2433
2434 * sim-base.h (sim_state_base): New member environment.
2435 (STATE_ENVIRONMENT): New macro.
2436 * sim-config.c (current_environment): Delete.
2437 (sim_config_default): New function.
2438 (sim_config): Set STATE_ENVIRONMENT, not current_environment.
2439 * sim-config.h (current_environment,CURRENT_ENVIRONMENT): Delete.
2440 (sim_config_default): Add prototype.
2441 * sim-module.c (sim_pre_argv_init): Call sim_config_default.
2442 * sim-options.c (standard_option_handler, case OPTION_ENVIRONMENT):
2443 Set STATE_ENVIRONMENT, not current_environment.
2444
2445Mon Mar 9 11:59:03 1998 Jim Wilson <wilson@cygnus.com>
2446
2447 * sim-fpu.c (NR_GUARDS64): Change NR_PAD32 to NR_PAD64.
2448
2449Tue Mar 3 10:53:05 1998 Andrew Cagney <cagney@b1.cygnus.com>
2450
2451 * sim-types.h (SIGNED32, SIGNED64): Pacify GCC.
2452
2453 * sim-alu.h (ALU64_BEGIN): Make alu64_r unsigned.
2454
2455Mon Mar 2 10:20:06 1998 Doug Evans <devans@seba.cygnus.com>
2456
2457 * Make-common.in (TAGS): Make smarter.
2458 * Makefile.in (TAGS): Ditto.
2459
2460Fri Feb 27 19:09:57 1998 Doug Evans <devans@canuck.cygnus.com>
2461
2462 * sim-module.c (*): Fix typos in assertion tests.
2463
2464Sat Feb 28 13:54:10 1998 Andrew Cagney <cagney@b1.cygnus.com>
2465
2466 * sim-module.c (sim_pre_argv_init): String passed to asprintf
2467 can't be constant.
2468
2469 * sim-options.c (sim_parse_args): Ditto.
2470 (sim_args_command): Return OK, instead of nothing, for an empty
2471 command.
2472
2473Fri Feb 27 13:29:13 1998 Andrew Cagney <cagney@b1.cygnus.com>
2474
2475 * sim-profile.c (profile_info): Rename from profile_print. Drop
2476 misc and misc_cpu callback arguments. Use
2477 PROFILE_INFO_CPU_CALLBACK and STATE_PROFILE_INFO_CALLBACK instead.
2478 (profile_install): Install profile_info function.
2479
2480 * sim-profile.h (PROFILE_INFO_CPU_CALLBACK,
2481 STATE_PROFILE_INFO_CALLBACK): Define.
2482 (struct PROFILE_DATA): Add field info_cpu_callback.
2483 (profile_print): Delete function.
2484
2485 * sim-base.h (STATE_MODULES): Define. Replace individual
2486 STATE_*_LIST with single struct module_list.
2487
2488 * sim-module.h (MODULE_INFO_FN, MODULE_INFO_LIST): Declare.
2489 (struct module_list): Declare.
2490
2491 * sim-module.h, sim-module.c (sim_module_add_info_fn,
2492 sim_module_info): New functions.
2493 (sim_module_install): Clean up module data structures.
2494
2495 * sim-info.c (sim_info): New file. New function. Call
2496 sim_module_info.
2497
2498 * Make-common.in (sim-info.o): Define rule.
2499 (SIM_NEW_COMMON_OBJS): Add sim-info.o.
2500
2501
2502Fri Feb 27 18:26:16 1998 Doug Evans <devans@canuck.cygnus.com>
2503
2504 * sim-base.h (sim_cpu_base): New members name, options.
2505 (sim_cpu_lookup): Add prototype.
2506 * sim-module.c (sim_pre_argv_init): Provide default names for cpus.
2507 * sim-options.h (DECLARE_OPTION_HANDLER): New argument `cpu'.
2508 (sim_add_option_table): Update prototype.
2509 * sim-options.c (sim_add_option_table): New argument `cpu'.
2510 (standard_option_handler,standard_install): Update.
2511 (sim_parse_args): Handle cpu specific options.
2512 (print_help): New static function.
2513 (sim_print_help): Call it. Print cpu specific options.
2514 (find_match): New static function.
2515 (sim_args_command): Call it. Handle cpu specific options.
2516 * sim-utils.c (sim_cpu_lookup): New function.
2517 * sim-memopt.c (memory_option_handler): Update.
2518 (sim_memopt_install): Update.
2519 * sim-model.c (model_option_handler): Update.
2520 (model_install): Update.
2521 * sim-profile.c (profile_option_handler): Update.
2522 (profile_install): Update.
2523 * sim-trace.c (trace_option_handler): Update.
2524 (trace_install): Update.
2525 * sim-watch.c (watchpoint_option_handler): Update.
2526 (sim_watchpoint_install): Update.
2527 * cgen-scache.c (scache_option_handler): Update.
2528 (scache_install): Update.
2529
2530Wed Feb 25 11:00:26 1998 Doug Evans <devans@canuck.cygnus.com>
2531
2532 * Make-common.in (check): Run `make check' in testsuite dir.
2533
2534Wed Feb 25 14:40:24 1998 Andrew Cagney <cagney@b1.cygnus.com>
2535
2536 * sim-trace.c (trace_result0): New function.
2537
2538 * sim-trace.h (TRACE_FP_*, TRACE_FPU_*): Rename TRACE_FPU_*
2539 macro's to TRACE_FP_*. TRACE_FPU_* should be defined and used when
2540 tracing sim_fpu variables.
2541 (TRACE_ALU_RESULT0): Define.
2542 (TRACE_FP_RESULT_WORD): Define.
2543 (TRACE_FP_INPUT_WORD1): Define.
2544
2545 * sim-fpu.c, sim-fpu.h (sim_fpu_max32, sim_fpu_max64, sim_fpu_one,
2546 sim_fpu_two): New constants.
2547 (sim_fpu_op1, sim_fpu_op2): New types.
2548 (struct _sim_fpu): Delete member result. Re-order other members.
2549 (sim_fpu_sign, sim_fpu_exp): New functions.
2550 (sim_fpu_max, sim_fpu_min): new functions.
2551 (EXPMAX32, EXPMAX64, NR_PAD32, NR_PAD64, NR_GUARDS32, NR_GUARDS64,
2552 NORMAL_EXPMAX32, NORMAL_EXPMAX64): Define.
2553
2554Tue Feb 24 22:45:39 1998 Doug Evans <devans@seba.cygnus.com>
2555
2556 * sim-profile.c (profile_print): Delete duplicate test of
2557 PROFILE_INSN_IDX.
2558 (profile_print_pc): Exit early if data collection not set up.
2559 (profile_print_core): Simplify by calling sim_core_map_to_str.
2560 * sim-core.h (sim_core_map_to_str): Declare.
2561 * sim-core.c (sim_core_map_to_str): Make non-static.
2562
2563 * genmloop.sh (engine_resume): Update insn_count before exiting.
2564 (engine_resume_full): Keep accurate core profile data.
2565
2566 * cgen-utils.c (sim_disassemble_insn): Don't use
2567 sim_core_read_aligned_N, it messes up profiling results.
2568
2569Mon Feb 23 20:45:57 1998 Mark Alexander <marka@cygnus.com>
2570
2571 * nltvals.def: Regenerate with MN10300 additions.
2572
2573Tue Feb 24 13:18:42 1998 Andrew Cagney <cagney@b1.cygnus.com>
2574
2575 * sim-trace.h (TRACE_ALU_RESULT2): Define.
2576
2577 * sim-trace.h, sim-trace.c (trace_result_word2,
2578 trace_input_word4, trace_result_word4): New function.
2579
2580Mon Feb 23 13:08:35 1998 Doug Evans <devans@canuck.cygnus.com>
2581
2582 * cgen-sim.h (SEM_NEXT_PC): New arg `len'.
2583
2584 * sim-xcat.h: Delete.
2585 * cgen-mem.h: Delete inclusion of sim-xcat.h.
2586 * cgen-sim.h: Ditto.
2587 * sim-alu.h: Replace sim-xcat.h with symcat.h.
2588 * sim-n-bits.h: Ditto.
2589 * sim-n-core.h: Ditto.
2590 * sim-n-endian.h: Ditto.
2591
2592Mon Feb 23 13:19:58 1998 Michael Meissner <meissner@cygnus.com>
2593
2594 * syscall.c (cb_syscall): Handle short reads, and EOF.
2595
2596Tue Feb 24 00:29:57 1998 Andrew Cagney <cagney@b1.cygnus.com>
2597
2598 * sim-trace.c (print_data): case trace_fmt_fp missing break. Use
2599 sim_fpu to safely print fp_word values.
2600 (print_data): Add trace_fmt_bool and trace_fmt_addr.
2601 (trace_result_bool1, trace_result_addr1): New functions.
2602 (trace_input_bool1, trace_input_addr1): New functions.
2603
2604 * sim-trace.h (TRACE_FPU_*): Define.
2605
2606Mon Feb 23 13:24:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
2607
2608 * sim-fpu.h (enum sim_fpu_class): Add sim_fpu_class_denorm.
2609 (sim_fpu_fpto, sim_fpu_tofp): Define.
2610
2611Fri Feb 20 18:08:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
2612
2613 * sim-fpu.c (sim_fpu_cmp): New function.
2614
2615Wed Feb 18 16:29:21 1998 Doug Evans <devans@canuck.cygnus.com>
2616
2617 * cgen-utils.h (sim_disassemble_insn): Use CGEN_INSN_BITSIZE
2618 instead of abuf->length.
2619 * sim-trace.c (trace_options): Have -t only trace a few useful things.
2620 (set_trace_option_mask): Renamed from set_trace_options.
2621 (set_trace_option): New function.
2622 (trace_option_handler): Update calls to set_trace_option{,_mask}.
2623 * sim-trace.h (TRACE_USEFUL_MASK): New macro.
2624
2625Wed Feb 18 12:42:15 1998 Andrew Cagney <cagney@b1.cygnus.com>
2626
2627 * sim-basics.h: Declare struct _sim_fpu.
2628
2629Tue Feb 17 16:27:46 1998 Andrew Cagney <cagney@b1.cygnus.com>
2630
2631 * sim-trace.h (TRACE_ALU_INPUT*, TRACE_ALU_RESULT): Define.
2632 (trace_prefix, trace_input*, trace_result*): Declare.
2633 (trace_one_insn): Change declaration, assume trace_prefix called.
2634 (trace_generic): Like trace_one_insn.
2635 (TRACE_ALU_IDX, TRACE_*_IDX): Change #define's to enum.
2636 (TRACE_alu, TRACE_[a-z]*): Update.
2637
2638 * sim-trace.c (trace_prefix, trace_input*, trace_result*,
2639 trace_insn, save_data, trace_idx_to_str, print_data): New
2640 functions.
2641 (trace_one_insn): Rewrite.
2642 (trace_generic): New function.
2643
2644Tue Feb 17 17:27:30 1998 Doug Evans <devans@seba.cygnus.com>
2645
c906108c
SS
2646 * aclocal.m4 (USE_MAINTAINER_MODE): New variable.
2647
2648 * cgen-sim.h (SEMANTIC_CACHE_FN): Delete.
2649 (SEMANTIC_FN): Rewrite declaration.
2650 (DECODE): Update type of semantic_fast member.
2651 ({EX,SEM}_FN_NAME): Have only one version.
c906108c
SS
2652 * sim-base.h (sim_state_base): Delete conditionals surrounding
2653 member scache_size.
2654
2655Tue Feb 10 18:31:49 1998 Andrew Cagney <cagney@b1.cygnus.com>
2656
2657 * sim-load.c (sim_load_file): Print LMA/VMA according to value
2658 used.
2659
2660Tue Feb 10 14:56:23 1998 Ian Carmichael <iancarm@cygnus.com>
2661
2662 * sim-core.c: Add missing prototypes for WITH_DEVICES.
2663 Add missing parameters to device_io calls.
2664 * sim-core.h: Add missing parameters to device_io calls.
2665
2666Mon Feb 9 14:48:37 1998 Doug Evans <devans@canuck.cygnus.com>
2667
2668 * cgen-sim.h (DECODE): Always use switch for `read' for now.
2669 (PAREXEC): Renamed from PARALLEL_EXEC. All uses updated.
2670 (SEMANTIC{,_CACHE}_FN): Fix return type.
c906108c
SS
2671 * genmloop.sh (@cpu@_engine_run): Delete `current_state'.
2672 (engine_resume): Likewise. Make `engine' volatile. Save copy
2673 of cpu pointer in volatile object. Initialize read switch if
2674 -parallel.
2675
2676Thu Feb 5 13:27:04 1998 Doug Evans <devans@seba.cygnus.com>
2677
2678 * cgen-sim.h (EX_FN_NAME): _exc_ -> _ex_.
2679 (SEM_INSN): New macro.
2680
2681Tue Feb 3 16:31:56 1998 Andrew Cagney <cagney@b1.cygnus.com>
2682
2683 * sim-run.c (sim_engine_run): Assume IMEM is 32 bit.
2684
2685Sun Feb 1 16:47:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
2686
2687 * configure: Regenerated to track ../common/aclocal.m4 changes.
2688
2689Sun Feb 1 16:16:57 1998 Andrew Cagney <cagney@b1.cygnus.com>
2690
2691 * sim-types.h (fp_word): New type, define according to
2692 WITH_TARGET_FLOATING_POINT_BITSIZE.
2693
2694 * aclocal.m4 (default_sim_floating_point_bitsize): Add
2695 configuration of size of floating point registers.
2696
2697Sun Feb 1 14:02:31 1998 Andrew Cagney <cagney@b1.cygnus.com>
2698
2699 * sim-profile.c (profile_print): Only print CPU <N> if other
2700 output is going to appear.
2701
2702Sat Jan 31 18:15:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
2703
2704 * configure: Regenerated to track ../common/aclocal.m4 changes.
2705
2706Sat Jan 31 18:03:55 1998 Andrew Cagney <cagney@b1.cygnus.com>
2707
2708 * sim-types.h (address_word): Typedef according to
2709 WITH_TARGET_ADDRESS_BITSIZE.
2710 (signed_cell, unsigned_cell, natural_cell): Ditto using
2711 WITH_TARGET_CELL_BITSIZE.
2712
2713 * sim-config.h (WITH_TARGET_ADDRESS_BITSIZE): Define.
2714 (WITH_TARGET_CELL_BITSIZE): Define.
2715 (WITH_HOST_WORD_BITSIZE): Delete.
2716
2717 * sim-config.c (print_sim_config): Update.
2718
2719 * aclocal.m4 (SIM_AC_OPTION_BITSIZE): Add support for
2720 configuration of address and OpenFirmware cell sizes.
2721
2722Fri Jan 30 09:36:33 1998 Andrew Cagney <cagney@b1.cygnus.com>
2723
2724 * sim-engine.h (sim_engine_run): Add argument nr_cpus.
2725 * sim-run.c (sim_engine_run): Update.
2726
2727 * sim-engine.h (SIM_ENGINE_HALT_HOOK): Use SET_CPU_CIA instead of
2728 CPU_CIA.
2729 * sim-run.c (sim_engine_run): Ditto.
2730
2731 * sim-resume.c (sim_resume): Obtain nr_cpus from sim_engine.
2732 (sim_resume): Pass nr_cpus to sim_engine_run.
2733
2734 * sim-engine.h (struct _sim_engine): Add member nr_cpus.
2735
2736 * sim-engine.c (sim_engine_init): Hardwire nr_cpus to
2737 MAX_NR_PROCESSORS.
2738 (sim_engine_nr_cpus) sim-engine.c, sim-engine.h: New function
2739
c906108c
SS
2740Fri Jan 23 14:20:54 1998 Doug Evans <devans@seba.cygnus.com>
2741
2742 * Make-common.in (stamp-tvals): New rule.
2743 (targ-vals.h,targ-map.c): Depend on it.
2744 (clean): Remove stamp-tvals.
2745
2746Tue Jan 20 21:35:13 1998 Michael Meissner <meissner@cygnus.com>
2747
2748 * sim-utils.c (sim_state_alloc): #if 0 variable that is only used
2749 in code also #if 0'ed.
2750
2751Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
2752
2753 * configure: Regenerated to track ../common/aclocal.m4 changes.
2754 * aclocal.m4: Recognize --enable-maintainer-mode.
2755
2756Mon Jan 19 12:45:45 1998 Doug Evans <devans@seba.cygnus.com>
2757
2758 * cgen-scache.h: Deleted.
2759 * Make-common.in (cgen-run.o,cgen-scache.o): Delete cgen-scache.h dep.
c906108c
SS
2760 * cgen-scache.c: Only compile contents if WITH_SCACHE.
2761 (scache_init): Use runtime computed size of SCACHE.
2762 (scache_flush): Likewise.
2763 * cgen-mem.h (GETIMEMU[QHSD]I): Declare.
2764 ([GS]ETT{QI,UQI,HI,UHI,SI,USI,DI,UDI}): Declare.
2765 * cgen-sim.h: Scache support moved here.
2766 (PC): Redo definition.
2767 (ARGBUF,SCACHE,PARALLEL_EXEC): Provide forward decls.
2768 (DECODE): Add parallel execution support.
2769 Only include semantic label members if using switch.
2770 (SWITCH,CASE,BREAK,DEFAULT,ENDSWITCH): Portable computed goto support.
2771 (CGEN_CPU): Delete members exec_state, halt_sigrc, halt_jmp_buf.
2772 (IADDR,CIA,SEM_ARG,EX_FN_NAME,SEM_FN_NAME,RECORD_IADDR,SEM_ARGBUF,
2773 SEM_NEXT_PC,SEM_BRANCH_VIA_{CACHE,ADDR},SEM_NEW_PC_ADDR): Moved here
2774 from cgen-types.h.
2775 (engine_{stop,run,resume,halt,signal}): Delete decls.
2776 * cgen-types.h (CGEN_{XCAT3,CAT3}): Delete.
2777 (argbuf,scache): Delete forward decls.
2778 (STATE): Delete decl.
2779 * cgen-utils.c: Don't include decode.h, mem-ops.h, sem-ops.h.
2780 Include cgen-mem.h, cgen-ops.h.
2781 (engine_halt,engine_signal): Delete.
2782 ({ex,exc,sem,semc}_illegal): Delete.
2783 (sim_disassemble_insn): Result of extract fn is in bits.
2784 * genmloop.sh: Rewrite.
2785
2786 * cgen-trace.c (trace_insn): Set printed_result_p=0 if not tracing
2787 line numbers.
2788
2789 * sim-base.h (sim_state_base): Delete member `model'.
2790 (sim_cpu_base): Add member `model'.
2791 * sim-model.h (IMP_PROPERTIES): New type.
2792 (MACH): New members imp_props, models.
2793 (models): Delete decl.
2794 * sim-model.c (set_model): Update.
2795 * sim-profile.c (profile_print_model): Update.
2796
2797 * sim-utils.c (sim_state_alloc): Delete setting of cpu backlink here.
2798
2799Fri Jan 16 12:33:09 1998 Nick Clifton <nickc@cygnus.com>
2800
2801 * cgen-trace.c (trace_insn): Call CGEN_INSN_MNEMONIC() rather than
2802 CGEN_INSN_SYNTAX().
2803
2804Mon Dec 15 23:17:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
2805
2806 * configure: Regenerated to track ../common/aclocal.m4 changes.
2807 * config.in: Ditto.
2808
2809Mon Dec 15 23:16:03 1997 Andrew Cagney <cagney@b1.cygnus.com>
2810
2811 * aclocal.m4 (AR): Check for sigaction.
2812
2813Thu Dec 4 09:21:05 1997 Doug Evans <devans@canuck.cygnus.com>
2814
2815 * Make-common.in (sim-core.o): Depend on $(sim_main_headers).
2816
2817 * sim-config.h (WITH_TREE_PROPERTIES): Define as 0.
2818 * sim-config.c (sim_config): Replace WITH_DEVICES with
2819 WITH_TREE_PROPERTIES.
2820
2821 * configure: Regenerated to track ../common/aclocal.m4 changes.
2822
2823Wed Dec 3 17:56:02 1997 Doug Evans <devans@canuck.cygnus.com>
2824
2825 * Make-common.in (SIM_ENVIRONMENT): New variable.
2826 (CONFIG_CFLAGS): Add it.
2827 * aclocal.m4 (SIM_AC_OPTION_ENVIRONMENT): Handle
2828 --enable-sim-environment option.
2829 * configure: Regenerated.
2830 * sim-config.h (environment support): Rewrite.
2831 * sim-config.c (current_environment): Define as enum, unconditionally.
2832 (current_alignment): Define unconditionally.
2833 (config_environment_to_a): Update.
2834 (config_alignment_to_a): Fix type of argument. Define unconditionally.
2835 (sim_config): Handle environment and alignment determination
2836 unconditionally. Delete sanity checks of current_environment,
2837 unnecessary.
2838 (print_sim_config): Update.
2839 * sim-options.c (STANDARD_OPTIONS enum): Add OPTION_ENVIRONMENT.
2840 (standard_options): Add --environment.
2841 (standard_option_handler): Likewise.
2842
2843Fri Nov 28 12:21:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
2844
2845 * sim-alu.h: Add notes on carry vs borrow for subtraction.
2846 (ALU{,8,16,32,64}ADD): Redefine ADD macro as add overflowing.
2847 (ALU{,8,16,32,64}ADDC): Define - add carrying.
2848 (ALU{,8,16,32,64}SUB): Redefine SUB macro as subtract overflowing.
2849 (ALU{,8,16,32,64}SUBB): Define - subtract borrowing.
2850 (ALU{,8,16,32,64}SUBC): Define - tract carrying.
2851 (ALU{,8,16,32,64}ADD_CA, ALU{,8,16,32,64}ADDC_C): Replace single
2852 argument ADD_CA macro with two argument ADDC_C - add carrying with
2853 carry in.
2854 (ALU{,8,16,32,64}SUB_CA, ALU{,8,16,32,64}SUBC_X): Replace single
2855 argument SUB_CA macro with two argument SUBC_X - subtract
2856 carrying, extended.
2857 (ALU{,8,16,32,64}SUBB_B): Define - subtract borrowing with
2858 borrow-in.
2859 (ALU{,8,16,32,64}NEGC, ALU{,8,16,32,64}NEGB): Define.
2860
2861Sun Nov 30 17:40:57 1997 Michael Meissner <meissner@cygnus.com>
2862
2863 * sim-io.c (sim_io_{syscalls,getstring}): Delete. No longer used.
2864 * sim-io.h (sim_io_syscalls): Delete.
2865
2866Fri Nov 28 20:10:09 1997 Michael Meissner <meissner@cygnus.com>
2867
2868 * syscall.c (cb_syscall): Add missing else, so write to stdout
2869 isn't doubled.
2870
2871 * sim-alu.h (ALU{,8,16,32,64}_SET_CARRY): Provide macros to import
2872 the carry bit from the CPU's psw.
2873
2874Fri Nov 28 11:15:05 1997 Doug Evans <devans@canuck.cygnus.com>
2875
2876 * gennltvals.sh: Redo syscall support.
2877 * nltvals.def: Regenerated.
2878
2879Wed Nov 26 16:49:38 1997 Michael Meissner <meissner@cygnus.com>
2880
2881 * syscall.c (cb_syscall): If writing to stdout or stderr, flush
2882 the stream immediately.
2883
2884Wed Nov 26 12:32:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
2885
2886 * sim-io.c (sim_io_getstring): Delete unused len2.
2887 (sim_io_syscalls): Ditto for sys_errno.
2888
2889Wed Nov 26 11:18:40 1997 Doug Evans <devans@canuck.cygnus.com>
2890
2891 * syscall.c (cb_syscall): Test CB_SYSCALL struct magic number.
2892
2893 * Make-common.in (run.o): Depend on remote-sim.h.
2894 (nrun.o,sim-hload.o,sim-hrw.o): Likewise.
2895 (sim-io.o,sim-reason.o,sim-resume.o): Likewise.
2896
2897Tue Nov 25 20:12:46 1997 Michael Meissner <meissner@cygnus.com>
2898
2899 * sim-io.c (sim_io_syscalls): Disable lseek.
2900
2901Tue Nov 25 00:12:38 1997 Doug Evans <devans@seba.cygnus.com>
2902
2903 * gennltvals.sh: Generate syscall values for d30v.
2904
2905 * gennltvals.sh: Use libgloss/syscall.h for sparc.
2906 * nltvals.def: Regenerate.
2907
2908 * callback.c (os_stat): Make 3rd arg a host struct stat ptr.
2909 (os_fstat): Likewise. Validate fd argument.
2910 (cb_host_to_target_stat): Delete big_p arg. If HS arg is NULL,
2911 just compute target stat struct length.
2912 * syscall.c: #include "libiberty.h", <sys/types.h>, <sys/stat.h>.
2913 (ENOSYS,ENAMETOOLONG): Provide definitions if missing.
2914 (get_string): Return host errno values so they can be properly
2915 translated later.
2916 (cb_syscall): Likewise.
2917 (cb_syscall, cases open,unlink): Use get_path instead of get_string.
2918 (cb_syscall, case read): Use read_stdin for file descriptor 0.
2919 (cb_syscall, case write): Use write_stderr for file descriptor 2.
2920 (cb_syscall): Add cases for lseek, unlink, stat, fstat, time.
2921 (get_path): New function.
2922
2923Mon Nov 24 18:56:07 1997 Michael Meissner <meissner@cygnus.com>
2924
2925 * sim-io.c (sim_io_syscalls): New function to provide system call
2926 emulation. Provide exit, open, close, read, write, lseek, and
2927 unlink.
2928 (sim_io_getstring): New function to return a string from a
2929 simulated memory location.
2930
2931 * sim-io.h (sim_io_syscalls): Add declaration.
2932
2933Mon Nov 24 12:09:59 1997 Doug Evans <devans@seba.cygnus.com>
2934
2935 * sim-core.c (sim_core_signal): Fix spelling error in message.
2936
2937 * sim-hrw.c (sim_read): Use read map, not write map.
2938
2939 * Make-common.in (all): Add .gdbinit.
2940 * gdbinit.in: Add dump command.
2941
2942 * sim-model.c (model_options): Use '\0' for `shortopt'.
2943
2944 * sim-trace.c (trace_option_handler): Set state trace file
2945 for --trace-file in addition to cpu's values.
2946 (trace_vprintf): If cpu == NULL, try state's trace file.
2947 (trace_options): Reorganize table, reword some descriptions.
2948
2949Sun Nov 23 10:57:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
2950
2951 * sim-fpu.c (sim_fpu_abs, sim_fpu_neg, sim_fpu_inv), sim-fpu.h:
2952 New functions.
2953
2954Sat Nov 22 19:16:54 1997 Andrew Cagney <cagney@b1.cygnus.com>
2955
2956 * sim-reason.c (sim_stop_reason): For sim_signalled, return the
2957 signal untranslated, document problem with this.
2958
2959 * nrun.c (main): Check for a prog name of `*step'. If present,
2960 step the simulator instead of allowing it to run free.
2961
2962 * sim-signal.c (SIGQUIT): Define on _MSC_VER hosts.
2963
2964 * Make-common.in (sim_main_headers): Add sim-signal.h.
2965
2966Fri Nov 21 09:32:32 1997 Andrew Cagney <cagney@b1.cygnus.com>
2967
2968 * sim-signal.c (sim_signal_to_host): Return 0 for SIM_SIGNONE.
2969
2970Thu Nov 20 20:35:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
2971
2972 * sim-signal.h: Start simulator signals at 64 so that host signal
2973 numbers can be detected and reported.
2974
2975 * sim-signal.h (SIM_SIGFPE), sim-signal.h: Add signal.
2976
2977Wed Nov 19 12:02:41 1997 Doug Evans <devans@seba.cygnus.com>
2978
2979 * callback.c (cb_host_to_target_stat): Fix return values.
2980
2981 * cgen-sim.h (enum_signal_type): Delete.
2982 (engine_signal): Update prototype.
2983 * cgen-utils.c: Don't include <signal.h>.
2984 (sim_signal_to_host): Delete, lives in sim-signal.c now.
2985 (engine_signal): Update.
2986
2987 * sim-utils.c (sim_state_alloc): Call SIM_STATE_ALLOC if defined.
2988 (sim_state_free): Call SIM_STATE_FREE if defined.
2989
2990 * sim-module.c (sim_module_install): Don't leave any modules
2991 installed if one fails to install.
2992
2993Wed Nov 19 13:25:48 1997 Michael Meissner <meissner@cygnus.com>
2994
2995 * sim-options.c: Don't include ../libiberty/alloca-conf.h any
2996 more, since alloca is not used in this file.
2997
2998 * sim-alu.h (ALU{32,64}_*): Rewrite 32 and 64 bit ALU support to
2999 correctly set the carry and overflow bits for those types.
3000 (ALU{8,16,32,64}_{ADD,SUB}_CA): Take VAL argument to add along
3001 with carry, so carry is correct after doing both adds.
3002 (ALU*): Space out '\' to make it easier to read.
3003
3004Tue Nov 18 15:53:45 1997 Doug Evans <devans@canuck.cygnus.com>
3005
3006 * sim-core.c (sim_core_signal): Use sim_stopped instead of
3007 sim_signalled.
3008
3009 * sim-signal.c, sim-signal.h: New files.
3010 * Make-common.in (sim-signal.o): Add rule for.
3011 (SIM_NEW_COMMON_OBJS): Add sim-signal.o.
3012 * sim-abort.c: Don't include <signal.h>.
3013 * sim-basics.h: #include "sim-signal.h".
3014 * sim-break.c: Don't include <signal.h>.
3015 (sim_handle_breakpoint): Replace SIGTRAP with SIM_SIGTRAP.
3016 * sim-core.c: Don't include <signal.h>.
3017 (SIGBUS): Delete definition.
3018 (sim_core_signal): Replace SIGSEGV,SIGBUS with SIM_SIGSEGV,SIM_SIGBUS.
3019 * sim-engine.c: Don't include <signal.h>.
3020 (sim_engine_abort): Replace SIGABRT with SIM_SIGABRT.
3021 * sim-reason.c (sim_stop_reason): Call sim_signal_to_host.
3022 * sim-resume.c: Don't include <signal.h>.
3023 (SIGTRAP): Delete definition.
3024 (has_stepped): Replace SIGTRAP with SIM_SIGTRAP.
3025 * sim-stop.c: Don't include <signal.h>.
3026 (control_c_simulation): Replace SIGINT with SIM_SIGINT.
3027 * sim-watch.c: Don't include <signal.h>.
3028 (handle_watchpoint): Replace SIGINT with SIM_SIGINT.
3029
3030 * Make-common.in (SIM_NEW_COMMON_OBJS): New variable.
3031
3032 * sim-base.h (CIA_ADDR): Provide default definition.
3033 * sim-core.c (sim_core_signal): Use CIA_ADDR to fetch value.
3034 * sim-break.c (sim_handle_breakpoint): Likewise.
3035
3036Mon Nov 17 14:15:31 1997 Doug Evans <devans@seba.cygnus.com>
3037
3038 * Make-common.in (srccom): New variable.
3039
3040 * Make-common.in (DEP, COMMON_DEP_CFLAGS): Define.
3041 (LIB_OBJS): Add syscall.o.
3042 (gentmap): Pass $(NL_TARGET) to $(CC).
3043 (syscall.o): Add rule for.
3044 (sim_main_headers): Add $(SIM_EXTRA_DEPS).
3045 (sim-bits.o): Depend on $(sim-n-bits_h).
3046 (sim-load.o): Depend on callback.h.
3047
3048 * Make-common.in (cgen-*.o): Update dependencies, mem-ops.h renamed to
3049 cgen-mem.h, sem-ops.h renamed to cgen-ops.h.
3050 * cgen-mem.h, cgen-ops.h: New files.
3051
3052 * aclocal.m4 (--enable-sim-scache): Pass -DWITH_SCACHE=0 for "=no".
3053
3054 * Makefile.in (nltvals.def): Depend on gennltvals.sh.
3055 Rewrite build rule.
3056 * callback.c: #include string.h or strings.h.
3057 #include sys/types.h and sys/stat.h.
3058 (cb_init_syscall_map,cb_init_errno_map,cb_init_open_map): Declare.
3059 (os_get_errno,os_open): Update.
3060 (os_stat,os_fstat): New functions.
3061 (os_init): Initialize syscall_map, errno_map, open_map.
3062 (default_callback): Add entries for os_stat, os_fstat, syscall_map,
3063 errno_map, open_map, signal_map, stat_map.
3064 (cb_read_target_syscall_maps): New function.
3065 (cb_target_to_host_syscall): New function.
3066 (cb_host_to_target_errno): Renamed from host_to_target_errno.
3067 (cb_target_to_host_open): Renamed from target_to_host_open.
3068 (store): New function.
3069 (cb_host_to_target_stat): New function.
3070 * syscall.c: New file.
3071 * gentmap.c (sys_tdefs): New global.
3072 (gen_targ_vals_h): Output target syscall numbers.
3073 (gen_targ_map_c): Update. Output target syscall translation map.
3074 * gentvals.sh: New first argument `target'. Preface table with
3075 #ifdef NL_TARGET_$target if non-null target passed.
3076 * gennltvals.sh: New file.
3077 * nltvals.def: Regenerated.
3078
3079Fri Nov 14 11:33:34 1997 Andrew Cagney <cagney@b1.cygnus.com>
3080
3081 * sim-n-core.h (sim_core_read_unaligned_N): Return static
3082 sim_core_dummy_M.
3083 (sim_core_dummy_M): Declare.
3084
3085Wed Nov 12 18:16:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
3086
3087 * sim-core.c (sim_core_signal): Print the address of the
3088 instruction.
3089
3090Thu Nov 13 11:49:41 1997 Doug Evans <devans@seba.cygnus.com>
3091
3092 * sim-base.h (sim_state_base): Move `magic' to end of struct.
3093
3094 * sim-base.h (sim_state_base): Add member trace_data.
3095 (STATE_TRACE_DATA): New macro.
3096 * sim-trace.h (TRACE_DEBUG_IDX,TRACE_debug): New macros.
3097 ({WITH_,}TRACE_DEBUG_P): New macros.
3098 (STATE_TRACE_FLAGS,STRACE_P,STRACE_DEBUG_P): New macros.
3099 (_sim_cpu): Delete forward reference.
3100 (debug_printf): Update.
3101 * sim-trace.c (OPTION_TRACE_DEBUG): Define.
3102 (trace_options): Add --trace-debug.
3103 (set_trace_options): Handle it.
3104 (trace_option_handler): Likewise.
3105 (trace_install): Init state trace_data struct.
3106 (trace_uninstall): Close state trace file.
3107 * sim-events.c (ETRACE): Only print source file and line number if
3108 --trace-debug.
3109 * sim-n-core.h (sim_core_trace_M): Likewise.
3110
3111 * sim-core.c (sim_core_signal): Add missing "\n" in message.
3112
31131997-11-13 Felix Lee <flee@cygnus.com>
3114
3115 * sim-n-core.h (sim_core_read_unaligned_N): illegal empty
3116 initializer.
3117 * sim-types.h (unsigned128,signed128): fix typo for MSVC.
3118
3119Wed Nov 12 12:18:08 1997 Doug Evans <devans@canuck.cygnus.com>
3120
3121 * aclocal.m4 (SIM_AC_OPTION_SCACHE): Fix typo.
3122
3123 * Make-common.in (BUILT_SRC_FROM_COMMON): Remove files no longer
3124 built this way.
3125 (sim-config.o): Remove non-existent $(sim-nconfig_h) dependency.
3126 (clean): Don't delete $(BUILT_SRC_FROM_COMMON) if building in
3127 source tree.
3128
3129Tue Nov 11 13:28:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
3130
3131 * sim-events.c (sim_events_process): Re-compute the time -
3132 update_time_from_event - as each event is processed. Reverses
3133 previous change.
3134
3135Fri Nov 7 00:37:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
3136
3137 * callback.c (os_poll_quit): Replace _WIN32 with _MSC_VER.
3138
3139Fri Nov 7 00:37:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
3140
3141 * sim-events.c (sim_events_process): Delete redundant call to
3142 update_time_from_event.
3143 (sim_events_slip): Always decrement time_from_event.
3144 (sim_events_tick, sim_events_deschedule, update_time_from_event):
3145 Delete assertion that time_from_event >=0 when work in queue, no
3146 longer applicable.
3147
3148Thu Nov 6 12:06:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
3149
3150 * sim-options.c (STANDARD_OPTIONS): Change OPTION_* to an enum.
3151 (standard_option_handler): Update.
3152
3153 * sim-options.h: Clarify documentation.
3154 (OPTION_LONG_ONLY_P): Delete definition.
3155 (OPTION_VALID_P): Define.
3156
3157 * sim-options.c (sim_print_help): Allow short only options.
3158 (sim_parse_args): Ditto.
3159 (sim_args_command): Skip short only options.
3160 (sim_parse_args): Allocate space for NUM_OPTS not just 256. Make
3161 separate entries for short and long options in the HANDLERS and
3162 ORIG_VAL tables.
3163 (sim_parse_args): Disable argument permutation.
3164
3165Wed Nov 5 13:40:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
3166
3167 * sim-core.h (DECLARE_SIM_CORE_WRITE_N. DECLARE_SIM_CORE_READ_N):
3168 Add argument M, size of data type.
3169 (sim_core_read_misaligned_3, sim_core_write_misaligned_3):
3170 Declare, ditto for 5, 6 & 7 byte transfers.
3171 (sim_core_write_unaligned_1, sim_core_write_unaligned_1): Define
3172 as aligned variant.
3173
3174 * sim-n-core.h (sim_core_trace_M): Rename from
3175 sim_core_trace_N. Add nr_bytes argument. Replace transfer argument
3176 with transfer type. Print transfer direction. Handle 1 and 2 byte
3177 transfers.
3178 (sim_core_read_unaligned_N, sim_core_write_unaligned_N): Trace
3179 unaligned accesses.
3180 (unsigned_M, T2H_M, H2T_M): Rename from unsigned_N, T2H_N, H2T_N.
3181 Update all functions.
3182
3183 * sim-core.c: Generate functions starting with 16 not 1.
3184 (sim_core_read_unaligned_3): Generate. Ditto for 3 byte write and
3185 all 5, 6 & 7 byte transfers.
3186
3187 * sim-n-core.h (sim_core_read_misaligned_N,
3188 sim_core_write_misaligned_N): Implement.
3189
3190Mon Nov 3 15:03:04 1997 Andrew Cagney <cagney@b1.cygnus.com>
3191
3192 * sim-endian.h (U16_8): Implement
3193
3194 * sim-endian.c (sim_endian_split_16, sim_endian_join_16): New functions
3195
3196 * sim-endian.h (VL8_16, VH8_16): Implement.
3197
3198 * sim-memopt.c (memory_option_handler): Typecast 64bit value to
3199 long in printf.
3200 (memory_option_handler): Only zalloc modulo bytes when non-zero.
3201 (memory_option_handler): Skip comma in alias address list
3202
3203Fri Oct 31 13:03:33 1997 Andrew Cagney <cagney@b1.cygnus.com>
3204
3205 * sim-memopt.c (do_memopt_add, do_memopt_delete): Add level and
3206 space params.
3207 (parse_size, parse_addr): New functions
3208 (memory_option_handler, memory_options): Parse address & size
3209 using new functions. Pass level, space, modulo to do_memopt_add &
3210 do_memopt_del.
3211
3212 * sim-memopt.h (struct _sim_memopt): Add level & space fields.
3213
3214 * sim-core.h (sim_core_arrach, sim_core_detach): Replace
3215 `attach_type attach' argument with `unsigned level' argument.
3216 Document.
3217
3218 * sim-core.c (new_sim_core_mapping, sim_core_map_attach,
3219 sim_core_attach): Replace argument attach with level. Update
3220 verification of arguments.
3221 (sim_core_map_detach, sim_core_detach): Replace argument attach
3222 with level.
3223
3224 * sim-basics.h (enum _attach_type): Delete.
3225
3226Thu Oct 30 13:45:00 1997 Doug Evans <devans@seba.cygnus.com>
3227
3228 * sim-core.h (sim_core_write_8): Define.
3229
3230Tue Oct 28 12:29:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
3231
3232 * sim-bits.h: Document ROTn macro.
3233
3234 * sim-endian.h (H2T): Handle 16 byte variables.
3235
3236 * sim-n-core.h (sim_core_read_unaligned_N): Return a dummy when an
3237 error.
3238
3239 * sim-core.c: Do not generate sim_core_*_word.
3240
3241 * sim-n-core.h (sim_core_trace_N): Add line_nr argument.
3242 (sim_core_write_aligned_N, sim_core_read_aligned_N): Update.
3243
3244 * sim-core.h (sim_core_read_unaligned_word,
3245 sim_core_read_aligned_word, sim_core_read_word,
3246 sim_core_write_unaligned_word, sim_core_write_aligned_word,
3247 sim_core_write_word): Change to macros that map onto sim_core_*_N.
3248
3249Mon Oct 27 11:25:10 1997 Doug Evans <devans@canuck.cygnus.com>
3250
3251 * sim-n-endian.h: Add TAGS entrys for 16 byte versions.
3252
3253 * sim-endian.h: Disable 16 byte support.
3254
3255Mon Oct 27 12:00:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
3256
3257 * sim-endian.c (_SWAP_16): Define. Generate 126 bit swap code.
3258
3259 * sim-n-core.h (sim_core_trace_N): New function.
3260 (sim_core_read_aligned_N, sim_core_write_aligned_N): Use,
3261 (sim_core_read_unaligned_N): Do not retyrn bogus value wden error.
3262
3263 * sim-endian.h: Add 128 bit variant.
3264
3265 * sim-core.h, sim-core.c: Add 128 bit variant.
3266
3267 * sim-types.h: Add signed128 and unsigned128 types using a struct.
3268
3269Fri Oct 24 11:33:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
3270
3271 * sim-events.c (sim_events_process): Clear events->work_pending.
3272 (sim_events_tickn, sim_events_tick): Accumulate, instead of
3273 setting, nr_ticks_to_process.
3274 (sim_events_preprocess): Allow nr_ticks_to_process to be non-zero
3275 when the event queue isn't next.
3276
3277 * sim-events.h, sim-events.c (sim_events_slip): New function.
3278
3279Wed Oct 22 14:18:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
3280
3281 * sim-hload.c (sim_load): Pass lma_p==0 and do_load=sim_load.
3282
3283 * sim-utils.h, sim-load.c (sim_load_file): Add lma_p and do_load
3284 arguments.
3285
3286Tue Oct 21 18:37:57 1997 Doug Evans <devans@canuck.cygnus.com>
3287
3288 * nrun.c (main): Remove useless test of name != NULL.
3289 Exit if bfd_openr fails. Call bfd_check_format after bfd_openr.
3290
3291Tue Oct 21 10:42:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
3292
3293 * sim-fpu.c (EXPMAX): Type is unsigned.
3294 (MIN_INT, MAX_INT): Type is signed64.
3295 (i2fpu): Type of val is signed64.
3296
3297Tue Oct 21 10:42:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
3298
3299 * sim-profile.h (PROFILE_PC_BUCKET_SIZE): Treat a shift of zero as
3300 a bucket size of zero.
3301
3302 * sim-profile.c (OPTION_PROFILE_PC_GRANULARITY,
3303 OPTION_PROFILE_PC): Define.
3304 (profile_option_handler): Add support for --profile-pc and
3305 --profile-pc-granularity options.
3306 (profile_pc_init): When possible, compute nr buckets from bucket
3307 size.
3308
3309 * sim-profile.c (profile_pc_init): Align the profile-pc end
3310 address with the profile-pc bucket size.
3311
3312 * sim-profile.h (PROFILE_PC_NR_BUCKETS): Rename PROFILE_PC_SIZE to
3313 something less ambiguous.
3314 (PROFILE_PC_BUCKET_SIZE): Ditto for PROFILE_PC_SAMPLE_SIZE.
3315
3316 * sim-profile.c (profile_pc_cleanup): New function. Move
3317 profile_pc_uninstall code to here.
3318 (profile_pc_uninstall): Call.
3319 (profile_pc_init): Call.
3320
3321Mon Oct 20 17:23:58 1997 Andrew Cagney <cagney@b1.cygnus.com>
3322
3323 * sim-profile.c (profile_print_pc): Dump pc profile to dmon.out
3324 file using BSD gprof format.
3325
3326 * sim-bits.h (LSBIT, MSBIT, BIT): Force result to type
3327 unsigned_word.
3328 (LSBIT8, LSBIT16, LSBIT32, LSBIT64, MSBIT8, MSBIT16, MSBIT32,
3329 MSBIT64): Force result to unsignedN.
3330
3331Thu Oct 16 11:38:56 1997 Andrew Cagney <cagney@b1.cygnus.com>
3332
3333 * sim-alu.h (ALU16_BEGIN, ALU32_BEGIN, ALU64_BEGIN): Drop opening
3334 brace from macro.
3335 (ALU8_BEGIN, ALU8_SET, ALU8_ADD, ALU8_SUB, ALU8_NEGATE): Define.
3336 (ALU16_ADD, ALU16_SUB, ALU16_NEGATE): Simplify arrithmetic.
3337 (ALU32_ADD, ALU32_SUB, ALU32_NEGATE): Simplify arrithmetic.
3338 (ALU64_ADD, ALU64_SUB, ALU64_NEGATE): Simplify arrithmetic.
3339
3340Wed Oct 15 09:24:19 1997 Andrew Cagney <cagney@b1.cygnus.com>
3341
3342 * sim-core.h (struct _sim_core_mapping): Change free_buffer to
3343 type void*.
3344
3345 * sim-core.c (sim_core_uninstall, new_sim_core_mapping,
3346 sim_core_map_attach, sim_core_map_detach): Change free_buffer to
3347 type void*.
3348 (sim_core_attach): Rename buffer_freed to free_buffer, type
3349 void*. Ensure that allocated buffer is alligned according to
3350 region's address.
3351
3352Mon Oct 13 11:34:50 1997 Andrew Cagney <cagney@b1.cygnus.com>
3353
3354 * sim-alu.h (ALU64_HAD_OVERFLOW): Define.
3355 (ALU64_SUB): Define.
3356
3357 * Make-common.in (all): Build SIM_EXTRA_ALL first.
3358 (.gdbinit): Remove dependencies, generate once per build.
3359
3360Tue Oct 14 19:20:09 1997 Andrew Cagney <cagney@b1.cygnus.com>
3361
3362 * sim-n-core.h (sim_core_read_aligned_N,
3363 sim_core_write_aligned_N): Make xaddr param type address_word not
3364 unsigned_word.
3365
3366Fri Oct 3 09:49:18 1997 Andrew Cagney <cagney@b1.cygnus.com>
3367
3368 * sim-fpu.h, sim-fpu.c: Rewrite. Change sim_fpu object to an
3369 unpacked floating point struct. Pass sim_fpu object by reference.
3370 Add preliminary support for rounding modes.
3371
3372Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
3373
3374 * configure: Regenerated to track ../common/aclocal.m4 changes.
3375
3376Thu Oct 2 19:43:52 1997 Andrew Cagney <cagney@b1.cygnus.com>
3377
3378 * aclocal.m4 (sim-bitsize): Fix typo, WITH_TARGET_WORD_BITSIZE not
3379 WITH_TARGET_BITSIZE.
3380
3381Thu Sep 25 23:20:20 1997 Felix Lee <flee@yin.cygnus.com>
3382
3383 * sim-profile.c (profile_print_core): label needs empty statement.
3384
3385Thu Sep 25 11:20:47 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
3386
3387 * sim-break.c (sim_set_breakpoint sim_clear_breakpoint): Use ZALLOC
3388 and zfree instead of xmalloc and free. Prevents warnings.
3389
3390Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
3391
3392 * configure: Regenerated to track ../common/aclocal.m4 changes.
3393
3394Wed Sep 24 17:23:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
3395
3396 * Make-common.in (SIM_BITSIZE): Assign from configured value.
3397 (CONFIG_CFLAGS): Add SIM_BITSIZE.
3398
3399 * aclocal.m4 (--enable-sim-bitsize): Developer option for
3400 controling the bitsize/msb of the target.
3401
3402Wed Sep 24 17:41:40 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
3403
3404 * Make-common.in: New files sim-break.c, sim-break.h.
3405 * sim-base.h: Add point to breakpoint list to sim_state_base.
3406 * sim-break.c sim-break.h: New modules that implement intrinsic
3407 breakpoint support.
3408 * sim-module.c: Add breakpoint module.
3409
3410Tue Sep 23 00:26:39 1997 Felix Lee <flee@yin.cygnus.com>
3411
3412 * sim-events.c (SIM_EVENTS_POLL_RATE): poll more often than once
3413 an hour.
3414 * sim-n-core.h (WITH_XOR_ENDIAN): MSVC barfs on
3415 if (0) { 1 % 0; }
3416 * sim-core.c (sim_core_xor_write_buffer): WITH_XOR_ENDIAN + 1.
3417 (SIGBUS) define for Windows.
3418 * sim-trace.c (trace_printf,debug_printf): added ALMOST_STDC.
3419 * sim-resume.c: define SIGTRAP for windows.
3420 * sim-xcat.h: use token pasting if ALMOST_STDC.
3421
3422Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
3423
3424 * Make-common.in (SIM_SCACHE, SIM_DEFAULT_MODEL): Assign
3425 configured values.
3426 (CONFIG_CFLAGS): Add same.
3427
3428Mon Sep 22 17:20:27 1997 Felix Lee <flee@cygnus.com>
3429
3430 * sim-types.h (SIGNED64): ##i64 when _MSC_VER, not _WIN32.
3431 (SIGNED32): use ##i32.
3432
3433Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
3434
3435 * configure: Regenerated to track ../common/aclocal.m4 changes.
3436
3437Tue Sep 23 10:07:47 1997 Andrew Cagney <cagney@b1.cygnus.com>
3438
3439 * aclocal.m4 (sim-endian): Simplify logic determining [default]
3440 endian of target.
3441
3442 * Make-common.in (SIM_WARNINGS, SIM_ALIGNMENT, SIM_ENDIAN,
3443 SIM_HOSTENDIAN, SIM_RESERVED_BITS, SIM_ASSERT, SIM_FLOAT,
3444 SIM_HARDWARE, SIM_INLINE, SIM_PACKAGES, SIM_REGPARM, SIM_SMP,
3445 SIM_STDCALL, SIM_XOR_ENDIAN): Assign configured values.
3446 (CONFIG_CFLAGS): Add same.
3447
3448 * aclocal.m4: Perform AC_SUBST on optional options.
3449
3450Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
3451
3452 * sim-config.h (WITH_DEFAULT_ALIGNMENT): Don't hardwire any alignment.
3453
3454 * sim-options.c (standard_option_handler): Typo in warning message.
3455
3456 * sim-base.h (STATE_MODEL): Make conditional on SIM_HAVE_MODEL.
3457
3458 * sim-profile.c (profile_print_insn): Check 0 .. MAX_INSN for any
3459 insn count. Make count conditional on there being a valid
3460 INSN_NAME.
3461 (profile_pc_init): Make default PC profile frequency an arbitrary
3462 256.
3463
3464 * sim-base.h: Ditto.
3465
3466 * sim-profile.h (WITH_PROFILE_MODEL_P): Only enable modeling when
3467 SIM_HAVE_MODEL.
3468
3469 * sim-model.h (struct MACH): Depreciate, to be replaced by bfd
3470 archure struct.
3471
3472Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
3473
3474 * configure: Regenerated to track ../common/aclocal.m4 changes.
3475
3476Mon Sep 22 11:45:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
3477
3478 * aclocal.m4 (sim_alignment): Simplify logic for selecting the
3479 configured alignment.
3480
3481Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
3482
3483 * configure: Regenerated to track ../common/aclocal.m4 changes.
3484
3485Fri Sep 19 17:26:14 1997 Andrew Cagney <cagney@b1.cygnus.com>
3486
3487 * sim-config.c (sim_config): Check for default alignment.
3488
3489 * sim-options.c (standard_option_handler): Add alignment option.
3490
3491 * aclocal.m4 (sim_alignment): Allow configuration of hardwired and
3492 default alignment requirements on memory accesses.
3493
3494Fri Sep 19 11:51:35 1997 Jeffrey A Law (law@cygnus.com)
3495
3496 * sim-load.c (sim_load_file): Return failure if the executable
3497 had no loadable sections.
3498
3499Wed Sep 17 13:33:28 1997 Andrew Cagney <cagney@b1.cygnus.com>
3500
3501 * sim-events.c (ETRACE): Use trace_printf not sim_io_printf for
3502 trace output.
3503
3504 * sim-core.c (sim_core_signal): When bad access halt simulator
3505 SIGSEGV / SIGBUS instead of aborting.
3506 (signal.h): Include.
3507
3508 * sim-watch.c (sim_watchpoint_install): Handler for watchpoint
3509 options was missing.
3510
3511 * sim-bits.h (MOVED): Define
3512
3513Wed Sep 17 10:33:28 1997 Andrew Cagney <cagney@b1.cygnus.com>
3514
3515 * sim-alu.h (ALU32_HAD_OVERFLOW): Pacify GCC, Use MSBIT instead of
3516 BIT.
3517
3518 * sim-bits.h (LSBIT, MSBIT): Check for overflow of shift value.
3519
3520 * sim-bits.c: Add 8 bit versions of bit macros.
3521
3522 * sim-bits.h: Ditto.
3523
3524Tue Sep 16 16:15:16 1997 Andrew Cagney <cagney@b1.cygnus.com>
3525
3526 * sim-bits.c (LSSEXT, MSSEXT): Replace SEXT.
3527 (LSINSERTED, MSINSERTED): Ditto for INSERTED.
3528
3529 * sim-n-bits.h (MSSEXTn, LSSEXTn): Replace SEXTn.
3530 (LSINSERTDn, MSINSERTEDN): Ditto for INSERTEDn.
3531
3532 * sim-bits.h (SEXT*): Define as MSEXT/LSEXT.
3533 (INSERTED*): Ditto for LSINSERTED/MSINSERTED.
3534
3535Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
3536
3537 * aclocal.m4 (SIM_AC_COMMON): Add optional config.h file argument.
3538 configure.in: Output to cconfig.h instead of config.h.
3539
3540 * configure: Regenerated to track ../common/aclocal.m4 changes.
3541
3542Mon Sep 15 15:39:28 1997 Andrew Cagney <cagney@b1.cygnus.com>
3543
3544 * sim-utils.c (sim_analyze_program): Set STATE_ARCHITECTURE from
3545 BFD if known.
3546
3547Tue Sep 9 21:46:46 1997 Felix Lee <flee@cygnus.com>
3548
3549 * callback.c (os_write): divert stdout and stderr to their
3550 respective hooks.
3551
3552Thu Sep 11 10:08:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
3553
3554 * sim-profile.c (profile_print_speed): Call
3555 sim_events_elapsed_time instead of PROFILE_EXEC_TIME for moment.
3556
3557 * sim-events.c (sim_events_elapsed_time): New function return nr
3558 host MS consumed by the simulator.
3559 (sim_watch_valid): Use.
3560
3561 * sim-module.c (modules): Install sim_events very very early.
3562
3563 * sim-profile.c (profile_print): Call profile_print_pc.
3564 (print_bar):
3565 (profile_pc_init): New function, set up processor for PC
3566 profiling.
3567 (profile_print_pc): New function, print a PC profile.
3568 (profile_pc_event): New function, sample PC.
3569
3570 * sim-profile.h (PROFILE_PC_COUNT, PROFILE_PC_START,
3571 PROFILE_PC_END, PROFILE_PC_SHIFT, PROFILE_PC_SAMPLE_SIZE): Add to
3572 profile struct.
3573
3574 * sim-options.c (sim_print_help): Pacify GCC.
3575
3576 * sim-n-core.h (sim_core_read_aligned_N,
3577 sim_core_write_aligned_N): Add un-conditional profile call.
3578 (sim_core_read_unaligned_N, sim_core_write_unaligned_N): Add
3579 profile call when aligned read/write isn't used.
3580
3581 * sim-base.h: Include sim-profile, sim-model after sim-core &
3582 sim-events allow sim-core to define useful values.
3583
3584 * sim-profile.c (OPTION_PROFILE_CORE): Define.
3585 (profile_option_handler, profile_options): Add support for
3586 --profile-core option.
3587 (print_bar): Include when core profiling.
3588 (profile_print_core): New function, print core profile.
3589
3590 * sim-config.c (print_sim_config): Print profile status.
3591
3592 * sim-profile.h (PROFILE_NEXT_IDX, PROFILE_core,
3593 WITH_PROFILE_PC_P): Define.
3594 (PROFILE_CORE_COUNT): Count each core-map/size separatly.
3595 (PROFILE_COUNT_CORE): Define.
3596
3597Thu Sep 11 08:44:52 1997 Andrew Cagney <cagney@b1.cygnus.com>
3598
3599 * sim-watch.c (handle_watchpoint): Pass a char** index into the
3600 interrupt_names array as the data.
3601 (sim-watch.h): Document.
3602
3603Wed Sep 10 16:15:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
3604
3605 * sim-options.c (sim_print_help): When the doc string is to long
3606 word wrap it.
3607
3608 * sim-watch.c (sim_watchpoint_install): Use option.doc_name so
3609 that only the first few the watch options are listed. Generate
3610 meanginful usage messages.
3611
3612 * sim-options.h (struct OPTION): Clarify use of doc_name field
3613
3614Wed Sep 10 13:23:24 1997 Andrew Cagney <cagney@b1.cygnus.com>
3615
3616 * sim-options.c (OPTION_ARCHITECTURE_INFO): New option.
3617 (standard_option_handler): Handle --architecture-info.
3618
3619Tue Sep 9 21:46:46 1997 Felix Lee <flee@cygnus.com>
3620
3621 * sim-core.h (sim_cpu_core): [WITH_XOR_ENDIAN + 1], to avoid
3622 illegal zero-sized array.
3623 * sim-core.c (sim_core_xor_read_buffer): same.
3624
3625Tue Sep 9 11:20:35 1997 Doug Evans <dje@canuck.cygnus.com>
3626
3627 * nltvals.def: Regenerate.
3628
3629Tue Sep 9 02:10:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
3630
3631 * sim-fpu.c (DP_FRACHIGH2): Define LL using SIGNED64.
3632
3633Mon Sep 8 12:22:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
3634
3635 * sim-bits.c (MASKED): Delete.
3636 (EXTRACTED): Delete.
3637 (LSEXTRACTED, MSEXTRACTED): New functions.
3638
3639 * sim-n-bits.h (MASKEDn): Delete, define as MSMASKED or LSMASKED.
3640 (MSMASKEDn, LSMASKEDn): Add last argument.
3641 (MSMASK*): Ditto.
3642
3643 * sim-bits.h (EXTEND8, EXTEND16): Define.
3644 (EXTRACTED64): Define as 64 bit extract, not 32 bit.
3645
3646 * sim-run.c (sim_engine_run): Use CPU_CIA macro.
3647
3648 * sim-engine.h (SIM_ENGINE_HALT_HOOK): Use CPU_CIA to get at
3649 current instruction address.
3650
3651 * sim-inline.h (*_ENGINE): Define.
3652
3653Fri Sep 5 08:39:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
3654
3655 * sim-core.c (sim_core_attach): Fix checks of modulo/mask.
3656
3657 * sim-watch.c (delete_watchpoint): Delete by ident and type.
3658 (watch_option_handler): Call delete_watchpoint with ident or type.
3659 (sim_watchpoint_install): Create interrupt specific watchpoint
3660 commands on the fly.
3661 (do_watchpoint_create): New function, create a watch point using
3662 type/int-nr info encoded in the option nr.
3663 (do_watchpoint_info): New function. List active watchpoints.
3664
3665 * sim-watch.h: Change data structure to a list.
3666
3667 * sim-memopt.c (memory_option_handler): Require explicit "all"
3668 before deleting all memory regions.
3669
3670 * sim-utils.c (sim_do_commandf): New function, printf version of
3671 sim_do_command.
3672
3673 * sim-basics.h (asprintf, vasprintf): Hack, define for CYGWIN32.
3674
3675 * sim-alu.h (ALU64_ADD): Use explicit MSEXTRACTED64, do not assume
3676 bit endianness.
3677 (SIGNED64, UNSIGNED64): Delete.
3678 (ALU64_ADD): Don't rely on bit endianness.
3679 (ALU64_BEGIN): Define.
3680
3681 * sim-n-bits.h (MSEXTRACTEDn, LSEXTRACTED): New functions.
3682 (EXTRACTEDn): Delete, define as either LSEXTRACTED or MSEXTRACTED.
3683
3684 * sim-types.h (SIGNED64, UNSIGNED64): New macros, attach relevant
3685 suffix - u64, LL - to 64 bit constants.
3686
3687Thu Sep 4 09:27:54 1997 Andrew Cagney <cagney@b1.cygnus.com>
3688
3689 * sim-config.c (sim_config): Add assert for SIM_MAGIC_NUMBER.
3690
3691 * sim-utils.h (NZALLOC): Define - zalloc * N.
3692
3693 * sim-hrw.c (sim_read, sim_write): New file. Provide generic
3694 implementation of read/write functions.
3695
3696 * Make-common.in (sim-hrw.o): New target.
3697
3698 * sim-base.h (STATE_MEMOPT_P): Delete, simulators _always_ add
3699 memory.
3700
3701 * sim-memopt.c (memory_option_handler): Implement memory-size
3702 command. Implement memory-alias command. Let memory-delete delete
3703 all memory regions.
3704 (add_memopt): New function. Add a memory region.
3705 (do_memopt_delete): New function. Delete a memory region.
3706
3707 * sim-utils.c (sim_elapsed_time_get): Never return zero.
3708
3709 * sim-core.c (sim_core_detach): New function.
3710 (sim_core_map_detach): New function. Perform the actual detach.
3711 (sim_core_init): Move initialization code from here.
3712 (sim_core_install): To here.
3713 (sim_core_uninstall): And here.
3714
3715 * sim-module.c: Add memopt module.
3716
3717 * sim-base.h (STATE_MEMOPT, STATE_MEMOPT_P): Add memopt to
3718 simulator base type.
3719
3720 * Make-common.in (sim_main_headers): Add sim-memopt.h
3721 (sim-memopt.o): New target.
3722
3723 * sim-core.c (sim_core_install): Add core_options to the option
3724 table.
3725
3726 * sim-watch.c (watch_options): Make --delete-watch a synonym for
3727 --watch-delete.
3728
3729 * sim-config.h (WITH_MODULO_MEMORY): Define as 0. Update
3730 comments.
3731
3732 * sim-core.h (struct _sim_core_mapping): Change nr_bytes to type
3733 address_word, add mask member.
3734
3735 * sim-core.h, sim-core.c (sim_core_attach): Make nr_bytes of type
3736 address_word, allow for 64bit targets in 32bit host. Add modulo
3737 argument.
3738 (sim_core_map_attach): Ditto.
3739 (new_sim_core_mapping): Ditto.
3740 (sim_core_translate): Mask address when modulo memory.
3741
3742Wed Sep 3 17:32:54 1997 Doug Evans <dje@seba.cygnus.com>
3743
3744 * sim-hload.c (sim_load): Add assert for SIM_MAGIC_NUMBER.
3745
3746 * gdbinit.in: New file.
3747 * aclocal.m4 (SIM_AC_OUTPUT): Build .gdbinit.
3748 * Make-common.in (distclean): Delete .gdbinit.
3749 (.gdbinit): Add rule for.
3750 * configure: Regenerated to track ../common/aclocal.m4 changes.
3751
3752 * Make-common.in (cgen-run.o): Add rule for.
3753
3754Wed Sep 3 10:08:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
3755
3756 * sim-resume.c (sim_resume): Suspend/resume the simulator.
3757
3758 * sim-events.c (sim_watch_valid): Compute total elapsed time from
3759 both resumed and previous elapsed time.
3760 (sim_events_init): Set initial_wallclock and current_wallclock to
3761 zero.
3762 (sim_events_install): Install sim_events_suspend and
3763 sim_events_resume.
3764 (sim_events_watch_clock): Allow for suspended simulator when
3765 computing the time of the clock event.
3766
3767 * sim-events.h (struct _sim_event): Add resume_wallclock, rename
3768 initial_wallclock to elapsed_wallclock, set both to zero.
3769 (sim_events_init, sim_events_uninstall): Delete prototypes.
3770
3771 * sim-module.h (MODULE_SUSPEND_FN, MODULE_RESUME_FN): Define types.
3772
3773 * sim-module.c(sim_module_resume, sim_module_suspend): New
3774 functions.
3775
3776Wed Sep 3 10:08:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
3777
3778 * sim-core.c (sim_core_map_attach): Clarify memory overlap error
3779 message.
3780
3781Tue Sep 2 14:57:06 1997 Doug Evans <dje@canuck.cygnus.com>
3782
3783 * Makefile.in (TAGS): Add support for "/* TAGS: foo */" marker.
3784 * Make-common.in (TAGS): Likewise.
3785 * sim-n-bits.h: Add TAGS comments for all functions.
3786 * sim-n-core.h: Likewise.
3787 * sim-n-endian.h: Likewise.
3788
3789Mon Sep 1 10:50:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
3790
3791 * sim-utils.c (sim_state_alloc): Set CPU backlinks, callback and
3792 kind.
3793
3794 * sim-base.h (sim_state_alloc): Add callback and kind arguments.
3795
3796 * sim-base.h (INVALID_INSTRUCTION_ADDRESS): Add default
3797 definition.
3798
3799Sat Aug 30 09:47:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
3800
3801 * sim-fpu.c (DP_GARDMSB, ...): Make unsigned.
3802 (DP_FRACHIGH, DP_FRACHIGH2, ..): Use MSMASK to avoid LL.
3803
3804Fri Aug 29 13:37:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
3805
3806 * sim-core.c (sim_core_map_attach): Cast attach enum to int.
3807 (sim_core_xor_read_buffer, sim_core_xor_write_buffer): Make
3808 nr_transfered and nr_this_transfer unsigned.
3809
3810 * sim-events.c (sim_events_tickn): N is signed, as limited to
3811 MAXINT.
3812
3813 * sim-n-endian.h (offset_N): Change size to unsigned.
3814
3815 * callback.c (os_poll_quit): Add prototypes for kbhit and getkey.
3816
3817Fri Aug 29 10:10:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
3818
3819 * sim-utils.c (sim_copy_argv): Delete, replaced by dupargv.
3820
3821 * sim-options.c (sim_parse_args): Use dupargv.
3822
3823Thu Aug 28 10:36:34 1997 Doug Evans <dje@canuck.cygnus.com>
3824
3825 * sim-options.c (standard_option_handler): Use xstrdup, not strdup.
3826
3827Thu Aug 28 12:09:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
3828
3829 * sim-base.h (STATE_ARCHITECTURE, STATE_TARGET): Add to simulator
3830 base type.
3831
3832 * sim-options.c (standard_options): Add --architecture=MACHINE and
3833 --target=TARGET options.
3834 (OPTION_ARCHITECTURE, OPTION_TARGET): Define.
3835 (standard_option_handler): Handle architecture and target options.
3836 (bfd.h): Include.
3837
3838 * sim-utils.c (sim_analyze_program): Pass STATE_TARGET to
3839 bfd_openr.
3840 (sim_analyze_program): Set prog_bfd architecture from
3841 STATE_ARCHITECTURE if known.
3842
3843Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
3844
3845 * configure: Regenerated to track ../common/aclocal.m4 changes.
3846 * config.in: Ditto.
3847
3848Wed Aug 27 18:11:30 1997 Andrew Cagney <cagney@b1.cygnus.com>
3849
3850 * aclocal.m4 (enable-sim-warnings): Remove comment stating
3851 that option does not apply to certain files.
3852
3853Wed Aug 27 15:13:04 1997 Andrew Cagney <cagney@b1.cygnus.com>
3854
3855 * sim-bits.h (LSBIT8, LSBIT16, LSBIT32, LSBIT64, LSBIT, MSBIT8,
3856 MSBIT16, MSBIT32, MSBIT64, MSBIT): New macros - single bit as
3857 offset from MSB/LSB.
3858
3859 * sim-endian.h (A1_8, A2_8, A4_8, A1_4, A2_4, A1_2): New macro,
3860 access address of sub word quantity of a hosts 16, 32, 64 bit word
3861 type.
3862 (V1_2, V1_4, V2_4, V1_8, V2_8, V4_8): Ditto for values.
3863 (U8_1, U8_2, U8_4, U4_1, U4_2, U2_1): Ditto for set of values.
3864 (V2_H1, V2_L1, V4_H2, V4_L2, V8_L4, V8_H4): Given N byte argument,
3865 return N*2 byte value with argument in Hi/Lo word. Renamed from
3866 V1_H2, V1_L2, V2_H4, V2_L4, V4_H8, V4_L8.
3867
3868 * sim-alu.h (ALU32_HAD_OVERFLOW): Use 64 bit mask not 32bit.
3869 (ALU16_HAD_CARRY, ALU32_HAD_CARRY, ALU16_HAD_OVERFLOW): Use MSBIT
3870 so that bit offset is explicit.
3871
3872Wed Aug 27 11:55:35 1997 Andrew Cagney <cagney@b1.cygnus.com>
3873
3874 * sim-utils.c (sim_analyze_program): Add prog_name argument.
3875 Update STATE_PROG_BFD when needed with a dup'd copy of the
3876 program.
3877
3878 * sim-config.c (sim_config): Delete ABFD argument, use
3879 STATE_PROG_BFD directly.
3880
3881Tue Aug 26 12:55:26 1997 Andrew Cagney <cagney@b1.cygnus.com>
3882
3883 * run.c (main): Pass the open ABFD to sim_create_inferior.
3884
3885 * nrun.c (main): Determine prog_bfd. Pass to sim_create_inferior
3886 and sim_load.
3887 (bfd.h): Include.
3888
3889 * sim-hload.c (sim_load): New file. Implement generic sim_load for
3890 hardware only simulator targets.
3891
3892 * Make-common.in (sim-hload.o): Add rule.
3893
3894Wed Aug 27 09:51:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
3895
3896 * sim-utils.c (sim_copy_argv): Rewrite to match malloc strategy
3897 used by copyargv and freeargv.
3898
3899 * sim-options.c (sim_parse_args): Save a copy of PROG-ARGS in
3900 STATE_PROG_ARGV, not just a pointer.
3901
3902Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
3903
3904 * configure: Regenerated to track ../common/aclocal.m4 changes.
3905 * config.in: Ditto.
3906
3907Mon Aug 25 12:11:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
3908
3909 * aclocal.m4 (sim-endian): Add second argument to
3910 SIM_AC_OPTION_ENDIAN. First is hardwired endian, second is
3911 default endian when not hardwired.
3912
3913 * sim-config.h (WITH_DEFAULT_TARGET_BYTE_ORDER): New macro, if all
3914 else failes value for target byte order.
3915
3916 * sim-config.c (sim_config): Add abfd arguments. Set
3917 STATE_PROG_BFD accordingly. Determine prefered_target_byte_order
3918 from same.
3919 (sim_config): Return SIM_RC, don't abort.
3920 (bfd.h): Include.
3921
3922 * run.c (main): Update call to sim_open - add ABFD argument.
3923 * nrun.c (main): Add NULL ABFD argument.
3924
3925Thu Aug 14 12:48:57 1997 Doug Evans <dje@canuck.cygnus.com>
3926
3927 * callback.c (os_poll_quit): Make static.
3928 Call sim_cb_eprintf, not p->eprintf.
3929 (sim_cb_printf, sim_cb_eprintf): New functions.
3930 * sim-utils.h (sim_cb_printf, sim_cb_eprintf): Declare.
3931
3932 * sim-basics.h (zalloc,zfree,sim_add_commas,SIM_ELAPSED_TIME,
3933 sim_elapsed_time_get,sim_elapsed_time_since): Move decls to
3934 sim-utils.h. #include sim-utils.h.
3935 * sim-utils.h: Above decls moved here.
3936 (sim_analyze_program,sim_load_file): Use `struct _bfd', not `bfd'.
3937
3938 * sim-watch.c (action_watchpoint): Fix thinkos.
3939
3940Thu Jul 24 08:48:05 1997 Stu Grossman (grossman@critters.cygnus.com)
3941
3942 * sim-types.h: Fix defs of 64 bit data types for MSVC.
3943
3944Tue Jul 22 10:35:37 1997 Doug Evans <dje@canuck.cygnus.com>
3945
3946 * sim-n-core.h (sim_core_write_unaligned_N): Add missing break
3947 to FORCED_ALIGNMENT case.
3948
3949Thu Jun 5 13:48:37 1997 Andrew Cagney <cagney@b1.cygnus.com>
3950
3951 * callback.c (target_to_host_open): Handle hosts with O_BINARY.
3952
3953Thu Jun 5 08:47:10 1997 Jeffrey A Law (law@cygnus.com)
3954
3955 * Make-common.in (libsim.a): Fix typo.
3956
3957Thu Jun 5 13:48:37 1997 Andrew Cagney <cagney@b1.cygnus.com>
3958
3959 * nrun.c (main): Verify the structure returned before using it.
3960
3961Wed Jun 4 11:44:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
3962
3963 * sim-config.h (WITH_ENGINE): Enable the sim-engine module by
3964 default.
3965
3966 * sim-engine.c (sim_engine_install): New function. Install the
3967 engine init functions.
3968 (sim_engine_init): [Re]initialize the simulator engine.
3969
3970 * sim-module.c: Add sim_engine to list of modules that always
3971 install.
3972
3973Tue Jun 3 04:52:04 1997 Andrew Cagney <cagney@b1.cygnus.com>
3974
3975 * sim-watch.c (schedule_watchpoint): Use sim_unschedule_watchpoint
3976 to remove the old watchpoint, not delete_watchpoint.
3977 (watch_option_handler): Action the correct watchpoint, not just
3978 cycles.
3979
3980Wed May 28 14:47:41 1997 Andrew Cagney <cagney@b1.cygnus.com>
3981
3982 * sim-n-core.h (sim_core_write_aligned_N): For 8byte reads, output
3983 both low and high word.
3984 (sim_core_write_aligned_N): Ditto.
3985
3986 * sim-trace.c (set_trace_options): Delete code explicitly setting
3987 core->trace.
3988
3989 * sim-options.c (sim_print_help): Call the list commands if not a
3990 standalone simulator.
3991 (sim_print_help): Advise that some options may not be applicable.
3992
3993 * sim-trace.c (set_trace_options): Assume core present.
3994
3995 * sim-events.c (sim_events_schedule_after_signal): Overflow signal
3996 buffer when full not almost full.
3997
3998Tue May 27 14:32:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
3999
4000 * sim-events.c (sim_events_process): Don't blat the event queue
4001 when processing watchpoints.
4002
4003 * sim-watch.h: Make arg unsigned long - stop sign extension.
4004
4005 * sim-events.c (sim_watch_valid): rewrite so debugable.
4006
4007 * sim-config.h (WITH_XOR_ENDIAN): Default to zero.
4008
4009 * sim-watch.c (schedule_watchpoint): Add is_within option so that
4010 inequality test is possible.
4011 (handle_watchpoint): Re-pass is_within arg.
4012 (watch_option_handler): When `!' prefix to pc-watchpoint arg pass
4013 0 to schedule_watchpoint's is_within arg.
4014 (sim_watchpoint_init): Re-pass is_within arg.
4015
4016 * sim-options.c (sim_print_help): Add is_command argument. Don't
4017 include -- prefix when called from the command line interpreter.
4018
4019 * sim-watch.c (schedule_watchpoint): Pass true is_within argument.
4020
4021 * sim-events.c (sim_events_watch_sim): Add is_within argument,
4022 zero indicates that the test should be reversed.
4023 (sim_events_watch_core): Ditto.
4024 (WATCH_CORE): Compare range against is_within.
4025 (WATCH_SIM): Ditto.
4026
4027Tue May 27 12:48:03 1997 Andrew Cagney <cagney@b2.cygnus.com>
4028
4029 * sim-events.c (WATCH_CORE): Pass NULL cpu argument to
4030 sim_core_read_buffer. Check nr-bytes transfered.
4031
4032 * sim-core.h (sim_core_common): Define a new struct that contains
4033 the common data. to sd and cpu structures.
4034 * sim-core.c (sim_core_attach): Update.
4035 (sim_core_init): Update. Remember to copy initialized data to each
4036 cpu.
4037 (sim_core_find_mapping): Ditto.
4038
4039 * sim-core.c (sim_core_read_buffer): Add cpu argument.
4040 (sim_core_write_buffer): Ditto.
4041
4042 * sim-n-core.h (sim_core_read_unaligned_N): When mis-aligned
4043 transfer use xor version of read buffer.
4044 (sim_core_write_unaligned_N): Ditto for write.
4045
4046 * sim-core.c (sim_core_xor_read_buffer): New function implement
4047 xor-endian data read breaking transfer up into xor-endian sized
4048 blocks.
4049 (sim_core_xor_write_buffer): Ditto for write.
4050 (reverse_n): Reverse order of arbitrary number of bytes in buffer
4051 - needed for xor-endian transfers.
4052
4053Fri May 23 14:24:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
4054
4055 * sim-inline.h: Review description.
4056
4057 * sim-core.h, sim-core.c: Reduce number of functions being inlined
4058 to just those involved in data transfers and configuration.
4059
4060 * sim-xcat.h (XSTRING): New macro, map macro definition onto
4061 string.
4062 * sim-n-core.h (sim_core_read_aligned_N): Use.
4063 (sim_core_read_unaligned_N): Ditto.
4064 (sim_core_read_unaligned_N): Ditto..
4065 (sim_core_write_unaligned_N): Ditto.
4066
4067 * sim-core.h: Add xor endian bitmap to main structure. *
4068
4069 sim-n-core.h (sim_core_write_aligned_N): Add suport for xor
4070 endian.
4071 (sim_core_read_aligned_N): Ditto.
4072
4073 * sim-core.c (sim_core_set_xor_endian): New function.
4074 (sim_core_attach): Don't overwrite the per-cpu xor map when
4075 cloning the global core.
4076
4077Fri May 23 10:53:13 1997 Andrew Cagney <cagney@b1.cygnus.com>
4078
4079 * sim-engine.h: Update below so that it is using an enumerated
4080 type.
4081
4082Thu May 22 09:12:16 1997 Gavin Koch <gavin@cygnus.com>
4083
4084 * sim-engine.c (sim_engine_restart):
4085 * sim-resume.c (sim_resume): Change longjmp param/setjmp
4086 return value used for simulator restart from 0 to 2.
4087
4088Wed May 21 08:47:30 1997 Andrew Cagney <cagney@b1.cygnus.com>
4089
4090 * cgen-scache.c (scache_option_handler): Add is_command arg.
4091
4092 * sim-model.c (model_option_handler): Add is_command argument.
4093
4094 * sim-profile.c (profile_option_handler): Add is_command arg.
4095
4096 * sim-events.c (sim_watch_valid): Use ub64, lb64 when 64bit value
4097 involved.
4098
4099 * sim-module.c (sim_module_add_init_fn): Call init fn in the same
4100 order that they are registered.
4101
4102 * sim-options.h (OPTION_HANDLER): Add argument to differentiate
4103 between option and command line processing.
4104
4105 * sim-options.c: Include stdlib.h, ctype.h.
4106
4107 * Make-common.in (sim-watch.o): Add rule.
4108 (sim_main_headers): Assume sim-assert.h included.
4109 (sim-*.o): Simplify make rule.
4110
4111 * sim-module.c: Add sim_watch_install to module list.
4112
4113Tue May 20 14:15:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
4114
4115 * sim-base.h (STATE_LOADED_P): New predicate. Set once everything
4116 has been loaded.
4117
4118 * sim-trace.c (trace_install): Check magic. Include sim-assert.h.
4119 * sim-events.c (sim_events_install): Ditto.
4120 * sim-core.c (sim_core_install): Ditto.
4121 * sim-model.c (model_install): Ditto.
4122 * sim-options.c (standard_install): Ditto.
4123 * sim-profile.c (profile_install): Ditto.
4124 * sim-reason.c (sim_stop_reason): Ditto.
4125 * sim-run.c (sim_engine_run): Ditto.
4126 * sim-utils.c (sim_analyze_program): Ditto.
4127
4128 * sim-module.c (modules): Make profile_install and trace_install
4129 optional.
4130
4131 * sim-base.h (STATE_MEM_BASE): Define for flat memory systems.
4132
4133 * sim-options.c (standard_option_handler): Set the byte order.
4134
4135 * sim-events.c (sim_events_process): Allow multi tick processing.
4136 (sim_events_tickn): New function - multi cycle tick.
4137
4138 * sim-events.h (sim_events_tickn, sim_events_timewarp): Add
4139 prototypes. Under development.
4140 (sim_events): Replace processing with nr_ticks_to_process.
4141
4142Tue May 20 09:39:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
4143
4144 * nrun.c (main): Pass callbacks to sim_open instead of using
4145 sim_set_callbacks.
4146
4147 * run.c (main): Ditto.
4148
4149Mon May 19 12:07:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
4150
4151 * sim-events.c (sim_events_zalloc): Signal save memory allocator -
4152 stop tk interrupting malloc calls.
4153 (sim_events_zalloc): Converse.
4154
4155 * Make-common.in (sim_main_headers): Add sim-events.h.
4156
4157 * sim-events.c (sim_events_schedule_after_signal): Change return
4158 type to void - signal events are strictly internal.
4159 (sim_events_init): Allocate a finite buffer for signal events.
4160 (sim_events_schedule_after_signal): Enter signal events into the
4161 signal buffer.
4162
4163 * sim-engine.c (sim_engine_halt): Check SIM_DESC magic.
4164 (sim_engine_restart): Ditto.
4165 (sim_engine_abort): Ditto.
4166 * sim-stop.c (sim_stop): Ditto.
4167 (control_c_simulation): Ditto.
4168 * sim-resume.c (sim_resume): Ditto.
4169 (has_stepped): Ditto.
4170 * sim-abort.c (sim_engine_abort): Ditto.
4171
4172 * sim-basics.h (transfer_type): New type.
4173
4174 * sim-core.c (sim_core_signal): New function. Print core signal
4175 information.
4176 (sim_core_find_mapping): Add transfer argument.
4177
4178 * sim-n-core.h (sim_core_{write,write}_unaligned_N): Call
4179 SIM_CORE_SIGNAL if a recoverable abort.
4180 * sim-core.c (sim_core_find_mapping): Ditto.
4181
4182Fri May 16 15:13:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
4183
4184 * sim-core.c (sim_core_find_mapping): Replace calls to
4185 sim_io_error to more resiliant sim_engine_abort.
4186
4187 * sim-n-core.h (sim_core_read_unaligned_N): Ditto.
4188 (sim_core_write_unaligned_N): Ditto.
4189
4190Tue May 13 13:50:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
4191
4192 * sim-module.c: Add sim_events_install to list.
4193
4194 * sim-events.c (sim_events_install, sim_events_uninstall): Clonse
4195 from sim_core_*.
4196 (sim_events_init): Now returns SIG_RC.
4197
4198 * sim-run.c: New file. Generic sim_engine_run.
4199 * sim-reason.c: New file. Generic sim_stop_reason.
4200 * sim-stop.c: New file. Generic sim_stop.
4201 * sim-resume.c: New file. Generic sim_resume.
4202
4203 * Make-common.in (sim-engine.o): Add rule.
4204 (sim-run.o, sim-reason.o, sim-stop.o, sim-resume.o): Ditto.
4205
4206 * sim-engine.h, sim-engine.c: New file. Provide generic
4207 implementation of sim_engine_halt, sim_engine_error. et.al.
4208
4209 * sim-base.h (sim_state_base): Add member halt.
4210 (sim-engine.h): Include.
4211
4212 * sim-events.h (sim_event_handler): Always pass SIM_DESC to event
4213 handlers.
4214 * sim-events.c (sim_events_poll): Update event handler.
4215
4216Tue May 13 09:57:49 1997 Andrew Cagney <cagney@b2.cygnus.com>
4217
4218 * sim-events.h, sim-events.c (sim_events_watch_clock): New
4219 function.
4220 (sim_events_watch_sim): New function.
4221 (sim_events_watch_core): New function.
4222 (sim_watch_valid): New function.
4223 (sim_events_preprocess): New function.
4224 (sim_events_process): Process the watchpoints as well as the timer
4225 queue.
4226 (sim_events_tick): Check WORK_PENDING instead of the hold queue.
4227 (sim_events_deschedule): Check all the queues when removing an
4228 event.
4229 (sim_events_init): Ditto for cleaning.
4230
4231Mon May 19 12:07:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
4232
4233 * sim-fpu.c (is_ufpu_number): Comment out - currently unused.
4234
4235Mon May 19 11:23:03 1997 Andrew Cagney <cagney@b1.cygnus.com>
4236
4237 * callback.c (os_open): Type of arg flags is int.
4238
4239Fri May 16 22:26:43 1997 Michael Meissner <meissner@cygnus.com>
4240
4241 * sim-fpu.c (sim_fpu_is_{eq,ne,lt,le,gt,ge}): Compare Infinities
4242 just like normal numbers as per IEEE rules.
4243
4244Wed May 14 21:20:38 1997 Bob Manson <manson@charmed.cygnus.com>
4245
4246 * callback.c (os_close): Mark the descriptor as being
4247 available if the close succeeded.
4248 (os_open): Pass 0644 as the mode of the file being created.
4249
4250Thu May 15 10:58:52 1997 Andrew Cagney <cagney@b1.cygnus.com>
4251
4252 * sim-fpu.c (pack_fpu, unpack_fpu): New functions - decode a
4253 float.
4254
4255 * sim-inline.c (SIM_INLINE_C): Rename from _SIM_INLINE_C_.
4256 * sim-lnline.h: Update.
4257
4258 * sim-fpu.h, sim-fpu.c (sim_fpu_[iu]{32,64}to): New int2fp
4259 conversion functions.
4260 (sim_fpu_to{32,64}[iu]): New fp2int functions.
4261
4262 * sim-fpu.h, sim-fpu.c (sim_fpu_is_{lt,le,eq,ne,ge,gt}): New fp
4263 compare functions. Replacing.
4264 (sim_fpu_cmp): This. Delete.
4265
4266Mon May 12 14:49:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
4267
4268 * sim-core.c (sim_core_find_mapping): Call engine_error not
4269 sim_io_error when possible.
4270
4271Mon May 12 08:55:07 1997 Andrew Cagney <cagney@b2.cygnus.com>
4272
4273 * sim-endian.h (V1_H2): Add macro's to insert a word into a
4274 high/low double word.
4275
4276 * sim-trace.h: Remove definition of attribute - defined in
4277 sim_basics.h.
4278
4279Mon May 12 08:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
4280
4281 * sim-options.h (struct OPTION): Add doc_opt as the documenting
4282 name of the option - or family of options.
4283
4284 * sim-options.c (sim_args_command): Match command `a-b c' with
4285 option `--a-b-c' from option table.
4286
4287Thu May 8 12:40:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
4288
4289 * sim-options.c (sim_print_help): For optional arguments, wrap
4290 them in [].
4291
4292 * sim-trace.c (set_trace_options): New function, handle optional
4293 argument and multiple assignment.
4294 (trace_option_handler): Update.
4295
4296 * sim-trace.c (trace_option_handler): Trace branch and not fpu
4297 when branch tracing selected.
4298
4299Wed May 7 15:19:58 1997 Andrew Cagney <cagney@b1.cygnus.com>
4300
4301 * sim-trace.c (trace_one_insn): Make a va-args function.
4302
4303 * sim-trace.c (trace_vprintf): New function, va-arg version of
4304 trace_printf.
4305
4306Tue May 6 16:38:16 1997 Doug Evans <dje@canuck.cygnus.com>
4307
4308 * sim-trace.c (trace_uninstall): Don't close a file twice.
4309 * sim-profile.c (profile_uninstall): Likewise.
4310
4311Tue May 6 06:14:01 1997 Mike Meissner <meissner@cygnus.com>
4312
4313 * sim-trace.c (toplevel): Include bfd.h.
4314 (trace_options): Note that --trace-linenum also turns on
4315 --trace-insn. Add --trace-{branch,semantics}.
4316 (trace_option_handler): If --trace-linenum, also turn on
4317 --trace-insn. Add --trace-branch support. If --trace-semantics,
4318 turn on ALU, FPU, branch, and memory tracing.
4319 (trace_one_insn): New function to trace an instruction. Support
4320 --trace-linenum.
4321 (OPTION_TRACE_*): Use an enum, rather than lots of defines.
4322
4323 * sim-trace.h (TRACE_{SEMANTICS,BRANCH}_IDX): Add new macros.
4324 (MAX_TRACE_VALUES): Use 32, not 12 by default.
4325 (TRACE_branch): Add new mask.
4326 (TRACE_*_P): Define all possible trace_p macros.
4327 (trace_one_insn): Declare function.
4328
4329Mon May 5 14:08:34 1997 Mike Meissner <meissner@cygnus.com>
4330
4331 * sim-trace.h (__attribute__): Define as nothing if not GNU C or
4332 GNU C doesn't support __attributes__.
4333 ({trace,debug}_printf): Add attribute's so -Wformat can check the
4334 format strings.
4335
4336Mon May 5 11:16:12 1997 Andrew Cagney <cagney@b1.cygnus.com>
4337
4338 * sim-config.h (FORCED_ALIGNMENT): New alignment option -
4339 addresses are masked forcing them to be correctly aligned.
4340 (WITH_ALIGNMENT): Make NONSTRICT_ALIGNMENT the default.
4341 * sim-config.c (config_alignment_to_a): Update.
4342
4343 * sim-core.h (sim_cpu_core): New data type contains cpu specific
4344 core data.
4345 * sim-base.h (CPU_CORE): Add cpu specific core data to cpu base
4346 type.
4347 * sim-core.c (sim_core_attach): Add CPU argument. Ready for
4348 processor specific core maps.
4349 (sim_core_map_attach): Copy the core map data to each of the
4350 processor specific core data structures.
4351 * sim-core.c (sim_core_find_mapping): Update.
4352
4353 * sim-n-core.h (sim_core_read_N, sim_core_write_N): Rename.
4354 (sim_core_write_aligned_N, sim_core_write_aligned_N): New names.
4355 (sim_core_write_unaligned_N, sim_core_write_unaligned_N): New
4356 alternatives that handle unaligned addresses.
4357 (sim_core_{read,write}_{,un}aligned_N): Drop SIM_DESC arg, replace
4358 with just CPU arg.
4359 * cgen-utils.c (sim_disassemble_insn): Update.
4360
4361Mon May 5 13:19:16 1997 Andrew Cagney <cagney@b1.cygnus.com>
4362
4363 * sim-trace.h (TRACE_FPU_IDX): Add Floating-point specific
4364 tracing.
4365
4366 * sim-fpu.h, sim-fpu.c: New files - prototype for generic target
4367 fpu support.
4368
4369 * sim-inline.h, sim-inline.c: Add support for SIM_FPU.
4370
4371Fri May 2 17:59:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
4372
4373 * sim-core.c (sim_core_map_to_str): New function ascii equivalent
4374 to map type.
4375
4376 * sim-n-core.h (sim_core_read_N, sim_core_write_N): Use in trace
4377 statement.
4378
4379Fri May 2 17:28:02 1997 Andrew Cagney <cagney@b2.cygnus.com>
4380
4381 * cgen-trace.c: Prepend additional trace_printf argument.
4382
4383 * cgen-utils.c (sim_disassemble_insn): Add additional core
4384 arguments.
4385
4386Fri May 2 11:40:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
4387
4388 * nrun.c (main): Catch/report errorenous simulator states.
4389
4390 * sim-module.c: #include "libiberty.h" so that xmalloc is defined.
4391 * sim-trace.c: #include string.h/strings.h so that memset is
4392 defined.
4393 * sim-utils.c: Ditto.
4394 * sim-profile.c: Ditto. And stdlib.h.
4395 (print_bar): Only define when used by instruction or memory profiler.
4396
4397 * sim-options.c (standard_option_handler): Make ul more local.
4398
4399 * sim-load.c (sim_load_file): Make the name constant.
4400 (sim_load_file): Passify gcc.
4401
4402 * sim-utils.h: New file, pre-declare utilites in corresponding .c
4403 file.
4404 * sim-utils.c, sim-load.c: Include sim-utils.h.
4405
4406 * sim-base.h (sim_cpu): Pre define here so available to all.
4407
4408 * sim-core.h (DECLARE_SIM_CORE_WRITE_N, DECLARE_SIM_CORE_READ_N):
4409 Restore the sim_cpu and instruction_address arguments so that full
4410 information is available to the abort function.
4411 * sim-core.c (sim_core_find_mapping, sim_core_write_buffer): Ditto.
4412 * sim-n-core.h (sim_core_write_N, sim_core_read_N): Update.
4413
4414 * sim-trace.h, sim-trace.c (trace_option_handler): Add interim
4415 tracing support for sim-events and sim-core.
4416 (trace_option_handler): Convert #if to if where possible so always
4417 compiled/checked by C compiler.
4418 * sim-n-core.h (sim_core_write_N, sim_core_read_N): Update.
4419
4420 * sim-base.h: Adjust comment documenting how to define the cpu
4421 structure.
4422 (sim_state_base): Add sim_core and sim_events to simulator base
4423 object.
4424
4425 * sim-trace.h, sim-trace.c (trace_printf): Add SIM_DESC argument.
4426 * sim-core.c (sim_core_init, sim_core_attach,
4427 sim_core_find_mapping): Update.
4428 * sim-events.c (ETRACE, sim_events_init, sim_events_time,
4429 update_time_from_event, insert_sim_event,
4430 sim_events_schedule_after_signal, sim_events_deschedule,
4431 sim_events_tick): Ditto.
4432
4433 * sim-basics.h (sim-module.h, sim-trace.h, sim-profile.h,
4434 sim-model.h): Move #includes from here.
4435 * sim-base.h: To here.
4436 (sim-core.h, sim-events.h, sim-io.h): Include also
4437
4438Wed Apr 30 15:37:54 1997 Andrew Cagney <cagney@b1.cygnus.com>
4439
4440 * callback.c (default_callback): Missing initialisers.
4441
4442Thu May 1 10:40:47 1997 Doug Evans <dje@canuck.cygnus.com>
4443
4444 * sim-utils.c (sim_add_commas): New function.
4445 * sim-basics.h (sim_add_commas): Add prototype.
4446 * cgen-scache.c (scache_print_profile): Print commas in numbers.
4447 * sim-profile.c (COMMAS): New macro.
4448 (print_*): Use it to print commas in numbers.
4449
4450 * configure: Regenerated.
4451
4452 * cgen-sim.h (sim_signal_type): Add SIM_SIGINT.
4453 (cgen_state): New member run_fast_p.
4454 (cgen_init): Add prototype.
4455 (sim_disassemble_insn): New arg `cpu'.
4456 * cgen-trace.c (trace_insn): Update call to sim_disassemble_insn.
4457 * cgen-utils.c (cgen_init): New function.
4458 (sim_disassemble_insn): New arg `cpu'. Rewrite fetching of insn.
4459 * genmloop.sh: Call engine_halt if loop exits.
4460
4461 * Makefile.in (sim-options_h): Define.
4462 (sim-{module,options,trace,profile,utils}.o): Clean up dependencies.
4463 (sim-model.o): Add new rule.
4464 (cgen-{scache,trace,utils}.o): Add new rules.
4465 * aclocal.m4 (SIM_AC_OPTION_{SCACHE,DEFAULT_MODEL}): Add.
4466 * cgen-scache.c (scache_print_profile): Change `sd' arg to `cpu'.
4467 Indent output by 2 spaces.
4468 * cgen-scache.h (scache_print_profile): Update.
4469 * cgen-trace.c (trace_insn_fini): Indent output by 2 spaces.
4470 Use trace_printf, not fprintf.
4471 (trace_extract): Use trace_printf, not cgen_trace_printf.
4472 * genmloop.sh (!FAST case): Increment `insn_count'.
4473 * sim-base.h (sim_state_base): Only include scache_size if WITH_SCACHE.
4474 (sim_cpu_base): Rename member `sd' to `state' to be consistent with
4475 access macro's name.
4476 * sim-core.c (sim_core_init): Use EXTERN_SIM_CORE to define it.
4477 Change return type to SIM_RC.
4478 (sim_core_{install,uninstall}): New functions.
4479 * sim-core.h (sim_core_{install,uninstall}): Declare.
4480 (sim_core_init): Use EXTERN_SIM_CORE to define it.
4481 Change return type to SIM_RC.
4482 * sim-model.h (models,machs,model_install): Declare.
4483 * sim-module.c (modules): Add scache_install, model_install.
4484 (sim_post_argv_init): Set cpu->state backlinks.
4485 * sim-options.c (standard_options): Delete --simcache-size,--max-insns.
4486 (standard_option_handler): Likewise.
4487 * sim-profile.c (PROFILE_{HISTOGRAM,LABEL}_WIDTH): Move to
4488 sim-profile.h.
4489 (*): Assume ANSI C.
4490 (profile_options): Delete --profile-simcache.
4491 (profile_option_handler): Likewise.
4492 (profile_print_insn): Change `sd' arg to `cpu'. Indent output 2
4493 spaces.
4494 (profile_print_{memory,model}): Likewise.
4495 (profile_print_simcache): Delete.
4496 (profile_print_speed): New function.
4497 (profile_print): Rewrite.
4498 * sim-profile.h (PROFILE_scache): Renamed from PROFILE_simcache.
4499 (WITH_PROFILE_SCACHE_P): Renamed from WITH_PROFILE_SIMCACHE_P.
4500 (PROFILE_DATA): Delete members simcache_{hits,misses}.
4501 (PROFILE_COUNT_SIMCACHE_{HIT,MISS}): Delete.
4502 (PROFILE_{CALLBACK,CPU_CALLBACK}): New types.
4503 (profile_print): Update prototype.
4504
4505Wed Apr 30 11:34:14 1997 Doug Evans <dje@canuck.cygnus.com>
4506
4507 * cgen-scache.[ch], cgen-sim.h: New files.
4508 * cgen-trace.[ch], cgen-types.h, cgen-utils.c, genmloop.sh: New files.
4509 * sim-model.c: New file.
4510
4511 * Make-common.in (clean targets): Undo patch of Apr. 22.
4512
4513Fri Apr 25 15:28:32 1997 Mike Meissner <meissner@cygnus.com>
4514
4515 * sim-n-bits.h (signed): If we have a standard compiler, undef
4516 signed, so that signedN is defined correctly.
4517
4518Thu Apr 24 00:00:07 1997 Doug Evans <dje@canuck.cygnus.com>
4519
4520 * sim-module.h, sim-model.h, sim-profile.h: New files.
4521 * sim-module.c, sim-profile.c: New files.
4522 * Make-common.in (SIM_PROFILE): Define
4523 (CONFIG_CFLAGS): Add $(SIM_PROFILE).
4524 (sim_main_headers): Add sim-module.h, sim-model.h, sim-profile.h.
4525 (sim_module.o,sim-profile.o): Add rules for.
4526 * aclocal.m4 (--enable-sim-trace): Allow symbolic arguments.
4527 (--enable-sim-profile): Add.
4528 * configure: Regenerated.
4529 * sim-base.h (sim_state_base): New members init_list, uninstall_list,
4530 model. Move trace and profile support to sim-{trace,profile}.h.
4531 New members trace_data, profile_data.
4532 * sim-basics.h: #include sim-module.h, sim-model.h, sim-profile.h.
4533 * sim-config.h: Provide default definition of WITH_PROFILE.
4534 (WITH_TRACE): Change default to -1.
4535 (MAX_NR_PROCESSORS): Always define.
4536 * sim-options.c: Move trace and profile support to
4537 sim-{trace,profile}.h.
4538 (sim_pre_argv_init): Moved to sim-model.c.
4539 (standard_install): New function.
4540 * sim-options.h (sim_pre_argv_init): Move decl to sim-model.c.
4541 (standard_install): Declare.
4542 * sim-trace.c: Tracing option handling moved here from sim-options.c.
4543 (trace_install, trace_uninstall): New functions.
4544 (trace_printf): Update reference to TRACE_FILE.
4545 * sim-trace.h (TRACE_FOO_IDX): Moved here from sim-base.h.
4546 (TRACE_foo): Bit masks for symbolic arguments to --enable-sim-trace.
4547 (WITH_TRACE_FOO_P): Define.
4548 (trace_install): Declare.
4549 (TRACE_DATA): New struct.
4550
4551Wed Apr 23 17:23:15 1997 Doug Evans <dje@canuck.cygnus.com>
4552
4553 * run.c: Undo last exec_bfd patch.
4554 (main): Only pass -E ifdef SIM_HAVE_BIENDIAN.
4555
4556Wed Apr 23 17:54:27 1997 Mike Meissner <meissner@cygnus.com>
4557
4558 * run.c (exec_bfd): Add back in.
4559 (main): Set exec_bfd.
4560
4561Tue Apr 22 14:43:46 1997 Doug Evans <dje@canuck.cygnus.com>
4562
4563 * sim-load.c (sim_load_file): #include <stdio.h> for NULL.
4564
4565Wed Apr 23 02:55:54 1997 Andrew Cagney <cagney@b1.cygnus.com>
4566
4567 * sim-events.c (insert_sim_event): Call sim_io_error instead of
4568 less well defined engine_error.
4569 * sim-core.c: Ditto.
4570
4571Tue Apr 22 08:48:16 1997 Stu Grossman (grossman@critters.cygnus.com)
4572
4573 * Make-common.in: Change clean targets to use :: so that other
4574 Makefiles can have their own clean targets.
4575 * sim-load.c (xprintf eprintf): Use ANSI_PROTOTYPES instead of
4576 __STDC__ to control use of stdarg vs. varargs syntax. Some
4577 systems can't use __STDC__, but require stdarg.
4578
4579Fri Apr 18 11:14:43 1997 Doug Evans <dje@canuck.cygnus.com>
4580
4581 * sim-options.c (standard_options): Add --endian.
4582 (standard_option_handler): Likewise.
4583
4584 * nrun.c: #include <signal.h>.
4585 (main, cntrl_c): Wrap calls to sim_resume in a SIGINT
4586 handler that calls sim_stop ().
4587
4588Fri Apr 18 13:11:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
4589
4590 * run.c (main, cntrl_c): Wrap calls to sim_resume in a SIGINT
4591 handler that calls sim_stop (). Simulators may still be
4592 establishing their own handler.
4593
4594 * sim-events.c (sim_events_poll): Rename from
4595 sim_events_at_large_int. Poll IO.
4596
4597 * sim-io.c (sim_io_poll_quit): New function - pass on a polling
4598 request.
4599
4600 * callback.c (os_poll_quit): New function poll for quit signal
4601 where needed.
4602 (default_callback): Include magic number.
4603
4604Thu Apr 17 02:25:11 1997 Doug Evans <dje@canuck.cygnus.com>
4605
4606 * aclocal.m4: Check for headers time.h, sys/time.h, sys/resource.h.
4607 Check for functions getrusage, time.
4608 * sim-basics.h (SIM_ELAPSED_TIME): New typedef.
4609 (sim_elapsed_time_get, sim_elapsed_time_since): Add prototypes.
4610 * sim-utils.c: #include time.h, sys/time.h, sys/resource.h if able.
4611 (sim_elapsed_time_get, sim_elapsed_time_since): New functions.
4612
4613 * sim-utils.c (sim_copy_argv, sim_analyze_program): New functions.
4614
4615 * sim-options.c, sim-options.h: New files.
4616 * sim-config.h (WITH_DEBUG): Provide default value of zero.
4617 * Make-common.in (nrun.o): Add rules for.
4618 * nrun.c: New file.
4619
4620 * run.c (main): Check return value of sim_open.
4621
4622 * Make-common.in (sim-options.o, sim-load.o, sim-trace.o): Add rules.
4623 (sim_main_headers): Add sim-trace.h.
4624 * run.c (exec_bfd, target_byte_order): Delete.
4625 (main): Pass -E <endian> to sim_open. Delete code to load sections,
4626 call sim_load instead. Check return code of sim_create_inferior.
4627 * sim-base.h (CURRENT_STATE): Define.
4628 (sim_state_base): Make typedef. New members options, prog_argv,
4629 prog_bfd, text_{section,start,end}, start_addr, simcache_size,
4630 mem_size, memory [+ corresponding access macros].
4631 (sim_cpu_base): New typedef.
4632 * sim-trace.h: New file.
4633 * sim-trace.c: New file.
4634 * sim-basics.h: #include it.
4635 * sim-load.c: New file.
4636
4637Tue Apr 15 15:10:13 1997 Ian Lance Taylor <ian@cygnus.com>
4638
4639 * Make-common.in (INSTALL): Set to @INSTALL@.
4640 (INSTALL_XFORM, INSTALL_XFORM1): Remove.
4641 (install-common): Depend upon installdirs. Use
4642 $(program_transform_name) directly, rather than using
4643 $(INSTALL_XFORM).
4644 (installdirs): New target.
4645 * Makefile.in (INSTALL): Set to @INSTALL@.
4646 (INSTALL_XFORM, INSTALL_XFORM1): Remove.
4647 (install-man): Depend upon installdirs. Use
4648 $(program_transform_name) directly, rather than using
4649 $(INSTALL_XFORM).
4650 (installdirs): New target.
4651
4652Tue Apr 15 15:08:12 1997 Andrew Cagney <cagney@b1.cygnus.com>
4653
4654 * sim-assert.h (SIM_ASSERT, ASSERT): Allow these macros to
4655 be overriden.
4656
4657Wed Apr 9 16:06:44 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4658
4659 * sim-basics.h: Only bring in config.h and tconfig.h if
4660 HAVE_CONFIG_H.
4661
4662Mon Apr 7 11:39:45 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4663
4664 * sim-config.h (WITH_TARGET_WORD_MSB): New Macro. Define the bit
4665 numbering convention of the target.
4666 * sim-config.c (print_sim_config): Print WITH_TARGET_WORD_BITSIZE
4667 and WITH_TARGET_WORD_MSB.
4668 (sim_config): When possible, check for consistency with bitsize
4669 and msb.
4670
4671 * sim-bits.h: Allow MSB to be other than zero.
4672 * sim-bits.c: Ditto.
4673 * sim-n-bits.h: Ditto.
4674
4675 * sim-bits.h (MSMASK*): New macros - converce to LSMASK*.
4676 * sim-n-bits.h (MSMASKEDn): Ditto.
4677
4678Mon Apr 14 16:29:21 1997 Ian Lance Taylor <ian@cygnus.com>
4679
4680 * Makefile.in (INSTALL): Change install.sh to install-sh.
4681
4682Mon Apr 7 10:46:38 1997 Doug Evans <dje@canuck.cygnus.com>
4683
4684 * sim-base.h (sim_state_base): Move `magic' to end of struct.
4685
4686Mon Apr 7 15:53:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4687
4688 * run.c (main): Check that a program to run was specified.
4689
4690Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4691
4692 * aclocal.m4 (AC_TYPE_SIGNAL): Add check.
4693
4694 * configure: Regenerated to track ../common/aclocal.m4 changes.
4695 * config.in: Ditto.
4696
4697Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
4698
4699 * sim-endian.h: Move host {LITTLE,BIG}_ENDIAN support from here,
4700 * sim-config.h: To here.
4701
4702 * Make-common.in (SIM_EXTRA_DEPS): New config var.
4703 (sim_main_headers): Define.
4704 (sim-*.o): Depend on $(SIM_EXTRA_DEPS).
4705 (BUILT_SRC_FROM_COMMON): Move here from ../d30v/Makefile.in.
4706 (clean): Use it.
4707 (sim-utils.o): Add rule for.
4708 * sim-utils.o: New file.
4709 * sim-basics.h: #include sim-base.h.
4710 (zalloc): Make argument unsigned long.
4711 * sim-base.h: New file.
4712 * sim-inline.h (SIM_IO support): Delete.
4713 * sim-io.h: Delete inline support.
4714 * sim-io.c: Likewise. sim-state.h renamed to sim-main.h.
4715 * sim-config.c: sim-state.h renamed to sim-main.h.
4716 * sim-core.c: Likewise.
4717 * sim-events.c: Likewise.
4718
4719 * run.c (main): Pass SIM_OPEN_STANDALONE to sim_open.
4720
4721 * aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h.
4722 (sim-debug): Allow arguments. Define WITH_DEBUG in addition to
4723 -DDEBUG.
4724 * configure: Regenerated to track ../common/aclocal.m4 changes.
4725
4726Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4727
4728 * configure: Regenerated to track ../common/aclocal.m4 changes.
4729
4730Wed Apr 2 11:08:11 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4731
4732 * sim-config.h (WITH_ALIGNMENT, WITH_FLOATING_POINT,
4733 WITH_XOR_ENDIAN, WITH_SMP, WITH_RESERVED_BITS): Assume that these
4734 are defined by the configure.
4735
4736 * aclocal.m4 (sim-stdio): Add option stdio from ../ppc configure.
4737
4738 * aclocal.m4 (floating-point, xor-endian, alignment, smp,
4739 reserved-bits): Always define.
4740
4741 * sim-config.h, sim-config.c (sim_config): New function - and new
4742 file - co-ordinate the setting/checking of the common simulator
4743 configuration options.
4744
4745 * Make-common.in (sim-config.o): Add rule.
4746
4747Fri Mar 28 15:32:00 1997 Mike Meissner <meissner@cygnus.com>
4748
4749 * callback.c (os_{,e}vprintf_filtered): Change stdarg type to
4750 va_list from void *, since va_list might not be a pointer type.
4751
4752Mon Mar 24 15:27:12 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4753
4754 * sim-n-endian.h (offset_N): Correct assertion - word and sub word
4755 in wrong order.
4756 (offset_N): Correct computation of LE offset.
4757
4758 * sim-io.c (sim_io_error): Include a new line when reporting
4759 errors.
4760
4761 * sim-assert.h (SIM_FILTER_PATH): Out by one when locating last
4762 `/'.
4763
4764Thu Mar 20 22:31:06 1997 Jeffrey A Law (law@cygnus.com)
4765
4766 * run.c: Include alloca-conf.h.
4767
4768 * callback.c (os_evprintf_filtered): Fix typo.
4769
4770Fri Mar 21 13:36:20 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4771
4772 * run.c (string.h, strings.h, stdlib.h): Include.
4773
4774 * sim-events.c (sim_events_tick): Recent cleanup failed to return
4775 0 when nothing pending.
4776
4777 * run.c (sim_size, sim_trace): Plicate GCC - these two functions
4778 will soon be going away.
4779 (getopt): Plicate GCC.
4780
4781 * sim-endian.c (sim-io.h): Plicate GCC.
4782 * sim-bits.c (sim-io.h): Ditto.
4783 * sim-n-bits.h (ROTn): Ditto.
4784
4785 * sim-io.c (sim_io_error): Correct check for NULL.
4786
4787 * sim-assert.h (SIM_FILTER_PATH): Separate out the code filtering
4788 the __FILE__.
4789 * sim-events.c: Use SIM_FILTER_PATH to filter out the filename
4790 path.
4791
4792Wed Mar 19 01:12:06 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4793
4794 * aclocal.m4 (SIM_AC_OPTION_*: Move so that they are outside of
4795 SIM_AC_COMMON - SIM_AC_COMMON was gobling arguments.
4796
4797Tue Mar 18 20:48:12 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4798
4799 * sim-alu.h: Include sim-xcat.h.
4800
4801Tue Mar 18 13:58:18 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4802
4803 * Make-common.in (sim-bits.c, sim-core.c, sim-endian.c,
4804 sim-events.c, sim-inline.c, sim-io.c): Define rules for building
4805 these.
4806
4807 * sim-events.c (sim_events_at_large_int): New function. Just
4808 schedules an event every large-int ticks.
4809 (sim_events_init): Call.
4810 (sim_events_tick, sim_events_process): Move async handing to
4811 sim_events_process. Move timer decrement so that it occures after
4812 events have been processed.
4813
4814 * sim-basics.h (struct _engine): Remove declaration.
4815
4816 * sim-events.h, sim-events.c: Rename type to sim_events. Prefix
4817 everything with same. Rename global struct to SIM_DESC.
4818 * sim-core.h, sim-core.c, sim-n-core.c: Ditto for sim_core.
4819 * sim-io.h, sim-io.c: Ditto.
4820
4821 * sim-assert.h: New file. Optional assertion checking macros.
4822 * sim-io.c (sim_io_error): Make just this function tolerant to
4823 null pointers.
4824
4825 * sim-xcat.h: New file. Define concatenate macros.
4826 * sim-basics.h (XCONCAT*): Move to sim-xcat.h.
4827 * sim-n-core.h, sim-n-bits.h, sim-n-endian.h: Explicitly include
4828 concat macros.
4829
4830
4831Tue Mar 18 12:44:55 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4832
4833 * sim-bits.h (LSMASK): New macro. Create mask of LS bits.
4834
4835Mon Mar 17 18:10:05 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4836
4837 * sim-inline.h: Add definitions for sim-types.
4838 (ALL_BY_MODULE): New macro, encapsulate full inlining by the
4839 module.
4840
4841Mon Mar 17 15:38:27 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4842
4843 * sim-events.h: Remove defunct reference to callback struct.
4844
4845Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4846
4847 * configure: Re-generate.
4848
4849Mon Mar 17 15:04:47 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4850
4851 * Make-common.in (CSEARCH): Do not include the gdb directory in
4852 the search path.
4853
4854Mon Mar 17 13:16:26 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4855
4856 * Make-common.in (SIM_ENDIAN, SIM_HOSTENDIAN, SIM_INLINE,
4857 SIM_WARNING): Drop, requiring the simulator specific Makefile.in
4858 to explicitly incorporate these.
4859
4860 * aclocal.m4 (--enable-sim-alignment); New option. Strongly
4861 specify the alignment restrictions of the target architecture -
4862 without this option all alignment restrictions are accomodated.
4863 (--enable-sim-assert): New option. Conditionally compile in
4864 assertion statements.
4865 (--enable-sim-float): New option. Strongly specify the target's
4866 floating point support.
4867 (--enable-sim-hardware): New option. Specify the hardware devices
4868 included in the simulation.
4869 (--enable-sim-packages): New option. Specify the hardware
4870 packages included in the simulation.
4871 (--enable-sim-regparm): New option. Specify that parameters be
4872 passed in registers instead of on the stack.
4873 (--enable-sim-reserved-bits): New option. Specify that reserved
4874 bits within an instruction are are correctly set.
4875 (--enable-sim-smp): New option. Specify the level of SMP support
4876 to be included in the simulator.
4877 (--enable-sim-stdcall): New option. Specify an alternative
4878 function call convention.
4879 (--enable-sim-xor-endian): New option. Configure xor-endian
4880 support used by some targets to implement bi-endian support.
4881
4882Fri Mar 14 19:51:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4883
4884 * aclocal.m4 (--enable-sim-hostendian): New option. Allow the
4885 host endianness to be overridden.
4886 (--enable-sim-endian): Allow the target platform's byte order
4887 to be overridden.
4888 (--enable-sim-inline): Control the inlining of common components.
4889 (--enable-sim-bswap): For compatibility, also define WITH_BSWAP.
4890 (--enable-sim-warnings): Enable additional GCC compiler checks.
4891 * Make-common.in (SIM_ENDIAN, SIM_HOSTENDIAN, SIM_INLINE,
4892 SIM_WARNINGS): Add.
4893
4894 * sim-n-core.h, sim-n-bits.h, sim-n-endian.h: Rename from
4895 sim-*-n.h so that the names are uniq on dos machines
4896 * sim-core.c, sim-bits.c, sim-endian.c: Update.
4897
4898Thu Mar 13 12:32:42 1997 Doug Evans <dje@canuck.cygnus.com>
4899
4900 * run.c: #include "libiberty.h".
4901 (main): New locals sd,no_args,sim_argv.
4902 Run buildargv on -a option. Pass argv to sim_open, argv[0]
4903 is program name. Update call to sim_set_callbacks.
4904 Record result of sim_open, pass to other sim_foo routines.
4905
4906Thu Mar 13 10:24:05 1997 Michael Meissner <meissner@cygnus.com>
4907
4908 * callback.c (os_printf_filtered): Do not call exit(1) or print a
4909 final newline.
4910
4911Thu Mar 6 15:50:28 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4912
4913 * callback.c: Add os_flush_stdout and vprintf_filtered callbacks.
4914 Route stdout through buffered IO.
4915
4916 * callback.c: Add os_flush_stderr, os_write_stderr,
4917 os_evprintf_filtered functions to route error output through
4918 stderr.
4919
4920 * sim-io.h, sim-io.c (sim_io_flush_stderr, sim_io_flush_stdout):
4921 Correct return type - should be void.
4922
4923Fri Mar 7 20:14:37 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4924
4925 * sim-basics.h: Clean up. Many macro's moved to sim-inline.h.
4926
4927 * sim-config.h: Ditto. For some options - eg WITH_DEVICES - do
4928 not provide a default value as undefined indicates disable code.
4929
4930Thu Mar 6 15:50:28 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4931
4932 * sim-core.h, sim-core-n.h, sim-core.c: Borrow code from ppc
4933 directory.
4934 * sim-events.h, sim-events.c: Ditto.
4935 * sim-io.h, sim-io.c: Ditto.
4936
4937Tue Mar 4 09:35:56 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4938
4939 * sim-alu.h (ALU_SUB_CA, ALU*_SUB_CA): New alu operation.
4940
4941 * sim-bits.h, sim-bits-n.h, sim-bits.c (LSMASKED*): New macro's
4942 extract the tail or least signifiant bits from an integer of the
4943 specified size.
4944
4945 * sim-bits.h, sim-bits.c: Clean up conditionally compiled #if
4946 WITH_TARGET_BITSIZE so that the compilation will fail when an
4947 unsupported bitsize value is defined.
4948
4949 (INSERTED*): Convert to functions.
4950 (EXTRACTED*): Ditto.
4951
4952 (SIGN_EXTEND, SEXT): Change to more terse name.
4953
4954Tue Mar 4 09:35:56 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4955
4956 * sim-inline.h: Allow explicit control over which .c files will be
4957 included by their header.
4958
4959 * sim-inline.h: Allow explicit control over which .c files use the
4960 alternative - REGPARM - parameter passing mechanism.
4961
4962 * sim-inline.h, sim-inline.c: Don't attempt to include any of
4963 icache.c, idecode.c, semantics.c or support.c. Those names are
4964 not generally applicable.
4965
4966Thu Feb 27 10:17:23 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4967
4968 * sim-bits.c, sim-bits-n.h (new): Split sim-bits.c into two parts
4969 in a fashion similar to sim-endian-n.
4970
4971 * sim-endian.h: (H_word, L_word, AL_*, VL_*): Extend to include
4972 both value and address macro's.
4973
4974Tue Feb 25 18:51:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
4975
4976 * sim-alu.h (ALU16_BEGIN, ALU16_SET, ...): Fill in.
4977
4978 * sim-endian.h (L_word, H_word): Replace MS2W_4, LS2W_4 with more
4979 generic L_word, H_word macro's.
4980
4981Thu Feb 20 18:36:55 1997 Andrew Cagney <cagney@critters.cygnus.com>
4982
4983 * sim-basics.h: Borrow code from ppc directory.
4984 * sim-bits.c: Ditto.
4985 * sim-bits.h: Ditto.
4986 * sim-config.h: Ditto.
4987 * sim-endian-n.h: Ditto.
4988 * sim-endian.c: Ditto.
4989 * sim-endian.h: Ditto.
4990 * sim-inline.c: Ditto.
4991 * sim-inline.h: Ditto.
4992 * sim-types.h: Ditto.
4993
4994Wed Feb 19 12:40:50 1997 Andrew Cagney <cagney@critters.cygnus.com>
4995
4996 * sim-alu.h (ALU_SET16, ALU_SET32, ALU_SET64, etc): Make available
4997 all the ALU size alternatives and then auto-configure a default.
4998
4999 * sim-alu.h: Copy ppc/idecode_expression.h.
5000
5001Mon Feb 17 10:44:18 1997 Andrew Cagney <cagney@critters.cygnus.com>
5002
5003 * bits.h, bits.c (SIGN_EXTEND32, SIGN_EXTEND64): New functions,
5004 sign extend a bit within a value.
5005
5006 * sim-endian.h, sim-endian-n.h (offset_N): New functions - return
5007 a pointer into the middle of a host word.
5008 * sim-endian.h (MS2W_4, LS2W_4): Use this function.
5009
5010Tue Feb 11 13:46:49 1997 Michael Meissner <meissner@tiktok.cygnus.com>
5011
5012 * callback.c: If HAVE_CONFIG_H is defined, include config.h from
5013 autoconf. If HAVE_UNISTD_H is defined, include unistd.h to get
5014 appropriate definitions of read, write, etc. Add prototype for
5015 system.
5016
5017Tue Feb 4 13:24:44 1997 Doug Evans <dje@canuck.cygnus.com>
5018
5019 * Makefile.in (libcommon.a): Delete.
5020 (callback.o,targ-map.o): Delete, moved to Make-common.in.
5021 (gentmap,targ-vals.h,targ-map.c): Likewise.
5022 (run-autoconf): Delete.
5023 * aclocal.m4 (SIM_AC_OUTPUT): Redo creation of Makefile.
5024 (common makefile fragment): Moved back into ...
5025 * Make-common.in: Resurrect.
5026 * configure.in (AC_LINK_FILES): Delete, unnecessary now.
5027 * configure: Regenerated.
5028
5029Fri Jan 31 07:16:49 1997 Doug Evans <dje@canuck.cygnus.com>
5030
5031 * aclocal.m4 (SIM_AC_COMMON): Move COMMON_MAKEFILE_FRAG from here.
5032 (SIM_AC_OUTPUT): To here.
5033
5034Fri Jan 24 10:37:17 1997 Stu Grossman (grossman@critters.cygnus.com)
5035
5036 * aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s in
5037 comments and single quotes. Fixes a problem found on hpux.
5038
5039Thu Jan 23 13:35:03 1997 Stu Grossman (grossman@critters.cygnus.com)
5040
5041 * aclocal.m4: Remove Make-common.in from dependencies.
5042 * (distclean): Remove targ-vals.def.
5043
5044 * aclocal.m4 (SIM_AC_COMMON): Move contents of Make-common.in
5045 into here. Makes insertion into makefiles easier. Also, change
5046 the way that callback.o, gentmap, targ-vals.h, targ-map.c,
5047 targ-map.o, and run are built. They are now built in the
5048 individual simulator directories, taking sources from ../common as
5049 necessary. This replaces the merging of libcommon.a into
5050 linsim.a, which was problematic for the WinGDB build process.
5051 * run.c: Include config.h from . instead of ../common.
5052 * Make-common.in: Remove. It's no longer necessary.
5053
5054Mon Dec 16 15:02:33 1996 Ian Lance Taylor <ian@cygnus.com>
5055
5056 * Make-common.in (ALL_CLAGS): Put CFLAGS at the end.
5057 (.c.o): Put $(ALL_CFLAGS) before the file being compiled.
5058
5059Wed Dec 11 11:30:58 1996 Jim Wilson <wilson@cygnus.com>
5060
5061 * run.c (main): Set target_byte_order before call to sim_open.
5062
5063Sun Dec 8 18:22:06 1996 Doug Evans <dje@canuck.cygnus.com>
5064
5065 * callback.c: #include <stdlib.h>
5066 (os_error): New function.
5067 (default_callback): Add os_error.
5068
5069Mon Nov 25 19:44:35 1996 Doug Evans <dje@canuck.cygnus.com>
5070
5071 * Make-common.in (Makefile): Set CONFIG_HEADERS="".
5072 * aclocal.m4: Mark the fact that --enable-sim-bswap isn't host
5073 specific.
5074 (SIM_AC_OUTPUT): Don't build Makefile if CONFIG_FILES="".
5075
5076Wed Nov 20 01:11:04 1996 Doug Evans <dje@canuck.cygnus.com>
5077
5078 * run.c: #include ../common/config.h, tconfig.h.
5079 (myname): New static global.
5080 (main): Recognize new options -a, -c. Also recognize -h if h8/300.
5081 Only process -c ifdef SIM_HAVE_SIMCACHE.
5082 Only process -p/-s ifdef SIM_HAVE_PROFILE.
5083 Parse program name from argv[0] and use in error messages.
5084 Pass sim_args to sim_open. Pass prog_args to sim_create_inferior.
5085 Add support for incomplete h8/300 termination indicators.
5086 (usage): Make more verbose.
5087 * aclocal.m4,config.in,tconfig.in,configure.in,configure: New files.
5088 * Makefile.in,Make-common.in,callback.c: New files.
5089 * nltvals.def,gentmap.c,gentvals.sh: New files.
5090
5091Tue Nov 12 13:34:00 1996 Dawn Perchik <dawn@cygnus.com>
5092
5093 * run.c: Include stdarg.h if __STDC__.
5094
5095Tue Oct 15 11:16:31 1996 Jeffrey A Law (law@cygnus.com)
5096
5097 * run.c (main): Don't print out anything if the signal
5098 number is zero (ie no signal).
5099
5100Tue Oct 15 11:20:44 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5101
5102 * run.c (main): Print out if the program raised a signal.
5103
5104Wed Sep 18 09:52:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5105
5106 * run.c (exec_bfd): Rename from sim_bfd, to use the gdb name.
5107 (main): Ditto.
5108
5109Tue Sep 17 11:04:50 1996 James G. Smith <jsmith@cygnus.co.uk>
5110
5111 * run.c (main): Explicitly cast malloc() parameter.
5112
5113Thu Sep 12 11:27:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5114
5115 * run.c (sim_bfd): New global to hold the bfd pointer for the
5116 executable.
5117 (main): Initialize sim_bfd.
5118
5119Fri Dec 15 16:27:49 1995 Ian Lance Taylor <ian@cygnus.com>
5120
5121 * run.c (main): Use new bfd_big_endian macro.
5122
5123Wed Nov 8 15:49:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
5124
5125 * run.c (main): Removed SH specific comments, so source is
5126 generic. Also updated to only load relevant sections. Moved
5127 sim_open() to after callback attach (to match GDB).
5128
5129 * run.1: Removed SH specific comments.
5130
5131Sat Oct 21 12:31:01 1995 Jim Wilson <wilson@chestnut.cygnus.com>
5132
5133 * run.c (main): Always return sigrc at end.
5134
5135Tue Oct 10 12:03:13 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5136
5137 * run.c (main): Print error diagnostic and exit if bfd_openr() or
5138 bfd_check_format() fails.
5139
5140Thu Sep 28 15:40:36 1995 steve chamberlain <sac@slash.cygnus.com>
5141
5142 * run.c, run.1: From sh directory.
This page took 0.465608 seconds and 4 git commands to generate.