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