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