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