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