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