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