]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/common/ChangeLog
* ld-elfvers/vers.exp: Add new tests vers17 to vers19.
[thirdparty/binutils-gdb.git] / sim / common / ChangeLog
CommitLineData
43ff13b4
JM
11999-07-05 Doug Evans <devans@casey.cygnus.com>
2
3 * Make-common.in (CGEN_MAIN_CPU_DEPS): Add cgen-fpu.h.
4 (cgen-fpu.o,cgen-accfp.o): Add rules for.
5 * cgen-fpu.c: New file.
6 * cgen-fpu.h: New file.
7 * cgen-accfp.c: New file.
8 * cgen-cpu.h (CGEN_CPU): New member fpu.
9 * cgen-mem.h: Redo fp support.
10 * cgen-ops.h: Delete k&r support. Redo fp support.
11 * cgen-sim.h: Include cgen-fpu.h.
12 * cgen-types.h (SF,DF,XF,TF): Moved to cgen-fpu.h.
13
085dd6e6
JM
141999-06-23 Doug Evans <devans@casey.cygnus.com>
15
16 * cgen-engine.h (TARGET_SEM_BRANCH_FINI): Remove cruft at end of
17 ifndef.
18 * genmloop.sh (@cpu@_scache_lookup): Delete unused local var.
19 (@cpu@_pbb_cti_chain): Minor clean up.
20
cd0fc7c3
SS
211999-05-08 Felix Lee <flee@cygnus.com>
22
23 * aclocal.m4: Use AC_EXEEXT instead of AM_EXEEXT. Delete defn of
24 AM_CYGWIN32 and AM_EXEEXT.
25 * configure: Regenerate.
26
7a292a7a
SS
27Fri Apr 16 16:43:22 1999 Doug Evans <devans@charmed.cygnus.com>
28
29 * sim-core.c (device_error,device_io_read_buffer,
30 device_io_write_buffer): Delete decls.
31 * sim-core.h: Put them here.
32
33 * sim-core.c (sim_core_read_buffer): Pass sd to device_io_read_buffer.
34 (sim_core_write_buffer): Pass sd to device_io_write_buffer.
35 * sim-n-core.h (sim_core_read_aligned_N): Ditto.
36 (sim_core_write_aligned_N): Ditto.
37
381999-04-14 Stephane Carrez <stcarrez@worldnet.fr>
39
40 * sim-memopt.c (sim_memory_uninstall): Don't look into
41 free()d memory.
42
431999-04-14 Doug Evans <devans@casey.cygnus.com>
44
45 * cgen-utils.scm (virtual_insn_entries): Update attribute definition.
46
471999-04-13 Doug Evans <devans@casey.cygnus.com>
48
49 * sim-core.c (sim_core_read_buffer): Handle NULL cpu when WITH_DEVICES.
50 (sim_core_write_buffer): Ditto.
51
521999-04-02 Keith Seitz <keiths@cygnus.com>
53
54 * sim-io.c (sim_io_poll_quit): Only call the poll_quit callback
55 after the interval counter has expired.
56 (POLL_QUIT_INTERVAL): Define. Used to tweak the frequency of
57 poll_quit callbacks. May be overridden by Makefile.
58 (poll_quit_counter): New global.
59 * sim-events.c: Remove all mentions of ui_loop_hook. The
60 host callback "poll_quit" will serve the purpose.
61 * run.c: Add definition of ui_loop_hook when NEED_UI_LOOP_HOOK
62 is defined.
63 * nrun.c: Remove declaration of ui_loop_hook.
64
65Wed Mar 31 18:55:41 1999 Doug Evans <devans@canuck.cygnus.com>
66
67 * cgen-run.c (sim_resume): Don't tell main loop to run "forever"
68 if being used by gdb.
69
701999-03-22 Doug Evans <devans@casey.cygnus.com>
71
72 * cgen-types.h (XF,TF): Tweak.
73 * cgen-ops.h: Redo inline support. Delete DI_FN_SUPPORT,
74 in cgen-types.h.
75 (SUBWORD*,JOIN*): Define.
76 * cgen-trace.c (sim_cgen_disassemble_insn): Update, base_insn_bitsize
77 moved into cpu descriptor.
78 * sim-model.h (MACH): New member `num'.
79
c906108c
SS
801999-02-09 Doug Evans <devans@casey.cygnus.com>
81
c906108c
SS
82 * cgen-cpu.h (CGEN_DISASSEMBLER): New type.
83 (CGEN_CPU): Member opcode renamed to cpu_desc.
84 New members get_idata,disassembler.
85 * cgen-defs.h (CGEN_INSN_VIRTUAL_P): CGEN_INSN_ATTR renamed to
86 CGEN_INSN_ATTR_VALUE.
87 (CGEN_STATE): Delete member opcode_table.
88 (sim_disassemble_insn): Delete decl.
89 * cgen-engine.h (struct insn_sem): Moved to here from <cpu>-decode.c.
90 (struct idesc): Moved to here from <cpu>-decode.h.
91 * cgen-run.c (prime_cpu): Call prepare_run callback.
92 * cgen-trace.h (SFILE): New type.
93 (sim_disasm_sprintf): Declare.
94 (sim_disasm_read_memory,sim_disasm_perror_memory): Declare.
95 (sim_cgen_disassemble_insn): Declare.
96 * cgen-trace.c: Include errno.h,dis-asm.h. Don't include cpu-opc.h.
97 (insn_fields): Delete.
98 (trace_insn_fini): STATE_OPCODE_TABLE (sd) replaced with
99 CPU_CPU_DESC (cpu).
100 (trace_insn): Call CPU_DISASSEMBLER hook.
101 (sim_disasm_sprintf): New function.
102 (sim_disasm_read_memory): New function.
103 (sim_disasm_perror_memory): New function.
104 (sim_cgen_disassemble_insn): New function.
105 * cgen-utils.c: Don't include cpu-opc.h.
106 (virtual_insn_entries): New static local.
107 (cgen_virtual_insn_table): Renamed from cgen_virtual_opcode_table.
108 (cgen_insn_name): Rewrite.
109 (disasm_sprintf,sim_disassemble_insn): Moved to cgen-trace.c.
110 * cgen.sh (desc): New file generator handler.
111 * genmloop.sh: -parallel changed to -parallel-read/-parallel-write.
112 Define WITH_PARALLEL_READ/WITH_PARALLEL_WRITE appropriately.
113 Don't include cpu-opc.h,cpu-sim.h.
114 * sim-model.c (model_set): Delete SIM_DESC arg.
115 (sim_model_set): Update.
116 * sim-model.h (MACH): New member prepare_run.
117
1181999-01-28 Frank Ch. Eigler <fche@cygnus.com>
119
120 * sim-memopt.c (memory_option_handler): Avoid memset() calls
121 if redundant with allocator functions.
122
123Wed Jan 27 17:19:09 1999 Doug Evans <devans@canuck.cygnus.com>
124
125 * cgen-engine.h (EXTRACT_LSB0_{INT,UINT}): Fix.
126
127 * sim-profile.h: Make like sim-trace.h.
128 (PROFILE_USEFUL_MASK): New macro.
129 * sim-profile.c (profile_options): Make like trace_options, allow
130 optional on|off arg where applicable.
131 (set_profile_option_mask): New function.
132 (sim_profile_set_option): New function.
133 (profile_option_handler): Simplify.
134 Have -p only enable selected things, not everything.
135 Add missing break to OPTION_PROFILE_PC_RANGE.
136 * cgen-scache.c (scache_options): Allow optional on|off arg to
137 --profile-scache.
138 (scache_option_handler): Use sim_profile_set_option.
139
1401999-01-26 Frank Ch. Eigler <fche@cygnus.com>
141
142 * sim-memopt.c (memory_options): Add MEMORY_FILL option.
143 (memory_option_handler): Implement MEMORY_FILL option. Make
144 MEMORY_CLEAR an alias for MEMORY_FILL=0.
145 (parse_ulong_value): New function.
146 (do_memopt_add): Allocate all buffers. Optionally fill them.
147
1481999-01-15 Richard Henderson <rth@cygnus.com>
149
150 * hw-events.c (hw_event_queue_schedule): _vtracef takes a
151 va_list, not an integer.
152 * sim-events.c (sim_events_schedule): Likewise.
153
154 * sim-types.h (UNSIGNED32, UNSIGNED64): Properly cast to
155 the appropriate type.
156
1571999-01-14 Doug Evans <devans@casey.cygnus.com>
158
159 * cgen-defs.h (PCADDR,CIA): Define in terms of IADDR.
160 (sim_disassemble_insn): Update prototype.
161 (sim_engine_invalid_insn): Ditto.
162 * cgen-engine.h (SEMANTIC_FN): Add !WITH_SCACHE version.
163 (SEM_BRANCH_INIT): PCADDR->IADDR.
164 (SEM_NBRANCH_FINI): New macro for !WITH_SCACHE case.
165 * cgen-scache.c (scache_lookup,scache_lookup_or_alloc): PCADDR->IADDR.
166 * cgen-scache.h (*): Ditto.
167 * cgen-trace.c (*): Ditto.
168 * cgen-trace.h (*): Ditto.
169 * cgen-utils.c (*): Ditto.
170 * cgen-types.h (integer modes): Use signedNN/unsignedNN types.
171 (insn_t): Delete.
172 * genmloop.sh (@cpu@_fill_argbuf): Add !WITH_SCACHE support.
173 (simple engine framework): Rewrite.
174 * sim-module.c (modules): Install model module sooner (and in
175 particular before the profile module).
176
1771999-01-12 Doug Evans <devans@casey.cygnus.com>
178
179 * sim-model.h (sim_mach_lookup_bfd_name): Add prototype.
180 * sim-model.c (sim_mach_lookup_bfd_name): New function.
181 (sim_model_init): Call it.
182
183 * cgen-trace.c (trace_insn): Pass pc to trace_prefix for virtual insns.
184
1851999-01-05 Doug Evans <devans@casey.cygnus.com>
186
187 * Make-common.in (CGEN_INCLUDE_DEPS): Add cgen-defs.h, cgen-engine.h.
c906108c
SS
188 * cgen-engine.h (SEM_BRANCH_FINI): New arg pcvar, all uses updated.
189 (SEM_BRANCH_INIT_EXTRACT): New macro.
190 (SEM_BRANCH_INIT): Add taken_p.
191 (TARGET_SEM_BRANCH_FINI): Provide default definition.
192 (SEM_BRANCH_FINI): Use it.
193 (SEM_INSN): Update.
194 * cgen-run.c (sim_resume): Handle tracing of last insn.
195 * cgen-scache.h (WITH_SCACHE): Define as 0 if not defined.
196 * cgen-trace.c (current_abuf): New static global.
197 (trace_insn_init): Initialize it.
198 (trace_insn_fini): Use it.
199 (trace_insn): Set it.
200 * cgen.sh (arch case): Pass -m ${mach} to cgen.
201 * genmloop.sh (@cpu@_emit_before): Only define if WITH_SCACHE_PBB.
202 (@cpu@_emit_after): Ditto.
203 (simple @cpu@_engine_run_full): New local `pc'. Initialize semantic
204 labels if WITH_SEM_SWITCH_FULL.
205 * sim-model.c: Include bfd.h.
206 (sim_model_init): New function.
207 (sim_model_install): Record init fn.
208 * sim-model.h (MACH): New member bfd_name.
209 * sim-module.c (modules): Initialize model before scache.
210
2111998-12-24 Frank Ch. Eigler <fche@cygnus.com>
212
213 * dv-sockser.c (DEFAULT_TIMEOUT): Increase to 1 ms.
214
215 * nrun.c (main): Remain in simulation loop for traps and
216 exceptions when in operating environment mode.
217 (ui_loop_hook): New stub hook for standalone use.
218 * sim-events.c (sim_events_process): Call ui_loop_hook
219 periodically on CYGWIN host.
220
221 * sim-reason.c (sim_stop_reason): Return host signal numbers
222 to gdb on sim_stopped and sim_signalled cases.
223 * sim-engine.c (sim_engine_halt): Call SIM_CPU_EXCEPTION_SUSPEND
224 hook just before longjmp.
225 * sim-resume.c (sim_resume): Call SIM_CPU_EXCEPTION_RESUME
226 hook just before sim_engine_run.
227
228 * sim-n-core.h (sim_core_trace_M): Allay const warning.
229 * sim-trace.h (trace_generic): Ditto.
230 * sim-trace.c (trace_generic): Ditto.
231
2321998-12-14 Doug Evans <devans@casey.cygnus.com>
233
234 * Make-common.in (SIM_MAIN_DEPS): New var.
235 (CGEN_MAIN_CPU_DEPS): New var.
236 * aclocal.m4: Add --enable-cgen-maint option.
237 * cgen-mem.h (GETMEM*): New arg `pc'. Pass to sim_core routine.
238 (SETMEM*): Ditto.
239 (GETIMEM*): Pass pc value to sim_core routine.
240
241Fri Dec 11 16:58:36 1998 Andrew Cagney <cagney@b1.cygnus.com>
242
243 * hw-handles.c (hw_handle_add_ihandle, hw_handle_add_phandle):
244 Compare with ZERO not NULL.
245
246Thu Dec 10 14:14:39 1998 Andrew Cagney <cagney@b1.cygnus.com>
247
248 * hw-properties.c, hw-instances.c, hw-tree.c: Include
249 "sim-assert.h".
250
2511998-12-09 Doug Evans <devans@casey.cygnus.com>
252
253 * sim-arange.c: Include libiberty.h, and stdlib.h if present.
254 * sim-trace.c: Include stdlib.h if present.
255 * dv-sockser.c: Include unistd.h if present.
256 (dv_sockser_init): Add missing arg to call to sim_io_eprintf.
257 * cgen-scache.c (scache_flush): Delete unused locals i,sc.
258
2591998-12-08 James E Wilson <wilson@wilson-pc.cygnus.com>
260
261 * gennltvals.sh: Add i960.
262 * nltvals.def: Rebuild.
263
2641998-12-04 Doug Evans <devans@casey.cygnus.com>
265
266 * cgen-defs.h: New file, old cgen-sim.h.
267 * cgen-sim.h: Simple header that includes others.
268 * sim-arange.c: New file.
269 * sim-arange.h: New file.
270 * sim-basics.h: Include it.
271 * Make-common.in (SIM_NEW_COMMON_OBJS): Add sim-arange.o.
272 (sim-arange.o): Add rule for.
273 * sim-cpu.h (sim_cpu_msg_prefix): Add prototype.
274 (sim_io_eprintf_cpu): Add prototype.
275 * sim-inline.h (HAVE_INLINE): Define if GNUC.
276 (INLINE2): New macro.
277 (EXTERN_INLINE): New macro.
278 * sim-module.c (sim_post_argv_init): Initialize cpu backlink
279 before calling module init fns.
280 * sim-profile.c (OPTION_PROFILE_*): Move into enum.
281 (profile_init): New function.
282 (profile_options): New option --profile-range.
283 (profile_option_handler): Handle --profile-range.
284 (profile_print_insn): Qualify address range specific section titles.
285 (profile_print_addr_ranges): New function.
286 (profile_info): Print address ranges if specified.
287 (profile_install): Set profile_init init fn.
288 * sim-profile.h (PROFILE_DATA): New member `range'.
289 * sim-trace.c (trace_init): New function.
290 (trace_options): New option --trace-range.
291 (trace_option_handler): Handle --trace-range.
292 (trace_install): Set trace_init init fn.
293 * sim-trace.h (TRACE_DATA): New member `range'.
294 * sim-utils.c (sim_cpu_msg_prefix): New function.
295 (sim_io_eprintf_cpu): New function.
296 * cgen-engine.h (PC_IN_TRACE_RANGE_P): New macro.
297 (PC_IN_PROFILE_RANGE_P): New macro.
298 * cgen-trace.c (trace_insn_init): Set current_insn to NULL.
299 (trace_insn_fini): New arg abuf. All callers updated.
300 Exit early if trace_insn not called. Check ARGBUF_PROFILE_P before
301 printing cycle counts.
302 * cgen-trace.h (trace_insn_fini): Update prototype.
303 (TRACE_RESULT_P): New macro.
304 (TRACE_INSN_INIT,TRACE_INSN_FINI): New arg abuf. All callers updated.
305 (TRACE_INSN): Check ARGBUF_TRACE_P.
306 (TRACE_EXTRACT,TRACE_RESULT): New arg abuf. All callers updated.
307 * cgen-types.h (SIM_INLINE): Delete.
308 (SIM_HAVE_MODEL,SIM_HAVE_ADDR_RANGE): Define.
309 * cgen-utils.c: Don't include cgen-engine.h
310 * genmloop.sh (@cpu@_fill_argbuf): New function.
311 (@cpu@_fill_argbuf_tp): New function.
312 (@cpu@_emit_before,@cpu@_emit_after): New functions.
313 (@cpu@_pbb_begin): Prefix cti_sc,insn_count with '_'.
314 (SET_CTI_VPC,SET_INSN_COUNT): Update.
315 (@cpu@_pbb_before): Check ARGBUF_PROFILE_P before calling
316 doing profiling. Update call to TRACE_INSN_INIT,TRACE_INSN_FINI.
317 (@cpu@_pbb_after): Check ARGBUF_PROFILE_P before calling
318 doing profiling. Update call to TRACE_INSN_FINI.
319
320 * sim-memopt.c (sim_memory_uninstall): Result type is `void'.
321
3221998-12-03 Frank Ch. Eigler <fche@cygnus.com>
323
324 * sim-memopt.c (sim_memory_uninstall): Deallocate all memory
325 regions.
326
3271998-12-01 Doug Evans <devans@casey.cygnus.com>
328
329 * sim-inline.c (SIM_INLINE_P): Fix typo.
330
3311998-11-30 Doug Evans <devans@casey.cygnus.com>
332
333 * cgen-utils.c (cgen_virtual_opcode_table): Update.
334
335Tue Nov 24 18:40:03 1998 Andrew Cagney <cagney@b1.cygnus.com>
336
337 * gennltvals.sh: Add v850 and d10v. Sort alphabetically.
338 * nltvals.def: Re-generate.
339
340Mon Nov 23 13:28:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
341
342 * sim-core.c (reverse_n, sim_core_uninstall, sim_core_init,
343 sim_core_map_attach, sim_core_map_detach, next_event_queue,
344 new_sim_core_mapping): Only define when EXTERN_SIM_CORE_P, pacify
345 GCC.
346 * sim-events.c (sim_events_uninstall, sim_events_suspend,
347 sim_events_resume, sim_events_zalloc, insert_sim_event): Ditto.
348
3491998-11-22 Doug Evans <devans@tobor.to.cygnus.com>
350
351 * genmloop.sh (${cpu}_pbb_chain): Watch for Ctrl-C's.
352 (${cpu}_pbb_cti_chain): Ditto.
353
3541998-11-18 Doug Evans <devans@casey.cygnus.com>
355
356 * Make-common.in (cgen-utils.o): Depend on cgen-engine.h.
c906108c
SS
357 * cgen-engine.h (EXTRACT_[ML]SB0_{INT,UINT}): New macros.
358 (EXTRACT_INT,EXTRACT_UINT): New macros.
359 (SEM_SEM_ARG): New macro.
360 (SEM_NEXT_VPC): New arg `pc'.
361 * cgen-sim.h (EXTRACT_SIGNED,EXTRACT_UNSIGNED): Delete.
362 (sim_disassemble_insn): Update prototype.
363 * cgen-trace.c (current_insn,insn_fields): New static locals.
364 (trace_insn): Set them.
b83266a0 365 * cgen-utils.c: #include cgen-engine.h.
c906108c
SS
366 (sim_disassemble_insn): New arg insn_fields.
367 Handle variable length insns.
368 * genmloop.sh: Only emit pbb decls if -pbb.
369 (${cpu}_scache_lookup): New arg `vpc'.
370 (scache support): Fetch pc before entering loop.
371
372 * gennltvals.sh: Add fr30 support.
373 * nltvals.def: Rebuild.
374
375Wed Nov 18 10:22:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
376
377 * sim-types.h: Re-do type system so that GCC's attribute and mode
378 are used to specify types. Handle case of ALPHA.
379
3801998-11-13 Frank Ch. Eigler <fche@elastic.org>
381
382 * aclocal.m4: Add tests for dlopen family.
383 * config.in: Regenerated.
384
385Wed Nov 11 14:02:25 1998 Doug Evans <devans@canuck.cygnus.com>
386
387 * sim-hload.c (sim_load): Pass `prog_name' to sim_load_file, not NULL.
388
389Wed Nov 4 23:51:19 1998 Doug Evans <devans@seba.cygnus.com>
390
391 * genmloop.sh (eng.hin): Rename HAVE_PARALLEL_EXEC to
392 HAVE_PARALLEL_INSNS, define as 0 or 1. Emit decls of fns in mloop.cin.
393 * cgen-engine.h: Typedefs of IADDR,CIA,SEM_ARG,SEM_PC moved ...
394 * cgen-sim.h: ... to here.
395
396Wed Oct 28 12:00:57 1998 Andrew Cagney <cagney@b1.cygnus.com>
397
398 * aclocal.m4 (enable-build-warnings): Replace
399 enable-sim-warnings. Extend =LIST syntax so that prepend and
400 append of options is possible. Drop -Werror, add
401 -Wstrict-prototypes for GDB compatibility.
402 * Make-common.in (SIM_WARNINGS): Update.
403
404Mon Oct 19 13:56:32 1998 Doug Evans <devans@seba.cygnus.com>
405
406 * Make-common.in (CGEN_INCLUDE_DEPS): Define.
407 (sim-core.o): Delete duplicate dependence on $(SIM_EXTRA_DEPS).
408 (sim-cpu.o,sim-endian.o,sim-hw.o): Ditto.
409 (cgen-run.o,cgen-scache.o,cgen-trace.o,cgen-utils.o): Delete
410 explicit cgen header dependencies, require SIM_EXTRA_DEPS to include
411 CGEN_INCLUDE_DEPS.
412 * cgen-cpu.h: New file.
413 * cgen-engine.h: New file.
414 * cgen-scache.h: New file.
415 * cgen-sim.h: Delete portions moved to new files.
416 * genmloop.sh: Generate two files eng.hin,mloop.cin explicitly,
417 rather than sending result to stdout.
418
419Fri Oct 9 14:20:22 1998 Doug Evans <devans@seba.cygnus.com>
420
421 * Make-common.in (sim-reg.o): New rule.
422 (cgen-run.o): New rule.
423 * cgen-ops.h: Delete many BI macros. Change all UBI -> BI.
424 * cgen-run.c (prime_cpu): New function.
425 * cgen-scache.c: Add pseudo-basic-block (pbb) scaching support.
426 (scache_option_handler, case OPTION_PROFILE_SCACHE): Handle explicitly
427 mentioned cpu.
428 (scache_flush_cpu,scache_lookup,scache_lookup_or_alloc): New fns.
429 * cgen-sim.h (CGEN_INSN_VIRTUAL_TYPE): New enum.
430 (CGEN_INSN_VIRTUAL_P): New macro.
431 (SEM_PC): New typedef.
432 (SEMANTIC_FN): Change type of result to SEM_PC.
433 (SEM_SET_FULL_CODE,SEM_SET_FAST_CODE,SEM_SET_CODE): New macros.
434 (IDESC_CTI_P,IDESC_SKIP_P): New macros.
435 (SCACHE_MAP): New typedef.
436 (CPU_SCACHE): Add pbb support.
437 (scace_lookup,scache_lookup_or_alloc,scache_flush_cpu): Declare.
438 (SEM_BRANCH_INIT_EXTRACT,SEM_BRANCH_INIT,SEM_BRANCH_FINI): New macros.
439 (CGEN_CPU): New members running_p,insn_count,{fast,full}_engine_fn,
440 max_slice_insns.
441 (INSN_NAME): Delete.
442 (cgen_insn_name): Declare.
443 (sim_engine_invalid_insn): Renamed from sim_engine_illegal_insn.
444 * cgen-trace.c (trace_buf): Shrink from 1024 to 256 bytes.
445 (first_insn_p): Make static.
446 (trace_insn): Handle virtual insns specially.
447 (cgen_trace_printf): Ensure we haven't overflowed the buffer.
448 * cgen-types.h (UBI): Delete.
449 (MODE_TYPE): New enum.
450 (HOSTINT,HOSTUINT,HOSTPTR): Delete.
451 * cgen-utils.c (mode_names): Delete UBI. Add INT,UINT,PTR.
452 (cgen_virtual_opcode_table): New global.
453 (cgen_insn_name): New function.
454 (sim_disassemble_insn): Ignore virtual insns.
455 * genmloop.sh: Delete top level loop generation. Add pbb support.
456 * sim-cpu.h (CPU_INSN_NAME_FN): New typedef.
457 (sim_cpu_base): New members max_insns,insn_name,model_data.
458 (CPU_PC_GET,CPU_PC_SET): New macros.
459 (sim_pc_get,sim_pc_set): Declare.
460 * sim-model.c (model_set): Call model init fn.
461 * sim-model.h (MODEL_FN): New typedef.
462 (INSN_TIMING): New member model_fn.
463 (MODEL): New members num,init.
464 * sim-profile.c (sim_profile_print_bar): Renamed from print_bar.
465 All callers updated.
466 (profile_insn_init): New fn.
467 (profile_print_insn): Update, INSN_NAME -> CPU_INSN_NAME.
468 Exit early if insn profiling not supported.
469 (profile_print_memory): Update, MAX_MODES -> MODE_TARGET_MAX.
470 (profile_install): Record profile_insn_init as init fn.
471 (profile_uninstall): Free PROFILE_INSN_COUNT if non-null.
472 * sim-profile.h: Update, MAX_MODES -> MODE_TARGET_MAX.
473 (PROFILE_DATA): Delete member exec_time.
474 Change insn_count to pointer to array, rather than the array.
475 (sim_profile_print_bar): Declare.
476
477Wed Oct 7 16:56:42 1998 Doug Evans <devans@seba.cygnus.com>
478
479 * cgen-run.c: New file.
480 * sim-reg.c: New file.
481
482Mon Sep 14 10:58:19 1998 Frank Ch. Eigler <fche@cygnus.com>
483
484 * aclocal.m4: Add checks for -lsocket and -lnsl.
485
486 * dv-sockser.c (dv_sockser_init): Use SO_REUSEADDR to
487 allow local port reuse on listening socket.
488
489Tue Sep 1 15:36:52 1998 Frank Ch. Eigler <fche@cygnus.com>
490
491 * sim-config.h: Remove reference to linux kernel header.
492
493Tue Aug 25 12:45:27 1998 Frank Ch. Eigler <fche@cygnus.com>
494
495 * dv-sockser.c (sockser_addr): Make variable non-static.
496
497Mon Aug 24 11:47:37 1998 Joyce Janczyn <janczyn@cygnus.com>
498
499 * sim-hw.{c,h} (sim_hw_parse): Return struct hw pointer.
500
501Tue Aug 11 18:12:19 1998 Doug Evans <devans@canuck.cygnus.com>
502
503 * sim-events.c (sim_events_elapsed_time): Fix calculation.
504
505Tue Aug 4 20:36:46 1998 Jeff Holcomb <jeffh@cygnus.com>
506
507 * Make-common.in (install-common): Add $(EXEEXT) when installing
508 run.
509
510Mon Aug 3 11:46:01 1998 Doug Evans <devans@seba.cygnus.com>
511
512 * cgen-sim.h (cgen_state): New member opcode_table.
513 * cgen-utils.c (sim_disassemble_insn): Use it.
514
515Fri Jul 24 10:14:18 1998 Doug Evans <devans@canuck.cygnus.com>
516
517 * cgen-mem.h (DECLARE_SETT): Fix return type.
518 * cgen-sim.h (sim_engine_illegal_insn): Declare.
519 * cgen-scache.c: Include stdlib.h.
520 * cgen-trace.c (trace_extract): Use %lx for PCADDR.
521 * sim-model.c (model_option_handler): Remove unused variable `n'.
522
523Tue Jul 21 16:27:43 1998 Doug Evans <devans@seba.cygnus.com>
524
525 * cgen-utils.c: Include bfd.h.
526 (sim_disassemble_insn): Update call to CGEN_EXTRACT_FN.
527
528Wed Jul 8 18:24:10 1998 Jeffrey A Law (law@cygnus.com)
529
530 * sim-bits.h (EXTEND24): Fix typo.
531
532Wed Jul 8 17:41:47 1998 Andrew Cagney <cagney@b1.cygnus.com>
533
534 * sim-events.c (ETRACE_P): New macro.
535 (struct _sim_event): Add member trace.
536 (sim_events_free): Reclaim trace message.
537
538 * sim-events.c, sim-events.h (sim_events_schedule_vtracef,
539 sim_events_schedule_tracef): New functions, include printf trace
540 information in argument list. If tracing, store asprintf'd trace
541 message in sim_event.
542
543 * hw-events.c, hw-events.h (hw_event_queue_schedule_tracef,
544 hw_event_queue_schedule_vtracef): New functions, mimic
545 sim_event_tracef.
546
547Mon Jul 6 15:51:14 1998 Jeffrey A Law (law@cygnus.com)
548
549 * sim-bits.h (EXTEND24): Define.
550
551Thu Jul 2 17:13:25 1998 Doug Evans <devans@seba.cygnus.com>
552
553 * cgen-sim.h (CPU_SCACHE): Make size unsigned.
554 (CPU_SCACHE_HASH_MASK): New macro.
555 (SCACHE_HASH_PC): Rewrite.
556 * genmloop.sh (engine_resume_{full,fast}): Move some of hash
557 computation out of main loop.
558
559Wed Jul 1 16:44:12 1998 Doug Evans <devans@seba.cygnus.com>
560
c906108c
SS
561 * cgen-sim.h (RECORD_IADDR): Delete.
562 * cgen-types.h (HOSTINT,HOSTUINT,HOSTPTR): New types.
563 * genmloop.sh (engine_resume_{full,fast}): Delete icount.
564
565Wed Jun 17 12:25:08 1998 Mark Alexander <marka@cygnus.com>
566
567 * gennltvals.def (mn10200): Add entry.
568 * nltvals.def: Regenerate with MN10200 additions.
569
570Wed Jun 17 13:18:28 1998 Andrew Cagney <cagney@b1.cygnus.com>
571
572 * sim-inline.h (EXTERN_*): Replace with EXTERN_*_P. Correct
573 documentation on how it works.
574
575 * sim-core.h, sim-core.c (sim_core_install, sim_core_attach,
576 sim_core_detach, sim_core_read_buffer, sim_core_write_buffer,
577 sim_core_set_xor, sim_core_xor_read_buffer,
578 sim_core_xor_write_buffer): Update.
579
580 * sim-events.h, sim-events.c (sim_events_install,
581 sim_events_watch_clock, sim_events_schedule_after_signal,
582 sim_events_schedule, sim_events_watch_sim, sim_events_watch_core,
583 sim_events_deschedule): Update.
584
585 * sim-fpu.h, sim-fpu.c (sim_fpu_zero, sim_fpu_one, sim_fpu_two,
586 sim_fpu_max32, sim_fpu_max64): Update.
587
588Sat Jun 13 07:45:38 1998 Doug Evans <devans@fallis.cygnus.com>
589
590 * cgen-trace.c (trace_insn_fini): Redo cycle handling.
591 * sim-profile.h (PROFILE_DATA): Rename cycle handling members.
592 * sim-profile.c (profile_print_model): Update.
593
594Fri Jun 12 18:35:07 1998 Doug Evans <devans@seba.cygnus.com>
595
596 * gennltvals.def (m32r): Use common syscall.h now.
597 (mn10300): Add entry.
598 * nltvals.def: Regenerate.
599
600 * sim-engine.c (sim_engine_get_run_state): New function.
601 * sim-engine.h (sim_engine_get_run_state): Declare it.
602
603Thu Jun 11 00:50:03 1998 Doug Evans <devans@seba.cygnus.com>
604
605 * sim-core.h (SIM_CORE_SIGNAL_FN): New typedef.
606 * sim-core.c (sim_core_signal): Make extern, always define.
607
608Wed Jun 10 16:02:29 1998 Doug Evans <devans@seba.cygnus.com>
609
610 * Make-common.in (CGEN_FLAGS_TO_PASS): New variable.
611 * cgen-ops.h (ANDIF): New macro.
612 (ANDIF[BQHSD]I): Delete.
613
614Thu Jun 4 13:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
615
616 * hw-events.c (create_hw_event, delete_hw_event): Delete.
617 (hw_event_queue_schedule, hw_event_queue_deschedule,
618 bounce_hw_event): Fix hw-event memory corruptions found by Joyce
619 Janczyn.
620
621 * hw-alloc.h (HW_NZALLOC): Define.
622
623 * Make-common.in (test-hw-events): Add target for testing the
624 hw-event code.
625
626Mon May 25 21:11:26 1998 Andrew Cagney <cagney@b1.cygnus.com>
627
628 * Make-common.in (SIM_COMMON_HW_OBJS): Add hw-handles.o and
629 hw-instances.o.
630 hw-handles.c, hw-instances.c, hw-handles.h, hw-instances.h: New
631 files.
632 * hw-main.h: Include hw-handles.h, hw-instances.h.
633 * hw-base.h ({create,delete}_hw_{handles,instances}_data): Declare
634 * hw-base.c (hw_create, hw_delete): Call same.
635
636Mon May 25 18:55:35 1998 Andrew Cagney <cagney@b1.cygnus.com>
637
638 * dv-core.c: Include hw-main.h and sim-main.h.
639 * dv-pal.c: Include hw-main.h and sim-io.h.
640 * dv-glue.c: Include hw-main.h.
641
642 * hw-main.h: New file. Move list of includes to here.
643 * hw-base.h: From here.
644 * Make-common.in (hw_base_headers): Rename to hw_main_headers.
645 (hw-*.o, dv-*.o): Update.
646 * hw-tree.c, hw-base.c, hw-properties.c, hw-ports.c, hw-device.c,
647 hw-events.c, hw-alloc.c, sim-hw.c: Include hw-main.h instead of
648 sim-main.h.
649
650 * hw-base.h (do_hw_attach_regs, do_hw_poll_read_method,
651 do_hw_poll_read): Move declarations from here.
652 * hw-main.h: To here.
653
654 * hw-base.h (struct hw_device_descriptor, hw_finish_callback):
655 Move from here.
656 * hw-main.h (struct hw_descriptor, hw_finish_method): To here,
657 rename.
658 * Make-common.in (hw-config.h): Update
659 * hw-base.c, dv-pal.c, dv-glue.c: Update
660
661 * dv-glue.c, hw-device.h, hw-base.h, hw-ports.c: Rename
662 `*_callback' to `*_method.
663
664Mon May 25 18:41:18 1998 Andrew Cagney <cagney@b1.cygnus.com>
665
666 * hw-base.h (set_*): Move set method macros from here.
667 * hw-device.h: To here.
668
669Mon May 25 18:21:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
670
671 * hw-base.h (create_hw_property_data, delete_hw_property_data):
672 Declare.
673
674 * hw-base.c (hw_create, hw_delete): Call
675 * hw-properties.c (create_hw_property_data,
676 delete_hw_property_data): Define.
677
678Mon May 25 17:40:46 1998 Andrew Cagney <cagney@b1.cygnus.com>
679
680 * hw-device.c, hw-properties.c: Include hw-base.h
681
682 * hw-alloc.h, hw-alloc.c: New files. Move alloc code to here.
683 * hw-device.c: From here.
684 * hw-base.h: Include "hw-events.h".
685
686 * hw-base.h (create_hw_alloc_data, delete_hw_alloc_data): Declare.
687 * hw-base.c (hw_create, hw_delete): Call.
688 * hw-alloc.c (create_hw_alloc_data, delete_hw_alloc_data): Define.
689
690 * Make-common.in (SIM_NEW_COMMON_OBJS): Add hw-alloc.o.
691 (hw-alloc.o): New target.
692
693Mon May 25 17:14:27 1998 Andrew Cagney <cagney@b1.cygnus.com>
694
695 * hw-events.h, hw-events.c: New files. Move event code to here.
696 * sim-hw.c: From here.
697 * hw-base.h: Include "hw-events.h".
698 * Make-common.in (SIM_NEW_COMMON_OBJS): Add hw-events.o.
699 (hw-events.o): New target.
700
701 * hw-device.h (struct hw): Add struct hw_event_data events_of_hw.
702 * hw-events.h (struct hw_event): Replace typedef hw_event.
703
704 * hw-base.h (create_hw_event_data, delete_hw_event_data): Declare.
705 * hw-base.c (hw_create, hw_delete): Call.
706 * hw-events.c (create_hw_event_data, delete_hw_event_data): Define.
707
708 * dv-pal.c: Update.
709
710Mon May 25 16:55:16 1998 Andrew Cagney <cagney@b1.cygnus.com>
711
712 * hw-base.c (panic_hw_port_event, empty_hw_ports): Move from here.
713 * hw-ports.c: To here.
714
715 * hw-base.h, hw-ports.c (create_hw_port_data,
716 delete_hw_port_data): New functions.
717 * hw-base.c (hw_delete, hw_create): Call same.
718
719 * hw-base.h (set_hw_ports, set_hw_port_event): Move set functions
720 from here.
721 * hw-ports.h: To here.
722
723Mon May 25 16:42:48 1998 Andrew Cagney <cagney@b1.cygnus.com>
724
725 * hw-device.c (hw_ioctl), hw-device.h (hw_ioctl_callback): Drop
726 PROCESSOR and CIA arguments.
727
728Fri May 22 12:16:27 1998 Andrew Cagney <cagney@b1.cygnus.com>
729
730 * aclocal.m4 (SIM_AC_OPTION_HW): Add enable / disable argument.
731 Move common object files from here.
732 * Make-common.in (SIM_COMMON_HW_OBJS): To here.
733
734Thu May 21 17:57:16 1998 Andrew Cagney <cagney@b1.cygnus.com>
735
736 * sim-hw.c: Include ctype.h.
737 (do_hw_poll_read): Do not assume EAGAIN.
738
739Wed May 20 04:37:57 1998 Doug Evans <devans@seba.cygnus.com>
740
741 * cgen-trace.c (first_insn_p): New static local.
742 (trace_insn_init): Set it.
743 (trace_insn_fini): Use TRACE_PREFIX.
744 (trace_insn): Rewrite to use trace_prefix.
745 * sim-trace.c (trace_prefix): Don't print filename arg if NULL.
746 Adjust width accordingly.
747
748 * sim-profile.h (PROFILE_DATA): New member profile_any_p.
749 (PROFILE_ANY_P,PROFILE_INSN_P,PROFILE_MEMORY): New macros.
750 (PROFILE_SCACHE_P,PROFILE_PC_P,PROFILE_CORE_P): New macros.
751 (PROFILE_COUNT_INSN,PROFILE_COUNT_READ,PROFILE_COUNT_WRITE): Simplify.
752 (PROFILE_COUNT_CORE): Simplify.
753 * sim-profile.c (profile_option_handler): Compute profile_any_p.
754
755Tue May 19 23:55:30 1998 Doug Evans <devans@seba.cygnus.com>
756
757 * cgen-ops.h (ADDCFSI): Fix typo.
758
759Sat May 16 12:44:52 1998 Doug Evans <devans@seba.cygnus.com>
760
761 * cgen-sim.h (CGEN_CPU): New members idesc_{read,sem}_init_p.
762 * genmloop.sh: Use them rather than static locals.
763
764 * sim-engine.c (sim_engine_set_run_state): New function.
765 * sim-engine.h (sim_engine_set_run_state): Declare.
766 * genmloop.sh (pending_reason,pending_sigrc): New static locals.
767 (@cpu@_engine_stop): New args reason,sigrc. All callers updated.
768 (engine_resume): Reorganize. Allow synchronous exit from main loop.
769
770Fri May 15 16:06:05 1998 Doug Evans <devans@seba.cygnus.com>
771
772 * cgen-trace.c (trace_insn_init): New arg first_p.
773 All callers updated.
774 (trace_insn_fini): New arg last_p. All callers updated.
775 * cgen-trace.h (trace_insn_init,trace_insn_fini): Update.
776 (TRACE_INSN_INIT,TRACE_INSN_FINI): Update.
777 * genmloop.sh (engine_resume): Update.
778
779Fri May 15 15:59:00 1998 Joyce Janczyn <janczyn@cygnus.com>
780
781 * Make-common.in (install-common): Run ranlib on installed copy of
782 libsim.a.
783
784Fri May 15 15:03:00 1998 Joyce Janczyn <janczyn@cygnus.com>
785
786 * Make-common.in (install-common): Rename and install libsim.a.
787
788Tue May 12 15:23:57 1998 Andrew Cagney <cagney@b1.cygnus.com>
789
790 * sim-io.c (unistd.h): Include.
791
792Wed May 6 16:04:18 1998 Doug Evans <devans@seba.cygnus.com>
793
794 * Make-common (sim_main_headers): Sort.
795 (cgen-*.o): Add cgen-sim.h dependency.
796
797 * cgen-scache.c (scache_init): Only allocate space if scache element
798 size is non-zero.
799 (scache_flush,scache_print_profile): Check if scache in use first.
800
801 * cgen-sim.h (IDESC): Provide forward declaration.
802 (DECODE): Delete.
803 (CGEN_CPU): Always define scache member. New members idesc,opcode.
804 (cgen_cpu_max_extra_bytes): Declare.
805 * cgen-utils.c (cgen_cpu_max_extra_bytes): New function.
806
c906108c
SS
807 * sim-cpu.h: New file. sim_cpu_base moved here.
808 Move sim_cpu_lookup decl here.
809 * sim-base.h: #include "sim-cpu.h".
810 * sim-cpu.c: New file.
811 * Make-common (sim_main_headers): Add sim-cpu.h.
812 (sim-cpu.o): Add rule for.
813
814 * sim-model.c (set_model): Delete.
815 (sim_model_set,model_set): New functions.
816 (sim_model_install): Renamed from model_install.
817 Don't set default model here.
818 (model_option_handler): Rewrite --model processing.
819 (sim_model_lookup,sim_mach_lookup): New functions.
820 * sim-model.h (MAX_MODELS,MAX_INSNS): Delete.
821 (insn_timing): Delete.
822 (INSN_TIMING): New member `num'.
823 (IMP_PROPERTIES): Always define scache_elm_size member.
824 (MACH): New member init_cpu.
825 (sim_machs): Renamed from machs.
826 (sim_model_install): Renamed from model_install.
827 (sim_model_set,sim_model_lookup,sim_mach_lookup): Declare.
828 * sim-module.c (modules): Update.
829
830 * sim-profile.c (profile_print_insn): Add cpu arg to INSN_NAME macro.
831
832 * sim-io.c: #include <errno.h>.
833
834Wed May 6 12:39:15 1998 Andrew Cagney <cagney@b1.cygnus.com>
835
836 * dv-pal.c (struct hw_pal_device): Add reader.
837 (hw_pal_finish): Initialize reader.
838 (scan_hw_pal): Use reader.
839
840 * hw-base.h, sim-hw.c (do_hw_poll_read): New function.
841 (HW_IO_EOF, HW_IO_NOT_READY): Define.
842 * dv-pal.c: Use.
843
844 * sim-io.h, sim-io.c (sim_io_poll_read): New function. Copy from
845 ../ppc/main.c sim_io_read_stdin.
846
847Fri May 1 12:11:02 1998 Andrew Cagney <cagney@b1.cygnus.com>
848
849 * hw-tree.h (hw_tree_print): Paramaterize with print and file
850 arguments.
851 * hw-tree.c: Update.
852
853 * hw-base.h (hw_port_event_callback): Delete CPU/CIA args.
854 * hw-device.h (hw_io_read_buffer, hw_io_write_buffer): Delete
855 CPU/CIA args.
856 * hw-ports.h (hw_port_event): Ditto.
857 * hw-ports.c (hw_port_event): Update.
858 * hw-base.c (panic_hw_io_read_buffer, panic_hw_io_write_buffer):
859 Update.
860 * dv-pal.c (hw_pal_io_read_buffer, hw_pal_io_write_buffer):
861 Update.
862 (hw_pal_io_write_buffer): Call hw_halt not sim_engine_halt.
863 (do_counter_event): Update.
864 * dv-glue.c (hw_glue_io_read_buffer): Update.
865 (hw_glue_port_event): Update.
866
867 * hw-device.h (SIM_DESC): Replace with struct sim_state.
868 * hw-base.h (hw_create): Ditto.
869 * hw-base.c (hw_create): Ditto.
870
871 * hw-device.c (hw_abort, hw_trace, hw_hw_event_queue_schedule,
872 hw_event_queue_deschedule, hw_event_queue_time): Delete, moved
873 from here to.
874 * sim-hw.c: Here.
875 * hw-device.h (hw_system_cpu): Declare.
876 * sim-hw.c (hw_system_cpu): New function.
877
878 * sim-core.c (sim_core_map_attach, sim_core_attach): Call
879 sim_hw_abort not hw_abort.
880 (sim-hw.h): Include.
881 (sim_core_read_buffer, sim_core_write_buffer): Call
882 sim_hw_io_read_buffer and sim_hw_io_write_buffer. Do not pass CPU
883 argument.
884 (sim_core_set_xor): Do not pass CPU when aborting.
885
886 * sim-n-core.h (sim_core_read_aligned_N,
887 sim_core_write_aligned_N): Call sim_hw_abort not hw_abort.
888 (sim_core_read_aligned_N, sim_core_write_aligned_N): Call
889 sim_cpu_hw_io_read_buffer and sim_cpu_hw_io_write_buffer. Does not
890 return length.
891
892 * sim-hw.h: Declare sim_hw_io_{read,write}_buffer. Declare
893 sim_hw_print.
894 * sim-hw.c (sim_hw_io_read_buffer, sim_hw_io_write_buffer,
895 sim_cpu_hw_io_read_buffer, sim_cpu_hw_io_write_buffer): New
896 functions.
897 (sim_hw_print): New function.
898
899 * sim-engine.h (sim_engine_vabort): Declare.
900 * sim-engine.c (sim_engine_vabort): New function.
901
902Wed Apr 29 23:58:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
903
904 * sim-trace.c (print_data): For floating-point numbers trace raw
905 hex value.
906 (trace_result_fp2): New function.
907 * sim-trace.h (trace_result_fp2): New declaration.
908 (TRACE_FP_RESULT2): New macro.
909
910Tue Apr 28 18:28:58 1998 Geoffrey Noer <noer@cygnus.com>
911
912 * common/aclocal.m4: call AM_EXEEXT in SIM_AC_COMMON, define
913 AM_CYGWIN32 and AM_EXEEXT.
914 * common/Make-common.in: set EXEEXT, add missing EXEEXTs
915 to run and install-common rules.
916 * common/configure: regenerate
917
918Sat Apr 25 17:45:01 1998 Andrew Cagney <cagney@b1.cygnus.com>
919
920 * sim-types.h (cell_word): New type.
921 (natural_cell): Delete type.
922
923Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
924
925 * configure: Regenerated to track ../common/aclocal.m4 changes.
926 * config.in: Ditto.
927
928Sun Apr 26 15:25:07 1998 Tom Tromey <tromey@cygnus.com>
929
930 * acconfig.h (NEED_DECLARATION_PRINTF): Removed.
931
932Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
933
934 * configure: Regenerated to track ../common/aclocal.m4 changes.
935 * config.in: Ditto.
936
937Fri Apr 24 11:38:08 1998 Tom Tromey <tromey@cygnus.com>
938
939 * acconfig.h: New file.
940 * Make-common.in (top_builddir): New macro.
941 (INTL_LIB): Removed.
942 (INTLLIBS): New macro.
943 (INTLDEPS): Likewise.
944 (LIBDEPS): Use INTLDEPS.
945 (EXTRA_LIBS): Use INTLLIBS.
946 * aclocal.m4 (SIM_AC_COMMON): Call CY_GNU_GETTEXT.
947 (CY_WITH_NLS, CY_GNU_GETTEXT, AM_PATH_PROG_WITH_TEST,
948 AM_LC_MESSAGES): New macros from GNU gettext.
949
950Fri Apr 24 19:57:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
951
952 * sim-config.h: Discard leading _ from macros.
953 * sim-types.h: Ditto.
954
955Wed Apr 22 14:14:19 1998 Michael Meissner <meissner@cygnus.com>
956
957 * Make-common.in (CSEARCH): Add -I to intl directories.
958 (INTL_LIB): Point to libintl.a.
959 (LIBDEPS): Add $(INTL_LIB).
960 (EXTRA_LIBS): Ditto.
961
962Tue Apr 21 12:44:27 1998 Doug Evans <devans@canuck.cygnus.com>
963
964 * cgen-types.h (GETHIDI,MAKEDI): Tweak.
965
966 * cgen-ops.h (ADDCFSI): Fix.
967 (SUBCFSI): Tweak.
968
969Tue Apr 21 13:18:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
970
971 * sim-types.h (signed_address, unsigned_address): Define.
972
973Mon Apr 20 21:47:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
974
975 * sim-fpu.c (sim_fpu_2d): Don't return an SNaN, convert it into a
976 QNaN.
977
978Thu Apr 16 10:30:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
979
980 * sim-fpu.c, sim-fpu.h (sim_fpu_fractionto, sim_fpu_tofraction):
981 New functions, pack / unpack sim_fpu struct using raw values.
982 (sim_fpu_is): Differentiate between negative and positive
983 infinity.
984
985Tue Apr 14 18:49:31 1998 Andrew Cagney <cagney@b1.cygnus.com>
986
987 * sim-bits.h (EXTEND4): Define.
988 (EXTEND4, EXTEND15, EXTEND11): Ditto.
989
990Tue Apr 14 16:31:35 1998 John Metzler <jmetzler@cygnus.com>
991
992 * sim-memopt.c (parse_addr): Sunos 4.5 does not have strtol
993 declared so we need this cast to prevent long long addresses
994 from being misconfigures. Results in access to unmapped memory.
995
996Tue Apr 14 13:19:14 1998 Doug Evans <devans@canuck.cygnus.com>
997
998 * Make-common.in (RUNTESTFLAGS): Define.
999 (check): Pass RUNTESTFLAGS to recursive make.
1000
1001Tue Apr 14 15:09:19 1998 Andrew Cagney <cagney@b1.cygnus.com>
1002
1003 * sim-info.c (sim_info): Be verbose when either VERBOSE or
1004 STATE_VERBOSE_P.
1005
1006Sat Apr 4 23:24:17 1998 Andrew Cagney <cagney@b1.cygnus.com>
1007
1008 * aclocal.m4 (sim-inline): By default, disable sim-inline when
1009 cross compiling.
1010
1011Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
1012
1013 * aclocal.m4 (sim-cflags): Add -fomit-frame-pointer to defaults.
1014 (sim-inline): Update to match sim-inline.[hc]
1015 * configure: Regenerated to track ../common/aclocal.m4 changes.
1016
1017 * Make-common.in (sim_main_headers): Add sim-inline.h
1018
1019 * sim-bits.h (sim-bits.c): Include when H_REVEALS_MODULE_P.
1020 selected.
1021 * sim-endian.h (sim-endian.c): Ditto.
1022
1023 * sim-events.h (_SIM_EVENTS_H_): Replace with SIM_EVENTS_H.
1024 (sim_events_set_trace): Delete unused prototype.
1025
1026 * sim-core.h (_SIM_CORE_H_): Replace with SIM_CORE_H.
1027 * sim-core.c (_SIM_CORE_C_): Ditto for SIM_CORE_C.
1028
1029 * sim-fpu.h (sim-fpu.c): Include when H_REVEALS_MODULE_P.
1030 (sim_fpu_to232i, sim_fpu_to232u, sim_fpu_i232to, sim_fpu_u232to):
1031 Comment out, not yet implemented in sim-fpu.c.
1032 (sim_fpu_zero, sim_fpu_one, sim_fpu_two, sim_fpu_qnan,
1033 sim_fpu_max32, sim_fpu_max64): Mark as EXTERN_SIM_FPU.
1034
1035 * sim-inline.h: Rewrite description.
1036 (H_REVEALS_MODULE_P, C_REVEALS_MODULE_P): Define.
1037 (SIM_MAIN_INLINE): Add inline option.
1038
1039 * sim-inline.c (semantics.c, idecode.c, engine.c, ...): Do not
1040 include generated files. Handled by generator directly.
1041
1042Sat Apr 4 01:07:06 1998 Andrew Cagney <cagney@b1.cygnus.com>
1043
1044 * sim-trace.c (set_trace_option_mask): Keep TRACE_ANY_P
1045 up-to-date.
1046
1047 * sim-trace.h (TRACE_ANY_P): Define.
1048 (struct _trace_data): Add trace_any_p.
1049
1050Mon Mar 30 17:11:55 1998 Andrew Cagney <cagney@b1.cygnus.com>
1051
1052 * run.c (main): Handle all alternatives of enum sim_stop.
1053 (main): Delete unused `asection *s'.
1054
1055Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
1056
1057 * hw-tree.h, hw-tree.c (hw_tree_vparse): New function
1058
1059 * configure: Regenerated to track ../common/aclocal.m4 changes.
1060
1061 * sim-hw.c: New file.
1062 * sim-hw.h (sim_hw_parse): Declare function.
1063 (hw-tree.h): Do not include.
1064
1065 * sim-base.h (STATE_HW): Define.
1066 (struct sim_state_base): Add member struct *hw.
1067
1068 * sim-module.c (sim-hw.h): Include.
1069 (modules): Add sim_hw_install.
1070
1071 * aclocal.m4 (sim_hw_obj): Add sim-hw.o
1072
1073Fri Mar 27 14:55:06 1998 Andrew Cagney <cagney@b1.cygnus.com>
1074
1075 * sim-base.h (CPU_INDEX): Define.
1076
1077 * sim-utils.c (sim_state_alloc): Initialize.
1078 * sim-module.c (sim_post_argv_init): Ditto.
1079
1080Thu Mar 26 10:07:57 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
1081
1082 * aclocal.m4 (sim_hw_obj): Fix sed expression to generate
1083 properly formatted lists.
1084
1085Thu Mar 26 10:37:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
1086
1087 * dv-pal.c (enum hw_pal_address_mask): From Stu Grossman, was
1088 0x2f needs to be 0x3f.
1089
1090Thu Mar 26 09:10:56 1998 Andrew Cagney <cagney@b1.cygnus.com>
1091
1092 * hw-tree.c (hw_tree_find_property): Return NULL when device is
1093 not found.
1094 (hw_tree_find_*_property): Clean up error message when property is
1095 not found.
1096
1097 * dv-pal.c (hw_pal_io_read_buffer): Check the smp property is
1098 present before looking for it.
1099
1100Wed Mar 25 16:17:38 1998 Ian Carmichael <iancarm@cygnus.com>
1101
1102 * aclocal.m4 (AC_CHECK_HEADERS): Add check for fpu_control.h.
1103 (AC_CHECK_FUNCS): Add check for __setfpucw.
1104 * configure: Regenerated.
1105
1106Wed Mar 25 09:18:34 1998 Andrew Cagney <cagney@b1.cygnus.com>
1107
1108 * dv-pal.c (hw_pal_countdown, hw_pal_countdown_value,
1109 hw_pal_timer, hw_pal_timer_value): Define.
1110 (hw_pal_io_read_buffer, hw_pal_io_write_buffer): Add timer support
1111 (do_counter_event, do_counter_read, do_counter_value,
1112 do_counter_write): new functions.
1113
1114Tue Mar 24 12:24:24 1998 Andrew Cagney <cagney@b1.cygnus.com>
1115
1116 * hw-tree.c (hw_printf): Send tree dump to stderr, same as other
1117 trace output.
1118
1119 * hw-base.c (hw_create): Stop searching for a device when one is
1120 found.
1121
1122Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
1123
1124 * configure: Regenerated to track ../common/aclocal.m4 changes.
1125
1126Mon Mar 23 10:25:08 1998 Andrew Cagney <cagney@b1.cygnus.com>
1127
1128 * aclocal.m4 (SIM_AC_OPTION_HARDWARE): Add second argument,
1129 appends extra devices.
1130 (SIM_AC_OPTION_HARDWARE): Substute sim_hw, a non-duplicate list of
1131 the device names.
1132
1133 * Make-common.in (hw-config.h): New target, create hw-config.h
1134 file.
1135 (SIM_HW): Definition from @sim_hw@.
1136 (hw-base.o): Depend on hw-config.h
1137
1138Tue Mar 24 17:41:35 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
1139
1140 * Make-common.in: Get SHELL from configure.
1141 * (stamp-tvals sim-inline.c): Use $(SHELL) when invoking
1142 move-if-change. Fixes NT native build problem.
1143 * Makefile.in (nltvals.def): Use $(SHELL) when invoking
1144 move-if-change. Fixes NT native build problem.
1145 * configure: Regenerate with autoconf 2.12.1 to fix shell issues for
1146 NT native builds.
1147
1148Sun Mar 22 16:54:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
1149
1150 * hw-device.h, hw-device.c (hw_strdup): New function.
1151
1152 * hw-base.c (hw_create): Use hw_strdup when saving a copy of the
1153 strings name, family and args.
1154 (full_name_of_hw): Use hw_strdup when returning the full path.
1155
1156 * hw-properties.c: Clean up property not found / wrong type error
1157 messages.
1158
1159 * hw-tree.c (hw_tree_parse): Finish a devices initialization
1160 before attaching any ports.
1161
1162 * hw-base.c (hw-config.): Include. Replace hardwired table.
1163
1164 * dv-glue.c: Copy over ../ppc/hw_glue.c. Update to new framework.
1165
1166 * Make-common.in: Add rule for dv-glue.o.
1167
1168Sun Mar 22 16:45:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
1169
1170 * hw-base.c (hw_finish): Move setting of trace level to here.
1171 (hw_create): From here.
1172
1173 * hw-base.h, hw-base.c (do_hw_attach_regs): Copy function from
1174 ../ppc/device_table.c.
1175
1176 * dv-pal.c (hw_pal_finish): Attach PAL device to parent bus.
1177
1178 * hw-tree.c (print_properties): Supress path when printing
1179 properties of root node.
1180
1181Sun Mar 22 16:21:15 1998 Andrew Cagney <cagney@b1.cygnus.com>
1182
1183 * hw-device.h (HW_TRACE): Define.
1184 (hw_trace): Declare.
1185 * hw-device.c (hw_trace): Implement function.
1186
1187 * hw-base.c (hw_create): Set hw trace level from "trace?"
1188 property.
1189
1190 * dv-core.c (dv_core_attach_address_callback): Add trace.
1191
1192 * dv-pal.c: Replace DTRACE with HW_TRACE.
1193
1194Sun Mar 22 15:23:35 1998 Andrew Cagney <cagney@b1.cygnus.com>
1195
1196 * hw-device.h (HW_ZALLOC, HW_MALLOC): New macros.
1197 (hw_alloc_data): Delcare.
1198 (struct hw): Add member alloc_of_hw.
1199
1200 * hw-device.c (hw_zalloc, hw_malloc, hw_free, hw_free_all): New
1201 functions. Assocate memory with a device.
1202 (stdlib.h): Include.
1203
1204 * hw-base.h (set_hw_delete): Define.
1205 (hw_delete_callback): Declare.
1206 (hw_delete): Declare.
1207
1208 * hw-base.c (hw_delete): Implement function.
1209 (struct hw_base_data): Add member to_delete.
1210 (ignore_hw_delete): New function, does nothing.
1211 (hw_create): Set the hw_delete method.
1212 (hw_create): Allocate the base type using HW_ZALLOC before setting
1213 any methods.
1214
1215 * hw-tree.h, hw-tree.c (hw_tree_delete): New function.
1216
1217 * hw-properties.c: Replace zalloc/zfree with hw_zalloc/hw_free.
1218
1219 * hw-ports.c: Replace zalloc/zfree with hw_zalloc/hw_free.
1220 (attach_hw_port_edge): Add struct hw argument
1221
1222 * dv-pal.c (hw_pal_finish): Replace zalloc/zfree with
1223 hw_zalloc/hw_free.
1224
1225Sun Mar 22 15:09:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
1226
1227 * hw-device.h (hw_attach_address_callback,
1228 hw_detach_address_callback): Attach to a single space not a space
1229 mask. Clarify interpretation of SPACE:ADDR parameters.
1230
1231 * hw-base.c (passthrough_hw_attach_address,
1232 passthrough_hw_detach_address): Update.
1233 * dv-core.c (dv_core_attach_address_callback): Ditto.
1234 * dv-pal.c (hw_pal_attach_address): Ditto.
1235
1236Thu Mar 19 00:41:00 1998 Andrew Cagney <cagney@b1.cygnus.com>
1237
1238 * sim-options.h: Document additional CPU arg to OPTION_HANDLER.
1239
1240Wed Mar 18 14:13:02 1998 Andrew Cagney <cagney@b1.cygnus.com>
1241
1242 * Make-common.in (SIM_HW_OBJS, SIM_HW_SRC, SIM_DV_OBJS): Define.
1243 (hw-base_h, hw-device_h, hw-handles_h, hw-instances_h, hw_ports_h,
1244 hw-properties_h, hw-tree_h): Define, point at corresponding
1245 header.
1246 (hw_base_headers): Define list of headers included by hw-base.h
1247 (hw-base.o, hw-device.o, hw-instances.o, hw-handles.o, hw-ports.o,
1248 hw-properties.o, hw-tree.o): Specify dependencies.
1249 (dv-core.o, dv-pal.o): Ditto.
1250
1251 * sim-hw.h: New file.
1252
1253 * hw-device.h, hw-device.c, hw-properties.h, hw-properties.c,
1254 hw-ports.h, hw-ports.c: New files. Copied from ../ppc/device.[ch].
1255
1256 * hw-tree.h, hw-tree.c: New files. Copied from ../ppc/tree.[hc].
1257
1258 * hw-base.h, hw-base.c: new files. Copied from
1259 ../ppc/device_table.[hc].
1260
1261 * dv-core.c, dv-pal.c: New files. Copied from
1262 ../ppc/hw_{core,pal}.c
1263
1264 * sim-basics.h (struct hw): Declare.
1265 (enum port_direction, enum object_disposition): Declare.
1266
1267Wed Mar 18 12:38:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
1268
1269 * aclocal.m4 (SIM_AC_OPTION_HARDWARE): Set sim_hw_obj, sim_dv_obj,
1270 sim_dv_src in Makefile. Take list of devices as parameter to m4
1271 macro..
1272
1273 * configure: Regenerated to track ../common/aclocal.m4 changes.
1274
1275Mon Mar 16 12:37:33 1998 Andrew Cagney <cagney@b1.cygnus.com>
1276
1277 * sim-trace.h, sim-trace.c (trace_prefix): Pass in sim_cia so that
1278 trace_prefix can abort cleanly.
1279
1280Sat Mar 14 18:36:12 1998 Doug Evans <devans@seba.cygnus.com>
1281
1282 * dv-sockser.c, dv-sockser.h: New files.
1283 * Make-common.in (dv-sockser.o): Add rule for.
1284 * aclocal.m4: Check for fcntl.h.
1285 * config.h: Add HAVE_FCNTL_H.
1286
1287 * sim-break.c (remove_breakpoint): Fix thinko.
1288
1289 * sim-hload.c (sim_load): Provide default value of SIM_HANDLES_LMA.
1290 Use SIM_HANDLES_LMA for lma_p arg to sim_load_file.
1291
12921998-03-13 Fred Fish <fnf@cygnus.com>
1293
1294 * sim-base.h (struct sim_state_base): Add prog_syms and
1295 define macro STATE_PROG_SYMS.
1296 * sim-trace.c (trace_prefix): Add variables abfd, symsize,
1297 symbol_count, and asymbols. Call bfd_get_symtab_upper_bound
1298 and bfd_canonicalize_symtab, to get symbol table on first use
1299 and preserve it via STATE_PROG_SYMS for future calls to
1300 bfd_find_nearest_line.
1301
1302Wed Mar 11 14:02:47 1998 Andrew Cagney <cagney@b1.cygnus.com>
1303
1304 * sim-core.h, sim-core.c (sim_core_map_to_str): Delete.
1305
1306 * sim-core.c (sim_core_attach): Handle a generic number of maps -
1307 up to nr_maps, not just access_* maps.
1308
1309 * sim-profile.h (struct PROFILE_DATA): Track nr_maps different
1310 maps.
1311
1312 * sim-profile.c (profile_print_core): Make map unsigned. Iterate
1313 over nr_maps not sim_core_nr_maps.
1314
1315 * sim-events.h, sim-events.c (sim_events_watch_core): Change
1316 core_map argument to unsigned.
1317 (struct _sim_core): Ditto for struct member core_map.
1318
1319 * sim-core.h (nr_sim_core_maps, sim_core_*_map): Delete
1320
1321 * sim-basics.h (access_io, access_*_io): Define.
1322 (map_read, map_write, map_exec, map_io): Define.
1323
1324 * sim-core.c, sim-core.h (sim_core_attach): Replace argument
1325 attach with more generic mapmask.
1326 (sim_core_{read,write}_*): Change map argument to unsigned.
1327
1328 * sim-core.c (sim_core_uninstall, sim_core_attach,
1329 sim_core_detach): Iterate over nr_maps instead of
1330 sim_core_nr_maps.
1331
1332 * sim-break.c (insert_breakpoint): Write breakpoints to exec_map
1333 instead of the write_map.
1334 (remove_breakpoint): Ditto.
1335
1336 * genmloop.sh (engine_resume_full): Replace sim_core_*_map
1337 with read_map, write_map, exec_map resp.
1338
1339 * cgen-mem.h (DECLARE_GETMEM, DECLARE_SETMEM, DECLARE_GETIMEM):
1340 Ditto.
1341
1342 * cgen-utils.c (sim_disassemble_insn): Ditto.
1343
1344 * sim-hrw.c (sim_write, sim_write): Ditto.
1345
1346 * sim-utils.h, sim-utils.c (access_to_str, map_to_str,
1347 transfer_to_str): New functions.
1348
1349Mon Mar 9 12:50:59 1998 Doug Evans <devans@seba.cygnus.com>
1350
1351 * sim-base.h (sim_state_base): New member environment.
1352 (STATE_ENVIRONMENT): New macro.
1353 * sim-config.c (current_environment): Delete.
1354 (sim_config_default): New function.
1355 (sim_config): Set STATE_ENVIRONMENT, not current_environment.
1356 * sim-config.h (current_environment,CURRENT_ENVIRONMENT): Delete.
1357 (sim_config_default): Add prototype.
1358 * sim-module.c (sim_pre_argv_init): Call sim_config_default.
1359 * sim-options.c (standard_option_handler, case OPTION_ENVIRONMENT):
1360 Set STATE_ENVIRONMENT, not current_environment.
1361
1362Mon Mar 9 11:59:03 1998 Jim Wilson <wilson@cygnus.com>
1363
1364 * sim-fpu.c (NR_GUARDS64): Change NR_PAD32 to NR_PAD64.
1365
1366Tue Mar 3 10:53:05 1998 Andrew Cagney <cagney@b1.cygnus.com>
1367
1368 * sim-types.h (SIGNED32, SIGNED64): Pacify GCC.
1369
1370 * sim-alu.h (ALU64_BEGIN): Make alu64_r unsigned.
1371
1372Mon Mar 2 10:20:06 1998 Doug Evans <devans@seba.cygnus.com>
1373
1374 * Make-common.in (TAGS): Make smarter.
1375 * Makefile.in (TAGS): Ditto.
1376
1377Fri Feb 27 19:09:57 1998 Doug Evans <devans@canuck.cygnus.com>
1378
1379 * sim-module.c (*): Fix typos in assertion tests.
1380
1381Sat Feb 28 13:54:10 1998 Andrew Cagney <cagney@b1.cygnus.com>
1382
1383 * sim-module.c (sim_pre_argv_init): String passed to asprintf
1384 can't be constant.
1385
1386 * sim-options.c (sim_parse_args): Ditto.
1387 (sim_args_command): Return OK, instead of nothing, for an empty
1388 command.
1389
1390Fri Feb 27 13:29:13 1998 Andrew Cagney <cagney@b1.cygnus.com>
1391
1392 * sim-profile.c (profile_info): Rename from profile_print. Drop
1393 misc and misc_cpu callback arguments. Use
1394 PROFILE_INFO_CPU_CALLBACK and STATE_PROFILE_INFO_CALLBACK instead.
1395 (profile_install): Install profile_info function.
1396
1397 * sim-profile.h (PROFILE_INFO_CPU_CALLBACK,
1398 STATE_PROFILE_INFO_CALLBACK): Define.
1399 (struct PROFILE_DATA): Add field info_cpu_callback.
1400 (profile_print): Delete function.
1401
1402 * sim-base.h (STATE_MODULES): Define. Replace individual
1403 STATE_*_LIST with single struct module_list.
1404
1405 * sim-module.h (MODULE_INFO_FN, MODULE_INFO_LIST): Declare.
1406 (struct module_list): Declare.
1407
1408 * sim-module.h, sim-module.c (sim_module_add_info_fn,
1409 sim_module_info): New functions.
1410 (sim_module_install): Clean up module data structures.
1411
1412 * sim-info.c (sim_info): New file. New function. Call
1413 sim_module_info.
1414
1415 * Make-common.in (sim-info.o): Define rule.
1416 (SIM_NEW_COMMON_OBJS): Add sim-info.o.
1417
1418
1419Fri Feb 27 18:26:16 1998 Doug Evans <devans@canuck.cygnus.com>
1420
1421 * sim-base.h (sim_cpu_base): New members name, options.
1422 (sim_cpu_lookup): Add prototype.
1423 * sim-module.c (sim_pre_argv_init): Provide default names for cpus.
1424 * sim-options.h (DECLARE_OPTION_HANDLER): New argument `cpu'.
1425 (sim_add_option_table): Update prototype.
1426 * sim-options.c (sim_add_option_table): New argument `cpu'.
1427 (standard_option_handler,standard_install): Update.
1428 (sim_parse_args): Handle cpu specific options.
1429 (print_help): New static function.
1430 (sim_print_help): Call it. Print cpu specific options.
1431 (find_match): New static function.
1432 (sim_args_command): Call it. Handle cpu specific options.
1433 * sim-utils.c (sim_cpu_lookup): New function.
1434 * sim-memopt.c (memory_option_handler): Update.
1435 (sim_memopt_install): Update.
1436 * sim-model.c (model_option_handler): Update.
1437 (model_install): Update.
1438 * sim-profile.c (profile_option_handler): Update.
1439 (profile_install): Update.
1440 * sim-trace.c (trace_option_handler): Update.
1441 (trace_install): Update.
1442 * sim-watch.c (watchpoint_option_handler): Update.
1443 (sim_watchpoint_install): Update.
1444 * cgen-scache.c (scache_option_handler): Update.
1445 (scache_install): Update.
1446
1447Wed Feb 25 11:00:26 1998 Doug Evans <devans@canuck.cygnus.com>
1448
1449 * Make-common.in (check): Run `make check' in testsuite dir.
1450
1451Wed Feb 25 14:40:24 1998 Andrew Cagney <cagney@b1.cygnus.com>
1452
1453 * sim-trace.c (trace_result0): New function.
1454
1455 * sim-trace.h (TRACE_FP_*, TRACE_FPU_*): Rename TRACE_FPU_*
1456 macro's to TRACE_FP_*. TRACE_FPU_* should be defined and used when
1457 tracing sim_fpu variables.
1458 (TRACE_ALU_RESULT0): Define.
1459 (TRACE_FP_RESULT_WORD): Define.
1460 (TRACE_FP_INPUT_WORD1): Define.
1461
1462 * sim-fpu.c, sim-fpu.h (sim_fpu_max32, sim_fpu_max64, sim_fpu_one,
1463 sim_fpu_two): New constants.
1464 (sim_fpu_op1, sim_fpu_op2): New types.
1465 (struct _sim_fpu): Delete member result. Re-order other members.
1466 (sim_fpu_sign, sim_fpu_exp): New functions.
1467 (sim_fpu_max, sim_fpu_min): new functions.
1468 (EXPMAX32, EXPMAX64, NR_PAD32, NR_PAD64, NR_GUARDS32, NR_GUARDS64,
1469 NORMAL_EXPMAX32, NORMAL_EXPMAX64): Define.
1470
1471Tue Feb 24 22:45:39 1998 Doug Evans <devans@seba.cygnus.com>
1472
1473 * sim-profile.c (profile_print): Delete duplicate test of
1474 PROFILE_INSN_IDX.
1475 (profile_print_pc): Exit early if data collection not set up.
1476 (profile_print_core): Simplify by calling sim_core_map_to_str.
1477 * sim-core.h (sim_core_map_to_str): Declare.
1478 * sim-core.c (sim_core_map_to_str): Make non-static.
1479
1480 * genmloop.sh (engine_resume): Update insn_count before exiting.
1481 (engine_resume_full): Keep accurate core profile data.
1482
1483 * cgen-utils.c (sim_disassemble_insn): Don't use
1484 sim_core_read_aligned_N, it messes up profiling results.
1485
1486Mon Feb 23 20:45:57 1998 Mark Alexander <marka@cygnus.com>
1487
1488 * nltvals.def: Regenerate with MN10300 additions.
1489
1490Tue Feb 24 13:18:42 1998 Andrew Cagney <cagney@b1.cygnus.com>
1491
1492 * sim-trace.h (TRACE_ALU_RESULT2): Define.
1493
1494 * sim-trace.h, sim-trace.c (trace_result_word2,
1495 trace_input_word4, trace_result_word4): New function.
1496
1497Mon Feb 23 13:08:35 1998 Doug Evans <devans@canuck.cygnus.com>
1498
1499 * cgen-sim.h (SEM_NEXT_PC): New arg `len'.
1500
1501 * sim-xcat.h: Delete.
1502 * cgen-mem.h: Delete inclusion of sim-xcat.h.
1503 * cgen-sim.h: Ditto.
1504 * sim-alu.h: Replace sim-xcat.h with symcat.h.
1505 * sim-n-bits.h: Ditto.
1506 * sim-n-core.h: Ditto.
1507 * sim-n-endian.h: Ditto.
1508
1509Mon Feb 23 13:19:58 1998 Michael Meissner <meissner@cygnus.com>
1510
1511 * syscall.c (cb_syscall): Handle short reads, and EOF.
1512
1513Tue Feb 24 00:29:57 1998 Andrew Cagney <cagney@b1.cygnus.com>
1514
1515 * sim-trace.c (print_data): case trace_fmt_fp missing break. Use
1516 sim_fpu to safely print fp_word values.
1517 (print_data): Add trace_fmt_bool and trace_fmt_addr.
1518 (trace_result_bool1, trace_result_addr1): New functions.
1519 (trace_input_bool1, trace_input_addr1): New functions.
1520
1521 * sim-trace.h (TRACE_FPU_*): Define.
1522
1523Mon Feb 23 13:24:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
1524
1525 * sim-fpu.h (enum sim_fpu_class): Add sim_fpu_class_denorm.
1526 (sim_fpu_fpto, sim_fpu_tofp): Define.
1527
1528Fri Feb 20 18:08:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
1529
1530 * sim-fpu.c (sim_fpu_cmp): New function.
1531
1532Wed Feb 18 16:29:21 1998 Doug Evans <devans@canuck.cygnus.com>
1533
1534 * cgen-utils.h (sim_disassemble_insn): Use CGEN_INSN_BITSIZE
1535 instead of abuf->length.
1536 * sim-trace.c (trace_options): Have -t only trace a few useful things.
1537 (set_trace_option_mask): Renamed from set_trace_options.
1538 (set_trace_option): New function.
1539 (trace_option_handler): Update calls to set_trace_option{,_mask}.
1540 * sim-trace.h (TRACE_USEFUL_MASK): New macro.
1541
1542Wed Feb 18 12:42:15 1998 Andrew Cagney <cagney@b1.cygnus.com>
1543
1544 * sim-basics.h: Declare struct _sim_fpu.
1545
1546Tue Feb 17 16:27:46 1998 Andrew Cagney <cagney@b1.cygnus.com>
1547
1548 * sim-trace.h (TRACE_ALU_INPUT*, TRACE_ALU_RESULT): Define.
1549 (trace_prefix, trace_input*, trace_result*): Declare.
1550 (trace_one_insn): Change declaration, assume trace_prefix called.
1551 (trace_generic): Like trace_one_insn.
1552 (TRACE_ALU_IDX, TRACE_*_IDX): Change #define's to enum.
1553 (TRACE_alu, TRACE_[a-z]*): Update.
1554
1555 * sim-trace.c (trace_prefix, trace_input*, trace_result*,
1556 trace_insn, save_data, trace_idx_to_str, print_data): New
1557 functions.
1558 (trace_one_insn): Rewrite.
1559 (trace_generic): New function.
1560
1561Tue Feb 17 17:27:30 1998 Doug Evans <devans@seba.cygnus.com>
1562
c906108c
SS
1563 * aclocal.m4 (USE_MAINTAINER_MODE): New variable.
1564
1565 * cgen-sim.h (SEMANTIC_CACHE_FN): Delete.
1566 (SEMANTIC_FN): Rewrite declaration.
1567 (DECODE): Update type of semantic_fast member.
1568 ({EX,SEM}_FN_NAME): Have only one version.
c906108c
SS
1569 * sim-base.h (sim_state_base): Delete conditionals surrounding
1570 member scache_size.
1571
1572Tue Feb 10 18:31:49 1998 Andrew Cagney <cagney@b1.cygnus.com>
1573
1574 * sim-load.c (sim_load_file): Print LMA/VMA according to value
1575 used.
1576
1577Tue Feb 10 14:56:23 1998 Ian Carmichael <iancarm@cygnus.com>
1578
1579 * sim-core.c: Add missing prototypes for WITH_DEVICES.
1580 Add missing parameters to device_io calls.
1581 * sim-core.h: Add missing parameters to device_io calls.
1582
1583Mon Feb 9 14:48:37 1998 Doug Evans <devans@canuck.cygnus.com>
1584
1585 * cgen-sim.h (DECODE): Always use switch for `read' for now.
1586 (PAREXEC): Renamed from PARALLEL_EXEC. All uses updated.
1587 (SEMANTIC{,_CACHE}_FN): Fix return type.
c906108c
SS
1588 * genmloop.sh (@cpu@_engine_run): Delete `current_state'.
1589 (engine_resume): Likewise. Make `engine' volatile. Save copy
1590 of cpu pointer in volatile object. Initialize read switch if
1591 -parallel.
1592
1593Thu Feb 5 13:27:04 1998 Doug Evans <devans@seba.cygnus.com>
1594
1595 * cgen-sim.h (EX_FN_NAME): _exc_ -> _ex_.
1596 (SEM_INSN): New macro.
1597
1598Tue Feb 3 16:31:56 1998 Andrew Cagney <cagney@b1.cygnus.com>
1599
1600 * sim-run.c (sim_engine_run): Assume IMEM is 32 bit.
1601
1602Sun Feb 1 16:47:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
1603
1604 * configure: Regenerated to track ../common/aclocal.m4 changes.
1605
1606Sun Feb 1 16:16:57 1998 Andrew Cagney <cagney@b1.cygnus.com>
1607
1608 * sim-types.h (fp_word): New type, define according to
1609 WITH_TARGET_FLOATING_POINT_BITSIZE.
1610
1611 * aclocal.m4 (default_sim_floating_point_bitsize): Add
1612 configuration of size of floating point registers.
1613
1614Sun Feb 1 14:02:31 1998 Andrew Cagney <cagney@b1.cygnus.com>
1615
1616 * sim-profile.c (profile_print): Only print CPU <N> if other
1617 output is going to appear.
1618
1619Sat Jan 31 18:15:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
1620
1621 * configure: Regenerated to track ../common/aclocal.m4 changes.
1622
1623Sat Jan 31 18:03:55 1998 Andrew Cagney <cagney@b1.cygnus.com>
1624
1625 * sim-types.h (address_word): Typedef according to
1626 WITH_TARGET_ADDRESS_BITSIZE.
1627 (signed_cell, unsigned_cell, natural_cell): Ditto using
1628 WITH_TARGET_CELL_BITSIZE.
1629
1630 * sim-config.h (WITH_TARGET_ADDRESS_BITSIZE): Define.
1631 (WITH_TARGET_CELL_BITSIZE): Define.
1632 (WITH_HOST_WORD_BITSIZE): Delete.
1633
1634 * sim-config.c (print_sim_config): Update.
1635
1636 * aclocal.m4 (SIM_AC_OPTION_BITSIZE): Add support for
1637 configuration of address and OpenFirmware cell sizes.
1638
1639Fri Jan 30 09:36:33 1998 Andrew Cagney <cagney@b1.cygnus.com>
1640
1641 * sim-engine.h (sim_engine_run): Add argument nr_cpus.
1642 * sim-run.c (sim_engine_run): Update.
1643
1644 * sim-engine.h (SIM_ENGINE_HALT_HOOK): Use SET_CPU_CIA instead of
1645 CPU_CIA.
1646 * sim-run.c (sim_engine_run): Ditto.
1647
1648 * sim-resume.c (sim_resume): Obtain nr_cpus from sim_engine.
1649 (sim_resume): Pass nr_cpus to sim_engine_run.
1650
1651 * sim-engine.h (struct _sim_engine): Add member nr_cpus.
1652
1653 * sim-engine.c (sim_engine_init): Hardwire nr_cpus to
1654 MAX_NR_PROCESSORS.
1655 (sim_engine_nr_cpus) sim-engine.c, sim-engine.h: New function
1656
c906108c
SS
1657Fri Jan 23 14:20:54 1998 Doug Evans <devans@seba.cygnus.com>
1658
1659 * Make-common.in (stamp-tvals): New rule.
1660 (targ-vals.h,targ-map.c): Depend on it.
1661 (clean): Remove stamp-tvals.
1662
1663Tue Jan 20 21:35:13 1998 Michael Meissner <meissner@cygnus.com>
1664
1665 * sim-utils.c (sim_state_alloc): #if 0 variable that is only used
1666 in code also #if 0'ed.
1667
1668Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
1669
1670 * configure: Regenerated to track ../common/aclocal.m4 changes.
1671 * aclocal.m4: Recognize --enable-maintainer-mode.
1672
1673Mon Jan 19 12:45:45 1998 Doug Evans <devans@seba.cygnus.com>
1674
1675 * cgen-scache.h: Deleted.
1676 * Make-common.in (cgen-run.o,cgen-scache.o): Delete cgen-scache.h dep.
c906108c
SS
1677 * cgen-scache.c: Only compile contents if WITH_SCACHE.
1678 (scache_init): Use runtime computed size of SCACHE.
1679 (scache_flush): Likewise.
1680 * cgen-mem.h (GETIMEMU[QHSD]I): Declare.
1681 ([GS]ETT{QI,UQI,HI,UHI,SI,USI,DI,UDI}): Declare.
1682 * cgen-sim.h: Scache support moved here.
1683 (PC): Redo definition.
1684 (ARGBUF,SCACHE,PARALLEL_EXEC): Provide forward decls.
1685 (DECODE): Add parallel execution support.
1686 Only include semantic label members if using switch.
1687 (SWITCH,CASE,BREAK,DEFAULT,ENDSWITCH): Portable computed goto support.
1688 (CGEN_CPU): Delete members exec_state, halt_sigrc, halt_jmp_buf.
1689 (IADDR,CIA,SEM_ARG,EX_FN_NAME,SEM_FN_NAME,RECORD_IADDR,SEM_ARGBUF,
1690 SEM_NEXT_PC,SEM_BRANCH_VIA_{CACHE,ADDR},SEM_NEW_PC_ADDR): Moved here
1691 from cgen-types.h.
1692 (engine_{stop,run,resume,halt,signal}): Delete decls.
1693 * cgen-types.h (CGEN_{XCAT3,CAT3}): Delete.
1694 (argbuf,scache): Delete forward decls.
1695 (STATE): Delete decl.
1696 * cgen-utils.c: Don't include decode.h, mem-ops.h, sem-ops.h.
1697 Include cgen-mem.h, cgen-ops.h.
1698 (engine_halt,engine_signal): Delete.
1699 ({ex,exc,sem,semc}_illegal): Delete.
1700 (sim_disassemble_insn): Result of extract fn is in bits.
1701 * genmloop.sh: Rewrite.
1702
1703 * cgen-trace.c (trace_insn): Set printed_result_p=0 if not tracing
1704 line numbers.
1705
1706 * sim-base.h (sim_state_base): Delete member `model'.
1707 (sim_cpu_base): Add member `model'.
1708 * sim-model.h (IMP_PROPERTIES): New type.
1709 (MACH): New members imp_props, models.
1710 (models): Delete decl.
1711 * sim-model.c (set_model): Update.
1712 * sim-profile.c (profile_print_model): Update.
1713
1714 * sim-utils.c (sim_state_alloc): Delete setting of cpu backlink here.
1715
1716Fri Jan 16 12:33:09 1998 Nick Clifton <nickc@cygnus.com>
1717
1718 * cgen-trace.c (trace_insn): Call CGEN_INSN_MNEMONIC() rather than
1719 CGEN_INSN_SYNTAX().
1720
1721Mon Dec 15 23:17:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
1722
1723 * configure: Regenerated to track ../common/aclocal.m4 changes.
1724 * config.in: Ditto.
1725
1726Mon Dec 15 23:16:03 1997 Andrew Cagney <cagney@b1.cygnus.com>
1727
1728 * aclocal.m4 (AR): Check for sigaction.
1729
1730Thu Dec 4 09:21:05 1997 Doug Evans <devans@canuck.cygnus.com>
1731
1732 * Make-common.in (sim-core.o): Depend on $(sim_main_headers).
1733
1734 * sim-config.h (WITH_TREE_PROPERTIES): Define as 0.
1735 * sim-config.c (sim_config): Replace WITH_DEVICES with
1736 WITH_TREE_PROPERTIES.
1737
1738 * configure: Regenerated to track ../common/aclocal.m4 changes.
1739
1740Wed Dec 3 17:56:02 1997 Doug Evans <devans@canuck.cygnus.com>
1741
1742 * Make-common.in (SIM_ENVIRONMENT): New variable.
1743 (CONFIG_CFLAGS): Add it.
1744 * aclocal.m4 (SIM_AC_OPTION_ENVIRONMENT): Handle
1745 --enable-sim-environment option.
1746 * configure: Regenerated.
1747 * sim-config.h (environment support): Rewrite.
1748 * sim-config.c (current_environment): Define as enum, unconditionally.
1749 (current_alignment): Define unconditionally.
1750 (config_environment_to_a): Update.
1751 (config_alignment_to_a): Fix type of argument. Define unconditionally.
1752 (sim_config): Handle environment and alignment determination
1753 unconditionally. Delete sanity checks of current_environment,
1754 unnecessary.
1755 (print_sim_config): Update.
1756 * sim-options.c (STANDARD_OPTIONS enum): Add OPTION_ENVIRONMENT.
1757 (standard_options): Add --environment.
1758 (standard_option_handler): Likewise.
1759
1760Fri Nov 28 12:21:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
1761
1762 * sim-alu.h: Add notes on carry vs borrow for subtraction.
1763 (ALU{,8,16,32,64}ADD): Redefine ADD macro as add overflowing.
1764 (ALU{,8,16,32,64}ADDC): Define - add carrying.
1765 (ALU{,8,16,32,64}SUB): Redefine SUB macro as subtract overflowing.
1766 (ALU{,8,16,32,64}SUBB): Define - subtract borrowing.
1767 (ALU{,8,16,32,64}SUBC): Define - tract carrying.
1768 (ALU{,8,16,32,64}ADD_CA, ALU{,8,16,32,64}ADDC_C): Replace single
1769 argument ADD_CA macro with two argument ADDC_C - add carrying with
1770 carry in.
1771 (ALU{,8,16,32,64}SUB_CA, ALU{,8,16,32,64}SUBC_X): Replace single
1772 argument SUB_CA macro with two argument SUBC_X - subtract
1773 carrying, extended.
1774 (ALU{,8,16,32,64}SUBB_B): Define - subtract borrowing with
1775 borrow-in.
1776 (ALU{,8,16,32,64}NEGC, ALU{,8,16,32,64}NEGB): Define.
1777
1778Sun Nov 30 17:40:57 1997 Michael Meissner <meissner@cygnus.com>
1779
1780 * sim-io.c (sim_io_{syscalls,getstring}): Delete. No longer used.
1781 * sim-io.h (sim_io_syscalls): Delete.
1782
1783Fri Nov 28 20:10:09 1997 Michael Meissner <meissner@cygnus.com>
1784
1785 * syscall.c (cb_syscall): Add missing else, so write to stdout
1786 isn't doubled.
1787
1788 * sim-alu.h (ALU{,8,16,32,64}_SET_CARRY): Provide macros to import
1789 the carry bit from the CPU's psw.
1790
1791Fri Nov 28 11:15:05 1997 Doug Evans <devans@canuck.cygnus.com>
1792
1793 * gennltvals.sh: Redo syscall support.
1794 * nltvals.def: Regenerated.
1795
1796Wed Nov 26 16:49:38 1997 Michael Meissner <meissner@cygnus.com>
1797
1798 * syscall.c (cb_syscall): If writing to stdout or stderr, flush
1799 the stream immediately.
1800
1801Wed Nov 26 12:32:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
1802
1803 * sim-io.c (sim_io_getstring): Delete unused len2.
1804 (sim_io_syscalls): Ditto for sys_errno.
1805
1806Wed Nov 26 11:18:40 1997 Doug Evans <devans@canuck.cygnus.com>
1807
1808 * syscall.c (cb_syscall): Test CB_SYSCALL struct magic number.
1809
1810 * Make-common.in (run.o): Depend on remote-sim.h.
1811 (nrun.o,sim-hload.o,sim-hrw.o): Likewise.
1812 (sim-io.o,sim-reason.o,sim-resume.o): Likewise.
1813
1814Tue Nov 25 20:12:46 1997 Michael Meissner <meissner@cygnus.com>
1815
1816 * sim-io.c (sim_io_syscalls): Disable lseek.
1817
1818Tue Nov 25 00:12:38 1997 Doug Evans <devans@seba.cygnus.com>
1819
1820 * gennltvals.sh: Generate syscall values for d30v.
1821
1822 * gennltvals.sh: Use libgloss/syscall.h for sparc.
1823 * nltvals.def: Regenerate.
1824
1825 * callback.c (os_stat): Make 3rd arg a host struct stat ptr.
1826 (os_fstat): Likewise. Validate fd argument.
1827 (cb_host_to_target_stat): Delete big_p arg. If HS arg is NULL,
1828 just compute target stat struct length.
1829 * syscall.c: #include "libiberty.h", <sys/types.h>, <sys/stat.h>.
1830 (ENOSYS,ENAMETOOLONG): Provide definitions if missing.
1831 (get_string): Return host errno values so they can be properly
1832 translated later.
1833 (cb_syscall): Likewise.
1834 (cb_syscall, cases open,unlink): Use get_path instead of get_string.
1835 (cb_syscall, case read): Use read_stdin for file descriptor 0.
1836 (cb_syscall, case write): Use write_stderr for file descriptor 2.
1837 (cb_syscall): Add cases for lseek, unlink, stat, fstat, time.
1838 (get_path): New function.
1839
1840Mon Nov 24 18:56:07 1997 Michael Meissner <meissner@cygnus.com>
1841
1842 * sim-io.c (sim_io_syscalls): New function to provide system call
1843 emulation. Provide exit, open, close, read, write, lseek, and
1844 unlink.
1845 (sim_io_getstring): New function to return a string from a
1846 simulated memory location.
1847
1848 * sim-io.h (sim_io_syscalls): Add declaration.
1849
1850Mon Nov 24 12:09:59 1997 Doug Evans <devans@seba.cygnus.com>
1851
1852 * sim-core.c (sim_core_signal): Fix spelling error in message.
1853
1854 * sim-hrw.c (sim_read): Use read map, not write map.
1855
1856 * Make-common.in (all): Add .gdbinit.
1857 * gdbinit.in: Add dump command.
1858
1859 * sim-model.c (model_options): Use '\0' for `shortopt'.
1860
1861 * sim-trace.c (trace_option_handler): Set state trace file
1862 for --trace-file in addition to cpu's values.
1863 (trace_vprintf): If cpu == NULL, try state's trace file.
1864 (trace_options): Reorganize table, reword some descriptions.
1865
1866Sun Nov 23 10:57:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
1867
1868 * sim-fpu.c (sim_fpu_abs, sim_fpu_neg, sim_fpu_inv), sim-fpu.h:
1869 New functions.
1870
1871Sat Nov 22 19:16:54 1997 Andrew Cagney <cagney@b1.cygnus.com>
1872
1873 * sim-reason.c (sim_stop_reason): For sim_signalled, return the
1874 signal untranslated, document problem with this.
1875
1876 * nrun.c (main): Check for a prog name of `*step'. If present,
1877 step the simulator instead of allowing it to run free.
1878
1879 * sim-signal.c (SIGQUIT): Define on _MSC_VER hosts.
1880
1881 * Make-common.in (sim_main_headers): Add sim-signal.h.
1882
1883Fri Nov 21 09:32:32 1997 Andrew Cagney <cagney@b1.cygnus.com>
1884
1885 * sim-signal.c (sim_signal_to_host): Return 0 for SIM_SIGNONE.
1886
1887Thu Nov 20 20:35:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
1888
1889 * sim-signal.h: Start simulator signals at 64 so that host signal
1890 numbers can be detected and reported.
1891
1892 * sim-signal.h (SIM_SIGFPE), sim-signal.h: Add signal.
1893
1894Wed Nov 19 12:02:41 1997 Doug Evans <devans@seba.cygnus.com>
1895
1896 * callback.c (cb_host_to_target_stat): Fix return values.
1897
1898 * cgen-sim.h (enum_signal_type): Delete.
1899 (engine_signal): Update prototype.
1900 * cgen-utils.c: Don't include <signal.h>.
1901 (sim_signal_to_host): Delete, lives in sim-signal.c now.
1902 (engine_signal): Update.
1903
1904 * sim-utils.c (sim_state_alloc): Call SIM_STATE_ALLOC if defined.
1905 (sim_state_free): Call SIM_STATE_FREE if defined.
1906
1907 * sim-module.c (sim_module_install): Don't leave any modules
1908 installed if one fails to install.
1909
1910Wed Nov 19 13:25:48 1997 Michael Meissner <meissner@cygnus.com>
1911
1912 * sim-options.c: Don't include ../libiberty/alloca-conf.h any
1913 more, since alloca is not used in this file.
1914
1915 * sim-alu.h (ALU{32,64}_*): Rewrite 32 and 64 bit ALU support to
1916 correctly set the carry and overflow bits for those types.
1917 (ALU{8,16,32,64}_{ADD,SUB}_CA): Take VAL argument to add along
1918 with carry, so carry is correct after doing both adds.
1919 (ALU*): Space out '\' to make it easier to read.
1920
1921Tue Nov 18 15:53:45 1997 Doug Evans <devans@canuck.cygnus.com>
1922
1923 * sim-core.c (sim_core_signal): Use sim_stopped instead of
1924 sim_signalled.
1925
1926 * sim-signal.c, sim-signal.h: New files.
1927 * Make-common.in (sim-signal.o): Add rule for.
1928 (SIM_NEW_COMMON_OBJS): Add sim-signal.o.
1929 * sim-abort.c: Don't include <signal.h>.
1930 * sim-basics.h: #include "sim-signal.h".
1931 * sim-break.c: Don't include <signal.h>.
1932 (sim_handle_breakpoint): Replace SIGTRAP with SIM_SIGTRAP.
1933 * sim-core.c: Don't include <signal.h>.
1934 (SIGBUS): Delete definition.
1935 (sim_core_signal): Replace SIGSEGV,SIGBUS with SIM_SIGSEGV,SIM_SIGBUS.
1936 * sim-engine.c: Don't include <signal.h>.
1937 (sim_engine_abort): Replace SIGABRT with SIM_SIGABRT.
1938 * sim-reason.c (sim_stop_reason): Call sim_signal_to_host.
1939 * sim-resume.c: Don't include <signal.h>.
1940 (SIGTRAP): Delete definition.
1941 (has_stepped): Replace SIGTRAP with SIM_SIGTRAP.
1942 * sim-stop.c: Don't include <signal.h>.
1943 (control_c_simulation): Replace SIGINT with SIM_SIGINT.
1944 * sim-watch.c: Don't include <signal.h>.
1945 (handle_watchpoint): Replace SIGINT with SIM_SIGINT.
1946
1947 * Make-common.in (SIM_NEW_COMMON_OBJS): New variable.
1948
1949 * sim-base.h (CIA_ADDR): Provide default definition.
1950 * sim-core.c (sim_core_signal): Use CIA_ADDR to fetch value.
1951 * sim-break.c (sim_handle_breakpoint): Likewise.
1952
1953Mon Nov 17 14:15:31 1997 Doug Evans <devans@seba.cygnus.com>
1954
1955 * Make-common.in (srccom): New variable.
1956
1957 * Make-common.in (DEP, COMMON_DEP_CFLAGS): Define.
1958 (LIB_OBJS): Add syscall.o.
1959 (gentmap): Pass $(NL_TARGET) to $(CC).
1960 (syscall.o): Add rule for.
1961 (sim_main_headers): Add $(SIM_EXTRA_DEPS).
1962 (sim-bits.o): Depend on $(sim-n-bits_h).
1963 (sim-load.o): Depend on callback.h.
1964
1965 * Make-common.in (cgen-*.o): Update dependencies, mem-ops.h renamed to
1966 cgen-mem.h, sem-ops.h renamed to cgen-ops.h.
1967 * cgen-mem.h, cgen-ops.h: New files.
1968
1969 * aclocal.m4 (--enable-sim-scache): Pass -DWITH_SCACHE=0 for "=no".
1970
1971 * Makefile.in (nltvals.def): Depend on gennltvals.sh.
1972 Rewrite build rule.
1973 * callback.c: #include string.h or strings.h.
1974 #include sys/types.h and sys/stat.h.
1975 (cb_init_syscall_map,cb_init_errno_map,cb_init_open_map): Declare.
1976 (os_get_errno,os_open): Update.
1977 (os_stat,os_fstat): New functions.
1978 (os_init): Initialize syscall_map, errno_map, open_map.
1979 (default_callback): Add entries for os_stat, os_fstat, syscall_map,
1980 errno_map, open_map, signal_map, stat_map.
1981 (cb_read_target_syscall_maps): New function.
1982 (cb_target_to_host_syscall): New function.
1983 (cb_host_to_target_errno): Renamed from host_to_target_errno.
1984 (cb_target_to_host_open): Renamed from target_to_host_open.
1985 (store): New function.
1986 (cb_host_to_target_stat): New function.
1987 * syscall.c: New file.
1988 * gentmap.c (sys_tdefs): New global.
1989 (gen_targ_vals_h): Output target syscall numbers.
1990 (gen_targ_map_c): Update. Output target syscall translation map.
1991 * gentvals.sh: New first argument `target'. Preface table with
1992 #ifdef NL_TARGET_$target if non-null target passed.
1993 * gennltvals.sh: New file.
1994 * nltvals.def: Regenerated.
1995
1996Fri Nov 14 11:33:34 1997 Andrew Cagney <cagney@b1.cygnus.com>
1997
1998 * sim-n-core.h (sim_core_read_unaligned_N): Return static
1999 sim_core_dummy_M.
2000 (sim_core_dummy_M): Declare.
2001
2002Wed Nov 12 18:16:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
2003
2004 * sim-core.c (sim_core_signal): Print the address of the
2005 instruction.
2006
2007Thu Nov 13 11:49:41 1997 Doug Evans <devans@seba.cygnus.com>
2008
2009 * sim-base.h (sim_state_base): Move `magic' to end of struct.
2010
2011 * sim-base.h (sim_state_base): Add member trace_data.
2012 (STATE_TRACE_DATA): New macro.
2013 * sim-trace.h (TRACE_DEBUG_IDX,TRACE_debug): New macros.
2014 ({WITH_,}TRACE_DEBUG_P): New macros.
2015 (STATE_TRACE_FLAGS,STRACE_P,STRACE_DEBUG_P): New macros.
2016 (_sim_cpu): Delete forward reference.
2017 (debug_printf): Update.
2018 * sim-trace.c (OPTION_TRACE_DEBUG): Define.
2019 (trace_options): Add --trace-debug.
2020 (set_trace_options): Handle it.
2021 (trace_option_handler): Likewise.
2022 (trace_install): Init state trace_data struct.
2023 (trace_uninstall): Close state trace file.
2024 * sim-events.c (ETRACE): Only print source file and line number if
2025 --trace-debug.
2026 * sim-n-core.h (sim_core_trace_M): Likewise.
2027
2028 * sim-core.c (sim_core_signal): Add missing "\n" in message.
2029
20301997-11-13 Felix Lee <flee@cygnus.com>
2031
2032 * sim-n-core.h (sim_core_read_unaligned_N): illegal empty
2033 initializer.
2034 * sim-types.h (unsigned128,signed128): fix typo for MSVC.
2035
2036Wed Nov 12 12:18:08 1997 Doug Evans <devans@canuck.cygnus.com>
2037
2038 * aclocal.m4 (SIM_AC_OPTION_SCACHE): Fix typo.
2039
2040 * Make-common.in (BUILT_SRC_FROM_COMMON): Remove files no longer
2041 built this way.
2042 (sim-config.o): Remove non-existent $(sim-nconfig_h) dependency.
2043 (clean): Don't delete $(BUILT_SRC_FROM_COMMON) if building in
2044 source tree.
2045
2046Tue Nov 11 13:28:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
2047
2048 * sim-events.c (sim_events_process): Re-compute the time -
2049 update_time_from_event - as each event is processed. Reverses
2050 previous change.
2051
2052Fri Nov 7 00:37:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
2053
2054 * callback.c (os_poll_quit): Replace _WIN32 with _MSC_VER.
2055
2056Fri Nov 7 00:37:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
2057
2058 * sim-events.c (sim_events_process): Delete redundant call to
2059 update_time_from_event.
2060 (sim_events_slip): Always decrement time_from_event.
2061 (sim_events_tick, sim_events_deschedule, update_time_from_event):
2062 Delete assertion that time_from_event >=0 when work in queue, no
2063 longer applicable.
2064
2065Thu Nov 6 12:06:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
2066
2067 * sim-options.c (STANDARD_OPTIONS): Change OPTION_* to an enum.
2068 (standard_option_handler): Update.
2069
2070 * sim-options.h: Clarify documentation.
2071 (OPTION_LONG_ONLY_P): Delete definition.
2072 (OPTION_VALID_P): Define.
2073
2074 * sim-options.c (sim_print_help): Allow short only options.
2075 (sim_parse_args): Ditto.
2076 (sim_args_command): Skip short only options.
2077 (sim_parse_args): Allocate space for NUM_OPTS not just 256. Make
2078 separate entries for short and long options in the HANDLERS and
2079 ORIG_VAL tables.
2080 (sim_parse_args): Disable argument permutation.
2081
2082Wed Nov 5 13:40:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
2083
2084 * sim-core.h (DECLARE_SIM_CORE_WRITE_N. DECLARE_SIM_CORE_READ_N):
2085 Add argument M, size of data type.
2086 (sim_core_read_misaligned_3, sim_core_write_misaligned_3):
2087 Declare, ditto for 5, 6 & 7 byte transfers.
2088 (sim_core_write_unaligned_1, sim_core_write_unaligned_1): Define
2089 as aligned variant.
2090
2091 * sim-n-core.h (sim_core_trace_M): Rename from
2092 sim_core_trace_N. Add nr_bytes argument. Replace transfer argument
2093 with transfer type. Print transfer direction. Handle 1 and 2 byte
2094 transfers.
2095 (sim_core_read_unaligned_N, sim_core_write_unaligned_N): Trace
2096 unaligned accesses.
2097 (unsigned_M, T2H_M, H2T_M): Rename from unsigned_N, T2H_N, H2T_N.
2098 Update all functions.
2099
2100 * sim-core.c: Generate functions starting with 16 not 1.
2101 (sim_core_read_unaligned_3): Generate. Ditto for 3 byte write and
2102 all 5, 6 & 7 byte transfers.
2103
2104 * sim-n-core.h (sim_core_read_misaligned_N,
2105 sim_core_write_misaligned_N): Implement.
2106
2107Mon Nov 3 15:03:04 1997 Andrew Cagney <cagney@b1.cygnus.com>
2108
2109 * sim-endian.h (U16_8): Implement
2110
2111 * sim-endian.c (sim_endian_split_16, sim_endian_join_16): New functions
2112
2113 * sim-endian.h (VL8_16, VH8_16): Implement.
2114
2115 * sim-memopt.c (memory_option_handler): Typecast 64bit value to
2116 long in printf.
2117 (memory_option_handler): Only zalloc modulo bytes when non-zero.
2118 (memory_option_handler): Skip comma in alias address list
2119
2120Fri Oct 31 13:03:33 1997 Andrew Cagney <cagney@b1.cygnus.com>
2121
2122 * sim-memopt.c (do_memopt_add, do_memopt_delete): Add level and
2123 space params.
2124 (parse_size, parse_addr): New functions
2125 (memory_option_handler, memory_options): Parse address & size
2126 using new functions. Pass level, space, modulo to do_memopt_add &
2127 do_memopt_del.
2128
2129 * sim-memopt.h (struct _sim_memopt): Add level & space fields.
2130
2131 * sim-core.h (sim_core_arrach, sim_core_detach): Replace
2132 `attach_type attach' argument with `unsigned level' argument.
2133 Document.
2134
2135 * sim-core.c (new_sim_core_mapping, sim_core_map_attach,
2136 sim_core_attach): Replace argument attach with level. Update
2137 verification of arguments.
2138 (sim_core_map_detach, sim_core_detach): Replace argument attach
2139 with level.
2140
2141 * sim-basics.h (enum _attach_type): Delete.
2142
2143Thu Oct 30 13:45:00 1997 Doug Evans <devans@seba.cygnus.com>
2144
2145 * sim-core.h (sim_core_write_8): Define.
2146
2147Tue Oct 28 12:29:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
2148
2149 * sim-bits.h: Document ROTn macro.
2150
2151 * sim-endian.h (H2T): Handle 16 byte variables.
2152
2153 * sim-n-core.h (sim_core_read_unaligned_N): Return a dummy when an
2154 error.
2155
2156 * sim-core.c: Do not generate sim_core_*_word.
2157
2158 * sim-n-core.h (sim_core_trace_N): Add line_nr argument.
2159 (sim_core_write_aligned_N, sim_core_read_aligned_N): Update.
2160
2161 * sim-core.h (sim_core_read_unaligned_word,
2162 sim_core_read_aligned_word, sim_core_read_word,
2163 sim_core_write_unaligned_word, sim_core_write_aligned_word,
2164 sim_core_write_word): Change to macros that map onto sim_core_*_N.
2165
2166Mon Oct 27 11:25:10 1997 Doug Evans <devans@canuck.cygnus.com>
2167
2168 * sim-n-endian.h: Add TAGS entrys for 16 byte versions.
2169
2170 * sim-endian.h: Disable 16 byte support.
2171
2172Mon Oct 27 12:00:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
2173
2174 * sim-endian.c (_SWAP_16): Define. Generate 126 bit swap code.
2175
2176 * sim-n-core.h (sim_core_trace_N): New function.
2177 (sim_core_read_aligned_N, sim_core_write_aligned_N): Use,
2178 (sim_core_read_unaligned_N): Do not retyrn bogus value wden error.
2179
2180 * sim-endian.h: Add 128 bit variant.
2181
2182 * sim-core.h, sim-core.c: Add 128 bit variant.
2183
2184 * sim-types.h: Add signed128 and unsigned128 types using a struct.
2185
2186Fri Oct 24 11:33:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
2187
2188 * sim-events.c (sim_events_process): Clear events->work_pending.
2189 (sim_events_tickn, sim_events_tick): Accumulate, instead of
2190 setting, nr_ticks_to_process.
2191 (sim_events_preprocess): Allow nr_ticks_to_process to be non-zero
2192 when the event queue isn't next.
2193
2194 * sim-events.h, sim-events.c (sim_events_slip): New function.
2195
2196Wed Oct 22 14:18:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
2197
2198 * sim-hload.c (sim_load): Pass lma_p==0 and do_load=sim_load.
2199
2200 * sim-utils.h, sim-load.c (sim_load_file): Add lma_p and do_load
2201 arguments.
2202
2203Tue Oct 21 18:37:57 1997 Doug Evans <devans@canuck.cygnus.com>
2204
2205 * nrun.c (main): Remove useless test of name != NULL.
2206 Exit if bfd_openr fails. Call bfd_check_format after bfd_openr.
2207
2208Tue Oct 21 10:42:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
2209
2210 * sim-fpu.c (EXPMAX): Type is unsigned.
2211 (MIN_INT, MAX_INT): Type is signed64.
2212 (i2fpu): Type of val is signed64.
2213
2214Tue Oct 21 10:42:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
2215
2216 * sim-profile.h (PROFILE_PC_BUCKET_SIZE): Treat a shift of zero as
2217 a bucket size of zero.
2218
2219 * sim-profile.c (OPTION_PROFILE_PC_GRANULARITY,
2220 OPTION_PROFILE_PC): Define.
2221 (profile_option_handler): Add support for --profile-pc and
2222 --profile-pc-granularity options.
2223 (profile_pc_init): When possible, compute nr buckets from bucket
2224 size.
2225
2226 * sim-profile.c (profile_pc_init): Align the profile-pc end
2227 address with the profile-pc bucket size.
2228
2229 * sim-profile.h (PROFILE_PC_NR_BUCKETS): Rename PROFILE_PC_SIZE to
2230 something less ambiguous.
2231 (PROFILE_PC_BUCKET_SIZE): Ditto for PROFILE_PC_SAMPLE_SIZE.
2232
2233 * sim-profile.c (profile_pc_cleanup): New function. Move
2234 profile_pc_uninstall code to here.
2235 (profile_pc_uninstall): Call.
2236 (profile_pc_init): Call.
2237
2238Mon Oct 20 17:23:58 1997 Andrew Cagney <cagney@b1.cygnus.com>
2239
2240 * sim-profile.c (profile_print_pc): Dump pc profile to dmon.out
2241 file using BSD gprof format.
2242
2243 * sim-bits.h (LSBIT, MSBIT, BIT): Force result to type
2244 unsigned_word.
2245 (LSBIT8, LSBIT16, LSBIT32, LSBIT64, MSBIT8, MSBIT16, MSBIT32,
2246 MSBIT64): Force result to unsignedN.
2247
2248Thu Oct 16 11:38:56 1997 Andrew Cagney <cagney@b1.cygnus.com>
2249
2250 * sim-alu.h (ALU16_BEGIN, ALU32_BEGIN, ALU64_BEGIN): Drop opening
2251 brace from macro.
2252 (ALU8_BEGIN, ALU8_SET, ALU8_ADD, ALU8_SUB, ALU8_NEGATE): Define.
2253 (ALU16_ADD, ALU16_SUB, ALU16_NEGATE): Simplify arrithmetic.
2254 (ALU32_ADD, ALU32_SUB, ALU32_NEGATE): Simplify arrithmetic.
2255 (ALU64_ADD, ALU64_SUB, ALU64_NEGATE): Simplify arrithmetic.
2256
2257Wed Oct 15 09:24:19 1997 Andrew Cagney <cagney@b1.cygnus.com>
2258
2259 * sim-core.h (struct _sim_core_mapping): Change free_buffer to
2260 type void*.
2261
2262 * sim-core.c (sim_core_uninstall, new_sim_core_mapping,
2263 sim_core_map_attach, sim_core_map_detach): Change free_buffer to
2264 type void*.
2265 (sim_core_attach): Rename buffer_freed to free_buffer, type
2266 void*. Ensure that allocated buffer is alligned according to
2267 region's address.
2268
2269Mon Oct 13 11:34:50 1997 Andrew Cagney <cagney@b1.cygnus.com>
2270
2271 * sim-alu.h (ALU64_HAD_OVERFLOW): Define.
2272 (ALU64_SUB): Define.
2273
2274 * Make-common.in (all): Build SIM_EXTRA_ALL first.
2275 (.gdbinit): Remove dependencies, generate once per build.
2276
2277Tue Oct 14 19:20:09 1997 Andrew Cagney <cagney@b1.cygnus.com>
2278
2279 * sim-n-core.h (sim_core_read_aligned_N,
2280 sim_core_write_aligned_N): Make xaddr param type address_word not
2281 unsigned_word.
2282
2283Fri Oct 3 09:49:18 1997 Andrew Cagney <cagney@b1.cygnus.com>
2284
2285 * sim-fpu.h, sim-fpu.c: Rewrite. Change sim_fpu object to an
2286 unpacked floating point struct. Pass sim_fpu object by reference.
2287 Add preliminary support for rounding modes.
2288
2289Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
2290
2291 * configure: Regenerated to track ../common/aclocal.m4 changes.
2292
2293Thu Oct 2 19:43:52 1997 Andrew Cagney <cagney@b1.cygnus.com>
2294
2295 * aclocal.m4 (sim-bitsize): Fix typo, WITH_TARGET_WORD_BITSIZE not
2296 WITH_TARGET_BITSIZE.
2297
2298Thu Sep 25 23:20:20 1997 Felix Lee <flee@yin.cygnus.com>
2299
2300 * sim-profile.c (profile_print_core): label needs empty statement.
2301
2302Thu Sep 25 11:20:47 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
2303
2304 * sim-break.c (sim_set_breakpoint sim_clear_breakpoint): Use ZALLOC
2305 and zfree instead of xmalloc and free. Prevents warnings.
2306
2307Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
2308
2309 * configure: Regenerated to track ../common/aclocal.m4 changes.
2310
2311Wed Sep 24 17:23:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
2312
2313 * Make-common.in (SIM_BITSIZE): Assign from configured value.
2314 (CONFIG_CFLAGS): Add SIM_BITSIZE.
2315
2316 * aclocal.m4 (--enable-sim-bitsize): Developer option for
2317 controling the bitsize/msb of the target.
2318
2319Wed Sep 24 17:41:40 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
2320
2321 * Make-common.in: New files sim-break.c, sim-break.h.
2322 * sim-base.h: Add point to breakpoint list to sim_state_base.
2323 * sim-break.c sim-break.h: New modules that implement intrinsic
2324 breakpoint support.
2325 * sim-module.c: Add breakpoint module.
2326
2327Tue Sep 23 00:26:39 1997 Felix Lee <flee@yin.cygnus.com>
2328
2329 * sim-events.c (SIM_EVENTS_POLL_RATE): poll more often than once
2330 an hour.
2331 * sim-n-core.h (WITH_XOR_ENDIAN): MSVC barfs on
2332 if (0) { 1 % 0; }
2333 * sim-core.c (sim_core_xor_write_buffer): WITH_XOR_ENDIAN + 1.
2334 (SIGBUS) define for Windows.
2335 * sim-trace.c (trace_printf,debug_printf): added ALMOST_STDC.
2336 * sim-resume.c: define SIGTRAP for windows.
2337 * sim-xcat.h: use token pasting if ALMOST_STDC.
2338
2339Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
2340
2341 * Make-common.in (SIM_SCACHE, SIM_DEFAULT_MODEL): Assign
2342 configured values.
2343 (CONFIG_CFLAGS): Add same.
2344
2345Mon Sep 22 17:20:27 1997 Felix Lee <flee@cygnus.com>
2346
2347 * sim-types.h (SIGNED64): ##i64 when _MSC_VER, not _WIN32.
2348 (SIGNED32): use ##i32.
2349
2350Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
2351
2352 * configure: Regenerated to track ../common/aclocal.m4 changes.
2353
2354Tue Sep 23 10:07:47 1997 Andrew Cagney <cagney@b1.cygnus.com>
2355
2356 * aclocal.m4 (sim-endian): Simplify logic determining [default]
2357 endian of target.
2358
2359 * Make-common.in (SIM_WARNINGS, SIM_ALIGNMENT, SIM_ENDIAN,
2360 SIM_HOSTENDIAN, SIM_RESERVED_BITS, SIM_ASSERT, SIM_FLOAT,
2361 SIM_HARDWARE, SIM_INLINE, SIM_PACKAGES, SIM_REGPARM, SIM_SMP,
2362 SIM_STDCALL, SIM_XOR_ENDIAN): Assign configured values.
2363 (CONFIG_CFLAGS): Add same.
2364
2365 * aclocal.m4: Perform AC_SUBST on optional options.
2366
2367Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
2368
2369 * sim-config.h (WITH_DEFAULT_ALIGNMENT): Don't hardwire any alignment.
2370
2371 * sim-options.c (standard_option_handler): Typo in warning message.
2372
2373 * sim-base.h (STATE_MODEL): Make conditional on SIM_HAVE_MODEL.
2374
2375 * sim-profile.c (profile_print_insn): Check 0 .. MAX_INSN for any
2376 insn count. Make count conditional on there being a valid
2377 INSN_NAME.
2378 (profile_pc_init): Make default PC profile frequency an arbitrary
2379 256.
2380
2381 * sim-base.h: Ditto.
2382
2383 * sim-profile.h (WITH_PROFILE_MODEL_P): Only enable modeling when
2384 SIM_HAVE_MODEL.
2385
2386 * sim-model.h (struct MACH): Depreciate, to be replaced by bfd
2387 archure struct.
2388
2389Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
2390
2391 * configure: Regenerated to track ../common/aclocal.m4 changes.
2392
2393Mon Sep 22 11:45:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
2394
2395 * aclocal.m4 (sim_alignment): Simplify logic for selecting the
2396 configured alignment.
2397
2398Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
2399
2400 * configure: Regenerated to track ../common/aclocal.m4 changes.
2401
2402Fri Sep 19 17:26:14 1997 Andrew Cagney <cagney@b1.cygnus.com>
2403
2404 * sim-config.c (sim_config): Check for default alignment.
2405
2406 * sim-options.c (standard_option_handler): Add alignment option.
2407
2408 * aclocal.m4 (sim_alignment): Allow configuration of hardwired and
2409 default alignment requirements on memory accesses.
2410
2411Fri Sep 19 11:51:35 1997 Jeffrey A Law (law@cygnus.com)
2412
2413 * sim-load.c (sim_load_file): Return failure if the executable
2414 had no loadable sections.
2415
2416Wed Sep 17 13:33:28 1997 Andrew Cagney <cagney@b1.cygnus.com>
2417
2418 * sim-events.c (ETRACE): Use trace_printf not sim_io_printf for
2419 trace output.
2420
2421 * sim-core.c (sim_core_signal): When bad access halt simulator
2422 SIGSEGV / SIGBUS instead of aborting.
2423 (signal.h): Include.
2424
2425 * sim-watch.c (sim_watchpoint_install): Handler for watchpoint
2426 options was missing.
2427
2428 * sim-bits.h (MOVED): Define
2429
2430Wed Sep 17 10:33:28 1997 Andrew Cagney <cagney@b1.cygnus.com>
2431
2432 * sim-alu.h (ALU32_HAD_OVERFLOW): Pacify GCC, Use MSBIT instead of
2433 BIT.
2434
2435 * sim-bits.h (LSBIT, MSBIT): Check for overflow of shift value.
2436
2437 * sim-bits.c: Add 8 bit versions of bit macros.
2438
2439 * sim-bits.h: Ditto.
2440
2441Tue Sep 16 16:15:16 1997 Andrew Cagney <cagney@b1.cygnus.com>
2442
2443 * sim-bits.c (LSSEXT, MSSEXT): Replace SEXT.
2444 (LSINSERTED, MSINSERTED): Ditto for INSERTED.
2445
2446 * sim-n-bits.h (MSSEXTn, LSSEXTn): Replace SEXTn.
2447 (LSINSERTDn, MSINSERTEDN): Ditto for INSERTEDn.
2448
2449 * sim-bits.h (SEXT*): Define as MSEXT/LSEXT.
2450 (INSERTED*): Ditto for LSINSERTED/MSINSERTED.
2451
2452Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
2453
2454 * aclocal.m4 (SIM_AC_COMMON): Add optional config.h file argument.
2455 configure.in: Output to cconfig.h instead of config.h.
2456
2457 * configure: Regenerated to track ../common/aclocal.m4 changes.
2458
2459Mon Sep 15 15:39:28 1997 Andrew Cagney <cagney@b1.cygnus.com>
2460
2461 * sim-utils.c (sim_analyze_program): Set STATE_ARCHITECTURE from
2462 BFD if known.
2463
2464Tue Sep 9 21:46:46 1997 Felix Lee <flee@cygnus.com>
2465
2466 * callback.c (os_write): divert stdout and stderr to their
2467 respective hooks.
2468
2469Thu Sep 11 10:08:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
2470
2471 * sim-profile.c (profile_print_speed): Call
2472 sim_events_elapsed_time instead of PROFILE_EXEC_TIME for moment.
2473
2474 * sim-events.c (sim_events_elapsed_time): New function return nr
2475 host MS consumed by the simulator.
2476 (sim_watch_valid): Use.
2477
2478 * sim-module.c (modules): Install sim_events very very early.
2479
2480 * sim-profile.c (profile_print): Call profile_print_pc.
2481 (print_bar):
2482 (profile_pc_init): New function, set up processor for PC
2483 profiling.
2484 (profile_print_pc): New function, print a PC profile.
2485 (profile_pc_event): New function, sample PC.
2486
2487 * sim-profile.h (PROFILE_PC_COUNT, PROFILE_PC_START,
2488 PROFILE_PC_END, PROFILE_PC_SHIFT, PROFILE_PC_SAMPLE_SIZE): Add to
2489 profile struct.
2490
2491 * sim-options.c (sim_print_help): Pacify GCC.
2492
2493 * sim-n-core.h (sim_core_read_aligned_N,
2494 sim_core_write_aligned_N): Add un-conditional profile call.
2495 (sim_core_read_unaligned_N, sim_core_write_unaligned_N): Add
2496 profile call when aligned read/write isn't used.
2497
2498 * sim-base.h: Include sim-profile, sim-model after sim-core &
2499 sim-events allow sim-core to define useful values.
2500
2501 * sim-profile.c (OPTION_PROFILE_CORE): Define.
2502 (profile_option_handler, profile_options): Add support for
2503 --profile-core option.
2504 (print_bar): Include when core profiling.
2505 (profile_print_core): New function, print core profile.
2506
2507 * sim-config.c (print_sim_config): Print profile status.
2508
2509 * sim-profile.h (PROFILE_NEXT_IDX, PROFILE_core,
2510 WITH_PROFILE_PC_P): Define.
2511 (PROFILE_CORE_COUNT): Count each core-map/size separatly.
2512 (PROFILE_COUNT_CORE): Define.
2513
2514Thu Sep 11 08:44:52 1997 Andrew Cagney <cagney@b1.cygnus.com>
2515
2516 * sim-watch.c (handle_watchpoint): Pass a char** index into the
2517 interrupt_names array as the data.
2518 (sim-watch.h): Document.
2519
2520Wed Sep 10 16:15:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
2521
2522 * sim-options.c (sim_print_help): When the doc string is to long
2523 word wrap it.
2524
2525 * sim-watch.c (sim_watchpoint_install): Use option.doc_name so
2526 that only the first few the watch options are listed. Generate
2527 meanginful usage messages.
2528
2529 * sim-options.h (struct OPTION): Clarify use of doc_name field
2530
2531Wed Sep 10 13:23:24 1997 Andrew Cagney <cagney@b1.cygnus.com>
2532
2533 * sim-options.c (OPTION_ARCHITECTURE_INFO): New option.
2534 (standard_option_handler): Handle --architecture-info.
2535
2536Tue Sep 9 21:46:46 1997 Felix Lee <flee@cygnus.com>
2537
2538 * sim-core.h (sim_cpu_core): [WITH_XOR_ENDIAN + 1], to avoid
2539 illegal zero-sized array.
2540 * sim-core.c (sim_core_xor_read_buffer): same.
2541
2542Tue Sep 9 11:20:35 1997 Doug Evans <dje@canuck.cygnus.com>
2543
2544 * nltvals.def: Regenerate.
2545
2546Tue Sep 9 02:10:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
2547
2548 * sim-fpu.c (DP_FRACHIGH2): Define LL using SIGNED64.
2549
2550Mon Sep 8 12:22:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
2551
2552 * sim-bits.c (MASKED): Delete.
2553 (EXTRACTED): Delete.
2554 (LSEXTRACTED, MSEXTRACTED): New functions.
2555
2556 * sim-n-bits.h (MASKEDn): Delete, define as MSMASKED or LSMASKED.
2557 (MSMASKEDn, LSMASKEDn): Add last argument.
2558 (MSMASK*): Ditto.
2559
2560 * sim-bits.h (EXTEND8, EXTEND16): Define.
2561 (EXTRACTED64): Define as 64 bit extract, not 32 bit.
2562
2563 * sim-run.c (sim_engine_run): Use CPU_CIA macro.
2564
2565 * sim-engine.h (SIM_ENGINE_HALT_HOOK): Use CPU_CIA to get at
2566 current instruction address.
2567
2568 * sim-inline.h (*_ENGINE): Define.
2569
2570Fri Sep 5 08:39:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
2571
2572 * sim-core.c (sim_core_attach): Fix checks of modulo/mask.
2573
2574 * sim-watch.c (delete_watchpoint): Delete by ident and type.
2575 (watch_option_handler): Call delete_watchpoint with ident or type.
2576 (sim_watchpoint_install): Create interrupt specific watchpoint
2577 commands on the fly.
2578 (do_watchpoint_create): New function, create a watch point using
2579 type/int-nr info encoded in the option nr.
2580 (do_watchpoint_info): New function. List active watchpoints.
2581
2582 * sim-watch.h: Change data structure to a list.
2583
2584 * sim-memopt.c (memory_option_handler): Require explicit "all"
2585 before deleting all memory regions.
2586
2587 * sim-utils.c (sim_do_commandf): New function, printf version of
2588 sim_do_command.
2589
2590 * sim-basics.h (asprintf, vasprintf): Hack, define for CYGWIN32.
2591
2592 * sim-alu.h (ALU64_ADD): Use explicit MSEXTRACTED64, do not assume
2593 bit endianness.
2594 (SIGNED64, UNSIGNED64): Delete.
2595 (ALU64_ADD): Don't rely on bit endianness.
2596 (ALU64_BEGIN): Define.
2597
2598 * sim-n-bits.h (MSEXTRACTEDn, LSEXTRACTED): New functions.
2599 (EXTRACTEDn): Delete, define as either LSEXTRACTED or MSEXTRACTED.
2600
2601 * sim-types.h (SIGNED64, UNSIGNED64): New macros, attach relevant
2602 suffix - u64, LL - to 64 bit constants.
2603
2604Thu Sep 4 09:27:54 1997 Andrew Cagney <cagney@b1.cygnus.com>
2605
2606 * sim-config.c (sim_config): Add assert for SIM_MAGIC_NUMBER.
2607
2608 * sim-utils.h (NZALLOC): Define - zalloc * N.
2609
2610 * sim-hrw.c (sim_read, sim_write): New file. Provide generic
2611 implementation of read/write functions.
2612
2613 * Make-common.in (sim-hrw.o): New target.
2614
2615 * sim-base.h (STATE_MEMOPT_P): Delete, simulators _always_ add
2616 memory.
2617
2618 * sim-memopt.c (memory_option_handler): Implement memory-size
2619 command. Implement memory-alias command. Let memory-delete delete
2620 all memory regions.
2621 (add_memopt): New function. Add a memory region.
2622 (do_memopt_delete): New function. Delete a memory region.
2623
2624 * sim-utils.c (sim_elapsed_time_get): Never return zero.
2625
2626 * sim-core.c (sim_core_detach): New function.
2627 (sim_core_map_detach): New function. Perform the actual detach.
2628 (sim_core_init): Move initialization code from here.
2629 (sim_core_install): To here.
2630 (sim_core_uninstall): And here.
2631
2632 * sim-module.c: Add memopt module.
2633
2634 * sim-base.h (STATE_MEMOPT, STATE_MEMOPT_P): Add memopt to
2635 simulator base type.
2636
2637 * Make-common.in (sim_main_headers): Add sim-memopt.h
2638 (sim-memopt.o): New target.
2639
2640 * sim-core.c (sim_core_install): Add core_options to the option
2641 table.
2642
2643 * sim-watch.c (watch_options): Make --delete-watch a synonym for
2644 --watch-delete.
2645
2646 * sim-config.h (WITH_MODULO_MEMORY): Define as 0. Update
2647 comments.
2648
2649 * sim-core.h (struct _sim_core_mapping): Change nr_bytes to type
2650 address_word, add mask member.
2651
2652 * sim-core.h, sim-core.c (sim_core_attach): Make nr_bytes of type
2653 address_word, allow for 64bit targets in 32bit host. Add modulo
2654 argument.
2655 (sim_core_map_attach): Ditto.
2656 (new_sim_core_mapping): Ditto.
2657 (sim_core_translate): Mask address when modulo memory.
2658
2659Wed Sep 3 17:32:54 1997 Doug Evans <dje@seba.cygnus.com>
2660
2661 * sim-hload.c (sim_load): Add assert for SIM_MAGIC_NUMBER.
2662
2663 * gdbinit.in: New file.
2664 * aclocal.m4 (SIM_AC_OUTPUT): Build .gdbinit.
2665 * Make-common.in (distclean): Delete .gdbinit.
2666 (.gdbinit): Add rule for.
2667 * configure: Regenerated to track ../common/aclocal.m4 changes.
2668
2669 * Make-common.in (cgen-run.o): Add rule for.
2670
2671Wed Sep 3 10:08:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
2672
2673 * sim-resume.c (sim_resume): Suspend/resume the simulator.
2674
2675 * sim-events.c (sim_watch_valid): Compute total elapsed time from
2676 both resumed and previous elapsed time.
2677 (sim_events_init): Set initial_wallclock and current_wallclock to
2678 zero.
2679 (sim_events_install): Install sim_events_suspend and
2680 sim_events_resume.
2681 (sim_events_watch_clock): Allow for suspended simulator when
2682 computing the time of the clock event.
2683
2684 * sim-events.h (struct _sim_event): Add resume_wallclock, rename
2685 initial_wallclock to elapsed_wallclock, set both to zero.
2686 (sim_events_init, sim_events_uninstall): Delete prototypes.
2687
2688 * sim-module.h (MODULE_SUSPEND_FN, MODULE_RESUME_FN): Define types.
2689
2690 * sim-module.c(sim_module_resume, sim_module_suspend): New
2691 functions.
2692
2693Wed Sep 3 10:08:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
2694
2695 * sim-core.c (sim_core_map_attach): Clarify memory overlap error
2696 message.
2697
2698Tue Sep 2 14:57:06 1997 Doug Evans <dje@canuck.cygnus.com>
2699
2700 * Makefile.in (TAGS): Add support for "/* TAGS: foo */" marker.
2701 * Make-common.in (TAGS): Likewise.
2702 * sim-n-bits.h: Add TAGS comments for all functions.
2703 * sim-n-core.h: Likewise.
2704 * sim-n-endian.h: Likewise.
2705
2706Mon Sep 1 10:50:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
2707
2708 * sim-utils.c (sim_state_alloc): Set CPU backlinks, callback and
2709 kind.
2710
2711 * sim-base.h (sim_state_alloc): Add callback and kind arguments.
2712
2713 * sim-base.h (INVALID_INSTRUCTION_ADDRESS): Add default
2714 definition.
2715
2716Sat Aug 30 09:47:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
2717
2718 * sim-fpu.c (DP_GARDMSB, ...): Make unsigned.
2719 (DP_FRACHIGH, DP_FRACHIGH2, ..): Use MSMASK to avoid LL.
2720
2721Fri Aug 29 13:37:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
2722
2723 * sim-core.c (sim_core_map_attach): Cast attach enum to int.
2724 (sim_core_xor_read_buffer, sim_core_xor_write_buffer): Make
2725 nr_transfered and nr_this_transfer unsigned.
2726
2727 * sim-events.c (sim_events_tickn): N is signed, as limited to
2728 MAXINT.
2729
2730 * sim-n-endian.h (offset_N): Change size to unsigned.
2731
2732 * callback.c (os_poll_quit): Add prototypes for kbhit and getkey.
2733
2734Fri Aug 29 10:10:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
2735
2736 * sim-utils.c (sim_copy_argv): Delete, replaced by dupargv.
2737
2738 * sim-options.c (sim_parse_args): Use dupargv.
2739
2740Thu Aug 28 10:36:34 1997 Doug Evans <dje@canuck.cygnus.com>
2741
2742 * sim-options.c (standard_option_handler): Use xstrdup, not strdup.
2743
2744Thu Aug 28 12:09:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
2745
2746 * sim-base.h (STATE_ARCHITECTURE, STATE_TARGET): Add to simulator
2747 base type.
2748
2749 * sim-options.c (standard_options): Add --architecture=MACHINE and
2750 --target=TARGET options.
2751 (OPTION_ARCHITECTURE, OPTION_TARGET): Define.
2752 (standard_option_handler): Handle architecture and target options.
2753 (bfd.h): Include.
2754
2755 * sim-utils.c (sim_analyze_program): Pass STATE_TARGET to
2756 bfd_openr.
2757 (sim_analyze_program): Set prog_bfd architecture from
2758 STATE_ARCHITECTURE if known.
2759
2760Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
2761
2762 * configure: Regenerated to track ../common/aclocal.m4 changes.
2763 * config.in: Ditto.
2764
2765Wed Aug 27 18:11:30 1997 Andrew Cagney <cagney@b1.cygnus.com>
2766
2767 * aclocal.m4 (enable-sim-warnings): Remove comment stating
2768 that option does not apply to certain files.
2769
2770Wed Aug 27 15:13:04 1997 Andrew Cagney <cagney@b1.cygnus.com>
2771
2772 * sim-bits.h (LSBIT8, LSBIT16, LSBIT32, LSBIT64, LSBIT, MSBIT8,
2773 MSBIT16, MSBIT32, MSBIT64, MSBIT): New macros - single bit as
2774 offset from MSB/LSB.
2775
2776 * sim-endian.h (A1_8, A2_8, A4_8, A1_4, A2_4, A1_2): New macro,
2777 access address of sub word quantity of a hosts 16, 32, 64 bit word
2778 type.
2779 (V1_2, V1_4, V2_4, V1_8, V2_8, V4_8): Ditto for values.
2780 (U8_1, U8_2, U8_4, U4_1, U4_2, U2_1): Ditto for set of values.
2781 (V2_H1, V2_L1, V4_H2, V4_L2, V8_L4, V8_H4): Given N byte argument,
2782 return N*2 byte value with argument in Hi/Lo word. Renamed from
2783 V1_H2, V1_L2, V2_H4, V2_L4, V4_H8, V4_L8.
2784
2785 * sim-alu.h (ALU32_HAD_OVERFLOW): Use 64 bit mask not 32bit.
2786 (ALU16_HAD_CARRY, ALU32_HAD_CARRY, ALU16_HAD_OVERFLOW): Use MSBIT
2787 so that bit offset is explicit.
2788
2789Wed Aug 27 11:55:35 1997 Andrew Cagney <cagney@b1.cygnus.com>
2790
2791 * sim-utils.c (sim_analyze_program): Add prog_name argument.
2792 Update STATE_PROG_BFD when needed with a dup'd copy of the
2793 program.
2794
2795 * sim-config.c (sim_config): Delete ABFD argument, use
2796 STATE_PROG_BFD directly.
2797
2798Tue Aug 26 12:55:26 1997 Andrew Cagney <cagney@b1.cygnus.com>
2799
2800 * run.c (main): Pass the open ABFD to sim_create_inferior.
2801
2802 * nrun.c (main): Determine prog_bfd. Pass to sim_create_inferior
2803 and sim_load.
2804 (bfd.h): Include.
2805
2806 * sim-hload.c (sim_load): New file. Implement generic sim_load for
2807 hardware only simulator targets.
2808
2809 * Make-common.in (sim-hload.o): Add rule.
2810
2811Wed Aug 27 09:51:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
2812
2813 * sim-utils.c (sim_copy_argv): Rewrite to match malloc strategy
2814 used by copyargv and freeargv.
2815
2816 * sim-options.c (sim_parse_args): Save a copy of PROG-ARGS in
2817 STATE_PROG_ARGV, not just a pointer.
2818
2819Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
2820
2821 * configure: Regenerated to track ../common/aclocal.m4 changes.
2822 * config.in: Ditto.
2823
2824Mon Aug 25 12:11:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
2825
2826 * aclocal.m4 (sim-endian): Add second argument to
2827 SIM_AC_OPTION_ENDIAN. First is hardwired endian, second is
2828 default endian when not hardwired.
2829
2830 * sim-config.h (WITH_DEFAULT_TARGET_BYTE_ORDER): New macro, if all
2831 else failes value for target byte order.
2832
2833 * sim-config.c (sim_config): Add abfd arguments. Set
2834 STATE_PROG_BFD accordingly. Determine prefered_target_byte_order
2835 from same.
2836 (sim_config): Return SIM_RC, don't abort.
2837 (bfd.h): Include.
2838
2839 * run.c (main): Update call to sim_open - add ABFD argument.
2840 * nrun.c (main): Add NULL ABFD argument.
2841
2842Thu Aug 14 12:48:57 1997 Doug Evans <dje@canuck.cygnus.com>
2843
2844 * callback.c (os_poll_quit): Make static.
2845 Call sim_cb_eprintf, not p->eprintf.
2846 (sim_cb_printf, sim_cb_eprintf): New functions.
2847 * sim-utils.h (sim_cb_printf, sim_cb_eprintf): Declare.
2848
2849 * sim-basics.h (zalloc,zfree,sim_add_commas,SIM_ELAPSED_TIME,
2850 sim_elapsed_time_get,sim_elapsed_time_since): Move decls to
2851 sim-utils.h. #include sim-utils.h.
2852 * sim-utils.h: Above decls moved here.
2853 (sim_analyze_program,sim_load_file): Use `struct _bfd', not `bfd'.
2854
2855 * sim-watch.c (action_watchpoint): Fix thinkos.
2856
2857Thu Jul 24 08:48:05 1997 Stu Grossman (grossman@critters.cygnus.com)
2858
2859 * sim-types.h: Fix defs of 64 bit data types for MSVC.
2860
2861Tue Jul 22 10:35:37 1997 Doug Evans <dje@canuck.cygnus.com>
2862
2863 * sim-n-core.h (sim_core_write_unaligned_N): Add missing break
2864 to FORCED_ALIGNMENT case.
2865
2866Thu Jun 5 13:48:37 1997 Andrew Cagney <cagney@b1.cygnus.com>
2867
2868 * callback.c (target_to_host_open): Handle hosts with O_BINARY.
2869
2870Thu Jun 5 08:47:10 1997 Jeffrey A Law (law@cygnus.com)
2871
2872 * Make-common.in (libsim.a): Fix typo.
2873
2874Thu Jun 5 13:48:37 1997 Andrew Cagney <cagney@b1.cygnus.com>
2875
2876 * nrun.c (main): Verify the structure returned before using it.
2877
2878Wed Jun 4 11:44:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
2879
2880 * sim-config.h (WITH_ENGINE): Enable the sim-engine module by
2881 default.
2882
2883 * sim-engine.c (sim_engine_install): New function. Install the
2884 engine init functions.
2885 (sim_engine_init): [Re]initialize the simulator engine.
2886
2887 * sim-module.c: Add sim_engine to list of modules that always
2888 install.
2889
2890Tue Jun 3 04:52:04 1997 Andrew Cagney <cagney@b1.cygnus.com>
2891
2892 * sim-watch.c (schedule_watchpoint): Use sim_unschedule_watchpoint
2893 to remove the old watchpoint, not delete_watchpoint.
2894 (watch_option_handler): Action the correct watchpoint, not just
2895 cycles.
2896
2897Wed May 28 14:47:41 1997 Andrew Cagney <cagney@b1.cygnus.com>
2898
2899 * sim-n-core.h (sim_core_write_aligned_N): For 8byte reads, output
2900 both low and high word.
2901 (sim_core_write_aligned_N): Ditto.
2902
2903 * sim-trace.c (set_trace_options): Delete code explicitly setting
2904 core->trace.
2905
2906 * sim-options.c (sim_print_help): Call the list commands if not a
2907 standalone simulator.
2908 (sim_print_help): Advise that some options may not be applicable.
2909
2910 * sim-trace.c (set_trace_options): Assume core present.
2911
2912 * sim-events.c (sim_events_schedule_after_signal): Overflow signal
2913 buffer when full not almost full.
2914
2915Tue May 27 14:32:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
2916
2917 * sim-events.c (sim_events_process): Don't blat the event queue
2918 when processing watchpoints.
2919
2920 * sim-watch.h: Make arg unsigned long - stop sign extension.
2921
2922 * sim-events.c (sim_watch_valid): rewrite so debugable.
2923
2924 * sim-config.h (WITH_XOR_ENDIAN): Default to zero.
2925
2926 * sim-watch.c (schedule_watchpoint): Add is_within option so that
2927 inequality test is possible.
2928 (handle_watchpoint): Re-pass is_within arg.
2929 (watch_option_handler): When `!' prefix to pc-watchpoint arg pass
2930 0 to schedule_watchpoint's is_within arg.
2931 (sim_watchpoint_init): Re-pass is_within arg.
2932
2933 * sim-options.c (sim_print_help): Add is_command argument. Don't
2934 include -- prefix when called from the command line interpreter.
2935
2936 * sim-watch.c (schedule_watchpoint): Pass true is_within argument.
2937
2938 * sim-events.c (sim_events_watch_sim): Add is_within argument,
2939 zero indicates that the test should be reversed.
2940 (sim_events_watch_core): Ditto.
2941 (WATCH_CORE): Compare range against is_within.
2942 (WATCH_SIM): Ditto.
2943
2944Tue May 27 12:48:03 1997 Andrew Cagney <cagney@b2.cygnus.com>
2945
2946 * sim-events.c (WATCH_CORE): Pass NULL cpu argument to
2947 sim_core_read_buffer. Check nr-bytes transfered.
2948
2949 * sim-core.h (sim_core_common): Define a new struct that contains
2950 the common data. to sd and cpu structures.
2951 * sim-core.c (sim_core_attach): Update.
2952 (sim_core_init): Update. Remember to copy initialized data to each
2953 cpu.
2954 (sim_core_find_mapping): Ditto.
2955
2956 * sim-core.c (sim_core_read_buffer): Add cpu argument.
2957 (sim_core_write_buffer): Ditto.
2958
2959 * sim-n-core.h (sim_core_read_unaligned_N): When mis-aligned
2960 transfer use xor version of read buffer.
2961 (sim_core_write_unaligned_N): Ditto for write.
2962
2963 * sim-core.c (sim_core_xor_read_buffer): New function implement
2964 xor-endian data read breaking transfer up into xor-endian sized
2965 blocks.
2966 (sim_core_xor_write_buffer): Ditto for write.
2967 (reverse_n): Reverse order of arbitrary number of bytes in buffer
2968 - needed for xor-endian transfers.
2969
2970Fri May 23 14:24:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
2971
2972 * sim-inline.h: Review description.
2973
2974 * sim-core.h, sim-core.c: Reduce number of functions being inlined
2975 to just those involved in data transfers and configuration.
2976
2977 * sim-xcat.h (XSTRING): New macro, map macro definition onto
2978 string.
2979 * sim-n-core.h (sim_core_read_aligned_N): Use.
2980 (sim_core_read_unaligned_N): Ditto.
2981 (sim_core_read_unaligned_N): Ditto..
2982 (sim_core_write_unaligned_N): Ditto.
2983
2984 * sim-core.h: Add xor endian bitmap to main structure. *
2985
2986 sim-n-core.h (sim_core_write_aligned_N): Add suport for xor
2987 endian.
2988 (sim_core_read_aligned_N): Ditto.
2989
2990 * sim-core.c (sim_core_set_xor_endian): New function.
2991 (sim_core_attach): Don't overwrite the per-cpu xor map when
2992 cloning the global core.
2993
2994Fri May 23 10:53:13 1997 Andrew Cagney <cagney@b1.cygnus.com>
2995
2996 * sim-engine.h: Update below so that it is using an enumerated
2997 type.
2998
2999Thu May 22 09:12:16 1997 Gavin Koch <gavin@cygnus.com>
3000
3001 * sim-engine.c (sim_engine_restart):
3002 * sim-resume.c (sim_resume): Change longjmp param/setjmp
3003 return value used for simulator restart from 0 to 2.
3004
3005Wed May 21 08:47:30 1997 Andrew Cagney <cagney@b1.cygnus.com>
3006
3007 * cgen-scache.c (scache_option_handler): Add is_command arg.
3008
3009 * sim-model.c (model_option_handler): Add is_command argument.
3010
3011 * sim-profile.c (profile_option_handler): Add is_command arg.
3012
3013 * sim-events.c (sim_watch_valid): Use ub64, lb64 when 64bit value
3014 involved.
3015
3016 * sim-module.c (sim_module_add_init_fn): Call init fn in the same
3017 order that they are registered.
3018
3019 * sim-options.h (OPTION_HANDLER): Add argument to differentiate
3020 between option and command line processing.
3021
3022 * sim-options.c: Include stdlib.h, ctype.h.
3023
3024 * Make-common.in (sim-watch.o): Add rule.
3025 (sim_main_headers): Assume sim-assert.h included.
3026 (sim-*.o): Simplify make rule.
3027
3028 * sim-module.c: Add sim_watch_install to module list.
3029
3030Tue May 20 14:15:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
3031
3032 * sim-base.h (STATE_LOADED_P): New predicate. Set once everything
3033 has been loaded.
3034
3035 * sim-trace.c (trace_install): Check magic. Include sim-assert.h.
3036 * sim-events.c (sim_events_install): Ditto.
3037 * sim-core.c (sim_core_install): Ditto.
3038 * sim-model.c (model_install): Ditto.
3039 * sim-options.c (standard_install): Ditto.
3040 * sim-profile.c (profile_install): Ditto.
3041 * sim-reason.c (sim_stop_reason): Ditto.
3042 * sim-run.c (sim_engine_run): Ditto.
3043 * sim-utils.c (sim_analyze_program): Ditto.
3044
3045 * sim-module.c (modules): Make profile_install and trace_install
3046 optional.
3047
3048 * sim-base.h (STATE_MEM_BASE): Define for flat memory systems.
3049
3050 * sim-options.c (standard_option_handler): Set the byte order.
3051
3052 * sim-events.c (sim_events_process): Allow multi tick processing.
3053 (sim_events_tickn): New function - multi cycle tick.
3054
3055 * sim-events.h (sim_events_tickn, sim_events_timewarp): Add
3056 prototypes. Under development.
3057 (sim_events): Replace processing with nr_ticks_to_process.
3058
3059Tue May 20 09:39:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
3060
3061 * nrun.c (main): Pass callbacks to sim_open instead of using
3062 sim_set_callbacks.
3063
3064 * run.c (main): Ditto.
3065
3066Mon May 19 12:07:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
3067
3068 * sim-events.c (sim_events_zalloc): Signal save memory allocator -
3069 stop tk interrupting malloc calls.
3070 (sim_events_zalloc): Converse.
3071
3072 * Make-common.in (sim_main_headers): Add sim-events.h.
3073
3074 * sim-events.c (sim_events_schedule_after_signal): Change return
3075 type to void - signal events are strictly internal.
3076 (sim_events_init): Allocate a finite buffer for signal events.
3077 (sim_events_schedule_after_signal): Enter signal events into the
3078 signal buffer.
3079
3080 * sim-engine.c (sim_engine_halt): Check SIM_DESC magic.
3081 (sim_engine_restart): Ditto.
3082 (sim_engine_abort): Ditto.
3083 * sim-stop.c (sim_stop): Ditto.
3084 (control_c_simulation): Ditto.
3085 * sim-resume.c (sim_resume): Ditto.
3086 (has_stepped): Ditto.
3087 * sim-abort.c (sim_engine_abort): Ditto.
3088
3089 * sim-basics.h (transfer_type): New type.
3090
3091 * sim-core.c (sim_core_signal): New function. Print core signal
3092 information.
3093 (sim_core_find_mapping): Add transfer argument.
3094
3095 * sim-n-core.h (sim_core_{write,write}_unaligned_N): Call
3096 SIM_CORE_SIGNAL if a recoverable abort.
3097 * sim-core.c (sim_core_find_mapping): Ditto.
3098
3099Fri May 16 15:13:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
3100
3101 * sim-core.c (sim_core_find_mapping): Replace calls to
3102 sim_io_error to more resiliant sim_engine_abort.
3103
3104 * sim-n-core.h (sim_core_read_unaligned_N): Ditto.
3105 (sim_core_write_unaligned_N): Ditto.
3106
3107Tue May 13 13:50:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
3108
3109 * sim-module.c: Add sim_events_install to list.
3110
3111 * sim-events.c (sim_events_install, sim_events_uninstall): Clonse
3112 from sim_core_*.
3113 (sim_events_init): Now returns SIG_RC.
3114
3115 * sim-run.c: New file. Generic sim_engine_run.
3116 * sim-reason.c: New file. Generic sim_stop_reason.
3117 * sim-stop.c: New file. Generic sim_stop.
3118 * sim-resume.c: New file. Generic sim_resume.
3119
3120 * Make-common.in (sim-engine.o): Add rule.
3121 (sim-run.o, sim-reason.o, sim-stop.o, sim-resume.o): Ditto.
3122
3123 * sim-engine.h, sim-engine.c: New file. Provide generic
3124 implementation of sim_engine_halt, sim_engine_error. et.al.
3125
3126 * sim-base.h (sim_state_base): Add member halt.
3127 (sim-engine.h): Include.
3128
3129 * sim-events.h (sim_event_handler): Always pass SIM_DESC to event
3130 handlers.
3131 * sim-events.c (sim_events_poll): Update event handler.
3132
3133Tue May 13 09:57:49 1997 Andrew Cagney <cagney@b2.cygnus.com>
3134
3135 * sim-events.h, sim-events.c (sim_events_watch_clock): New
3136 function.
3137 (sim_events_watch_sim): New function.
3138 (sim_events_watch_core): New function.
3139 (sim_watch_valid): New function.
3140 (sim_events_preprocess): New function.
3141 (sim_events_process): Process the watchpoints as well as the timer
3142 queue.
3143 (sim_events_tick): Check WORK_PENDING instead of the hold queue.
3144 (sim_events_deschedule): Check all the queues when removing an
3145 event.
3146 (sim_events_init): Ditto for cleaning.
3147
3148Mon May 19 12:07:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
3149
3150 * sim-fpu.c (is_ufpu_number): Comment out - currently unused.
3151
3152Mon May 19 11:23:03 1997 Andrew Cagney <cagney@b1.cygnus.com>
3153
3154 * callback.c (os_open): Type of arg flags is int.
3155
3156Fri May 16 22:26:43 1997 Michael Meissner <meissner@cygnus.com>
3157
3158 * sim-fpu.c (sim_fpu_is_{eq,ne,lt,le,gt,ge}): Compare Infinities
3159 just like normal numbers as per IEEE rules.
3160
3161Wed May 14 21:20:38 1997 Bob Manson <manson@charmed.cygnus.com>
3162
3163 * callback.c (os_close): Mark the descriptor as being
3164 available if the close succeeded.
3165 (os_open): Pass 0644 as the mode of the file being created.
3166
3167Thu May 15 10:58:52 1997 Andrew Cagney <cagney@b1.cygnus.com>
3168
3169 * sim-fpu.c (pack_fpu, unpack_fpu): New functions - decode a
3170 float.
3171
3172 * sim-inline.c (SIM_INLINE_C): Rename from _SIM_INLINE_C_.
3173 * sim-lnline.h: Update.
3174
3175 * sim-fpu.h, sim-fpu.c (sim_fpu_[iu]{32,64}to): New int2fp
3176 conversion functions.
3177 (sim_fpu_to{32,64}[iu]): New fp2int functions.
3178
3179 * sim-fpu.h, sim-fpu.c (sim_fpu_is_{lt,le,eq,ne,ge,gt}): New fp
3180 compare functions. Replacing.
3181 (sim_fpu_cmp): This. Delete.
3182
3183Mon May 12 14:49:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
3184
3185 * sim-core.c (sim_core_find_mapping): Call engine_error not
3186 sim_io_error when possible.
3187
3188Mon May 12 08:55:07 1997 Andrew Cagney <cagney@b2.cygnus.com>
3189
3190 * sim-endian.h (V1_H2): Add macro's to insert a word into a
3191 high/low double word.
3192
3193 * sim-trace.h: Remove definition of attribute - defined in
3194 sim_basics.h.
3195
3196Mon May 12 08:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
3197
3198 * sim-options.h (struct OPTION): Add doc_opt as the documenting
3199 name of the option - or family of options.
3200
3201 * sim-options.c (sim_args_command): Match command `a-b c' with
3202 option `--a-b-c' from option table.
3203
3204Thu May 8 12:40:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
3205
3206 * sim-options.c (sim_print_help): For optional arguments, wrap
3207 them in [].
3208
3209 * sim-trace.c (set_trace_options): New function, handle optional
3210 argument and multiple assignment.
3211 (trace_option_handler): Update.
3212
3213 * sim-trace.c (trace_option_handler): Trace branch and not fpu
3214 when branch tracing selected.
3215
3216Wed May 7 15:19:58 1997 Andrew Cagney <cagney@b1.cygnus.com>
3217
3218 * sim-trace.c (trace_one_insn): Make a va-args function.
3219
3220 * sim-trace.c (trace_vprintf): New function, va-arg version of
3221 trace_printf.
3222
3223Tue May 6 16:38:16 1997 Doug Evans <dje@canuck.cygnus.com>
3224
3225 * sim-trace.c (trace_uninstall): Don't close a file twice.
3226 * sim-profile.c (profile_uninstall): Likewise.
3227
3228Tue May 6 06:14:01 1997 Mike Meissner <meissner@cygnus.com>
3229
3230 * sim-trace.c (toplevel): Include bfd.h.
3231 (trace_options): Note that --trace-linenum also turns on
3232 --trace-insn. Add --trace-{branch,semantics}.
3233 (trace_option_handler): If --trace-linenum, also turn on
3234 --trace-insn. Add --trace-branch support. If --trace-semantics,
3235 turn on ALU, FPU, branch, and memory tracing.
3236 (trace_one_insn): New function to trace an instruction. Support
3237 --trace-linenum.
3238 (OPTION_TRACE_*): Use an enum, rather than lots of defines.
3239
3240 * sim-trace.h (TRACE_{SEMANTICS,BRANCH}_IDX): Add new macros.
3241 (MAX_TRACE_VALUES): Use 32, not 12 by default.
3242 (TRACE_branch): Add new mask.
3243 (TRACE_*_P): Define all possible trace_p macros.
3244 (trace_one_insn): Declare function.
3245
3246Mon May 5 14:08:34 1997 Mike Meissner <meissner@cygnus.com>
3247
3248 * sim-trace.h (__attribute__): Define as nothing if not GNU C or
3249 GNU C doesn't support __attributes__.
3250 ({trace,debug}_printf): Add attribute's so -Wformat can check the
3251 format strings.
3252
3253Mon May 5 11:16:12 1997 Andrew Cagney <cagney@b1.cygnus.com>
3254
3255 * sim-config.h (FORCED_ALIGNMENT): New alignment option -
3256 addresses are masked forcing them to be correctly aligned.
3257 (WITH_ALIGNMENT): Make NONSTRICT_ALIGNMENT the default.
3258 * sim-config.c (config_alignment_to_a): Update.
3259
3260 * sim-core.h (sim_cpu_core): New data type contains cpu specific
3261 core data.
3262 * sim-base.h (CPU_CORE): Add cpu specific core data to cpu base
3263 type.
3264 * sim-core.c (sim_core_attach): Add CPU argument. Ready for
3265 processor specific core maps.
3266 (sim_core_map_attach): Copy the core map data to each of the
3267 processor specific core data structures.
3268 * sim-core.c (sim_core_find_mapping): Update.
3269
3270 * sim-n-core.h (sim_core_read_N, sim_core_write_N): Rename.
3271 (sim_core_write_aligned_N, sim_core_write_aligned_N): New names.
3272 (sim_core_write_unaligned_N, sim_core_write_unaligned_N): New
3273 alternatives that handle unaligned addresses.
3274 (sim_core_{read,write}_{,un}aligned_N): Drop SIM_DESC arg, replace
3275 with just CPU arg.
3276 * cgen-utils.c (sim_disassemble_insn): Update.
3277
3278Mon May 5 13:19:16 1997 Andrew Cagney <cagney@b1.cygnus.com>
3279
3280 * sim-trace.h (TRACE_FPU_IDX): Add Floating-point specific
3281 tracing.
3282
3283 * sim-fpu.h, sim-fpu.c: New files - prototype for generic target
3284 fpu support.
3285
3286 * sim-inline.h, sim-inline.c: Add support for SIM_FPU.
3287
3288Fri May 2 17:59:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
3289
3290 * sim-core.c (sim_core_map_to_str): New function ascii equivalent
3291 to map type.
3292
3293 * sim-n-core.h (sim_core_read_N, sim_core_write_N): Use in trace
3294 statement.
3295
3296Fri May 2 17:28:02 1997 Andrew Cagney <cagney@b2.cygnus.com>
3297
3298 * cgen-trace.c: Prepend additional trace_printf argument.
3299
3300 * cgen-utils.c (sim_disassemble_insn): Add additional core
3301 arguments.
3302
3303Fri May 2 11:40:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
3304
3305 * nrun.c (main): Catch/report errorenous simulator states.
3306
3307 * sim-module.c: #include "libiberty.h" so that xmalloc is defined.
3308 * sim-trace.c: #include string.h/strings.h so that memset is
3309 defined.
3310 * sim-utils.c: Ditto.
3311 * sim-profile.c: Ditto. And stdlib.h.
3312 (print_bar): Only define when used by instruction or memory profiler.
3313
3314 * sim-options.c (standard_option_handler): Make ul more local.
3315
3316 * sim-load.c (sim_load_file): Make the name constant.
3317 (sim_load_file): Passify gcc.
3318
3319 * sim-utils.h: New file, pre-declare utilites in corresponding .c
3320 file.
3321 * sim-utils.c, sim-load.c: Include sim-utils.h.
3322
3323 * sim-base.h (sim_cpu): Pre define here so available to all.
3324
3325 * sim-core.h (DECLARE_SIM_CORE_WRITE_N, DECLARE_SIM_CORE_READ_N):
3326 Restore the sim_cpu and instruction_address arguments so that full
3327 information is available to the abort function.
3328 * sim-core.c (sim_core_find_mapping, sim_core_write_buffer): Ditto.
3329 * sim-n-core.h (sim_core_write_N, sim_core_read_N): Update.
3330
3331 * sim-trace.h, sim-trace.c (trace_option_handler): Add interim
3332 tracing support for sim-events and sim-core.
3333 (trace_option_handler): Convert #if to if where possible so always
3334 compiled/checked by C compiler.
3335 * sim-n-core.h (sim_core_write_N, sim_core_read_N): Update.
3336
3337 * sim-base.h: Adjust comment documenting how to define the cpu
3338 structure.
3339 (sim_state_base): Add sim_core and sim_events to simulator base
3340 object.
3341
3342 * sim-trace.h, sim-trace.c (trace_printf): Add SIM_DESC argument.
3343 * sim-core.c (sim_core_init, sim_core_attach,
3344 sim_core_find_mapping): Update.
3345 * sim-events.c (ETRACE, sim_events_init, sim_events_time,
3346 update_time_from_event, insert_sim_event,
3347 sim_events_schedule_after_signal, sim_events_deschedule,
3348 sim_events_tick): Ditto.
3349
3350 * sim-basics.h (sim-module.h, sim-trace.h, sim-profile.h,
3351 sim-model.h): Move #includes from here.
3352 * sim-base.h: To here.
3353 (sim-core.h, sim-events.h, sim-io.h): Include also
3354
3355Wed Apr 30 15:37:54 1997 Andrew Cagney <cagney@b1.cygnus.com>
3356
3357 * callback.c (default_callback): Missing initialisers.
3358
3359Thu May 1 10:40:47 1997 Doug Evans <dje@canuck.cygnus.com>
3360
3361 * sim-utils.c (sim_add_commas): New function.
3362 * sim-basics.h (sim_add_commas): Add prototype.
3363 * cgen-scache.c (scache_print_profile): Print commas in numbers.
3364 * sim-profile.c (COMMAS): New macro.
3365 (print_*): Use it to print commas in numbers.
3366
3367 * configure: Regenerated.
3368
3369 * cgen-sim.h (sim_signal_type): Add SIM_SIGINT.
3370 (cgen_state): New member run_fast_p.
3371 (cgen_init): Add prototype.
3372 (sim_disassemble_insn): New arg `cpu'.
3373 * cgen-trace.c (trace_insn): Update call to sim_disassemble_insn.
3374 * cgen-utils.c (cgen_init): New function.
3375 (sim_disassemble_insn): New arg `cpu'. Rewrite fetching of insn.
3376 * genmloop.sh: Call engine_halt if loop exits.
3377
3378 * Makefile.in (sim-options_h): Define.
3379 (sim-{module,options,trace,profile,utils}.o): Clean up dependencies.
3380 (sim-model.o): Add new rule.
3381 (cgen-{scache,trace,utils}.o): Add new rules.
3382 * aclocal.m4 (SIM_AC_OPTION_{SCACHE,DEFAULT_MODEL}): Add.
3383 * cgen-scache.c (scache_print_profile): Change `sd' arg to `cpu'.
3384 Indent output by 2 spaces.
3385 * cgen-scache.h (scache_print_profile): Update.
3386 * cgen-trace.c (trace_insn_fini): Indent output by 2 spaces.
3387 Use trace_printf, not fprintf.
3388 (trace_extract): Use trace_printf, not cgen_trace_printf.
3389 * genmloop.sh (!FAST case): Increment `insn_count'.
3390 * sim-base.h (sim_state_base): Only include scache_size if WITH_SCACHE.
3391 (sim_cpu_base): Rename member `sd' to `state' to be consistent with
3392 access macro's name.
3393 * sim-core.c (sim_core_init): Use EXTERN_SIM_CORE to define it.
3394 Change return type to SIM_RC.
3395 (sim_core_{install,uninstall}): New functions.
3396 * sim-core.h (sim_core_{install,uninstall}): Declare.
3397 (sim_core_init): Use EXTERN_SIM_CORE to define it.
3398 Change return type to SIM_RC.
3399 * sim-model.h (models,machs,model_install): Declare.
3400 * sim-module.c (modules): Add scache_install, model_install.
3401 (sim_post_argv_init): Set cpu->state backlinks.
3402 * sim-options.c (standard_options): Delete --simcache-size,--max-insns.
3403 (standard_option_handler): Likewise.
3404 * sim-profile.c (PROFILE_{HISTOGRAM,LABEL}_WIDTH): Move to
3405 sim-profile.h.
3406 (*): Assume ANSI C.
3407 (profile_options): Delete --profile-simcache.
3408 (profile_option_handler): Likewise.
3409 (profile_print_insn): Change `sd' arg to `cpu'. Indent output 2
3410 spaces.
3411 (profile_print_{memory,model}): Likewise.
3412 (profile_print_simcache): Delete.
3413 (profile_print_speed): New function.
3414 (profile_print): Rewrite.
3415 * sim-profile.h (PROFILE_scache): Renamed from PROFILE_simcache.
3416 (WITH_PROFILE_SCACHE_P): Renamed from WITH_PROFILE_SIMCACHE_P.
3417 (PROFILE_DATA): Delete members simcache_{hits,misses}.
3418 (PROFILE_COUNT_SIMCACHE_{HIT,MISS}): Delete.
3419 (PROFILE_{CALLBACK,CPU_CALLBACK}): New types.
3420 (profile_print): Update prototype.
3421
3422Wed Apr 30 11:34:14 1997 Doug Evans <dje@canuck.cygnus.com>
3423
3424 * cgen-scache.[ch], cgen-sim.h: New files.
3425 * cgen-trace.[ch], cgen-types.h, cgen-utils.c, genmloop.sh: New files.
3426 * sim-model.c: New file.
3427
3428 * Make-common.in (clean targets): Undo patch of Apr. 22.
3429
3430Fri Apr 25 15:28:32 1997 Mike Meissner <meissner@cygnus.com>
3431
3432 * sim-n-bits.h (signed): If we have a standard compiler, undef
3433 signed, so that signedN is defined correctly.
3434
3435Thu Apr 24 00:00:07 1997 Doug Evans <dje@canuck.cygnus.com>
3436
3437 * sim-module.h, sim-model.h, sim-profile.h: New files.
3438 * sim-module.c, sim-profile.c: New files.
3439 * Make-common.in (SIM_PROFILE): Define
3440 (CONFIG_CFLAGS): Add $(SIM_PROFILE).
3441 (sim_main_headers): Add sim-module.h, sim-model.h, sim-profile.h.
3442 (sim_module.o,sim-profile.o): Add rules for.
3443 * aclocal.m4 (--enable-sim-trace): Allow symbolic arguments.
3444 (--enable-sim-profile): Add.
3445 * configure: Regenerated.
3446 * sim-base.h (sim_state_base): New members init_list, uninstall_list,
3447 model. Move trace and profile support to sim-{trace,profile}.h.
3448 New members trace_data, profile_data.
3449 * sim-basics.h: #include sim-module.h, sim-model.h, sim-profile.h.
3450 * sim-config.h: Provide default definition of WITH_PROFILE.
3451 (WITH_TRACE): Change default to -1.
3452 (MAX_NR_PROCESSORS): Always define.
3453 * sim-options.c: Move trace and profile support to
3454 sim-{trace,profile}.h.
3455 (sim_pre_argv_init): Moved to sim-model.c.
3456 (standard_install): New function.
3457 * sim-options.h (sim_pre_argv_init): Move decl to sim-model.c.
3458 (standard_install): Declare.
3459 * sim-trace.c: Tracing option handling moved here from sim-options.c.
3460 (trace_install, trace_uninstall): New functions.
3461 (trace_printf): Update reference to TRACE_FILE.
3462 * sim-trace.h (TRACE_FOO_IDX): Moved here from sim-base.h.
3463 (TRACE_foo): Bit masks for symbolic arguments to --enable-sim-trace.
3464 (WITH_TRACE_FOO_P): Define.
3465 (trace_install): Declare.
3466 (TRACE_DATA): New struct.
3467
3468Wed Apr 23 17:23:15 1997 Doug Evans <dje@canuck.cygnus.com>
3469
3470 * run.c: Undo last exec_bfd patch.
3471 (main): Only pass -E ifdef SIM_HAVE_BIENDIAN.
3472
3473Wed Apr 23 17:54:27 1997 Mike Meissner <meissner@cygnus.com>
3474
3475 * run.c (exec_bfd): Add back in.
3476 (main): Set exec_bfd.
3477
3478Tue Apr 22 14:43:46 1997 Doug Evans <dje@canuck.cygnus.com>
3479
3480 * sim-load.c (sim_load_file): #include <stdio.h> for NULL.
3481
3482Wed Apr 23 02:55:54 1997 Andrew Cagney <cagney@b1.cygnus.com>
3483
3484 * sim-events.c (insert_sim_event): Call sim_io_error instead of
3485 less well defined engine_error.
3486 * sim-core.c: Ditto.
3487
3488Tue Apr 22 08:48:16 1997 Stu Grossman (grossman@critters.cygnus.com)
3489
3490 * Make-common.in: Change clean targets to use :: so that other
3491 Makefiles can have their own clean targets.
3492 * sim-load.c (xprintf eprintf): Use ANSI_PROTOTYPES instead of
3493 __STDC__ to control use of stdarg vs. varargs syntax. Some
3494 systems can't use __STDC__, but require stdarg.
3495
3496Fri Apr 18 11:14:43 1997 Doug Evans <dje@canuck.cygnus.com>
3497
3498 * sim-options.c (standard_options): Add --endian.
3499 (standard_option_handler): Likewise.
3500
3501 * nrun.c: #include <signal.h>.
3502 (main, cntrl_c): Wrap calls to sim_resume in a SIGINT
3503 handler that calls sim_stop ().
3504
3505Fri Apr 18 13:11:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
3506
3507 * run.c (main, cntrl_c): Wrap calls to sim_resume in a SIGINT
3508 handler that calls sim_stop (). Simulators may still be
3509 establishing their own handler.
3510
3511 * sim-events.c (sim_events_poll): Rename from
3512 sim_events_at_large_int. Poll IO.
3513
3514 * sim-io.c (sim_io_poll_quit): New function - pass on a polling
3515 request.
3516
3517 * callback.c (os_poll_quit): New function poll for quit signal
3518 where needed.
3519 (default_callback): Include magic number.
3520
3521Thu Apr 17 02:25:11 1997 Doug Evans <dje@canuck.cygnus.com>
3522
3523 * aclocal.m4: Check for headers time.h, sys/time.h, sys/resource.h.
3524 Check for functions getrusage, time.
3525 * sim-basics.h (SIM_ELAPSED_TIME): New typedef.
3526 (sim_elapsed_time_get, sim_elapsed_time_since): Add prototypes.
3527 * sim-utils.c: #include time.h, sys/time.h, sys/resource.h if able.
3528 (sim_elapsed_time_get, sim_elapsed_time_since): New functions.
3529
3530 * sim-utils.c (sim_copy_argv, sim_analyze_program): New functions.
3531
3532 * sim-options.c, sim-options.h: New files.
3533 * sim-config.h (WITH_DEBUG): Provide default value of zero.
3534 * Make-common.in (nrun.o): Add rules for.
3535 * nrun.c: New file.
3536
3537 * run.c (main): Check return value of sim_open.
3538
3539 * Make-common.in (sim-options.o, sim-load.o, sim-trace.o): Add rules.
3540 (sim_main_headers): Add sim-trace.h.
3541 * run.c (exec_bfd, target_byte_order): Delete.
3542 (main): Pass -E <endian> to sim_open. Delete code to load sections,
3543 call sim_load instead. Check return code of sim_create_inferior.
3544 * sim-base.h (CURRENT_STATE): Define.
3545 (sim_state_base): Make typedef. New members options, prog_argv,
3546 prog_bfd, text_{section,start,end}, start_addr, simcache_size,
3547 mem_size, memory [+ corresponding access macros].
3548 (sim_cpu_base): New typedef.
3549 * sim-trace.h: New file.
3550 * sim-trace.c: New file.
3551 * sim-basics.h: #include it.
3552 * sim-load.c: New file.
3553
3554Tue Apr 15 15:10:13 1997 Ian Lance Taylor <ian@cygnus.com>
3555
3556 * Make-common.in (INSTALL): Set to @INSTALL@.
3557 (INSTALL_XFORM, INSTALL_XFORM1): Remove.
3558 (install-common): Depend upon installdirs. Use
3559 $(program_transform_name) directly, rather than using
3560 $(INSTALL_XFORM).
3561 (installdirs): New target.
3562 * Makefile.in (INSTALL): Set to @INSTALL@.
3563 (INSTALL_XFORM, INSTALL_XFORM1): Remove.
3564 (install-man): Depend upon installdirs. Use
3565 $(program_transform_name) directly, rather than using
3566 $(INSTALL_XFORM).
3567 (installdirs): New target.
3568
3569Tue Apr 15 15:08:12 1997 Andrew Cagney <cagney@b1.cygnus.com>
3570
3571 * sim-assert.h (SIM_ASSERT, ASSERT): Allow these macros to
3572 be overriden.
3573
3574Wed Apr 9 16:06:44 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3575
3576 * sim-basics.h: Only bring in config.h and tconfig.h if
3577 HAVE_CONFIG_H.
3578
3579Mon Apr 7 11:39:45 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3580
3581 * sim-config.h (WITH_TARGET_WORD_MSB): New Macro. Define the bit
3582 numbering convention of the target.
3583 * sim-config.c (print_sim_config): Print WITH_TARGET_WORD_BITSIZE
3584 and WITH_TARGET_WORD_MSB.
3585 (sim_config): When possible, check for consistency with bitsize
3586 and msb.
3587
3588 * sim-bits.h: Allow MSB to be other than zero.
3589 * sim-bits.c: Ditto.
3590 * sim-n-bits.h: Ditto.
3591
3592 * sim-bits.h (MSMASK*): New macros - converce to LSMASK*.
3593 * sim-n-bits.h (MSMASKEDn): Ditto.
3594
3595Mon Apr 14 16:29:21 1997 Ian Lance Taylor <ian@cygnus.com>
3596
3597 * Makefile.in (INSTALL): Change install.sh to install-sh.
3598
3599Mon Apr 7 10:46:38 1997 Doug Evans <dje@canuck.cygnus.com>
3600
3601 * sim-base.h (sim_state_base): Move `magic' to end of struct.
3602
3603Mon Apr 7 15:53:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3604
3605 * run.c (main): Check that a program to run was specified.
3606
3607Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3608
3609 * aclocal.m4 (AC_TYPE_SIGNAL): Add check.
3610
3611 * configure: Regenerated to track ../common/aclocal.m4 changes.
3612 * config.in: Ditto.
3613
3614Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
3615
3616 * sim-endian.h: Move host {LITTLE,BIG}_ENDIAN support from here,
3617 * sim-config.h: To here.
3618
3619 * Make-common.in (SIM_EXTRA_DEPS): New config var.
3620 (sim_main_headers): Define.
3621 (sim-*.o): Depend on $(SIM_EXTRA_DEPS).
3622 (BUILT_SRC_FROM_COMMON): Move here from ../d30v/Makefile.in.
3623 (clean): Use it.
3624 (sim-utils.o): Add rule for.
3625 * sim-utils.o: New file.
3626 * sim-basics.h: #include sim-base.h.
3627 (zalloc): Make argument unsigned long.
3628 * sim-base.h: New file.
3629 * sim-inline.h (SIM_IO support): Delete.
3630 * sim-io.h: Delete inline support.
3631 * sim-io.c: Likewise. sim-state.h renamed to sim-main.h.
3632 * sim-config.c: sim-state.h renamed to sim-main.h.
3633 * sim-core.c: Likewise.
3634 * sim-events.c: Likewise.
3635
3636 * run.c (main): Pass SIM_OPEN_STANDALONE to sim_open.
3637
3638 * aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h.
3639 (sim-debug): Allow arguments. Define WITH_DEBUG in addition to
3640 -DDEBUG.
3641 * configure: Regenerated to track ../common/aclocal.m4 changes.
3642
3643Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3644
3645 * configure: Regenerated to track ../common/aclocal.m4 changes.
3646
3647Wed Apr 2 11:08:11 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3648
3649 * sim-config.h (WITH_ALIGNMENT, WITH_FLOATING_POINT,
3650 WITH_XOR_ENDIAN, WITH_SMP, WITH_RESERVED_BITS): Assume that these
3651 are defined by the configure.
3652
3653 * aclocal.m4 (sim-stdio): Add option stdio from ../ppc configure.
3654
3655 * aclocal.m4 (floating-point, xor-endian, alignment, smp,
3656 reserved-bits): Always define.
3657
3658 * sim-config.h, sim-config.c (sim_config): New function - and new
3659 file - co-ordinate the setting/checking of the common simulator
3660 configuration options.
3661
3662 * Make-common.in (sim-config.o): Add rule.
3663
3664Fri Mar 28 15:32:00 1997 Mike Meissner <meissner@cygnus.com>
3665
3666 * callback.c (os_{,e}vprintf_filtered): Change stdarg type to
3667 va_list from void *, since va_list might not be a pointer type.
3668
3669Mon Mar 24 15:27:12 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3670
3671 * sim-n-endian.h (offset_N): Correct assertion - word and sub word
3672 in wrong order.
3673 (offset_N): Correct computation of LE offset.
3674
3675 * sim-io.c (sim_io_error): Include a new line when reporting
3676 errors.
3677
3678 * sim-assert.h (SIM_FILTER_PATH): Out by one when locating last
3679 `/'.
3680
3681Thu Mar 20 22:31:06 1997 Jeffrey A Law (law@cygnus.com)
3682
3683 * run.c: Include alloca-conf.h.
3684
3685 * callback.c (os_evprintf_filtered): Fix typo.
3686
3687Fri Mar 21 13:36:20 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3688
3689 * run.c (string.h, strings.h, stdlib.h): Include.
3690
3691 * sim-events.c (sim_events_tick): Recent cleanup failed to return
3692 0 when nothing pending.
3693
3694 * run.c (sim_size, sim_trace): Plicate GCC - these two functions
3695 will soon be going away.
3696 (getopt): Plicate GCC.
3697
3698 * sim-endian.c (sim-io.h): Plicate GCC.
3699 * sim-bits.c (sim-io.h): Ditto.
3700 * sim-n-bits.h (ROTn): Ditto.
3701
3702 * sim-io.c (sim_io_error): Correct check for NULL.
3703
3704 * sim-assert.h (SIM_FILTER_PATH): Separate out the code filtering
3705 the __FILE__.
3706 * sim-events.c: Use SIM_FILTER_PATH to filter out the filename
3707 path.
3708
3709Wed Mar 19 01:12:06 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3710
3711 * aclocal.m4 (SIM_AC_OPTION_*: Move so that they are outside of
3712 SIM_AC_COMMON - SIM_AC_COMMON was gobling arguments.
3713
3714Tue Mar 18 20:48:12 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3715
3716 * sim-alu.h: Include sim-xcat.h.
3717
3718Tue Mar 18 13:58:18 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3719
3720 * Make-common.in (sim-bits.c, sim-core.c, sim-endian.c,
3721 sim-events.c, sim-inline.c, sim-io.c): Define rules for building
3722 these.
3723
3724 * sim-events.c (sim_events_at_large_int): New function. Just
3725 schedules an event every large-int ticks.
3726 (sim_events_init): Call.
3727 (sim_events_tick, sim_events_process): Move async handing to
3728 sim_events_process. Move timer decrement so that it occures after
3729 events have been processed.
3730
3731 * sim-basics.h (struct _engine): Remove declaration.
3732
3733 * sim-events.h, sim-events.c: Rename type to sim_events. Prefix
3734 everything with same. Rename global struct to SIM_DESC.
3735 * sim-core.h, sim-core.c, sim-n-core.c: Ditto for sim_core.
3736 * sim-io.h, sim-io.c: Ditto.
3737
3738 * sim-assert.h: New file. Optional assertion checking macros.
3739 * sim-io.c (sim_io_error): Make just this function tolerant to
3740 null pointers.
3741
3742 * sim-xcat.h: New file. Define concatenate macros.
3743 * sim-basics.h (XCONCAT*): Move to sim-xcat.h.
3744 * sim-n-core.h, sim-n-bits.h, sim-n-endian.h: Explicitly include
3745 concat macros.
3746
3747
3748Tue Mar 18 12:44:55 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3749
3750 * sim-bits.h (LSMASK): New macro. Create mask of LS bits.
3751
3752Mon Mar 17 18:10:05 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3753
3754 * sim-inline.h: Add definitions for sim-types.
3755 (ALL_BY_MODULE): New macro, encapsulate full inlining by the
3756 module.
3757
3758Mon Mar 17 15:38:27 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3759
3760 * sim-events.h: Remove defunct reference to callback struct.
3761
3762Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3763
3764 * configure: Re-generate.
3765
3766Mon Mar 17 15:04:47 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3767
3768 * Make-common.in (CSEARCH): Do not include the gdb directory in
3769 the search path.
3770
3771Mon Mar 17 13:16:26 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3772
3773 * Make-common.in (SIM_ENDIAN, SIM_HOSTENDIAN, SIM_INLINE,
3774 SIM_WARNING): Drop, requiring the simulator specific Makefile.in
3775 to explicitly incorporate these.
3776
3777 * aclocal.m4 (--enable-sim-alignment); New option. Strongly
3778 specify the alignment restrictions of the target architecture -
3779 without this option all alignment restrictions are accomodated.
3780 (--enable-sim-assert): New option. Conditionally compile in
3781 assertion statements.
3782 (--enable-sim-float): New option. Strongly specify the target's
3783 floating point support.
3784 (--enable-sim-hardware): New option. Specify the hardware devices
3785 included in the simulation.
3786 (--enable-sim-packages): New option. Specify the hardware
3787 packages included in the simulation.
3788 (--enable-sim-regparm): New option. Specify that parameters be
3789 passed in registers instead of on the stack.
3790 (--enable-sim-reserved-bits): New option. Specify that reserved
3791 bits within an instruction are are correctly set.
3792 (--enable-sim-smp): New option. Specify the level of SMP support
3793 to be included in the simulator.
3794 (--enable-sim-stdcall): New option. Specify an alternative
3795 function call convention.
3796 (--enable-sim-xor-endian): New option. Configure xor-endian
3797 support used by some targets to implement bi-endian support.
3798
3799Fri Mar 14 19:51:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3800
3801 * aclocal.m4 (--enable-sim-hostendian): New option. Allow the
3802 host endianness to be overridden.
3803 (--enable-sim-endian): Allow the target platform's byte order
3804 to be overridden.
3805 (--enable-sim-inline): Control the inlining of common components.
3806 (--enable-sim-bswap): For compatibility, also define WITH_BSWAP.
3807 (--enable-sim-warnings): Enable additional GCC compiler checks.
3808 * Make-common.in (SIM_ENDIAN, SIM_HOSTENDIAN, SIM_INLINE,
3809 SIM_WARNINGS): Add.
3810
3811 * sim-n-core.h, sim-n-bits.h, sim-n-endian.h: Rename from
3812 sim-*-n.h so that the names are uniq on dos machines
3813 * sim-core.c, sim-bits.c, sim-endian.c: Update.
3814
3815Thu Mar 13 12:32:42 1997 Doug Evans <dje@canuck.cygnus.com>
3816
3817 * run.c: #include "libiberty.h".
3818 (main): New locals sd,no_args,sim_argv.
3819 Run buildargv on -a option. Pass argv to sim_open, argv[0]
3820 is program name. Update call to sim_set_callbacks.
3821 Record result of sim_open, pass to other sim_foo routines.
3822
3823Thu Mar 13 10:24:05 1997 Michael Meissner <meissner@cygnus.com>
3824
3825 * callback.c (os_printf_filtered): Do not call exit(1) or print a
3826 final newline.
3827
3828Thu Mar 6 15:50:28 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3829
3830 * callback.c: Add os_flush_stdout and vprintf_filtered callbacks.
3831 Route stdout through buffered IO.
3832
3833 * callback.c: Add os_flush_stderr, os_write_stderr,
3834 os_evprintf_filtered functions to route error output through
3835 stderr.
3836
3837 * sim-io.h, sim-io.c (sim_io_flush_stderr, sim_io_flush_stdout):
3838 Correct return type - should be void.
3839
3840Fri Mar 7 20:14:37 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3841
3842 * sim-basics.h: Clean up. Many macro's moved to sim-inline.h.
3843
3844 * sim-config.h: Ditto. For some options - eg WITH_DEVICES - do
3845 not provide a default value as undefined indicates disable code.
3846
3847Thu Mar 6 15:50:28 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3848
3849 * sim-core.h, sim-core-n.h, sim-core.c: Borrow code from ppc
3850 directory.
3851 * sim-events.h, sim-events.c: Ditto.
3852 * sim-io.h, sim-io.c: Ditto.
3853
3854Tue Mar 4 09:35:56 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3855
3856 * sim-alu.h (ALU_SUB_CA, ALU*_SUB_CA): New alu operation.
3857
3858 * sim-bits.h, sim-bits-n.h, sim-bits.c (LSMASKED*): New macro's
3859 extract the tail or least signifiant bits from an integer of the
3860 specified size.
3861
3862 * sim-bits.h, sim-bits.c: Clean up conditionally compiled #if
3863 WITH_TARGET_BITSIZE so that the compilation will fail when an
3864 unsupported bitsize value is defined.
3865
3866 (INSERTED*): Convert to functions.
3867 (EXTRACTED*): Ditto.
3868
3869 (SIGN_EXTEND, SEXT): Change to more terse name.
3870
3871Tue Mar 4 09:35:56 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3872
3873 * sim-inline.h: Allow explicit control over which .c files will be
3874 included by their header.
3875
3876 * sim-inline.h: Allow explicit control over which .c files use the
3877 alternative - REGPARM - parameter passing mechanism.
3878
3879 * sim-inline.h, sim-inline.c: Don't attempt to include any of
3880 icache.c, idecode.c, semantics.c or support.c. Those names are
3881 not generally applicable.
3882
3883Thu Feb 27 10:17:23 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3884
3885 * sim-bits.c, sim-bits-n.h (new): Split sim-bits.c into two parts
3886 in a fashion similar to sim-endian-n.
3887
3888 * sim-endian.h: (H_word, L_word, AL_*, VL_*): Extend to include
3889 both value and address macro's.
3890
3891Tue Feb 25 18:51:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
3892
3893 * sim-alu.h (ALU16_BEGIN, ALU16_SET, ...): Fill in.
3894
3895 * sim-endian.h (L_word, H_word): Replace MS2W_4, LS2W_4 with more
3896 generic L_word, H_word macro's.
3897
3898Thu Feb 20 18:36:55 1997 Andrew Cagney <cagney@critters.cygnus.com>
3899
3900 * sim-basics.h: Borrow code from ppc directory.
3901 * sim-bits.c: Ditto.
3902 * sim-bits.h: Ditto.
3903 * sim-config.h: Ditto.
3904 * sim-endian-n.h: Ditto.
3905 * sim-endian.c: Ditto.
3906 * sim-endian.h: Ditto.
3907 * sim-inline.c: Ditto.
3908 * sim-inline.h: Ditto.
3909 * sim-types.h: Ditto.
3910
3911Wed Feb 19 12:40:50 1997 Andrew Cagney <cagney@critters.cygnus.com>
3912
3913 * sim-alu.h (ALU_SET16, ALU_SET32, ALU_SET64, etc): Make available
3914 all the ALU size alternatives and then auto-configure a default.
3915
3916 * sim-alu.h: Copy ppc/idecode_expression.h.
3917
3918Mon Feb 17 10:44:18 1997 Andrew Cagney <cagney@critters.cygnus.com>
3919
3920 * bits.h, bits.c (SIGN_EXTEND32, SIGN_EXTEND64): New functions,
3921 sign extend a bit within a value.
3922
3923 * sim-endian.h, sim-endian-n.h (offset_N): New functions - return
3924 a pointer into the middle of a host word.
3925 * sim-endian.h (MS2W_4, LS2W_4): Use this function.
3926
3927Tue Feb 11 13:46:49 1997 Michael Meissner <meissner@tiktok.cygnus.com>
3928
3929 * callback.c: If HAVE_CONFIG_H is defined, include config.h from
3930 autoconf. If HAVE_UNISTD_H is defined, include unistd.h to get
3931 appropriate definitions of read, write, etc. Add prototype for
3932 system.
3933
3934Tue Feb 4 13:24:44 1997 Doug Evans <dje@canuck.cygnus.com>
3935
3936 * Makefile.in (libcommon.a): Delete.
3937 (callback.o,targ-map.o): Delete, moved to Make-common.in.
3938 (gentmap,targ-vals.h,targ-map.c): Likewise.
3939 (run-autoconf): Delete.
3940 * aclocal.m4 (SIM_AC_OUTPUT): Redo creation of Makefile.
3941 (common makefile fragment): Moved back into ...
3942 * Make-common.in: Resurrect.
3943 * configure.in (AC_LINK_FILES): Delete, unnecessary now.
3944 * configure: Regenerated.
3945
3946Fri Jan 31 07:16:49 1997 Doug Evans <dje@canuck.cygnus.com>
3947
3948 * aclocal.m4 (SIM_AC_COMMON): Move COMMON_MAKEFILE_FRAG from here.
3949 (SIM_AC_OUTPUT): To here.
3950
3951Fri Jan 24 10:37:17 1997 Stu Grossman (grossman@critters.cygnus.com)
3952
3953 * aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s in
3954 comments and single quotes. Fixes a problem found on hpux.
3955
3956Thu Jan 23 13:35:03 1997 Stu Grossman (grossman@critters.cygnus.com)
3957
3958 * aclocal.m4: Remove Make-common.in from dependencies.
3959 * (distclean): Remove targ-vals.def.
3960
3961 * aclocal.m4 (SIM_AC_COMMON): Move contents of Make-common.in
3962 into here. Makes insertion into makefiles easier. Also, change
3963 the way that callback.o, gentmap, targ-vals.h, targ-map.c,
3964 targ-map.o, and run are built. They are now built in the
3965 individual simulator directories, taking sources from ../common as
3966 necessary. This replaces the merging of libcommon.a into
3967 linsim.a, which was problematic for the WinGDB build process.
3968 * run.c: Include config.h from . instead of ../common.
3969 * Make-common.in: Remove. It's no longer necessary.
3970
3971Mon Dec 16 15:02:33 1996 Ian Lance Taylor <ian@cygnus.com>
3972
3973 * Make-common.in (ALL_CLAGS): Put CFLAGS at the end.
3974 (.c.o): Put $(ALL_CFLAGS) before the file being compiled.
3975
3976Wed Dec 11 11:30:58 1996 Jim Wilson <wilson@cygnus.com>
3977
3978 * run.c (main): Set target_byte_order before call to sim_open.
3979
3980Sun Dec 8 18:22:06 1996 Doug Evans <dje@canuck.cygnus.com>
3981
3982 * callback.c: #include <stdlib.h>
3983 (os_error): New function.
3984 (default_callback): Add os_error.
3985
3986Mon Nov 25 19:44:35 1996 Doug Evans <dje@canuck.cygnus.com>
3987
3988 * Make-common.in (Makefile): Set CONFIG_HEADERS="".
3989 * aclocal.m4: Mark the fact that --enable-sim-bswap isn't host
3990 specific.
3991 (SIM_AC_OUTPUT): Don't build Makefile if CONFIG_FILES="".
3992
3993Wed Nov 20 01:11:04 1996 Doug Evans <dje@canuck.cygnus.com>
3994
3995 * run.c: #include ../common/config.h, tconfig.h.
3996 (myname): New static global.
3997 (main): Recognize new options -a, -c. Also recognize -h if h8/300.
3998 Only process -c ifdef SIM_HAVE_SIMCACHE.
3999 Only process -p/-s ifdef SIM_HAVE_PROFILE.
4000 Parse program name from argv[0] and use in error messages.
4001 Pass sim_args to sim_open. Pass prog_args to sim_create_inferior.
4002 Add support for incomplete h8/300 termination indicators.
4003 (usage): Make more verbose.
4004 * aclocal.m4,config.in,tconfig.in,configure.in,configure: New files.
4005 * Makefile.in,Make-common.in,callback.c: New files.
4006 * nltvals.def,gentmap.c,gentvals.sh: New files.
4007
4008Tue Nov 12 13:34:00 1996 Dawn Perchik <dawn@cygnus.com>
4009
4010 * run.c: Include stdarg.h if __STDC__.
4011
4012Tue Oct 15 11:16:31 1996 Jeffrey A Law (law@cygnus.com)
4013
4014 * run.c (main): Don't print out anything if the signal
4015 number is zero (ie no signal).
4016
4017Tue Oct 15 11:20:44 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4018
4019 * run.c (main): Print out if the program raised a signal.
4020
4021Wed Sep 18 09:52:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4022
4023 * run.c (exec_bfd): Rename from sim_bfd, to use the gdb name.
4024 (main): Ditto.
4025
4026Tue Sep 17 11:04:50 1996 James G. Smith <jsmith@cygnus.co.uk>
4027
4028 * run.c (main): Explicitly cast malloc() parameter.
4029
4030Thu Sep 12 11:27:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
4031
4032 * run.c (sim_bfd): New global to hold the bfd pointer for the
4033 executable.
4034 (main): Initialize sim_bfd.
4035
4036Fri Dec 15 16:27:49 1995 Ian Lance Taylor <ian@cygnus.com>
4037
4038 * run.c (main): Use new bfd_big_endian macro.
4039
4040Wed Nov 8 15:49:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
4041
4042 * run.c (main): Removed SH specific comments, so source is
4043 generic. Also updated to only load relevant sections. Moved
4044 sim_open() to after callback attach (to match GDB).
4045
4046 * run.1: Removed SH specific comments.
4047
4048Sat Oct 21 12:31:01 1995 Jim Wilson <wilson@chestnut.cygnus.com>
4049
4050 * run.c (main): Always return sigrc at end.
4051
4052Tue Oct 10 12:03:13 1995 J.T. Conklin <jtc@rtl.cygnus.com>
4053
4054 * run.c (main): Print error diagnostic and exit if bfd_openr() or
4055 bfd_check_format() fails.
4056
4057Thu Sep 28 15:40:36 1995 steve chamberlain <sac@slash.cygnus.com>
4058
4059 * run.c, run.1: From sh directory.