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