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