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