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