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