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