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