aclocal.m4: Don't enable inlining when cross-compiling.
[deliverable/binutils-gdb.git] / sim / common / ChangeLog
1 Sat Apr 4 23:24:17 1998 Andrew Cagney <cagney@b1.cygnus.com>
2
3 * aclocal.m4 (sim-inline): By default, disable sim-inline when
4 cross compiling.
5
6 Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
7
8 * aclocal.m4 (sim-cflags): Add -fomit-frame-pointer to defaults.
9 (sim-inline): Update to match sim-inline.[hc]
10 * configure: Regenerated to track ../common/aclocal.m4 changes.
11
12 * Make-common.in (sim_main_headers): Add sim-inline.h
13
14 * sim-bits.h (sim-bits.c): Include when H_REVEALS_MODULE_P.
15 selected.
16 * sim-endian.h (sim-endian.c): Ditto.
17
18 * sim-events.h (_SIM_EVENTS_H_): Replace with SIM_EVENTS_H.
19 (sim_events_set_trace): Delete unused prototype.
20
21 * sim-core.h (_SIM_CORE_H_): Replace with SIM_CORE_H.
22 * sim-core.c (_SIM_CORE_C_): Ditto for SIM_CORE_C.
23
24 * sim-fpu.h (sim-fpu.c): Include when H_REVEALS_MODULE_P.
25 (sim_fpu_to232i, sim_fpu_to232u, sim_fpu_i232to, sim_fpu_u232to):
26 Comment out, not yet implemented in sim-fpu.c.
27 (sim_fpu_zero, sim_fpu_one, sim_fpu_two, sim_fpu_qnan,
28 sim_fpu_max32, sim_fpu_max64): Mark as EXTERN_SIM_FPU.
29
30 * sim-inline.h: Rewrite description.
31 (H_REVEALS_MODULE_P, C_REVEALS_MODULE_P): Define.
32 (SIM_MAIN_INLINE): Add inline option.
33
34 * sim-inline.c (semantics.c, idecode.c, engine.c, ...): Do not
35 include generated files. Handled by generator directly.
36
37 Sat Apr 4 01:07:06 1998 Andrew Cagney <cagney@b1.cygnus.com>
38
39 * sim-trace.c (set_trace_option_mask): Keep TRACE_ANY_P
40 up-to-date.
41
42 * sim-trace.h (TRACE_ANY_P): Define.
43 (struct _trace_data): Add trace_any_p.
44
45 start-sanitize-sky
46 Tue Mar 31 16:44:15 1998 Jim Lemke <jlemke@cygnus.com>
47
48 * sim-base.h: Add fp_type_opt etc to sim_state_base for
49 the global option "float_type".
50
51 end-sanitize-sky
52 Mon Mar 30 17:11:55 1998 Andrew Cagney <cagney@b1.cygnus.com>
53
54 * run.c (main): Handle all alternatives of enum sim_stop.
55 (main): Delete unused `asection *s'.
56
57 Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
58
59 * hw-tree.h, hw-tree.c (hw_tree_vparse): New function
60
61 * configure: Regenerated to track ../common/aclocal.m4 changes.
62
63 * sim-hw.c: New file.
64 * sim-hw.h (sim_hw_parse): Declare function.
65 (hw-tree.h): Do not include.
66
67 * sim-base.h (STATE_HW): Define.
68 (struct sim_state_base): Add member struct *hw.
69
70 * sim-module.c (sim-hw.h): Include.
71 (modules): Add sim_hw_install.
72
73 * aclocal.m4 (sim_hw_obj): Add sim-hw.o
74
75 end-sanitize-am30
76 Fri Mar 27 14:55:06 1998 Andrew Cagney <cagney@b1.cygnus.com>
77
78 * sim-base.h (CPU_INDEX): Define.
79
80 * sim-utils.c (sim_state_alloc): Initialize.
81 * sim-module.c (sim_post_argv_init): Ditto.
82
83 start-sanitize-am30
84 Thu Mar 26 10:07:57 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
85
86 * aclocal.m4 (sim_hw_obj): Fix sed expression to generate
87 properly formatted lists.
88
89 end-sanitize-am30
90 start-sanitize-am30
91 Thu Mar 26 10:37:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
92
93 * dv-pal.c (enum hw_pal_address_mask): From Stu Grossman, was
94 0x2f needs to be 0x3f.
95
96 end-sanitize-am30
97 start-sanitize-am30
98 Thu Mar 26 09:10:56 1998 Andrew Cagney <cagney@b1.cygnus.com>
99
100 * hw-tree.c (hw_tree_find_property): Return NULL when device is
101 not found.
102 (hw_tree_find_*_property): Clean up error message when property is
103 not found.
104
105 * dv-pal.c (hw_pal_io_read_buffer): Check the smp property is
106 present before looking for it.
107
108 end-sanitize-am30
109 Wed Mar 25 16:17:38 1998 Ian Carmichael <iancarm@cygnus.com>
110
111 * aclocal.m4 (AC_CHECK_HEADERS): Add check for fpu_control.h.
112 (AC_CHECK_FUNCS): Add check for __setfpucw.
113 * configure: Regenerated.
114
115 start-sanitize-am30
116 Wed Mar 25 09:18:34 1998 Andrew Cagney <cagney@b1.cygnus.com>
117
118 * dv-pal.c (hw_pal_countdown, hw_pal_countdown_value,
119 hw_pal_timer, hw_pal_timer_value): Define.
120 (hw_pal_io_read_buffer, hw_pal_io_write_buffer): Add timer support
121 (do_counter_event, do_counter_read, do_counter_value,
122 do_counter_write): new functions.
123
124 end-sanitize-am30
125 start-sanitize-am30
126 Tue Mar 24 12:24:24 1998 Andrew Cagney <cagney@b1.cygnus.com>
127
128 * hw-tree.c (hw_printf): Send tree dump to stderr, same as other
129 trace output.
130
131 * hw-base.c (hw_create): Stop searching for a device when one is
132 found.
133
134 end-sanitize-am30
135 Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
136
137 * configure: Regenerated to track ../common/aclocal.m4 changes.
138
139 start-sanitize-am30
140 Mon Mar 23 10:25:08 1998 Andrew Cagney <cagney@b1.cygnus.com>
141
142 * aclocal.m4 (SIM_AC_OPTION_HARDWARE): Add second argument,
143 appends extra devices.
144 (SIM_AC_OPTION_HARDWARE): Substute sim_hw, a non-duplicate list of
145 the device names.
146
147 * Make-common.in (hw-config.h): New target, create hw-config.h
148 file.
149 (SIM_HW): Definition from @sim_hw@.
150 (hw-base.o): Depend on hw-config.h
151
152 end-sanitize-am30
153 Tue Mar 24 17:41:35 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
154
155 * Make-common.in: Get SHELL from configure.
156 * (stamp-tvals sim-inline.c): Use $(SHELL) when invoking
157 move-if-change. Fixes NT native build problem.
158 * Makefile.in (nltvals.def): Use $(SHELL) when invoking
159 move-if-change. Fixes NT native build problem.
160 * configure: Regenerate with autoconf 2.12.1 to fix shell issues for
161 NT native builds.
162
163 start-sanitize-am30
164 Sun Mar 22 16:54:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
165
166 * hw-device.h, hw-device.c (hw_strdup): New function.
167
168 * hw-base.c (hw_create): Use hw_strdup when saving a copy of the
169 strings name, family and args.
170 (full_name_of_hw): Use hw_strdup when returning the full path.
171
172 * hw-properties.c: Clean up property not found / wrong type error
173 messages.
174
175 * hw-tree.c (hw_tree_parse): Finish a devices initialization
176 before attaching any ports.
177
178 * hw-base.c (hw-config.): Include. Replace hardwired table.
179
180 * dv-glue.c: Copy over ../ppc/hw_glue.c. Update to new framework.
181
182 * Make-common.in: Add rule for dv-glue.o.
183
184 end-sanitize-am30
185 start-sanitize-am30
186 Sun Mar 22 16:45:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
187
188 * hw-base.c (hw_finish): Move setting of trace level to here.
189 (hw_create): From here.
190
191 * hw-base.h, hw-base.c (do_hw_attach_regs): Copy function from
192 ../ppc/device_table.c.
193
194 * dv-pal.c (hw_pal_finish): Attach PAL device to parent bus.
195
196 * hw-tree.c (print_properties): Supress path when printing
197 properties of root node.
198
199 end-sanitize-am30
200 start-sanitize-am30
201 Sun Mar 22 16:21:15 1998 Andrew Cagney <cagney@b1.cygnus.com>
202
203 * hw-device.h (HW_TRACE): Define.
204 (hw_trace): Declare.
205 * hw-device.c (hw_trace): Implement function.
206
207 * hw-base.c (hw_create): Set hw trace level from "trace?"
208 property.
209
210 * dv-core.c (dv_core_attach_address_callback): Add trace.
211
212 * dv-pal.c: Replace DTRACE with HW_TRACE.
213
214 end-sanitize-am30
215 start-sanitize-am30
216 Sun Mar 22 15:23:35 1998 Andrew Cagney <cagney@b1.cygnus.com>
217
218 * hw-device.h (HW_ZALLOC, HW_MALLOC): New macros.
219 (hw_alloc_data): Delcare.
220 (struct hw): Add member alloc_of_hw.
221
222 * hw-device.c (hw_zalloc, hw_malloc, hw_free, hw_free_all): New
223 functions. Assocate memory with a device.
224 (stdlib.h): Include.
225
226 * hw-base.h (set_hw_delete): Define.
227 (hw_delete_callback): Declare.
228 (hw_delete): Declare.
229
230 * hw-base.c (hw_delete): Implement function.
231 (struct hw_base_data): Add member to_delete.
232 (ignore_hw_delete): New function, does nothing.
233 (hw_create): Set the hw_delete method.
234 (hw_create): Allocate the base type using HW_ZALLOC before setting
235 any methods.
236
237 * hw-tree.h, hw-tree.c (hw_tree_delete): New function.
238
239 * hw-properties.c: Replace zalloc/zfree with hw_zalloc/hw_free.
240
241 * hw-ports.c: Replace zalloc/zfree with hw_zalloc/hw_free.
242 (attach_hw_port_edge): Add struct hw argument
243
244 * dv-pal.c (hw_pal_finish): Replace zalloc/zfree with
245 hw_zalloc/hw_free.
246
247 end-sanitize-am30
248 start-sanitize-am30
249 Sun Mar 22 15:09:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
250
251 * hw-device.h (hw_attach_address_callback,
252 hw_detach_address_callback): Attach to a single space not a space
253 mask. Clarify interpretation of SPACE:ADDR parameters.
254
255 * hw-base.c (passthrough_hw_attach_address,
256 passthrough_hw_detach_address): Update.
257 * dv-core.c (dv_core_attach_address_callback): Ditto.
258 * dv-pal.c (hw_pal_attach_address): Ditto.
259
260 end-sanitize-am30
261 Thu Mar 19 00:41:00 1998 Andrew Cagney <cagney@b1.cygnus.com>
262
263 * sim-options.h: Document additional CPU arg to OPTION_HANDLER.
264
265 start-sanitize-am30
266 Wed Mar 18 14:13:02 1998 Andrew Cagney <cagney@b1.cygnus.com>
267
268 * Make-common.in (SIM_HW_OBJS, SIM_HW_SRC, SIM_DV_OBJS): Define.
269 (hw-base_h, hw-device_h, hw-handles_h, hw-instances_h, hw_ports_h,
270 hw-properties_h, hw-tree_h): Define, point at corresponding
271 header.
272 (hw_base_headers): Define list of headers included by hw-base.h
273 (hw-base.o, hw-device.o, hw-instances.o, hw-handles.o, hw-ports.o,
274 hw-properties.o, hw-tree.o): Specify dependencies.
275 (dv-core.o, dv-pal.o): Ditto.
276
277 * sim-hw.h: New file.
278
279 * hw-device.h, hw-device.c, hw-properties.h, hw-properties.c,
280 hw-ports.h, hw-ports.c: New files. Copied from ../ppc/device.[ch].
281
282 * hw-tree.h, hw-tree.c: New files. Copied from ../ppc/tree.[hc].
283
284 * hw-base.h, hw-base.c: new files. Copied from
285 ../ppc/device_table.[hc].
286
287 * dv-core.c, dv-pal.c: New files. Copied from
288 ../ppc/hw_{core,pal}.c
289
290 * sim-basics.h (struct hw): Declare.
291 (enum port_direction, enum object_disposition): Declare.
292
293 end-sanitize-am30
294 start-sanitize-am30
295 Wed Mar 18 12:38:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
296
297 * aclocal.m4 (SIM_AC_OPTION_HARDWARE): Set sim_hw_obj, sim_dv_obj,
298 sim_dv_src in Makefile. Take list of devices as parameter to m4
299 macro..
300
301 * configure: Regenerated to track ../common/aclocal.m4 changes.
302
303 end-sanitize-am30
304 Mon Mar 16 12:37:33 1998 Andrew Cagney <cagney@b1.cygnus.com>
305
306 * sim-trace.h, sim-trace.c (trace_prefix): Pass in sim_cia so that
307 trace_prefix can abort cleanly.
308
309 Sat Mar 14 18:36:12 1998 Doug Evans <devans@seba.cygnus.com>
310
311 * dv-sockser.c, dv-sockser.h: New files.
312 * Make-common.in (dv-sockser.o): Add rule for.
313 * aclocal.m4: Check for fcntl.h.
314 * config.h: Add HAVE_FCNTL_H.
315
316 * sim-break.c (remove_breakpoint): Fix thinko.
317
318 * sim-hload.c (sim_load): Provide default value of SIM_HANDLES_LMA.
319 Use SIM_HANDLES_LMA for lma_p arg to sim_load_file.
320
321 1998-03-13 Fred Fish <fnf@cygnus.com>
322
323 * sim-base.h (struct sim_state_base): Add prog_syms and
324 define macro STATE_PROG_SYMS.
325 * sim-trace.c (trace_prefix): Add variables abfd, symsize,
326 symbol_count, and asymbols. Call bfd_get_symtab_upper_bound
327 and bfd_canonicalize_symtab, to get symbol table on first use
328 and preserve it via STATE_PROG_SYMS for future calls to
329 bfd_find_nearest_line.
330
331 Wed Mar 11 14:02:47 1998 Andrew Cagney <cagney@b1.cygnus.com>
332
333 * sim-core.h, sim-core.c (sim_core_map_to_str): Delete.
334
335 * sim-core.c (sim_core_attach): Handle a generic number of maps -
336 up to nr_maps, not just access_* maps.
337
338 * sim-profile.h (struct PROFILE_DATA): Track nr_maps different
339 maps.
340
341 * sim-profile.c (profile_print_core): Make map unsigned. Iterate
342 over nr_maps not sim_core_nr_maps.
343
344 * sim-events.h, sim-events.c (sim_events_watch_core): Change
345 core_map argument to unsigned.
346 (struct _sim_core): Ditto for struct member core_map.
347
348 * sim-core.h (nr_sim_core_maps, sim_core_*_map): Delete
349
350 * sim-basics.h (access_io, access_*_io): Define.
351 (map_read, map_write, map_exec, map_io): Define.
352
353 * sim-core.c, sim-core.h (sim_core_attach): Replace argument
354 attach with more generic mapmask.
355 (sim_core_{read,write}_*): Change map argument to unsigned.
356
357 * sim-core.c (sim_core_uninstall, sim_core_attach,
358 sim_core_detach): Iterate over nr_maps instead of
359 sim_core_nr_maps.
360
361 * sim-break.c (insert_breakpoint): Write breakpoints to exec_map
362 instead of the write_map.
363 (remove_breakpoint): Ditto.
364
365 * genmloop.sh (engine_resume_full): Replace sim_core_*_map
366 with read_map, write_map, exec_map resp.
367
368 * cgen-mem.h (DECLARE_GETMEM, DECLARE_SETMEM, DECLARE_GETIMEM):
369 Ditto.
370
371 * cgen-utils.c (sim_disassemble_insn): Ditto.
372
373 * sim-hrw.c (sim_write, sim_write): Ditto.
374
375 * sim-utils.h, sim-utils.c (access_to_str, map_to_str,
376 transfer_to_str): New functions.
377
378 Mon Mar 9 12:50:59 1998 Doug Evans <devans@seba.cygnus.com>
379
380 * sim-base.h (sim_state_base): New member environment.
381 (STATE_ENVIRONMENT): New macro.
382 * sim-config.c (current_environment): Delete.
383 (sim_config_default): New function.
384 (sim_config): Set STATE_ENVIRONMENT, not current_environment.
385 * sim-config.h (current_environment,CURRENT_ENVIRONMENT): Delete.
386 (sim_config_default): Add prototype.
387 * sim-module.c (sim_pre_argv_init): Call sim_config_default.
388 * sim-options.c (standard_option_handler, case OPTION_ENVIRONMENT):
389 Set STATE_ENVIRONMENT, not current_environment.
390
391 Mon Mar 9 11:59:03 1998 Jim Wilson <wilson@cygnus.com>
392
393 * sim-fpu.c (NR_GUARDS64): Change NR_PAD32 to NR_PAD64.
394
395 Tue Mar 3 10:53:05 1998 Andrew Cagney <cagney@b1.cygnus.com>
396
397 * sim-types.h (SIGNED32, SIGNED64): Pacify GCC.
398
399 * sim-alu.h (ALU64_BEGIN): Make alu64_r unsigned.
400
401 Mon Mar 2 10:20:06 1998 Doug Evans <devans@seba.cygnus.com>
402
403 * Make-common.in (TAGS): Make smarter.
404 * Makefile.in (TAGS): Ditto.
405
406 Fri Feb 27 19:09:57 1998 Doug Evans <devans@canuck.cygnus.com>
407
408 * sim-module.c (*): Fix typos in assertion tests.
409
410 Sat Feb 28 13:54:10 1998 Andrew Cagney <cagney@b1.cygnus.com>
411
412 * sim-module.c (sim_pre_argv_init): String passed to asprintf
413 can't be constant.
414
415 * sim-options.c (sim_parse_args): Ditto.
416 (sim_args_command): Return OK, instead of nothing, for an empty
417 command.
418
419 Fri Feb 27 13:29:13 1998 Andrew Cagney <cagney@b1.cygnus.com>
420
421 * sim-profile.c (profile_info): Rename from profile_print. Drop
422 misc and misc_cpu callback arguments. Use
423 PROFILE_INFO_CPU_CALLBACK and STATE_PROFILE_INFO_CALLBACK instead.
424 (profile_install): Install profile_info function.
425
426 * sim-profile.h (PROFILE_INFO_CPU_CALLBACK,
427 STATE_PROFILE_INFO_CALLBACK): Define.
428 (struct PROFILE_DATA): Add field info_cpu_callback.
429 (profile_print): Delete function.
430
431 * sim-base.h (STATE_MODULES): Define. Replace individual
432 STATE_*_LIST with single struct module_list.
433
434 * sim-module.h (MODULE_INFO_FN, MODULE_INFO_LIST): Declare.
435 (struct module_list): Declare.
436
437 * sim-module.h, sim-module.c (sim_module_add_info_fn,
438 sim_module_info): New functions.
439 (sim_module_install): Clean up module data structures.
440
441 * sim-info.c (sim_info): New file. New function. Call
442 sim_module_info.
443
444 * Make-common.in (sim-info.o): Define rule.
445 (SIM_NEW_COMMON_OBJS): Add sim-info.o.
446
447
448 Fri Feb 27 18:26:16 1998 Doug Evans <devans@canuck.cygnus.com>
449
450 * sim-base.h (sim_cpu_base): New members name, options.
451 (sim_cpu_lookup): Add prototype.
452 * sim-module.c (sim_pre_argv_init): Provide default names for cpus.
453 * sim-options.h (DECLARE_OPTION_HANDLER): New argument `cpu'.
454 (sim_add_option_table): Update prototype.
455 * sim-options.c (sim_add_option_table): New argument `cpu'.
456 (standard_option_handler,standard_install): Update.
457 (sim_parse_args): Handle cpu specific options.
458 (print_help): New static function.
459 (sim_print_help): Call it. Print cpu specific options.
460 (find_match): New static function.
461 (sim_args_command): Call it. Handle cpu specific options.
462 * sim-utils.c (sim_cpu_lookup): New function.
463 * sim-memopt.c (memory_option_handler): Update.
464 (sim_memopt_install): Update.
465 * sim-model.c (model_option_handler): Update.
466 (model_install): Update.
467 * sim-profile.c (profile_option_handler): Update.
468 (profile_install): Update.
469 * sim-trace.c (trace_option_handler): Update.
470 (trace_install): Update.
471 * sim-watch.c (watchpoint_option_handler): Update.
472 (sim_watchpoint_install): Update.
473 * cgen-scache.c (scache_option_handler): Update.
474 (scache_install): Update.
475
476 Wed Feb 25 11:00:26 1998 Doug Evans <devans@canuck.cygnus.com>
477
478 * Make-common.in (check): Run `make check' in testsuite dir.
479
480 Wed Feb 25 14:40:24 1998 Andrew Cagney <cagney@b1.cygnus.com>
481
482 * sim-trace.c (trace_result0): New function.
483
484 * sim-trace.h (TRACE_FP_*, TRACE_FPU_*): Rename TRACE_FPU_*
485 macro's to TRACE_FP_*. TRACE_FPU_* should be defined and used when
486 tracing sim_fpu variables.
487 (TRACE_ALU_RESULT0): Define.
488 (TRACE_FP_RESULT_WORD): Define.
489 (TRACE_FP_INPUT_WORD1): Define.
490
491 * sim-fpu.c, sim-fpu.h (sim_fpu_max32, sim_fpu_max64, sim_fpu_one,
492 sim_fpu_two): New constants.
493 (sim_fpu_op1, sim_fpu_op2): New types.
494 (struct _sim_fpu): Delete member result. Re-order other members.
495 (sim_fpu_sign, sim_fpu_exp): New functions.
496 (sim_fpu_max, sim_fpu_min): new functions.
497 (EXPMAX32, EXPMAX64, NR_PAD32, NR_PAD64, NR_GUARDS32, NR_GUARDS64,
498 NORMAL_EXPMAX32, NORMAL_EXPMAX64): Define.
499
500 Tue Feb 24 22:45:39 1998 Doug Evans <devans@seba.cygnus.com>
501
502 * sim-profile.c (profile_print): Delete duplicate test of
503 PROFILE_INSN_IDX.
504 (profile_print_pc): Exit early if data collection not set up.
505 (profile_print_core): Simplify by calling sim_core_map_to_str.
506 * sim-core.h (sim_core_map_to_str): Declare.
507 * sim-core.c (sim_core_map_to_str): Make non-static.
508
509 * genmloop.sh (engine_resume): Update insn_count before exiting.
510 (engine_resume_full): Keep accurate core profile data.
511
512 * cgen-utils.c (sim_disassemble_insn): Don't use
513 sim_core_read_aligned_N, it messes up profiling results.
514
515 Mon Feb 23 20:45:57 1998 Mark Alexander <marka@cygnus.com>
516
517 * nltvals.def: Regenerate with MN10300 additions.
518
519 Tue Feb 24 13:18:42 1998 Andrew Cagney <cagney@b1.cygnus.com>
520
521 * sim-trace.h (TRACE_ALU_RESULT2): Define.
522
523 * sim-trace.h, sim-trace.c (trace_result_word2,
524 trace_input_word4, trace_result_word4): New function.
525
526 Mon Feb 23 13:08:35 1998 Doug Evans <devans@canuck.cygnus.com>
527
528 * cgen-sim.h (SEM_NEXT_PC): New arg `len'.
529
530 * sim-xcat.h: Delete.
531 * cgen-mem.h: Delete inclusion of sim-xcat.h.
532 * cgen-sim.h: Ditto.
533 * sim-alu.h: Replace sim-xcat.h with symcat.h.
534 * sim-n-bits.h: Ditto.
535 * sim-n-core.h: Ditto.
536 * sim-n-endian.h: Ditto.
537
538 Mon Feb 23 13:19:58 1998 Michael Meissner <meissner@cygnus.com>
539
540 * syscall.c (cb_syscall): Handle short reads, and EOF.
541
542 Tue Feb 24 00:29:57 1998 Andrew Cagney <cagney@b1.cygnus.com>
543
544 * sim-trace.c (print_data): case trace_fmt_fp missing break. Use
545 sim_fpu to safely print fp_word values.
546 (print_data): Add trace_fmt_bool and trace_fmt_addr.
547 (trace_result_bool1, trace_result_addr1): New functions.
548 (trace_input_bool1, trace_input_addr1): New functions.
549
550 * sim-trace.h (TRACE_FPU_*): Define.
551
552 Mon Feb 23 13:24:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
553
554 * sim-fpu.h (enum sim_fpu_class): Add sim_fpu_class_denorm.
555 (sim_fpu_fpto, sim_fpu_tofp): Define.
556
557 Fri Feb 20 18:08:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
558
559 * sim-fpu.c (sim_fpu_cmp): New function.
560
561 Wed Feb 18 16:29:21 1998 Doug Evans <devans@canuck.cygnus.com>
562
563 * cgen-utils.h (sim_disassemble_insn): Use CGEN_INSN_BITSIZE
564 instead of abuf->length.
565 * sim-trace.c (trace_options): Have -t only trace a few useful things.
566 (set_trace_option_mask): Renamed from set_trace_options.
567 (set_trace_option): New function.
568 (trace_option_handler): Update calls to set_trace_option{,_mask}.
569 * sim-trace.h (TRACE_USEFUL_MASK): New macro.
570
571 Wed Feb 18 12:42:15 1998 Andrew Cagney <cagney@b1.cygnus.com>
572
573 * sim-basics.h: Declare struct _sim_fpu.
574
575 Tue Feb 17 16:27:46 1998 Andrew Cagney <cagney@b1.cygnus.com>
576
577 * sim-trace.h (TRACE_ALU_INPUT*, TRACE_ALU_RESULT): Define.
578 (trace_prefix, trace_input*, trace_result*): Declare.
579 (trace_one_insn): Change declaration, assume trace_prefix called.
580 (trace_generic): Like trace_one_insn.
581 (TRACE_ALU_IDX, TRACE_*_IDX): Change #define's to enum.
582 (TRACE_alu, TRACE_[a-z]*): Update.
583
584 * sim-trace.c (trace_prefix, trace_input*, trace_result*,
585 trace_insn, save_data, trace_idx_to_str, print_data): New
586 functions.
587 (trace_one_insn): Rewrite.
588 (trace_generic): New function.
589
590 Tue Feb 17 17:27:30 1998 Doug Evans <devans@seba.cygnus.com>
591
592 * Make-common.in (CGEN_MAIN_SCM): Update.
593 * aclocal.m4 (USE_MAINTAINER_MODE): New variable.
594
595 * cgen-sim.h (SEMANTIC_CACHE_FN): Delete.
596 (SEMANTIC_FN): Rewrite declaration.
597 (DECODE): Update type of semantic_fast member.
598 ({EX,SEM}_FN_NAME): Have only one version.
599 * cgen.sh: Support building cpu.c.
600 * sim-base.h (sim_state_base): Delete conditionals surrounding
601 member scache_size.
602
603 Tue Feb 10 18:31:49 1998 Andrew Cagney <cagney@b1.cygnus.com>
604
605 * sim-load.c (sim_load_file): Print LMA/VMA according to value
606 used.
607
608 Tue Feb 10 14:56:23 1998 Ian Carmichael <iancarm@cygnus.com>
609
610 * sim-core.c: Add missing prototypes for WITH_DEVICES.
611 Add missing parameters to device_io calls.
612 * sim-core.h: Add missing parameters to device_io calls.
613
614 Mon Feb 9 14:48:37 1998 Doug Evans <devans@canuck.cygnus.com>
615
616 * cgen-sim.h (DECODE): Always use switch for `read' for now.
617 (PAREXEC): Renamed from PARALLEL_EXEC. All uses updated.
618 (SEMANTIC{,_CACHE}_FN): Fix return type.
619 * cgen.sh (decode): Add s/@arch@/$arch/.
620 * genmloop.sh (@cpu@_engine_run): Delete `current_state'.
621 (engine_resume): Likewise. Make `engine' volatile. Save copy
622 of cpu pointer in volatile object. Initialize read switch if
623 -parallel.
624
625 Thu Feb 5 13:27:04 1998 Doug Evans <devans@seba.cygnus.com>
626
627 * cgen-sim.h (EX_FN_NAME): _exc_ -> _ex_.
628 (SEM_INSN): New macro.
629
630 Tue Feb 3 16:31:56 1998 Andrew Cagney <cagney@b1.cygnus.com>
631
632 * sim-run.c (sim_engine_run): Assume IMEM is 32 bit.
633
634 Sun Feb 1 16:47:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
635
636 * configure: Regenerated to track ../common/aclocal.m4 changes.
637
638 Sun Feb 1 16:16:57 1998 Andrew Cagney <cagney@b1.cygnus.com>
639
640 * sim-types.h (fp_word): New type, define according to
641 WITH_TARGET_FLOATING_POINT_BITSIZE.
642
643 * aclocal.m4 (default_sim_floating_point_bitsize): Add
644 configuration of size of floating point registers.
645
646 Sun Feb 1 14:02:31 1998 Andrew Cagney <cagney@b1.cygnus.com>
647
648 * sim-profile.c (profile_print): Only print CPU <N> if other
649 output is going to appear.
650
651 Sat Jan 31 18:15:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
652
653 * configure: Regenerated to track ../common/aclocal.m4 changes.
654
655 Sat Jan 31 18:03:55 1998 Andrew Cagney <cagney@b1.cygnus.com>
656
657 * sim-types.h (address_word): Typedef according to
658 WITH_TARGET_ADDRESS_BITSIZE.
659 (signed_cell, unsigned_cell, natural_cell): Ditto using
660 WITH_TARGET_CELL_BITSIZE.
661
662 * sim-config.h (WITH_TARGET_ADDRESS_BITSIZE): Define.
663 (WITH_TARGET_CELL_BITSIZE): Define.
664 (WITH_HOST_WORD_BITSIZE): Delete.
665
666 * sim-config.c (print_sim_config): Update.
667
668 * aclocal.m4 (SIM_AC_OPTION_BITSIZE): Add support for
669 configuration of address and OpenFirmware cell sizes.
670
671 Fri Jan 30 09:36:33 1998 Andrew Cagney <cagney@b1.cygnus.com>
672
673 * sim-engine.h (sim_engine_run): Add argument nr_cpus.
674 * sim-run.c (sim_engine_run): Update.
675
676 * sim-engine.h (SIM_ENGINE_HALT_HOOK): Use SET_CPU_CIA instead of
677 CPU_CIA.
678 * sim-run.c (sim_engine_run): Ditto.
679
680 * sim-resume.c (sim_resume): Obtain nr_cpus from sim_engine.
681 (sim_resume): Pass nr_cpus to sim_engine_run.
682
683 * sim-engine.h (struct _sim_engine): Add member nr_cpus.
684
685 * sim-engine.c (sim_engine_init): Hardwire nr_cpus to
686 MAX_NR_PROCESSORS.
687 (sim_engine_nr_cpus) sim-engine.c, sim-engine.h: New function
688
689 Thu Jan 29 12:13:01 1998 Doug Evans <devans@canuck.cygnus.com>
690
691 * cgen.sh: Portably read parms past $9.
692
693 Fri Jan 23 14:20:54 1998 Doug Evans <devans@seba.cygnus.com>
694
695 * Make-common.in (stamp-tvals): New rule.
696 (targ-vals.h,targ-map.c): Depend on it.
697 (clean): Remove stamp-tvals.
698
699 Tue Jan 20 21:35:13 1998 Michael Meissner <meissner@cygnus.com>
700
701 * sim-utils.c (sim_state_alloc): #if 0 variable that is only used
702 in code also #if 0'ed.
703
704 Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
705
706 * configure: Regenerated to track ../common/aclocal.m4 changes.
707 * aclocal.m4: Recognize --enable-maintainer-mode.
708
709 Mon Jan 19 12:45:45 1998 Doug Evans <devans@seba.cygnus.com>
710
711 start-sanitize-cygnus
712 * Make-common.in (cgen-{arch,cpu,decode}): New targets.
713 * cgen.sh: New file.
714 end-sanitize-cygnus
715 * cgen-scache.h: Deleted.
716 * Make-common.in (cgen-run.o,cgen-scache.o): Delete cgen-scache.h dep.
717 (CGEN_CPU_SCM): Add sim-model.scm.
718 * cgen-scache.c: Only compile contents if WITH_SCACHE.
719 (scache_init): Use runtime computed size of SCACHE.
720 (scache_flush): Likewise.
721 * cgen-mem.h (GETIMEMU[QHSD]I): Declare.
722 ([GS]ETT{QI,UQI,HI,UHI,SI,USI,DI,UDI}): Declare.
723 * cgen-sim.h: Scache support moved here.
724 (PC): Redo definition.
725 (ARGBUF,SCACHE,PARALLEL_EXEC): Provide forward decls.
726 (DECODE): Add parallel execution support.
727 Only include semantic label members if using switch.
728 (SWITCH,CASE,BREAK,DEFAULT,ENDSWITCH): Portable computed goto support.
729 (CGEN_CPU): Delete members exec_state, halt_sigrc, halt_jmp_buf.
730 (IADDR,CIA,SEM_ARG,EX_FN_NAME,SEM_FN_NAME,RECORD_IADDR,SEM_ARGBUF,
731 SEM_NEXT_PC,SEM_BRANCH_VIA_{CACHE,ADDR},SEM_NEW_PC_ADDR): Moved here
732 from cgen-types.h.
733 (engine_{stop,run,resume,halt,signal}): Delete decls.
734 * cgen-types.h (CGEN_{XCAT3,CAT3}): Delete.
735 (argbuf,scache): Delete forward decls.
736 (STATE): Delete decl.
737 * cgen-utils.c: Don't include decode.h, mem-ops.h, sem-ops.h.
738 Include cgen-mem.h, cgen-ops.h.
739 (engine_halt,engine_signal): Delete.
740 ({ex,exc,sem,semc}_illegal): Delete.
741 (sim_disassemble_insn): Result of extract fn is in bits.
742 * genmloop.sh: Rewrite.
743
744 * cgen-trace.c (trace_insn): Set printed_result_p=0 if not tracing
745 line numbers.
746
747 * sim-base.h (sim_state_base): Delete member `model'.
748 (sim_cpu_base): Add member `model'.
749 * sim-model.h (IMP_PROPERTIES): New type.
750 (MACH): New members imp_props, models.
751 (models): Delete decl.
752 * sim-model.c (set_model): Update.
753 * sim-profile.c (profile_print_model): Update.
754
755 * sim-utils.c (sim_state_alloc): Delete setting of cpu backlink here.
756
757 Fri Jan 16 12:33:09 1998 Nick Clifton <nickc@cygnus.com>
758
759 * cgen-trace.c (trace_insn): Call CGEN_INSN_MNEMONIC() rather than
760 CGEN_INSN_SYNTAX().
761
762 Mon Dec 15 23:17:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
763
764 * configure: Regenerated to track ../common/aclocal.m4 changes.
765 * config.in: Ditto.
766
767 Mon Dec 15 23:16:03 1997 Andrew Cagney <cagney@b1.cygnus.com>
768
769 * aclocal.m4 (AR): Check for sigaction.
770
771 Thu Dec 4 09:21:05 1997 Doug Evans <devans@canuck.cygnus.com>
772
773 * Make-common.in (sim-core.o): Depend on $(sim_main_headers).
774
775 * sim-config.h (WITH_TREE_PROPERTIES): Define as 0.
776 * sim-config.c (sim_config): Replace WITH_DEVICES with
777 WITH_TREE_PROPERTIES.
778
779 * configure: Regenerated to track ../common/aclocal.m4 changes.
780
781 Wed Dec 3 17:56:02 1997 Doug Evans <devans@canuck.cygnus.com>
782
783 * Make-common.in (SIM_ENVIRONMENT): New variable.
784 (CONFIG_CFLAGS): Add it.
785 * aclocal.m4 (SIM_AC_OPTION_ENVIRONMENT): Handle
786 --enable-sim-environment option.
787 * configure: Regenerated.
788 * sim-config.h (environment support): Rewrite.
789 * sim-config.c (current_environment): Define as enum, unconditionally.
790 (current_alignment): Define unconditionally.
791 (config_environment_to_a): Update.
792 (config_alignment_to_a): Fix type of argument. Define unconditionally.
793 (sim_config): Handle environment and alignment determination
794 unconditionally. Delete sanity checks of current_environment,
795 unnecessary.
796 (print_sim_config): Update.
797 * sim-options.c (STANDARD_OPTIONS enum): Add OPTION_ENVIRONMENT.
798 (standard_options): Add --environment.
799 (standard_option_handler): Likewise.
800
801 Fri Nov 28 12:21:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
802
803 * sim-alu.h: Add notes on carry vs borrow for subtraction.
804 (ALU{,8,16,32,64}ADD): Redefine ADD macro as add overflowing.
805 (ALU{,8,16,32,64}ADDC): Define - add carrying.
806 (ALU{,8,16,32,64}SUB): Redefine SUB macro as subtract overflowing.
807 (ALU{,8,16,32,64}SUBB): Define - subtract borrowing.
808 (ALU{,8,16,32,64}SUBC): Define - tract carrying.
809 (ALU{,8,16,32,64}ADD_CA, ALU{,8,16,32,64}ADDC_C): Replace single
810 argument ADD_CA macro with two argument ADDC_C - add carrying with
811 carry in.
812 (ALU{,8,16,32,64}SUB_CA, ALU{,8,16,32,64}SUBC_X): Replace single
813 argument SUB_CA macro with two argument SUBC_X - subtract
814 carrying, extended.
815 (ALU{,8,16,32,64}SUBB_B): Define - subtract borrowing with
816 borrow-in.
817 (ALU{,8,16,32,64}NEGC, ALU{,8,16,32,64}NEGB): Define.
818
819 Sun Nov 30 17:40:57 1997 Michael Meissner <meissner@cygnus.com>
820
821 * sim-io.c (sim_io_{syscalls,getstring}): Delete. No longer used.
822 * sim-io.h (sim_io_syscalls): Delete.
823
824 Fri Nov 28 20:10:09 1997 Michael Meissner <meissner@cygnus.com>
825
826 * syscall.c (cb_syscall): Add missing else, so write to stdout
827 isn't doubled.
828
829 * sim-alu.h (ALU{,8,16,32,64}_SET_CARRY): Provide macros to import
830 the carry bit from the CPU's psw.
831
832 Fri Nov 28 11:15:05 1997 Doug Evans <devans@canuck.cygnus.com>
833
834 * gennltvals.sh: Redo syscall support.
835 * nltvals.def: Regenerated.
836
837 Wed Nov 26 16:49:38 1997 Michael Meissner <meissner@cygnus.com>
838
839 * syscall.c (cb_syscall): If writing to stdout or stderr, flush
840 the stream immediately.
841
842 Wed Nov 26 12:32:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
843
844 * sim-io.c (sim_io_getstring): Delete unused len2.
845 (sim_io_syscalls): Ditto for sys_errno.
846
847 Wed Nov 26 11:18:40 1997 Doug Evans <devans@canuck.cygnus.com>
848
849 * syscall.c (cb_syscall): Test CB_SYSCALL struct magic number.
850
851 * Make-common.in (run.o): Depend on remote-sim.h.
852 (nrun.o,sim-hload.o,sim-hrw.o): Likewise.
853 (sim-io.o,sim-reason.o,sim-resume.o): Likewise.
854
855 Tue Nov 25 20:12:46 1997 Michael Meissner <meissner@cygnus.com>
856
857 * sim-io.c (sim_io_syscalls): Disable lseek.
858
859 Tue Nov 25 00:12:38 1997 Doug Evans <devans@seba.cygnus.com>
860
861 start-sanitize-d30v
862 * gennltvals.sh: Generate syscall values for d30v.
863 end-sanitize-d30v
864 * gennltvals.sh: Use libgloss/syscall.h for sparc.
865 * nltvals.def: Regenerate.
866
867 * callback.c (os_stat): Make 3rd arg a host struct stat ptr.
868 (os_fstat): Likewise. Validate fd argument.
869 (cb_host_to_target_stat): Delete big_p arg. If HS arg is NULL,
870 just compute target stat struct length.
871 * syscall.c: #include "libiberty.h", <sys/types.h>, <sys/stat.h>.
872 (ENOSYS,ENAMETOOLONG): Provide definitions if missing.
873 (get_string): Return host errno values so they can be properly
874 translated later.
875 (cb_syscall): Likewise.
876 (cb_syscall, cases open,unlink): Use get_path instead of get_string.
877 (cb_syscall, case read): Use read_stdin for file descriptor 0.
878 (cb_syscall, case write): Use write_stderr for file descriptor 2.
879 (cb_syscall): Add cases for lseek, unlink, stat, fstat, time.
880 (get_path): New function.
881
882 Mon Nov 24 18:56:07 1997 Michael Meissner <meissner@cygnus.com>
883
884 * sim-io.c (sim_io_syscalls): New function to provide system call
885 emulation. Provide exit, open, close, read, write, lseek, and
886 unlink.
887 (sim_io_getstring): New function to return a string from a
888 simulated memory location.
889
890 * sim-io.h (sim_io_syscalls): Add declaration.
891
892 Mon Nov 24 12:09:59 1997 Doug Evans <devans@seba.cygnus.com>
893
894 * sim-core.c (sim_core_signal): Fix spelling error in message.
895
896 * sim-hrw.c (sim_read): Use read map, not write map.
897
898 * Make-common.in (all): Add .gdbinit.
899 * gdbinit.in: Add dump command.
900
901 * sim-model.c (model_options): Use '\0' for `shortopt'.
902
903 * sim-trace.c (trace_option_handler): Set state trace file
904 for --trace-file in addition to cpu's values.
905 (trace_vprintf): If cpu == NULL, try state's trace file.
906 (trace_options): Reorganize table, reword some descriptions.
907
908 Sun Nov 23 10:57:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
909
910 * sim-fpu.c (sim_fpu_abs, sim_fpu_neg, sim_fpu_inv), sim-fpu.h:
911 New functions.
912
913 Sat Nov 22 19:16:54 1997 Andrew Cagney <cagney@b1.cygnus.com>
914
915 * sim-reason.c (sim_stop_reason): For sim_signalled, return the
916 signal untranslated, document problem with this.
917
918 * nrun.c (main): Check for a prog name of `*step'. If present,
919 step the simulator instead of allowing it to run free.
920
921 * sim-signal.c (SIGQUIT): Define on _MSC_VER hosts.
922
923 * Make-common.in (sim_main_headers): Add sim-signal.h.
924
925 Fri Nov 21 09:32:32 1997 Andrew Cagney <cagney@b1.cygnus.com>
926
927 * sim-signal.c (sim_signal_to_host): Return 0 for SIM_SIGNONE.
928
929 Thu Nov 20 20:35:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
930
931 * sim-signal.h: Start simulator signals at 64 so that host signal
932 numbers can be detected and reported.
933
934 * sim-signal.h (SIM_SIGFPE), sim-signal.h: Add signal.
935
936 Wed Nov 19 12:02:41 1997 Doug Evans <devans@seba.cygnus.com>
937
938 * callback.c (cb_host_to_target_stat): Fix return values.
939
940 * cgen-sim.h (enum_signal_type): Delete.
941 (engine_signal): Update prototype.
942 * cgen-utils.c: Don't include <signal.h>.
943 (sim_signal_to_host): Delete, lives in sim-signal.c now.
944 (engine_signal): Update.
945
946 * sim-utils.c (sim_state_alloc): Call SIM_STATE_ALLOC if defined.
947 (sim_state_free): Call SIM_STATE_FREE if defined.
948
949 * sim-module.c (sim_module_install): Don't leave any modules
950 installed if one fails to install.
951
952 Wed Nov 19 13:25:48 1997 Michael Meissner <meissner@cygnus.com>
953
954 * sim-options.c: Don't include ../libiberty/alloca-conf.h any
955 more, since alloca is not used in this file.
956
957 * sim-alu.h (ALU{32,64}_*): Rewrite 32 and 64 bit ALU support to
958 correctly set the carry and overflow bits for those types.
959 (ALU{8,16,32,64}_{ADD,SUB}_CA): Take VAL argument to add along
960 with carry, so carry is correct after doing both adds.
961 (ALU*): Space out '\' to make it easier to read.
962
963 Tue Nov 18 15:53:45 1997 Doug Evans <devans@canuck.cygnus.com>
964
965 * sim-core.c (sim_core_signal): Use sim_stopped instead of
966 sim_signalled.
967
968 * sim-signal.c, sim-signal.h: New files.
969 * Make-common.in (sim-signal.o): Add rule for.
970 (SIM_NEW_COMMON_OBJS): Add sim-signal.o.
971 * sim-abort.c: Don't include <signal.h>.
972 * sim-basics.h: #include "sim-signal.h".
973 * sim-break.c: Don't include <signal.h>.
974 (sim_handle_breakpoint): Replace SIGTRAP with SIM_SIGTRAP.
975 * sim-core.c: Don't include <signal.h>.
976 (SIGBUS): Delete definition.
977 (sim_core_signal): Replace SIGSEGV,SIGBUS with SIM_SIGSEGV,SIM_SIGBUS.
978 * sim-engine.c: Don't include <signal.h>.
979 (sim_engine_abort): Replace SIGABRT with SIM_SIGABRT.
980 * sim-reason.c (sim_stop_reason): Call sim_signal_to_host.
981 * sim-resume.c: Don't include <signal.h>.
982 (SIGTRAP): Delete definition.
983 (has_stepped): Replace SIGTRAP with SIM_SIGTRAP.
984 * sim-stop.c: Don't include <signal.h>.
985 (control_c_simulation): Replace SIGINT with SIM_SIGINT.
986 * sim-watch.c: Don't include <signal.h>.
987 (handle_watchpoint): Replace SIGINT with SIM_SIGINT.
988
989 * Make-common.in (SIM_NEW_COMMON_OBJS): New variable.
990
991 * sim-base.h (CIA_ADDR): Provide default definition.
992 * sim-core.c (sim_core_signal): Use CIA_ADDR to fetch value.
993 * sim-break.c (sim_handle_breakpoint): Likewise.
994
995 Mon Nov 17 14:15:31 1997 Doug Evans <devans@seba.cygnus.com>
996
997 * Make-common.in (srccom): New variable.
998
999 * Make-common.in (DEP, COMMON_DEP_CFLAGS): Define.
1000 (LIB_OBJS): Add syscall.o.
1001 (gentmap): Pass $(NL_TARGET) to $(CC).
1002 (syscall.o): Add rule for.
1003 (sim_main_headers): Add $(SIM_EXTRA_DEPS).
1004 (sim-bits.o): Depend on $(sim-n-bits_h).
1005 (sim-load.o): Depend on callback.h.
1006
1007 * Make-common.in (cgen-*.o): Update dependencies, mem-ops.h renamed to
1008 cgen-mem.h, sem-ops.h renamed to cgen-ops.h.
1009 * cgen-mem.h, cgen-ops.h: New files.
1010
1011 * aclocal.m4 (--enable-sim-scache): Pass -DWITH_SCACHE=0 for "=no".
1012
1013 * Makefile.in (nltvals.def): Depend on gennltvals.sh.
1014 Rewrite build rule.
1015 * callback.c: #include string.h or strings.h.
1016 #include sys/types.h and sys/stat.h.
1017 (cb_init_syscall_map,cb_init_errno_map,cb_init_open_map): Declare.
1018 (os_get_errno,os_open): Update.
1019 (os_stat,os_fstat): New functions.
1020 (os_init): Initialize syscall_map, errno_map, open_map.
1021 (default_callback): Add entries for os_stat, os_fstat, syscall_map,
1022 errno_map, open_map, signal_map, stat_map.
1023 (cb_read_target_syscall_maps): New function.
1024 (cb_target_to_host_syscall): New function.
1025 (cb_host_to_target_errno): Renamed from host_to_target_errno.
1026 (cb_target_to_host_open): Renamed from target_to_host_open.
1027 (store): New function.
1028 (cb_host_to_target_stat): New function.
1029 * syscall.c: New file.
1030 * gentmap.c (sys_tdefs): New global.
1031 (gen_targ_vals_h): Output target syscall numbers.
1032 (gen_targ_map_c): Update. Output target syscall translation map.
1033 * gentvals.sh: New first argument `target'. Preface table with
1034 #ifdef NL_TARGET_$target if non-null target passed.
1035 * gennltvals.sh: New file.
1036 * nltvals.def: Regenerated.
1037
1038 Fri Nov 14 11:33:34 1997 Andrew Cagney <cagney@b1.cygnus.com>
1039
1040 * sim-n-core.h (sim_core_read_unaligned_N): Return static
1041 sim_core_dummy_M.
1042 (sim_core_dummy_M): Declare.
1043
1044 Wed Nov 12 18:16:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
1045
1046 * sim-core.c (sim_core_signal): Print the address of the
1047 instruction.
1048
1049 Thu Nov 13 11:49:41 1997 Doug Evans <devans@seba.cygnus.com>
1050
1051 * sim-base.h (sim_state_base): Move `magic' to end of struct.
1052
1053 * sim-base.h (sim_state_base): Add member trace_data.
1054 (STATE_TRACE_DATA): New macro.
1055 * sim-trace.h (TRACE_DEBUG_IDX,TRACE_debug): New macros.
1056 ({WITH_,}TRACE_DEBUG_P): New macros.
1057 (STATE_TRACE_FLAGS,STRACE_P,STRACE_DEBUG_P): New macros.
1058 (_sim_cpu): Delete forward reference.
1059 (debug_printf): Update.
1060 * sim-trace.c (OPTION_TRACE_DEBUG): Define.
1061 (trace_options): Add --trace-debug.
1062 (set_trace_options): Handle it.
1063 (trace_option_handler): Likewise.
1064 (trace_install): Init state trace_data struct.
1065 (trace_uninstall): Close state trace file.
1066 * sim-events.c (ETRACE): Only print source file and line number if
1067 --trace-debug.
1068 * sim-n-core.h (sim_core_trace_M): Likewise.
1069
1070 * sim-core.c (sim_core_signal): Add missing "\n" in message.
1071
1072 1997-11-13 Felix Lee <flee@cygnus.com>
1073
1074 * sim-n-core.h (sim_core_read_unaligned_N): illegal empty
1075 initializer.
1076 * sim-types.h (unsigned128,signed128): fix typo for MSVC.
1077
1078 Wed Nov 12 12:18:08 1997 Doug Evans <devans@canuck.cygnus.com>
1079
1080 * aclocal.m4 (SIM_AC_OPTION_SCACHE): Fix typo.
1081
1082 * Make-common.in (BUILT_SRC_FROM_COMMON): Remove files no longer
1083 built this way.
1084 (sim-config.o): Remove non-existent $(sim-nconfig_h) dependency.
1085 (clean): Don't delete $(BUILT_SRC_FROM_COMMON) if building in
1086 source tree.
1087
1088 Tue Nov 11 13:28:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
1089
1090 * sim-events.c (sim_events_process): Re-compute the time -
1091 update_time_from_event - as each event is processed. Reverses
1092 previous change.
1093
1094 Fri Nov 7 00:37:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
1095
1096 * callback.c (os_poll_quit): Replace _WIN32 with _MSC_VER.
1097
1098 Fri Nov 7 00:37:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
1099
1100 * sim-events.c (sim_events_process): Delete redundant call to
1101 update_time_from_event.
1102 (sim_events_slip): Always decrement time_from_event.
1103 (sim_events_tick, sim_events_deschedule, update_time_from_event):
1104 Delete assertion that time_from_event >=0 when work in queue, no
1105 longer applicable.
1106
1107 Thu Nov 6 12:06:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
1108
1109 * sim-options.c (STANDARD_OPTIONS): Change OPTION_* to an enum.
1110 (standard_option_handler): Update.
1111
1112 * sim-options.h: Clarify documentation.
1113 (OPTION_LONG_ONLY_P): Delete definition.
1114 (OPTION_VALID_P): Define.
1115
1116 * sim-options.c (sim_print_help): Allow short only options.
1117 (sim_parse_args): Ditto.
1118 (sim_args_command): Skip short only options.
1119 (sim_parse_args): Allocate space for NUM_OPTS not just 256. Make
1120 separate entries for short and long options in the HANDLERS and
1121 ORIG_VAL tables.
1122 (sim_parse_args): Disable argument permutation.
1123
1124 Wed Nov 5 13:40:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
1125
1126 * sim-core.h (DECLARE_SIM_CORE_WRITE_N. DECLARE_SIM_CORE_READ_N):
1127 Add argument M, size of data type.
1128 (sim_core_read_misaligned_3, sim_core_write_misaligned_3):
1129 Declare, ditto for 5, 6 & 7 byte transfers.
1130 (sim_core_write_unaligned_1, sim_core_write_unaligned_1): Define
1131 as aligned variant.
1132
1133 * sim-n-core.h (sim_core_trace_M): Rename from
1134 sim_core_trace_N. Add nr_bytes argument. Replace transfer argument
1135 with transfer type. Print transfer direction. Handle 1 and 2 byte
1136 transfers.
1137 (sim_core_read_unaligned_N, sim_core_write_unaligned_N): Trace
1138 unaligned accesses.
1139 (unsigned_M, T2H_M, H2T_M): Rename from unsigned_N, T2H_N, H2T_N.
1140 Update all functions.
1141
1142 * sim-core.c: Generate functions starting with 16 not 1.
1143 (sim_core_read_unaligned_3): Generate. Ditto for 3 byte write and
1144 all 5, 6 & 7 byte transfers.
1145
1146 * sim-n-core.h (sim_core_read_misaligned_N,
1147 sim_core_write_misaligned_N): Implement.
1148
1149 Mon Nov 3 15:03:04 1997 Andrew Cagney <cagney@b1.cygnus.com>
1150
1151 * sim-endian.h (U16_8): Implement
1152
1153 * sim-endian.c (sim_endian_split_16, sim_endian_join_16): New functions
1154
1155 * sim-endian.h (VL8_16, VH8_16): Implement.
1156
1157 * sim-memopt.c (memory_option_handler): Typecast 64bit value to
1158 long in printf.
1159 (memory_option_handler): Only zalloc modulo bytes when non-zero.
1160 (memory_option_handler): Skip comma in alias address list
1161
1162 Fri Oct 31 13:03:33 1997 Andrew Cagney <cagney@b1.cygnus.com>
1163
1164 * sim-memopt.c (do_memopt_add, do_memopt_delete): Add level and
1165 space params.
1166 (parse_size, parse_addr): New functions
1167 (memory_option_handler, memory_options): Parse address & size
1168 using new functions. Pass level, space, modulo to do_memopt_add &
1169 do_memopt_del.
1170
1171 * sim-memopt.h (struct _sim_memopt): Add level & space fields.
1172
1173 * sim-core.h (sim_core_arrach, sim_core_detach): Replace
1174 `attach_type attach' argument with `unsigned level' argument.
1175 Document.
1176
1177 * sim-core.c (new_sim_core_mapping, sim_core_map_attach,
1178 sim_core_attach): Replace argument attach with level. Update
1179 verification of arguments.
1180 (sim_core_map_detach, sim_core_detach): Replace argument attach
1181 with level.
1182
1183 * sim-basics.h (enum _attach_type): Delete.
1184
1185 Thu Oct 30 13:45:00 1997 Doug Evans <devans@seba.cygnus.com>
1186
1187 * sim-core.h (sim_core_write_8): Define.
1188
1189 Tue Oct 28 12:29:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
1190
1191 * sim-bits.h: Document ROTn macro.
1192
1193 * sim-endian.h (H2T): Handle 16 byte variables.
1194
1195 * sim-n-core.h (sim_core_read_unaligned_N): Return a dummy when an
1196 error.
1197
1198 * sim-core.c: Do not generate sim_core_*_word.
1199
1200 * sim-n-core.h (sim_core_trace_N): Add line_nr argument.
1201 (sim_core_write_aligned_N, sim_core_read_aligned_N): Update.
1202
1203 * sim-core.h (sim_core_read_unaligned_word,
1204 sim_core_read_aligned_word, sim_core_read_word,
1205 sim_core_write_unaligned_word, sim_core_write_aligned_word,
1206 sim_core_write_word): Change to macros that map onto sim_core_*_N.
1207
1208 Mon Oct 27 11:25:10 1997 Doug Evans <devans@canuck.cygnus.com>
1209
1210 * sim-n-endian.h: Add TAGS entrys for 16 byte versions.
1211
1212 * sim-endian.h: Disable 16 byte support.
1213
1214 Mon Oct 27 12:00:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1215
1216 * sim-endian.c (_SWAP_16): Define. Generate 126 bit swap code.
1217
1218 * sim-n-core.h (sim_core_trace_N): New function.
1219 (sim_core_read_aligned_N, sim_core_write_aligned_N): Use,
1220 (sim_core_read_unaligned_N): Do not retyrn bogus value wden error.
1221
1222 * sim-endian.h: Add 128 bit variant.
1223
1224 * sim-core.h, sim-core.c: Add 128 bit variant.
1225
1226 * sim-types.h: Add signed128 and unsigned128 types using a struct.
1227
1228 Fri Oct 24 11:33:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
1229
1230 * sim-events.c (sim_events_process): Clear events->work_pending.
1231 (sim_events_tickn, sim_events_tick): Accumulate, instead of
1232 setting, nr_ticks_to_process.
1233 (sim_events_preprocess): Allow nr_ticks_to_process to be non-zero
1234 when the event queue isn't next.
1235
1236 * sim-events.h, sim-events.c (sim_events_slip): New function.
1237
1238 Wed Oct 22 14:18:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
1239
1240 * sim-hload.c (sim_load): Pass lma_p==0 and do_load=sim_load.
1241
1242 * sim-utils.h, sim-load.c (sim_load_file): Add lma_p and do_load
1243 arguments.
1244
1245 Tue Oct 21 18:37:57 1997 Doug Evans <devans@canuck.cygnus.com>
1246
1247 * nrun.c (main): Remove useless test of name != NULL.
1248 Exit if bfd_openr fails. Call bfd_check_format after bfd_openr.
1249
1250 Tue Oct 21 10:42:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
1251
1252 * sim-fpu.c (EXPMAX): Type is unsigned.
1253 (MIN_INT, MAX_INT): Type is signed64.
1254 (i2fpu): Type of val is signed64.
1255
1256 Tue Oct 21 10:42:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
1257
1258 * sim-profile.h (PROFILE_PC_BUCKET_SIZE): Treat a shift of zero as
1259 a bucket size of zero.
1260
1261 * sim-profile.c (OPTION_PROFILE_PC_GRANULARITY,
1262 OPTION_PROFILE_PC): Define.
1263 (profile_option_handler): Add support for --profile-pc and
1264 --profile-pc-granularity options.
1265 (profile_pc_init): When possible, compute nr buckets from bucket
1266 size.
1267
1268 * sim-profile.c (profile_pc_init): Align the profile-pc end
1269 address with the profile-pc bucket size.
1270
1271 * sim-profile.h (PROFILE_PC_NR_BUCKETS): Rename PROFILE_PC_SIZE to
1272 something less ambiguous.
1273 (PROFILE_PC_BUCKET_SIZE): Ditto for PROFILE_PC_SAMPLE_SIZE.
1274
1275 * sim-profile.c (profile_pc_cleanup): New function. Move
1276 profile_pc_uninstall code to here.
1277 (profile_pc_uninstall): Call.
1278 (profile_pc_init): Call.
1279
1280 Mon Oct 20 17:23:58 1997 Andrew Cagney <cagney@b1.cygnus.com>
1281
1282 * sim-profile.c (profile_print_pc): Dump pc profile to dmon.out
1283 file using BSD gprof format.
1284
1285 * sim-bits.h (LSBIT, MSBIT, BIT): Force result to type
1286 unsigned_word.
1287 (LSBIT8, LSBIT16, LSBIT32, LSBIT64, MSBIT8, MSBIT16, MSBIT32,
1288 MSBIT64): Force result to unsignedN.
1289
1290 Thu Oct 16 11:38:56 1997 Andrew Cagney <cagney@b1.cygnus.com>
1291
1292 * sim-alu.h (ALU16_BEGIN, ALU32_BEGIN, ALU64_BEGIN): Drop opening
1293 brace from macro.
1294 (ALU8_BEGIN, ALU8_SET, ALU8_ADD, ALU8_SUB, ALU8_NEGATE): Define.
1295 (ALU16_ADD, ALU16_SUB, ALU16_NEGATE): Simplify arrithmetic.
1296 (ALU32_ADD, ALU32_SUB, ALU32_NEGATE): Simplify arrithmetic.
1297 (ALU64_ADD, ALU64_SUB, ALU64_NEGATE): Simplify arrithmetic.
1298
1299 Wed Oct 15 09:24:19 1997 Andrew Cagney <cagney@b1.cygnus.com>
1300
1301 * sim-core.h (struct _sim_core_mapping): Change free_buffer to
1302 type void*.
1303
1304 * sim-core.c (sim_core_uninstall, new_sim_core_mapping,
1305 sim_core_map_attach, sim_core_map_detach): Change free_buffer to
1306 type void*.
1307 (sim_core_attach): Rename buffer_freed to free_buffer, type
1308 void*. Ensure that allocated buffer is alligned according to
1309 region's address.
1310
1311 Mon Oct 13 11:34:50 1997 Andrew Cagney <cagney@b1.cygnus.com>
1312
1313 * sim-alu.h (ALU64_HAD_OVERFLOW): Define.
1314 (ALU64_SUB): Define.
1315
1316 * Make-common.in (all): Build SIM_EXTRA_ALL first.
1317 (.gdbinit): Remove dependencies, generate once per build.
1318
1319 Tue Oct 14 19:20:09 1997 Andrew Cagney <cagney@b1.cygnus.com>
1320
1321 * sim-n-core.h (sim_core_read_aligned_N,
1322 sim_core_write_aligned_N): Make xaddr param type address_word not
1323 unsigned_word.
1324
1325 Fri Oct 3 09:49:18 1997 Andrew Cagney <cagney@b1.cygnus.com>
1326
1327 * sim-fpu.h, sim-fpu.c: Rewrite. Change sim_fpu object to an
1328 unpacked floating point struct. Pass sim_fpu object by reference.
1329 Add preliminary support for rounding modes.
1330
1331 Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
1332
1333 * configure: Regenerated to track ../common/aclocal.m4 changes.
1334
1335 Thu Oct 2 19:43:52 1997 Andrew Cagney <cagney@b1.cygnus.com>
1336
1337 * aclocal.m4 (sim-bitsize): Fix typo, WITH_TARGET_WORD_BITSIZE not
1338 WITH_TARGET_BITSIZE.
1339
1340 Thu Sep 25 23:20:20 1997 Felix Lee <flee@yin.cygnus.com>
1341
1342 * sim-profile.c (profile_print_core): label needs empty statement.
1343
1344 Thu Sep 25 11:20:47 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
1345
1346 * sim-break.c (sim_set_breakpoint sim_clear_breakpoint): Use ZALLOC
1347 and zfree instead of xmalloc and free. Prevents warnings.
1348
1349 Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
1350
1351 * configure: Regenerated to track ../common/aclocal.m4 changes.
1352
1353 Wed Sep 24 17:23:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
1354
1355 * Make-common.in (SIM_BITSIZE): Assign from configured value.
1356 (CONFIG_CFLAGS): Add SIM_BITSIZE.
1357
1358 * aclocal.m4 (--enable-sim-bitsize): Developer option for
1359 controling the bitsize/msb of the target.
1360
1361 Wed Sep 24 17:41:40 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
1362
1363 * Make-common.in: New files sim-break.c, sim-break.h.
1364 * sim-base.h: Add point to breakpoint list to sim_state_base.
1365 * sim-break.c sim-break.h: New modules that implement intrinsic
1366 breakpoint support.
1367 * sim-module.c: Add breakpoint module.
1368
1369 Tue Sep 23 00:26:39 1997 Felix Lee <flee@yin.cygnus.com>
1370
1371 * sim-events.c (SIM_EVENTS_POLL_RATE): poll more often than once
1372 an hour.
1373 * sim-n-core.h (WITH_XOR_ENDIAN): MSVC barfs on
1374 if (0) { 1 % 0; }
1375 * sim-core.c (sim_core_xor_write_buffer): WITH_XOR_ENDIAN + 1.
1376 (SIGBUS) define for Windows.
1377 * sim-trace.c (trace_printf,debug_printf): added ALMOST_STDC.
1378 * sim-resume.c: define SIGTRAP for windows.
1379 * sim-xcat.h: use token pasting if ALMOST_STDC.
1380
1381 Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
1382
1383 * Make-common.in (SIM_SCACHE, SIM_DEFAULT_MODEL): Assign
1384 configured values.
1385 (CONFIG_CFLAGS): Add same.
1386
1387 Mon Sep 22 17:20:27 1997 Felix Lee <flee@cygnus.com>
1388
1389 * sim-types.h (SIGNED64): ##i64 when _MSC_VER, not _WIN32.
1390 (SIGNED32): use ##i32.
1391
1392 Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
1393
1394 * configure: Regenerated to track ../common/aclocal.m4 changes.
1395
1396 Tue Sep 23 10:07:47 1997 Andrew Cagney <cagney@b1.cygnus.com>
1397
1398 * aclocal.m4 (sim-endian): Simplify logic determining [default]
1399 endian of target.
1400
1401 * Make-common.in (SIM_WARNINGS, SIM_ALIGNMENT, SIM_ENDIAN,
1402 SIM_HOSTENDIAN, SIM_RESERVED_BITS, SIM_ASSERT, SIM_FLOAT,
1403 SIM_HARDWARE, SIM_INLINE, SIM_PACKAGES, SIM_REGPARM, SIM_SMP,
1404 SIM_STDCALL, SIM_XOR_ENDIAN): Assign configured values.
1405 (CONFIG_CFLAGS): Add same.
1406
1407 * aclocal.m4: Perform AC_SUBST on optional options.
1408
1409 Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
1410
1411 * sim-config.h (WITH_DEFAULT_ALIGNMENT): Don't hardwire any alignment.
1412
1413 * sim-options.c (standard_option_handler): Typo in warning message.
1414
1415 * sim-base.h (STATE_MODEL): Make conditional on SIM_HAVE_MODEL.
1416
1417 * sim-profile.c (profile_print_insn): Check 0 .. MAX_INSN for any
1418 insn count. Make count conditional on there being a valid
1419 INSN_NAME.
1420 (profile_pc_init): Make default PC profile frequency an arbitrary
1421 256.
1422
1423 * sim-base.h: Ditto.
1424
1425 * sim-profile.h (WITH_PROFILE_MODEL_P): Only enable modeling when
1426 SIM_HAVE_MODEL.
1427
1428 * sim-model.h (struct MACH): Depreciate, to be replaced by bfd
1429 archure struct.
1430
1431 Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
1432
1433 * configure: Regenerated to track ../common/aclocal.m4 changes.
1434
1435 Mon Sep 22 11:45:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
1436
1437 * aclocal.m4 (sim_alignment): Simplify logic for selecting the
1438 configured alignment.
1439
1440 Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
1441
1442 * configure: Regenerated to track ../common/aclocal.m4 changes.
1443
1444 Fri Sep 19 17:26:14 1997 Andrew Cagney <cagney@b1.cygnus.com>
1445
1446 * sim-config.c (sim_config): Check for default alignment.
1447
1448 * sim-options.c (standard_option_handler): Add alignment option.
1449
1450 * aclocal.m4 (sim_alignment): Allow configuration of hardwired and
1451 default alignment requirements on memory accesses.
1452
1453 Fri Sep 19 11:51:35 1997 Jeffrey A Law (law@cygnus.com)
1454
1455 * sim-load.c (sim_load_file): Return failure if the executable
1456 had no loadable sections.
1457
1458 Wed Sep 17 13:33:28 1997 Andrew Cagney <cagney@b1.cygnus.com>
1459
1460 * sim-events.c (ETRACE): Use trace_printf not sim_io_printf for
1461 trace output.
1462
1463 * sim-core.c (sim_core_signal): When bad access halt simulator
1464 SIGSEGV / SIGBUS instead of aborting.
1465 (signal.h): Include.
1466
1467 * sim-watch.c (sim_watchpoint_install): Handler for watchpoint
1468 options was missing.
1469
1470 * sim-bits.h (MOVED): Define
1471
1472 Wed Sep 17 10:33:28 1997 Andrew Cagney <cagney@b1.cygnus.com>
1473
1474 * sim-alu.h (ALU32_HAD_OVERFLOW): Pacify GCC, Use MSBIT instead of
1475 BIT.
1476
1477 * sim-bits.h (LSBIT, MSBIT): Check for overflow of shift value.
1478
1479 * sim-bits.c: Add 8 bit versions of bit macros.
1480
1481 * sim-bits.h: Ditto.
1482
1483 Tue Sep 16 16:15:16 1997 Andrew Cagney <cagney@b1.cygnus.com>
1484
1485 * sim-bits.c (LSSEXT, MSSEXT): Replace SEXT.
1486 (LSINSERTED, MSINSERTED): Ditto for INSERTED.
1487
1488 * sim-n-bits.h (MSSEXTn, LSSEXTn): Replace SEXTn.
1489 (LSINSERTDn, MSINSERTEDN): Ditto for INSERTEDn.
1490
1491 * sim-bits.h (SEXT*): Define as MSEXT/LSEXT.
1492 (INSERTED*): Ditto for LSINSERTED/MSINSERTED.
1493
1494 Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
1495
1496 * aclocal.m4 (SIM_AC_COMMON): Add optional config.h file argument.
1497 configure.in: Output to cconfig.h instead of config.h.
1498
1499 * configure: Regenerated to track ../common/aclocal.m4 changes.
1500
1501 Mon Sep 15 15:39:28 1997 Andrew Cagney <cagney@b1.cygnus.com>
1502
1503 * sim-utils.c (sim_analyze_program): Set STATE_ARCHITECTURE from
1504 BFD if known.
1505
1506 Tue Sep 9 21:46:46 1997 Felix Lee <flee@cygnus.com>
1507
1508 * callback.c (os_write): divert stdout and stderr to their
1509 respective hooks.
1510
1511 Thu Sep 11 10:08:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1512
1513 * sim-profile.c (profile_print_speed): Call
1514 sim_events_elapsed_time instead of PROFILE_EXEC_TIME for moment.
1515
1516 * sim-events.c (sim_events_elapsed_time): New function return nr
1517 host MS consumed by the simulator.
1518 (sim_watch_valid): Use.
1519
1520 * sim-module.c (modules): Install sim_events very very early.
1521
1522 * sim-profile.c (profile_print): Call profile_print_pc.
1523 (print_bar):
1524 (profile_pc_init): New function, set up processor for PC
1525 profiling.
1526 (profile_print_pc): New function, print a PC profile.
1527 (profile_pc_event): New function, sample PC.
1528
1529 * sim-profile.h (PROFILE_PC_COUNT, PROFILE_PC_START,
1530 PROFILE_PC_END, PROFILE_PC_SHIFT, PROFILE_PC_SAMPLE_SIZE): Add to
1531 profile struct.
1532
1533 * sim-options.c (sim_print_help): Pacify GCC.
1534
1535 * sim-n-core.h (sim_core_read_aligned_N,
1536 sim_core_write_aligned_N): Add un-conditional profile call.
1537 (sim_core_read_unaligned_N, sim_core_write_unaligned_N): Add
1538 profile call when aligned read/write isn't used.
1539
1540 * sim-base.h: Include sim-profile, sim-model after sim-core &
1541 sim-events allow sim-core to define useful values.
1542
1543 * sim-profile.c (OPTION_PROFILE_CORE): Define.
1544 (profile_option_handler, profile_options): Add support for
1545 --profile-core option.
1546 (print_bar): Include when core profiling.
1547 (profile_print_core): New function, print core profile.
1548
1549 * sim-config.c (print_sim_config): Print profile status.
1550
1551 * sim-profile.h (PROFILE_NEXT_IDX, PROFILE_core,
1552 WITH_PROFILE_PC_P): Define.
1553 (PROFILE_CORE_COUNT): Count each core-map/size separatly.
1554 (PROFILE_COUNT_CORE): Define.
1555
1556 Thu Sep 11 08:44:52 1997 Andrew Cagney <cagney@b1.cygnus.com>
1557
1558 * sim-watch.c (handle_watchpoint): Pass a char** index into the
1559 interrupt_names array as the data.
1560 (sim-watch.h): Document.
1561
1562 Wed Sep 10 16:15:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
1563
1564 * sim-options.c (sim_print_help): When the doc string is to long
1565 word wrap it.
1566
1567 * sim-watch.c (sim_watchpoint_install): Use option.doc_name so
1568 that only the first few the watch options are listed. Generate
1569 meanginful usage messages.
1570
1571 * sim-options.h (struct OPTION): Clarify use of doc_name field
1572
1573 Wed Sep 10 13:23:24 1997 Andrew Cagney <cagney@b1.cygnus.com>
1574
1575 * sim-options.c (OPTION_ARCHITECTURE_INFO): New option.
1576 (standard_option_handler): Handle --architecture-info.
1577
1578 Tue Sep 9 21:46:46 1997 Felix Lee <flee@cygnus.com>
1579
1580 * sim-core.h (sim_cpu_core): [WITH_XOR_ENDIAN + 1], to avoid
1581 illegal zero-sized array.
1582 * sim-core.c (sim_core_xor_read_buffer): same.
1583
1584 Tue Sep 9 11:20:35 1997 Doug Evans <dje@canuck.cygnus.com>
1585
1586 * nltvals.def: Regenerate.
1587
1588 Tue Sep 9 02:10:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
1589
1590 * sim-fpu.c (DP_FRACHIGH2): Define LL using SIGNED64.
1591
1592 Mon Sep 8 12:22:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
1593
1594 * sim-bits.c (MASKED): Delete.
1595 (EXTRACTED): Delete.
1596 (LSEXTRACTED, MSEXTRACTED): New functions.
1597
1598 * sim-n-bits.h (MASKEDn): Delete, define as MSMASKED or LSMASKED.
1599 (MSMASKEDn, LSMASKEDn): Add last argument.
1600 (MSMASK*): Ditto.
1601
1602 * sim-bits.h (EXTEND8, EXTEND16): Define.
1603 (EXTRACTED64): Define as 64 bit extract, not 32 bit.
1604
1605 * sim-run.c (sim_engine_run): Use CPU_CIA macro.
1606
1607 * sim-engine.h (SIM_ENGINE_HALT_HOOK): Use CPU_CIA to get at
1608 current instruction address.
1609
1610 * sim-inline.h (*_ENGINE): Define.
1611
1612 Fri Sep 5 08:39:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
1613
1614 * sim-core.c (sim_core_attach): Fix checks of modulo/mask.
1615
1616 * sim-watch.c (delete_watchpoint): Delete by ident and type.
1617 (watch_option_handler): Call delete_watchpoint with ident or type.
1618 (sim_watchpoint_install): Create interrupt specific watchpoint
1619 commands on the fly.
1620 (do_watchpoint_create): New function, create a watch point using
1621 type/int-nr info encoded in the option nr.
1622 (do_watchpoint_info): New function. List active watchpoints.
1623
1624 * sim-watch.h: Change data structure to a list.
1625
1626 * sim-memopt.c (memory_option_handler): Require explicit "all"
1627 before deleting all memory regions.
1628
1629 * sim-utils.c (sim_do_commandf): New function, printf version of
1630 sim_do_command.
1631
1632 * sim-basics.h (asprintf, vasprintf): Hack, define for CYGWIN32.
1633
1634 * sim-alu.h (ALU64_ADD): Use explicit MSEXTRACTED64, do not assume
1635 bit endianness.
1636 (SIGNED64, UNSIGNED64): Delete.
1637 (ALU64_ADD): Don't rely on bit endianness.
1638 (ALU64_BEGIN): Define.
1639
1640 * sim-n-bits.h (MSEXTRACTEDn, LSEXTRACTED): New functions.
1641 (EXTRACTEDn): Delete, define as either LSEXTRACTED or MSEXTRACTED.
1642
1643 * sim-types.h (SIGNED64, UNSIGNED64): New macros, attach relevant
1644 suffix - u64, LL - to 64 bit constants.
1645
1646 Thu Sep 4 09:27:54 1997 Andrew Cagney <cagney@b1.cygnus.com>
1647
1648 * sim-config.c (sim_config): Add assert for SIM_MAGIC_NUMBER.
1649
1650 * sim-utils.h (NZALLOC): Define - zalloc * N.
1651
1652 * sim-hrw.c (sim_read, sim_write): New file. Provide generic
1653 implementation of read/write functions.
1654
1655 * Make-common.in (sim-hrw.o): New target.
1656
1657 * sim-base.h (STATE_MEMOPT_P): Delete, simulators _always_ add
1658 memory.
1659
1660 * sim-memopt.c (memory_option_handler): Implement memory-size
1661 command. Implement memory-alias command. Let memory-delete delete
1662 all memory regions.
1663 (add_memopt): New function. Add a memory region.
1664 (do_memopt_delete): New function. Delete a memory region.
1665
1666 * sim-utils.c (sim_elapsed_time_get): Never return zero.
1667
1668 * sim-core.c (sim_core_detach): New function.
1669 (sim_core_map_detach): New function. Perform the actual detach.
1670 (sim_core_init): Move initialization code from here.
1671 (sim_core_install): To here.
1672 (sim_core_uninstall): And here.
1673
1674 * sim-module.c: Add memopt module.
1675
1676 * sim-base.h (STATE_MEMOPT, STATE_MEMOPT_P): Add memopt to
1677 simulator base type.
1678
1679 * Make-common.in (sim_main_headers): Add sim-memopt.h
1680 (sim-memopt.o): New target.
1681
1682 * sim-core.c (sim_core_install): Add core_options to the option
1683 table.
1684
1685 * sim-watch.c (watch_options): Make --delete-watch a synonym for
1686 --watch-delete.
1687
1688 * sim-config.h (WITH_MODULO_MEMORY): Define as 0. Update
1689 comments.
1690
1691 * sim-core.h (struct _sim_core_mapping): Change nr_bytes to type
1692 address_word, add mask member.
1693
1694 * sim-core.h, sim-core.c (sim_core_attach): Make nr_bytes of type
1695 address_word, allow for 64bit targets in 32bit host. Add modulo
1696 argument.
1697 (sim_core_map_attach): Ditto.
1698 (new_sim_core_mapping): Ditto.
1699 (sim_core_translate): Mask address when modulo memory.
1700
1701 Wed Sep 3 17:32:54 1997 Doug Evans <dje@seba.cygnus.com>
1702
1703 * sim-hload.c (sim_load): Add assert for SIM_MAGIC_NUMBER.
1704
1705 * gdbinit.in: New file.
1706 * aclocal.m4 (SIM_AC_OUTPUT): Build .gdbinit.
1707 * Make-common.in (distclean): Delete .gdbinit.
1708 (.gdbinit): Add rule for.
1709 * configure: Regenerated to track ../common/aclocal.m4 changes.
1710
1711 * Make-common.in (cgen-run.o): Add rule for.
1712
1713 Wed Sep 3 10:08:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
1714
1715 * sim-resume.c (sim_resume): Suspend/resume the simulator.
1716
1717 * sim-events.c (sim_watch_valid): Compute total elapsed time from
1718 both resumed and previous elapsed time.
1719 (sim_events_init): Set initial_wallclock and current_wallclock to
1720 zero.
1721 (sim_events_install): Install sim_events_suspend and
1722 sim_events_resume.
1723 (sim_events_watch_clock): Allow for suspended simulator when
1724 computing the time of the clock event.
1725
1726 * sim-events.h (struct _sim_event): Add resume_wallclock, rename
1727 initial_wallclock to elapsed_wallclock, set both to zero.
1728 (sim_events_init, sim_events_uninstall): Delete prototypes.
1729
1730 * sim-module.h (MODULE_SUSPEND_FN, MODULE_RESUME_FN): Define types.
1731
1732 * sim-module.c(sim_module_resume, sim_module_suspend): New
1733 functions.
1734
1735 Wed Sep 3 10:08:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
1736
1737 * sim-core.c (sim_core_map_attach): Clarify memory overlap error
1738 message.
1739
1740 Tue Sep 2 14:57:06 1997 Doug Evans <dje@canuck.cygnus.com>
1741
1742 * Makefile.in (TAGS): Add support for "/* TAGS: foo */" marker.
1743 * Make-common.in (TAGS): Likewise.
1744 * sim-n-bits.h: Add TAGS comments for all functions.
1745 * sim-n-core.h: Likewise.
1746 * sim-n-endian.h: Likewise.
1747
1748 Mon Sep 1 10:50:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
1749
1750 * sim-utils.c (sim_state_alloc): Set CPU backlinks, callback and
1751 kind.
1752
1753 * sim-base.h (sim_state_alloc): Add callback and kind arguments.
1754
1755 * sim-base.h (INVALID_INSTRUCTION_ADDRESS): Add default
1756 definition.
1757
1758 Sat Aug 30 09:47:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
1759
1760 * sim-fpu.c (DP_GARDMSB, ...): Make unsigned.
1761 (DP_FRACHIGH, DP_FRACHIGH2, ..): Use MSMASK to avoid LL.
1762
1763 Fri Aug 29 13:37:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
1764
1765 * sim-core.c (sim_core_map_attach): Cast attach enum to int.
1766 (sim_core_xor_read_buffer, sim_core_xor_write_buffer): Make
1767 nr_transfered and nr_this_transfer unsigned.
1768
1769 * sim-events.c (sim_events_tickn): N is signed, as limited to
1770 MAXINT.
1771
1772 * sim-n-endian.h (offset_N): Change size to unsigned.
1773
1774 * callback.c (os_poll_quit): Add prototypes for kbhit and getkey.
1775
1776 Fri Aug 29 10:10:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
1777
1778 * sim-utils.c (sim_copy_argv): Delete, replaced by dupargv.
1779
1780 * sim-options.c (sim_parse_args): Use dupargv.
1781
1782 Thu Aug 28 10:36:34 1997 Doug Evans <dje@canuck.cygnus.com>
1783
1784 * sim-options.c (standard_option_handler): Use xstrdup, not strdup.
1785
1786 Thu Aug 28 12:09:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
1787
1788 * sim-base.h (STATE_ARCHITECTURE, STATE_TARGET): Add to simulator
1789 base type.
1790
1791 * sim-options.c (standard_options): Add --architecture=MACHINE and
1792 --target=TARGET options.
1793 (OPTION_ARCHITECTURE, OPTION_TARGET): Define.
1794 (standard_option_handler): Handle architecture and target options.
1795 (bfd.h): Include.
1796
1797 * sim-utils.c (sim_analyze_program): Pass STATE_TARGET to
1798 bfd_openr.
1799 (sim_analyze_program): Set prog_bfd architecture from
1800 STATE_ARCHITECTURE if known.
1801
1802 Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
1803
1804 * configure: Regenerated to track ../common/aclocal.m4 changes.
1805 * config.in: Ditto.
1806
1807 Wed Aug 27 18:11:30 1997 Andrew Cagney <cagney@b1.cygnus.com>
1808
1809 * aclocal.m4 (enable-sim-warnings): Remove comment stating
1810 that option does not apply to certain files.
1811
1812 Wed Aug 27 15:13:04 1997 Andrew Cagney <cagney@b1.cygnus.com>
1813
1814 * sim-bits.h (LSBIT8, LSBIT16, LSBIT32, LSBIT64, LSBIT, MSBIT8,
1815 MSBIT16, MSBIT32, MSBIT64, MSBIT): New macros - single bit as
1816 offset from MSB/LSB.
1817
1818 * sim-endian.h (A1_8, A2_8, A4_8, A1_4, A2_4, A1_2): New macro,
1819 access address of sub word quantity of a hosts 16, 32, 64 bit word
1820 type.
1821 (V1_2, V1_4, V2_4, V1_8, V2_8, V4_8): Ditto for values.
1822 (U8_1, U8_2, U8_4, U4_1, U4_2, U2_1): Ditto for set of values.
1823 (V2_H1, V2_L1, V4_H2, V4_L2, V8_L4, V8_H4): Given N byte argument,
1824 return N*2 byte value with argument in Hi/Lo word. Renamed from
1825 V1_H2, V1_L2, V2_H4, V2_L4, V4_H8, V4_L8.
1826
1827 * sim-alu.h (ALU32_HAD_OVERFLOW): Use 64 bit mask not 32bit.
1828 (ALU16_HAD_CARRY, ALU32_HAD_CARRY, ALU16_HAD_OVERFLOW): Use MSBIT
1829 so that bit offset is explicit.
1830
1831 Wed Aug 27 11:55:35 1997 Andrew Cagney <cagney@b1.cygnus.com>
1832
1833 * sim-utils.c (sim_analyze_program): Add prog_name argument.
1834 Update STATE_PROG_BFD when needed with a dup'd copy of the
1835 program.
1836
1837 * sim-config.c (sim_config): Delete ABFD argument, use
1838 STATE_PROG_BFD directly.
1839
1840 Tue Aug 26 12:55:26 1997 Andrew Cagney <cagney@b1.cygnus.com>
1841
1842 * run.c (main): Pass the open ABFD to sim_create_inferior.
1843
1844 * nrun.c (main): Determine prog_bfd. Pass to sim_create_inferior
1845 and sim_load.
1846 (bfd.h): Include.
1847
1848 * sim-hload.c (sim_load): New file. Implement generic sim_load for
1849 hardware only simulator targets.
1850
1851 * Make-common.in (sim-hload.o): Add rule.
1852
1853 Wed Aug 27 09:51:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
1854
1855 * sim-utils.c (sim_copy_argv): Rewrite to match malloc strategy
1856 used by copyargv and freeargv.
1857
1858 * sim-options.c (sim_parse_args): Save a copy of PROG-ARGS in
1859 STATE_PROG_ARGV, not just a pointer.
1860
1861 Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
1862
1863 * configure: Regenerated to track ../common/aclocal.m4 changes.
1864 * config.in: Ditto.
1865
1866 Mon Aug 25 12:11:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
1867
1868 * aclocal.m4 (sim-endian): Add second argument to
1869 SIM_AC_OPTION_ENDIAN. First is hardwired endian, second is
1870 default endian when not hardwired.
1871
1872 * sim-config.h (WITH_DEFAULT_TARGET_BYTE_ORDER): New macro, if all
1873 else failes value for target byte order.
1874
1875 * sim-config.c (sim_config): Add abfd arguments. Set
1876 STATE_PROG_BFD accordingly. Determine prefered_target_byte_order
1877 from same.
1878 (sim_config): Return SIM_RC, don't abort.
1879 (bfd.h): Include.
1880
1881 * run.c (main): Update call to sim_open - add ABFD argument.
1882 * nrun.c (main): Add NULL ABFD argument.
1883
1884 Thu Aug 14 12:48:57 1997 Doug Evans <dje@canuck.cygnus.com>
1885
1886 * callback.c (os_poll_quit): Make static.
1887 Call sim_cb_eprintf, not p->eprintf.
1888 (sim_cb_printf, sim_cb_eprintf): New functions.
1889 * sim-utils.h (sim_cb_printf, sim_cb_eprintf): Declare.
1890
1891 * sim-basics.h (zalloc,zfree,sim_add_commas,SIM_ELAPSED_TIME,
1892 sim_elapsed_time_get,sim_elapsed_time_since): Move decls to
1893 sim-utils.h. #include sim-utils.h.
1894 * sim-utils.h: Above decls moved here.
1895 (sim_analyze_program,sim_load_file): Use `struct _bfd', not `bfd'.
1896
1897 * sim-watch.c (action_watchpoint): Fix thinkos.
1898
1899 Thu Jul 24 08:48:05 1997 Stu Grossman (grossman@critters.cygnus.com)
1900
1901 * sim-types.h: Fix defs of 64 bit data types for MSVC.
1902
1903 Tue Jul 22 10:35:37 1997 Doug Evans <dje@canuck.cygnus.com>
1904
1905 * sim-n-core.h (sim_core_write_unaligned_N): Add missing break
1906 to FORCED_ALIGNMENT case.
1907
1908 Thu Jun 5 13:48:37 1997 Andrew Cagney <cagney@b1.cygnus.com>
1909
1910 * callback.c (target_to_host_open): Handle hosts with O_BINARY.
1911
1912 Thu Jun 5 08:47:10 1997 Jeffrey A Law (law@cygnus.com)
1913
1914 * Make-common.in (libsim.a): Fix typo.
1915
1916 Thu Jun 5 13:48:37 1997 Andrew Cagney <cagney@b1.cygnus.com>
1917
1918 * nrun.c (main): Verify the structure returned before using it.
1919
1920 Wed Jun 4 11:44:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
1921
1922 * sim-config.h (WITH_ENGINE): Enable the sim-engine module by
1923 default.
1924
1925 * sim-engine.c (sim_engine_install): New function. Install the
1926 engine init functions.
1927 (sim_engine_init): [Re]initialize the simulator engine.
1928
1929 * sim-module.c: Add sim_engine to list of modules that always
1930 install.
1931
1932 Tue Jun 3 04:52:04 1997 Andrew Cagney <cagney@b1.cygnus.com>
1933
1934 * sim-watch.c (schedule_watchpoint): Use sim_unschedule_watchpoint
1935 to remove the old watchpoint, not delete_watchpoint.
1936 (watch_option_handler): Action the correct watchpoint, not just
1937 cycles.
1938
1939 Wed May 28 14:47:41 1997 Andrew Cagney <cagney@b1.cygnus.com>
1940
1941 * sim-n-core.h (sim_core_write_aligned_N): For 8byte reads, output
1942 both low and high word.
1943 (sim_core_write_aligned_N): Ditto.
1944
1945 * sim-trace.c (set_trace_options): Delete code explicitly setting
1946 core->trace.
1947
1948 * sim-options.c (sim_print_help): Call the list commands if not a
1949 standalone simulator.
1950 (sim_print_help): Advise that some options may not be applicable.
1951
1952 * sim-trace.c (set_trace_options): Assume core present.
1953
1954 * sim-events.c (sim_events_schedule_after_signal): Overflow signal
1955 buffer when full not almost full.
1956
1957 Tue May 27 14:32:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
1958
1959 * sim-events.c (sim_events_process): Don't blat the event queue
1960 when processing watchpoints.
1961
1962 * sim-watch.h: Make arg unsigned long - stop sign extension.
1963
1964 * sim-events.c (sim_watch_valid): rewrite so debugable.
1965
1966 * sim-config.h (WITH_XOR_ENDIAN): Default to zero.
1967
1968 * sim-watch.c (schedule_watchpoint): Add is_within option so that
1969 inequality test is possible.
1970 (handle_watchpoint): Re-pass is_within arg.
1971 (watch_option_handler): When `!' prefix to pc-watchpoint arg pass
1972 0 to schedule_watchpoint's is_within arg.
1973 (sim_watchpoint_init): Re-pass is_within arg.
1974
1975 * sim-options.c (sim_print_help): Add is_command argument. Don't
1976 include -- prefix when called from the command line interpreter.
1977
1978 * sim-watch.c (schedule_watchpoint): Pass true is_within argument.
1979
1980 * sim-events.c (sim_events_watch_sim): Add is_within argument,
1981 zero indicates that the test should be reversed.
1982 (sim_events_watch_core): Ditto.
1983 (WATCH_CORE): Compare range against is_within.
1984 (WATCH_SIM): Ditto.
1985
1986 Tue May 27 12:48:03 1997 Andrew Cagney <cagney@b2.cygnus.com>
1987
1988 * sim-events.c (WATCH_CORE): Pass NULL cpu argument to
1989 sim_core_read_buffer. Check nr-bytes transfered.
1990
1991 * sim-core.h (sim_core_common): Define a new struct that contains
1992 the common data. to sd and cpu structures.
1993 * sim-core.c (sim_core_attach): Update.
1994 (sim_core_init): Update. Remember to copy initialized data to each
1995 cpu.
1996 (sim_core_find_mapping): Ditto.
1997
1998 * sim-core.c (sim_core_read_buffer): Add cpu argument.
1999 (sim_core_write_buffer): Ditto.
2000
2001 * sim-n-core.h (sim_core_read_unaligned_N): When mis-aligned
2002 transfer use xor version of read buffer.
2003 (sim_core_write_unaligned_N): Ditto for write.
2004
2005 * sim-core.c (sim_core_xor_read_buffer): New function implement
2006 xor-endian data read breaking transfer up into xor-endian sized
2007 blocks.
2008 (sim_core_xor_write_buffer): Ditto for write.
2009 (reverse_n): Reverse order of arbitrary number of bytes in buffer
2010 - needed for xor-endian transfers.
2011
2012 Fri May 23 14:24:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
2013
2014 * sim-inline.h: Review description.
2015
2016 * sim-core.h, sim-core.c: Reduce number of functions being inlined
2017 to just those involved in data transfers and configuration.
2018
2019 * sim-xcat.h (XSTRING): New macro, map macro definition onto
2020 string.
2021 * sim-n-core.h (sim_core_read_aligned_N): Use.
2022 (sim_core_read_unaligned_N): Ditto.
2023 (sim_core_read_unaligned_N): Ditto..
2024 (sim_core_write_unaligned_N): Ditto.
2025
2026 * sim-core.h: Add xor endian bitmap to main structure. *
2027
2028 sim-n-core.h (sim_core_write_aligned_N): Add suport for xor
2029 endian.
2030 (sim_core_read_aligned_N): Ditto.
2031
2032 * sim-core.c (sim_core_set_xor_endian): New function.
2033 (sim_core_attach): Don't overwrite the per-cpu xor map when
2034 cloning the global core.
2035
2036 Fri May 23 10:53:13 1997 Andrew Cagney <cagney@b1.cygnus.com>
2037
2038 * sim-engine.h: Update below so that it is using an enumerated
2039 type.
2040
2041 Thu May 22 09:12:16 1997 Gavin Koch <gavin@cygnus.com>
2042
2043 * sim-engine.c (sim_engine_restart):
2044 * sim-resume.c (sim_resume): Change longjmp param/setjmp
2045 return value used for simulator restart from 0 to 2.
2046
2047 Wed May 21 08:47:30 1997 Andrew Cagney <cagney@b1.cygnus.com>
2048
2049 * cgen-scache.c (scache_option_handler): Add is_command arg.
2050
2051 * sim-model.c (model_option_handler): Add is_command argument.
2052
2053 * sim-profile.c (profile_option_handler): Add is_command arg.
2054
2055 * sim-events.c (sim_watch_valid): Use ub64, lb64 when 64bit value
2056 involved.
2057
2058 * sim-module.c (sim_module_add_init_fn): Call init fn in the same
2059 order that they are registered.
2060
2061 * sim-options.h (OPTION_HANDLER): Add argument to differentiate
2062 between option and command line processing.
2063
2064 * sim-options.c: Include stdlib.h, ctype.h.
2065
2066 * Make-common.in (sim-watch.o): Add rule.
2067 (sim_main_headers): Assume sim-assert.h included.
2068 (sim-*.o): Simplify make rule.
2069
2070 * sim-module.c: Add sim_watch_install to module list.
2071
2072 Tue May 20 14:15:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
2073
2074 * sim-base.h (STATE_LOADED_P): New predicate. Set once everything
2075 has been loaded.
2076
2077 * sim-trace.c (trace_install): Check magic. Include sim-assert.h.
2078 * sim-events.c (sim_events_install): Ditto.
2079 * sim-core.c (sim_core_install): Ditto.
2080 * sim-model.c (model_install): Ditto.
2081 * sim-options.c (standard_install): Ditto.
2082 * sim-profile.c (profile_install): Ditto.
2083 * sim-reason.c (sim_stop_reason): Ditto.
2084 * sim-run.c (sim_engine_run): Ditto.
2085 * sim-utils.c (sim_analyze_program): Ditto.
2086
2087 * sim-module.c (modules): Make profile_install and trace_install
2088 optional.
2089
2090 * sim-base.h (STATE_MEM_BASE): Define for flat memory systems.
2091
2092 * sim-options.c (standard_option_handler): Set the byte order.
2093
2094 * sim-events.c (sim_events_process): Allow multi tick processing.
2095 (sim_events_tickn): New function - multi cycle tick.
2096
2097 * sim-events.h (sim_events_tickn, sim_events_timewarp): Add
2098 prototypes. Under development.
2099 (sim_events): Replace processing with nr_ticks_to_process.
2100
2101 Tue May 20 09:39:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
2102
2103 * nrun.c (main): Pass callbacks to sim_open instead of using
2104 sim_set_callbacks.
2105
2106 * run.c (main): Ditto.
2107
2108 Mon May 19 12:07:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
2109
2110 * sim-events.c (sim_events_zalloc): Signal save memory allocator -
2111 stop tk interrupting malloc calls.
2112 (sim_events_zalloc): Converse.
2113
2114 * Make-common.in (sim_main_headers): Add sim-events.h.
2115
2116 * sim-events.c (sim_events_schedule_after_signal): Change return
2117 type to void - signal events are strictly internal.
2118 (sim_events_init): Allocate a finite buffer for signal events.
2119 (sim_events_schedule_after_signal): Enter signal events into the
2120 signal buffer.
2121
2122 * sim-engine.c (sim_engine_halt): Check SIM_DESC magic.
2123 (sim_engine_restart): Ditto.
2124 (sim_engine_abort): Ditto.
2125 * sim-stop.c (sim_stop): Ditto.
2126 (control_c_simulation): Ditto.
2127 * sim-resume.c (sim_resume): Ditto.
2128 (has_stepped): Ditto.
2129 * sim-abort.c (sim_engine_abort): Ditto.
2130
2131 * sim-basics.h (transfer_type): New type.
2132
2133 * sim-core.c (sim_core_signal): New function. Print core signal
2134 information.
2135 (sim_core_find_mapping): Add transfer argument.
2136
2137 * sim-n-core.h (sim_core_{write,write}_unaligned_N): Call
2138 SIM_CORE_SIGNAL if a recoverable abort.
2139 * sim-core.c (sim_core_find_mapping): Ditto.
2140
2141 Fri May 16 15:13:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
2142
2143 * sim-core.c (sim_core_find_mapping): Replace calls to
2144 sim_io_error to more resiliant sim_engine_abort.
2145
2146 * sim-n-core.h (sim_core_read_unaligned_N): Ditto.
2147 (sim_core_write_unaligned_N): Ditto.
2148
2149 Tue May 13 13:50:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
2150
2151 * sim-module.c: Add sim_events_install to list.
2152
2153 * sim-events.c (sim_events_install, sim_events_uninstall): Clonse
2154 from sim_core_*.
2155 (sim_events_init): Now returns SIG_RC.
2156
2157 * sim-run.c: New file. Generic sim_engine_run.
2158 * sim-reason.c: New file. Generic sim_stop_reason.
2159 * sim-stop.c: New file. Generic sim_stop.
2160 * sim-resume.c: New file. Generic sim_resume.
2161
2162 * Make-common.in (sim-engine.o): Add rule.
2163 (sim-run.o, sim-reason.o, sim-stop.o, sim-resume.o): Ditto.
2164
2165 * sim-engine.h, sim-engine.c: New file. Provide generic
2166 implementation of sim_engine_halt, sim_engine_error. et.al.
2167
2168 * sim-base.h (sim_state_base): Add member halt.
2169 (sim-engine.h): Include.
2170
2171 * sim-events.h (sim_event_handler): Always pass SIM_DESC to event
2172 handlers.
2173 * sim-events.c (sim_events_poll): Update event handler.
2174
2175 Tue May 13 09:57:49 1997 Andrew Cagney <cagney@b2.cygnus.com>
2176
2177 * sim-events.h, sim-events.c (sim_events_watch_clock): New
2178 function.
2179 (sim_events_watch_sim): New function.
2180 (sim_events_watch_core): New function.
2181 (sim_watch_valid): New function.
2182 (sim_events_preprocess): New function.
2183 (sim_events_process): Process the watchpoints as well as the timer
2184 queue.
2185 (sim_events_tick): Check WORK_PENDING instead of the hold queue.
2186 (sim_events_deschedule): Check all the queues when removing an
2187 event.
2188 (sim_events_init): Ditto for cleaning.
2189
2190 Mon May 19 12:07:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
2191
2192 * sim-fpu.c (is_ufpu_number): Comment out - currently unused.
2193
2194 Mon May 19 11:23:03 1997 Andrew Cagney <cagney@b1.cygnus.com>
2195
2196 * callback.c (os_open): Type of arg flags is int.
2197
2198 Fri May 16 22:26:43 1997 Michael Meissner <meissner@cygnus.com>
2199
2200 * sim-fpu.c (sim_fpu_is_{eq,ne,lt,le,gt,ge}): Compare Infinities
2201 just like normal numbers as per IEEE rules.
2202
2203 Wed May 14 21:20:38 1997 Bob Manson <manson@charmed.cygnus.com>
2204
2205 * callback.c (os_close): Mark the descriptor as being
2206 available if the close succeeded.
2207 (os_open): Pass 0644 as the mode of the file being created.
2208
2209 Thu May 15 10:58:52 1997 Andrew Cagney <cagney@b1.cygnus.com>
2210
2211 * sim-fpu.c (pack_fpu, unpack_fpu): New functions - decode a
2212 float.
2213
2214 * sim-inline.c (SIM_INLINE_C): Rename from _SIM_INLINE_C_.
2215 * sim-lnline.h: Update.
2216
2217 * sim-fpu.h, sim-fpu.c (sim_fpu_[iu]{32,64}to): New int2fp
2218 conversion functions.
2219 (sim_fpu_to{32,64}[iu]): New fp2int functions.
2220
2221 * sim-fpu.h, sim-fpu.c (sim_fpu_is_{lt,le,eq,ne,ge,gt}): New fp
2222 compare functions. Replacing.
2223 (sim_fpu_cmp): This. Delete.
2224
2225 Mon May 12 14:49:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
2226
2227 * sim-core.c (sim_core_find_mapping): Call engine_error not
2228 sim_io_error when possible.
2229
2230 Mon May 12 08:55:07 1997 Andrew Cagney <cagney@b2.cygnus.com>
2231
2232 * sim-endian.h (V1_H2): Add macro's to insert a word into a
2233 high/low double word.
2234
2235 * sim-trace.h: Remove definition of attribute - defined in
2236 sim_basics.h.
2237
2238 Mon May 12 08:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
2239
2240 * sim-options.h (struct OPTION): Add doc_opt as the documenting
2241 name of the option - or family of options.
2242
2243 * sim-options.c (sim_args_command): Match command `a-b c' with
2244 option `--a-b-c' from option table.
2245
2246 Thu May 8 12:40:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
2247
2248 * sim-options.c (sim_print_help): For optional arguments, wrap
2249 them in [].
2250
2251 * sim-trace.c (set_trace_options): New function, handle optional
2252 argument and multiple assignment.
2253 (trace_option_handler): Update.
2254
2255 * sim-trace.c (trace_option_handler): Trace branch and not fpu
2256 when branch tracing selected.
2257
2258 Wed May 7 15:19:58 1997 Andrew Cagney <cagney@b1.cygnus.com>
2259
2260 * sim-trace.c (trace_one_insn): Make a va-args function.
2261
2262 * sim-trace.c (trace_vprintf): New function, va-arg version of
2263 trace_printf.
2264
2265 Tue May 6 16:38:16 1997 Doug Evans <dje@canuck.cygnus.com>
2266
2267 * sim-trace.c (trace_uninstall): Don't close a file twice.
2268 * sim-profile.c (profile_uninstall): Likewise.
2269
2270 Tue May 6 06:14:01 1997 Mike Meissner <meissner@cygnus.com>
2271
2272 * sim-trace.c (toplevel): Include bfd.h.
2273 (trace_options): Note that --trace-linenum also turns on
2274 --trace-insn. Add --trace-{branch,semantics}.
2275 (trace_option_handler): If --trace-linenum, also turn on
2276 --trace-insn. Add --trace-branch support. If --trace-semantics,
2277 turn on ALU, FPU, branch, and memory tracing.
2278 (trace_one_insn): New function to trace an instruction. Support
2279 --trace-linenum.
2280 (OPTION_TRACE_*): Use an enum, rather than lots of defines.
2281
2282 * sim-trace.h (TRACE_{SEMANTICS,BRANCH}_IDX): Add new macros.
2283 (MAX_TRACE_VALUES): Use 32, not 12 by default.
2284 (TRACE_branch): Add new mask.
2285 (TRACE_*_P): Define all possible trace_p macros.
2286 (trace_one_insn): Declare function.
2287
2288 Mon May 5 14:08:34 1997 Mike Meissner <meissner@cygnus.com>
2289
2290 * sim-trace.h (__attribute__): Define as nothing if not GNU C or
2291 GNU C doesn't support __attributes__.
2292 ({trace,debug}_printf): Add attribute's so -Wformat can check the
2293 format strings.
2294
2295 Mon May 5 11:16:12 1997 Andrew Cagney <cagney@b1.cygnus.com>
2296
2297 * sim-config.h (FORCED_ALIGNMENT): New alignment option -
2298 addresses are masked forcing them to be correctly aligned.
2299 (WITH_ALIGNMENT): Make NONSTRICT_ALIGNMENT the default.
2300 * sim-config.c (config_alignment_to_a): Update.
2301
2302 * sim-core.h (sim_cpu_core): New data type contains cpu specific
2303 core data.
2304 * sim-base.h (CPU_CORE): Add cpu specific core data to cpu base
2305 type.
2306 * sim-core.c (sim_core_attach): Add CPU argument. Ready for
2307 processor specific core maps.
2308 (sim_core_map_attach): Copy the core map data to each of the
2309 processor specific core data structures.
2310 * sim-core.c (sim_core_find_mapping): Update.
2311
2312 * sim-n-core.h (sim_core_read_N, sim_core_write_N): Rename.
2313 (sim_core_write_aligned_N, sim_core_write_aligned_N): New names.
2314 (sim_core_write_unaligned_N, sim_core_write_unaligned_N): New
2315 alternatives that handle unaligned addresses.
2316 (sim_core_{read,write}_{,un}aligned_N): Drop SIM_DESC arg, replace
2317 with just CPU arg.
2318 * cgen-utils.c (sim_disassemble_insn): Update.
2319
2320 Mon May 5 13:19:16 1997 Andrew Cagney <cagney@b1.cygnus.com>
2321
2322 * sim-trace.h (TRACE_FPU_IDX): Add Floating-point specific
2323 tracing.
2324
2325 * sim-fpu.h, sim-fpu.c: New files - prototype for generic target
2326 fpu support.
2327
2328 * sim-inline.h, sim-inline.c: Add support for SIM_FPU.
2329
2330 Fri May 2 17:59:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
2331
2332 * sim-core.c (sim_core_map_to_str): New function ascii equivalent
2333 to map type.
2334
2335 * sim-n-core.h (sim_core_read_N, sim_core_write_N): Use in trace
2336 statement.
2337
2338 Fri May 2 17:28:02 1997 Andrew Cagney <cagney@b2.cygnus.com>
2339
2340 * cgen-trace.c: Prepend additional trace_printf argument.
2341
2342 * cgen-utils.c (sim_disassemble_insn): Add additional core
2343 arguments.
2344
2345 Fri May 2 11:40:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
2346
2347 * nrun.c (main): Catch/report errorenous simulator states.
2348
2349 * sim-module.c: #include "libiberty.h" so that xmalloc is defined.
2350 * sim-trace.c: #include string.h/strings.h so that memset is
2351 defined.
2352 * sim-utils.c: Ditto.
2353 * sim-profile.c: Ditto. And stdlib.h.
2354 (print_bar): Only define when used by instruction or memory profiler.
2355
2356 * sim-options.c (standard_option_handler): Make ul more local.
2357
2358 * sim-load.c (sim_load_file): Make the name constant.
2359 (sim_load_file): Passify gcc.
2360
2361 * sim-utils.h: New file, pre-declare utilites in corresponding .c
2362 file.
2363 * sim-utils.c, sim-load.c: Include sim-utils.h.
2364
2365 * sim-base.h (sim_cpu): Pre define here so available to all.
2366
2367 * sim-core.h (DECLARE_SIM_CORE_WRITE_N, DECLARE_SIM_CORE_READ_N):
2368 Restore the sim_cpu and instruction_address arguments so that full
2369 information is available to the abort function.
2370 * sim-core.c (sim_core_find_mapping, sim_core_write_buffer): Ditto.
2371 * sim-n-core.h (sim_core_write_N, sim_core_read_N): Update.
2372
2373 * sim-trace.h, sim-trace.c (trace_option_handler): Add interim
2374 tracing support for sim-events and sim-core.
2375 (trace_option_handler): Convert #if to if where possible so always
2376 compiled/checked by C compiler.
2377 * sim-n-core.h (sim_core_write_N, sim_core_read_N): Update.
2378
2379 * sim-base.h: Adjust comment documenting how to define the cpu
2380 structure.
2381 (sim_state_base): Add sim_core and sim_events to simulator base
2382 object.
2383
2384 * sim-trace.h, sim-trace.c (trace_printf): Add SIM_DESC argument.
2385 * sim-core.c (sim_core_init, sim_core_attach,
2386 sim_core_find_mapping): Update.
2387 * sim-events.c (ETRACE, sim_events_init, sim_events_time,
2388 update_time_from_event, insert_sim_event,
2389 sim_events_schedule_after_signal, sim_events_deschedule,
2390 sim_events_tick): Ditto.
2391
2392 * sim-basics.h (sim-module.h, sim-trace.h, sim-profile.h,
2393 sim-model.h): Move #includes from here.
2394 * sim-base.h: To here.
2395 (sim-core.h, sim-events.h, sim-io.h): Include also
2396
2397 Wed Apr 30 15:37:54 1997 Andrew Cagney <cagney@b1.cygnus.com>
2398
2399 * callback.c (default_callback): Missing initialisers.
2400
2401 Thu May 1 10:40:47 1997 Doug Evans <dje@canuck.cygnus.com>
2402
2403 * sim-utils.c (sim_add_commas): New function.
2404 * sim-basics.h (sim_add_commas): Add prototype.
2405 * cgen-scache.c (scache_print_profile): Print commas in numbers.
2406 * sim-profile.c (COMMAS): New macro.
2407 (print_*): Use it to print commas in numbers.
2408
2409 * configure: Regenerated.
2410
2411 * cgen-sim.h (sim_signal_type): Add SIM_SIGINT.
2412 (cgen_state): New member run_fast_p.
2413 (cgen_init): Add prototype.
2414 (sim_disassemble_insn): New arg `cpu'.
2415 * cgen-trace.c (trace_insn): Update call to sim_disassemble_insn.
2416 * cgen-utils.c (cgen_init): New function.
2417 (sim_disassemble_insn): New arg `cpu'. Rewrite fetching of insn.
2418 * genmloop.sh: Call engine_halt if loop exits.
2419
2420 * Makefile.in (sim-options_h): Define.
2421 (sim-{module,options,trace,profile,utils}.o): Clean up dependencies.
2422 (sim-model.o): Add new rule.
2423 (cgen-{scache,trace,utils}.o): Add new rules.
2424 * aclocal.m4 (SIM_AC_OPTION_{SCACHE,DEFAULT_MODEL}): Add.
2425 * cgen-scache.c (scache_print_profile): Change `sd' arg to `cpu'.
2426 Indent output by 2 spaces.
2427 * cgen-scache.h (scache_print_profile): Update.
2428 * cgen-trace.c (trace_insn_fini): Indent output by 2 spaces.
2429 Use trace_printf, not fprintf.
2430 (trace_extract): Use trace_printf, not cgen_trace_printf.
2431 * genmloop.sh (!FAST case): Increment `insn_count'.
2432 * sim-base.h (sim_state_base): Only include scache_size if WITH_SCACHE.
2433 (sim_cpu_base): Rename member `sd' to `state' to be consistent with
2434 access macro's name.
2435 * sim-core.c (sim_core_init): Use EXTERN_SIM_CORE to define it.
2436 Change return type to SIM_RC.
2437 (sim_core_{install,uninstall}): New functions.
2438 * sim-core.h (sim_core_{install,uninstall}): Declare.
2439 (sim_core_init): Use EXTERN_SIM_CORE to define it.
2440 Change return type to SIM_RC.
2441 * sim-model.h (models,machs,model_install): Declare.
2442 * sim-module.c (modules): Add scache_install, model_install.
2443 (sim_post_argv_init): Set cpu->state backlinks.
2444 * sim-options.c (standard_options): Delete --simcache-size,--max-insns.
2445 (standard_option_handler): Likewise.
2446 * sim-profile.c (PROFILE_{HISTOGRAM,LABEL}_WIDTH): Move to
2447 sim-profile.h.
2448 (*): Assume ANSI C.
2449 (profile_options): Delete --profile-simcache.
2450 (profile_option_handler): Likewise.
2451 (profile_print_insn): Change `sd' arg to `cpu'. Indent output 2
2452 spaces.
2453 (profile_print_{memory,model}): Likewise.
2454 (profile_print_simcache): Delete.
2455 (profile_print_speed): New function.
2456 (profile_print): Rewrite.
2457 * sim-profile.h (PROFILE_scache): Renamed from PROFILE_simcache.
2458 (WITH_PROFILE_SCACHE_P): Renamed from WITH_PROFILE_SIMCACHE_P.
2459 (PROFILE_DATA): Delete members simcache_{hits,misses}.
2460 (PROFILE_COUNT_SIMCACHE_{HIT,MISS}): Delete.
2461 (PROFILE_{CALLBACK,CPU_CALLBACK}): New types.
2462 (profile_print): Update prototype.
2463
2464 Wed Apr 30 11:34:14 1997 Doug Evans <dje@canuck.cygnus.com>
2465
2466 * cgen-scache.[ch], cgen-sim.h: New files.
2467 * cgen-trace.[ch], cgen-types.h, cgen-utils.c, genmloop.sh: New files.
2468 * sim-model.c: New file.
2469
2470 * Make-common.in (clean targets): Undo patch of Apr. 22.
2471
2472 Fri Apr 25 15:28:32 1997 Mike Meissner <meissner@cygnus.com>
2473
2474 * sim-n-bits.h (signed): If we have a standard compiler, undef
2475 signed, so that signedN is defined correctly.
2476
2477 Thu Apr 24 00:00:07 1997 Doug Evans <dje@canuck.cygnus.com>
2478
2479 * sim-module.h, sim-model.h, sim-profile.h: New files.
2480 * sim-module.c, sim-profile.c: New files.
2481 * Make-common.in (SIM_PROFILE): Define
2482 (CONFIG_CFLAGS): Add $(SIM_PROFILE).
2483 (sim_main_headers): Add sim-module.h, sim-model.h, sim-profile.h.
2484 (sim_module.o,sim-profile.o): Add rules for.
2485 * aclocal.m4 (--enable-sim-trace): Allow symbolic arguments.
2486 (--enable-sim-profile): Add.
2487 * configure: Regenerated.
2488 * sim-base.h (sim_state_base): New members init_list, uninstall_list,
2489 model. Move trace and profile support to sim-{trace,profile}.h.
2490 New members trace_data, profile_data.
2491 * sim-basics.h: #include sim-module.h, sim-model.h, sim-profile.h.
2492 * sim-config.h: Provide default definition of WITH_PROFILE.
2493 (WITH_TRACE): Change default to -1.
2494 (MAX_NR_PROCESSORS): Always define.
2495 * sim-options.c: Move trace and profile support to
2496 sim-{trace,profile}.h.
2497 (sim_pre_argv_init): Moved to sim-model.c.
2498 (standard_install): New function.
2499 * sim-options.h (sim_pre_argv_init): Move decl to sim-model.c.
2500 (standard_install): Declare.
2501 * sim-trace.c: Tracing option handling moved here from sim-options.c.
2502 (trace_install, trace_uninstall): New functions.
2503 (trace_printf): Update reference to TRACE_FILE.
2504 * sim-trace.h (TRACE_FOO_IDX): Moved here from sim-base.h.
2505 (TRACE_foo): Bit masks for symbolic arguments to --enable-sim-trace.
2506 (WITH_TRACE_FOO_P): Define.
2507 (trace_install): Declare.
2508 (TRACE_DATA): New struct.
2509
2510 Wed Apr 23 17:23:15 1997 Doug Evans <dje@canuck.cygnus.com>
2511
2512 * run.c: Undo last exec_bfd patch.
2513 (main): Only pass -E ifdef SIM_HAVE_BIENDIAN.
2514
2515 Wed Apr 23 17:54:27 1997 Mike Meissner <meissner@cygnus.com>
2516
2517 * run.c (exec_bfd): Add back in.
2518 (main): Set exec_bfd.
2519
2520 Tue Apr 22 14:43:46 1997 Doug Evans <dje@canuck.cygnus.com>
2521
2522 * sim-load.c (sim_load_file): #include <stdio.h> for NULL.
2523
2524 Wed Apr 23 02:55:54 1997 Andrew Cagney <cagney@b1.cygnus.com>
2525
2526 * sim-events.c (insert_sim_event): Call sim_io_error instead of
2527 less well defined engine_error.
2528 * sim-core.c: Ditto.
2529
2530 Tue Apr 22 08:48:16 1997 Stu Grossman (grossman@critters.cygnus.com)
2531
2532 * Make-common.in: Change clean targets to use :: so that other
2533 Makefiles can have their own clean targets.
2534 * sim-load.c (xprintf eprintf): Use ANSI_PROTOTYPES instead of
2535 __STDC__ to control use of stdarg vs. varargs syntax. Some
2536 systems can't use __STDC__, but require stdarg.
2537
2538 Fri Apr 18 11:14:43 1997 Doug Evans <dje@canuck.cygnus.com>
2539
2540 * sim-options.c (standard_options): Add --endian.
2541 (standard_option_handler): Likewise.
2542
2543 * nrun.c: #include <signal.h>.
2544 (main, cntrl_c): Wrap calls to sim_resume in a SIGINT
2545 handler that calls sim_stop ().
2546
2547 Fri Apr 18 13:11:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
2548
2549 * run.c (main, cntrl_c): Wrap calls to sim_resume in a SIGINT
2550 handler that calls sim_stop (). Simulators may still be
2551 establishing their own handler.
2552
2553 * sim-events.c (sim_events_poll): Rename from
2554 sim_events_at_large_int. Poll IO.
2555
2556 * sim-io.c (sim_io_poll_quit): New function - pass on a polling
2557 request.
2558
2559 * callback.c (os_poll_quit): New function poll for quit signal
2560 where needed.
2561 (default_callback): Include magic number.
2562
2563 Thu Apr 17 02:25:11 1997 Doug Evans <dje@canuck.cygnus.com>
2564
2565 * aclocal.m4: Check for headers time.h, sys/time.h, sys/resource.h.
2566 Check for functions getrusage, time.
2567 * sim-basics.h (SIM_ELAPSED_TIME): New typedef.
2568 (sim_elapsed_time_get, sim_elapsed_time_since): Add prototypes.
2569 * sim-utils.c: #include time.h, sys/time.h, sys/resource.h if able.
2570 (sim_elapsed_time_get, sim_elapsed_time_since): New functions.
2571
2572 * sim-utils.c (sim_copy_argv, sim_analyze_program): New functions.
2573
2574 * sim-options.c, sim-options.h: New files.
2575 * sim-config.h (WITH_DEBUG): Provide default value of zero.
2576 * Make-common.in (nrun.o): Add rules for.
2577 * nrun.c: New file.
2578
2579 * run.c (main): Check return value of sim_open.
2580
2581 * Make-common.in (sim-options.o, sim-load.o, sim-trace.o): Add rules.
2582 (sim_main_headers): Add sim-trace.h.
2583 * run.c (exec_bfd, target_byte_order): Delete.
2584 (main): Pass -E <endian> to sim_open. Delete code to load sections,
2585 call sim_load instead. Check return code of sim_create_inferior.
2586 * sim-base.h (CURRENT_STATE): Define.
2587 (sim_state_base): Make typedef. New members options, prog_argv,
2588 prog_bfd, text_{section,start,end}, start_addr, simcache_size,
2589 mem_size, memory [+ corresponding access macros].
2590 (sim_cpu_base): New typedef.
2591 * sim-trace.h: New file.
2592 * sim-trace.c: New file.
2593 * sim-basics.h: #include it.
2594 * sim-load.c: New file.
2595
2596 Tue Apr 15 15:10:13 1997 Ian Lance Taylor <ian@cygnus.com>
2597
2598 * Make-common.in (INSTALL): Set to @INSTALL@.
2599 (INSTALL_XFORM, INSTALL_XFORM1): Remove.
2600 (install-common): Depend upon installdirs. Use
2601 $(program_transform_name) directly, rather than using
2602 $(INSTALL_XFORM).
2603 (installdirs): New target.
2604 * Makefile.in (INSTALL): Set to @INSTALL@.
2605 (INSTALL_XFORM, INSTALL_XFORM1): Remove.
2606 (install-man): Depend upon installdirs. Use
2607 $(program_transform_name) directly, rather than using
2608 $(INSTALL_XFORM).
2609 (installdirs): New target.
2610
2611 Tue Apr 15 15:08:12 1997 Andrew Cagney <cagney@b1.cygnus.com>
2612
2613 * sim-assert.h (SIM_ASSERT, ASSERT): Allow these macros to
2614 be overriden.
2615
2616 Wed Apr 9 16:06:44 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2617
2618 * sim-basics.h: Only bring in config.h and tconfig.h if
2619 HAVE_CONFIG_H.
2620
2621 Mon Apr 7 11:39:45 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2622
2623 * sim-config.h (WITH_TARGET_WORD_MSB): New Macro. Define the bit
2624 numbering convention of the target.
2625 * sim-config.c (print_sim_config): Print WITH_TARGET_WORD_BITSIZE
2626 and WITH_TARGET_WORD_MSB.
2627 (sim_config): When possible, check for consistency with bitsize
2628 and msb.
2629
2630 * sim-bits.h: Allow MSB to be other than zero.
2631 * sim-bits.c: Ditto.
2632 * sim-n-bits.h: Ditto.
2633
2634 * sim-bits.h (MSMASK*): New macros - converce to LSMASK*.
2635 * sim-n-bits.h (MSMASKEDn): Ditto.
2636
2637 Mon Apr 14 16:29:21 1997 Ian Lance Taylor <ian@cygnus.com>
2638
2639 * Makefile.in (INSTALL): Change install.sh to install-sh.
2640
2641 Mon Apr 7 10:46:38 1997 Doug Evans <dje@canuck.cygnus.com>
2642
2643 * sim-base.h (sim_state_base): Move `magic' to end of struct.
2644
2645 Mon Apr 7 15:53:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2646
2647 * run.c (main): Check that a program to run was specified.
2648
2649 Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2650
2651 * aclocal.m4 (AC_TYPE_SIGNAL): Add check.
2652
2653 * configure: Regenerated to track ../common/aclocal.m4 changes.
2654 * config.in: Ditto.
2655
2656 Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
2657
2658 * sim-endian.h: Move host {LITTLE,BIG}_ENDIAN support from here,
2659 * sim-config.h: To here.
2660
2661 * Make-common.in (SIM_EXTRA_DEPS): New config var.
2662 (sim_main_headers): Define.
2663 (sim-*.o): Depend on $(SIM_EXTRA_DEPS).
2664 start-sanitize-d30v
2665 (BUILT_SRC_FROM_COMMON): Move here from ../d30v/Makefile.in.
2666 end-sanitize-d30v
2667 (clean): Use it.
2668 (sim-utils.o): Add rule for.
2669 * sim-utils.o: New file.
2670 * sim-basics.h: #include sim-base.h.
2671 (zalloc): Make argument unsigned long.
2672 * sim-base.h: New file.
2673 * sim-inline.h (SIM_IO support): Delete.
2674 * sim-io.h: Delete inline support.
2675 * sim-io.c: Likewise. sim-state.h renamed to sim-main.h.
2676 * sim-config.c: sim-state.h renamed to sim-main.h.
2677 * sim-core.c: Likewise.
2678 * sim-events.c: Likewise.
2679
2680 * run.c (main): Pass SIM_OPEN_STANDALONE to sim_open.
2681
2682 * aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h.
2683 (sim-debug): Allow arguments. Define WITH_DEBUG in addition to
2684 -DDEBUG.
2685 * configure: Regenerated to track ../common/aclocal.m4 changes.
2686
2687 Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2688
2689 * configure: Regenerated to track ../common/aclocal.m4 changes.
2690
2691 Wed Apr 2 11:08:11 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2692
2693 * sim-config.h (WITH_ALIGNMENT, WITH_FLOATING_POINT,
2694 WITH_XOR_ENDIAN, WITH_SMP, WITH_RESERVED_BITS): Assume that these
2695 are defined by the configure.
2696
2697 * aclocal.m4 (sim-stdio): Add option stdio from ../ppc configure.
2698
2699 * aclocal.m4 (floating-point, xor-endian, alignment, smp,
2700 reserved-bits): Always define.
2701
2702 * sim-config.h, sim-config.c (sim_config): New function - and new
2703 file - co-ordinate the setting/checking of the common simulator
2704 configuration options.
2705
2706 * Make-common.in (sim-config.o): Add rule.
2707
2708 Fri Mar 28 15:32:00 1997 Mike Meissner <meissner@cygnus.com>
2709
2710 * callback.c (os_{,e}vprintf_filtered): Change stdarg type to
2711 va_list from void *, since va_list might not be a pointer type.
2712
2713 Mon Mar 24 15:27:12 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2714
2715 * sim-n-endian.h (offset_N): Correct assertion - word and sub word
2716 in wrong order.
2717 (offset_N): Correct computation of LE offset.
2718
2719 * sim-io.c (sim_io_error): Include a new line when reporting
2720 errors.
2721
2722 * sim-assert.h (SIM_FILTER_PATH): Out by one when locating last
2723 `/'.
2724
2725 Thu Mar 20 22:31:06 1997 Jeffrey A Law (law@cygnus.com)
2726
2727 * run.c: Include alloca-conf.h.
2728
2729 * callback.c (os_evprintf_filtered): Fix typo.
2730
2731 Fri Mar 21 13:36:20 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2732
2733 * run.c (string.h, strings.h, stdlib.h): Include.
2734
2735 * sim-events.c (sim_events_tick): Recent cleanup failed to return
2736 0 when nothing pending.
2737
2738 * run.c (sim_size, sim_trace): Plicate GCC - these two functions
2739 will soon be going away.
2740 (getopt): Plicate GCC.
2741
2742 * sim-endian.c (sim-io.h): Plicate GCC.
2743 * sim-bits.c (sim-io.h): Ditto.
2744 * sim-n-bits.h (ROTn): Ditto.
2745
2746 * sim-io.c (sim_io_error): Correct check for NULL.
2747
2748 * sim-assert.h (SIM_FILTER_PATH): Separate out the code filtering
2749 the __FILE__.
2750 * sim-events.c: Use SIM_FILTER_PATH to filter out the filename
2751 path.
2752
2753 Wed Mar 19 01:12:06 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2754
2755 * aclocal.m4 (SIM_AC_OPTION_*: Move so that they are outside of
2756 SIM_AC_COMMON - SIM_AC_COMMON was gobling arguments.
2757
2758 Tue Mar 18 20:48:12 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2759
2760 * sim-alu.h: Include sim-xcat.h.
2761
2762 Tue Mar 18 13:58:18 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2763
2764 * Make-common.in (sim-bits.c, sim-core.c, sim-endian.c,
2765 sim-events.c, sim-inline.c, sim-io.c): Define rules for building
2766 these.
2767
2768 * sim-events.c (sim_events_at_large_int): New function. Just
2769 schedules an event every large-int ticks.
2770 (sim_events_init): Call.
2771 (sim_events_tick, sim_events_process): Move async handing to
2772 sim_events_process. Move timer decrement so that it occures after
2773 events have been processed.
2774
2775 * sim-basics.h (struct _engine): Remove declaration.
2776
2777 * sim-events.h, sim-events.c: Rename type to sim_events. Prefix
2778 everything with same. Rename global struct to SIM_DESC.
2779 * sim-core.h, sim-core.c, sim-n-core.c: Ditto for sim_core.
2780 * sim-io.h, sim-io.c: Ditto.
2781
2782 * sim-assert.h: New file. Optional assertion checking macros.
2783 * sim-io.c (sim_io_error): Make just this function tolerant to
2784 null pointers.
2785
2786 * sim-xcat.h: New file. Define concatenate macros.
2787 * sim-basics.h (XCONCAT*): Move to sim-xcat.h.
2788 * sim-n-core.h, sim-n-bits.h, sim-n-endian.h: Explicitly include
2789 concat macros.
2790
2791
2792 Tue Mar 18 12:44:55 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2793
2794 * sim-bits.h (LSMASK): New macro. Create mask of LS bits.
2795
2796 Mon Mar 17 18:10:05 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2797
2798 * sim-inline.h: Add definitions for sim-types.
2799 (ALL_BY_MODULE): New macro, encapsulate full inlining by the
2800 module.
2801
2802 Mon Mar 17 15:38:27 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2803
2804 * sim-events.h: Remove defunct reference to callback struct.
2805
2806 Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2807
2808 * configure: Re-generate.
2809
2810 Mon Mar 17 15:04:47 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2811
2812 * Make-common.in (CSEARCH): Do not include the gdb directory in
2813 the search path.
2814
2815 Mon Mar 17 13:16:26 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2816
2817 * Make-common.in (SIM_ENDIAN, SIM_HOSTENDIAN, SIM_INLINE,
2818 SIM_WARNING): Drop, requiring the simulator specific Makefile.in
2819 to explicitly incorporate these.
2820
2821 * aclocal.m4 (--enable-sim-alignment); New option. Strongly
2822 specify the alignment restrictions of the target architecture -
2823 without this option all alignment restrictions are accomodated.
2824 (--enable-sim-assert): New option. Conditionally compile in
2825 assertion statements.
2826 (--enable-sim-float): New option. Strongly specify the target's
2827 floating point support.
2828 (--enable-sim-hardware): New option. Specify the hardware devices
2829 included in the simulation.
2830 (--enable-sim-packages): New option. Specify the hardware
2831 packages included in the simulation.
2832 (--enable-sim-regparm): New option. Specify that parameters be
2833 passed in registers instead of on the stack.
2834 (--enable-sim-reserved-bits): New option. Specify that reserved
2835 bits within an instruction are are correctly set.
2836 (--enable-sim-smp): New option. Specify the level of SMP support
2837 to be included in the simulator.
2838 (--enable-sim-stdcall): New option. Specify an alternative
2839 function call convention.
2840 (--enable-sim-xor-endian): New option. Configure xor-endian
2841 support used by some targets to implement bi-endian support.
2842
2843 Fri Mar 14 19:51:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2844
2845 * aclocal.m4 (--enable-sim-hostendian): New option. Allow the
2846 host endianness to be overridden.
2847 (--enable-sim-endian): Allow the target platform's byte order
2848 to be overridden.
2849 (--enable-sim-inline): Control the inlining of common components.
2850 (--enable-sim-bswap): For compatibility, also define WITH_BSWAP.
2851 (--enable-sim-warnings): Enable additional GCC compiler checks.
2852 * Make-common.in (SIM_ENDIAN, SIM_HOSTENDIAN, SIM_INLINE,
2853 SIM_WARNINGS): Add.
2854
2855 * sim-n-core.h, sim-n-bits.h, sim-n-endian.h: Rename from
2856 sim-*-n.h so that the names are uniq on dos machines
2857 * sim-core.c, sim-bits.c, sim-endian.c: Update.
2858
2859 Thu Mar 13 12:32:42 1997 Doug Evans <dje@canuck.cygnus.com>
2860
2861 * run.c: #include "libiberty.h".
2862 (main): New locals sd,no_args,sim_argv.
2863 Run buildargv on -a option. Pass argv to sim_open, argv[0]
2864 is program name. Update call to sim_set_callbacks.
2865 Record result of sim_open, pass to other sim_foo routines.
2866
2867 Thu Mar 13 10:24:05 1997 Michael Meissner <meissner@cygnus.com>
2868
2869 * callback.c (os_printf_filtered): Do not call exit(1) or print a
2870 final newline.
2871
2872 Thu Mar 6 15:50:28 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2873
2874 * callback.c: Add os_flush_stdout and vprintf_filtered callbacks.
2875 Route stdout through buffered IO.
2876
2877 * callback.c: Add os_flush_stderr, os_write_stderr,
2878 os_evprintf_filtered functions to route error output through
2879 stderr.
2880
2881 * sim-io.h, sim-io.c (sim_io_flush_stderr, sim_io_flush_stdout):
2882 Correct return type - should be void.
2883
2884 Fri Mar 7 20:14:37 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2885
2886 * sim-basics.h: Clean up. Many macro's moved to sim-inline.h.
2887
2888 * sim-config.h: Ditto. For some options - eg WITH_DEVICES - do
2889 not provide a default value as undefined indicates disable code.
2890
2891 Thu Mar 6 15:50:28 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2892
2893 * sim-core.h, sim-core-n.h, sim-core.c: Borrow code from ppc
2894 directory.
2895 * sim-events.h, sim-events.c: Ditto.
2896 * sim-io.h, sim-io.c: Ditto.
2897
2898 Tue Mar 4 09:35:56 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2899
2900 * sim-alu.h (ALU_SUB_CA, ALU*_SUB_CA): New alu operation.
2901
2902 * sim-bits.h, sim-bits-n.h, sim-bits.c (LSMASKED*): New macro's
2903 extract the tail or least signifiant bits from an integer of the
2904 specified size.
2905
2906 * sim-bits.h, sim-bits.c: Clean up conditionally compiled #if
2907 WITH_TARGET_BITSIZE so that the compilation will fail when an
2908 unsupported bitsize value is defined.
2909
2910 (INSERTED*): Convert to functions.
2911 (EXTRACTED*): Ditto.
2912
2913 (SIGN_EXTEND, SEXT): Change to more terse name.
2914
2915 Tue Mar 4 09:35:56 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2916
2917 * sim-inline.h: Allow explicit control over which .c files will be
2918 included by their header.
2919
2920 * sim-inline.h: Allow explicit control over which .c files use the
2921 alternative - REGPARM - parameter passing mechanism.
2922
2923 * sim-inline.h, sim-inline.c: Don't attempt to include any of
2924 icache.c, idecode.c, semantics.c or support.c. Those names are
2925 not generally applicable.
2926
2927 Thu Feb 27 10:17:23 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2928
2929 * sim-bits.c, sim-bits-n.h (new): Split sim-bits.c into two parts
2930 in a fashion similar to sim-endian-n.
2931
2932 * sim-endian.h: (H_word, L_word, AL_*, VL_*): Extend to include
2933 both value and address macro's.
2934
2935 Tue Feb 25 18:51:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2936
2937 * sim-alu.h (ALU16_BEGIN, ALU16_SET, ...): Fill in.
2938
2939 * sim-endian.h (L_word, H_word): Replace MS2W_4, LS2W_4 with more
2940 generic L_word, H_word macro's.
2941
2942 Thu Feb 20 18:36:55 1997 Andrew Cagney <cagney@critters.cygnus.com>
2943
2944 * sim-basics.h: Borrow code from ppc directory.
2945 * sim-bits.c: Ditto.
2946 * sim-bits.h: Ditto.
2947 * sim-config.h: Ditto.
2948 * sim-endian-n.h: Ditto.
2949 * sim-endian.c: Ditto.
2950 * sim-endian.h: Ditto.
2951 * sim-inline.c: Ditto.
2952 * sim-inline.h: Ditto.
2953 * sim-types.h: Ditto.
2954
2955 Wed Feb 19 12:40:50 1997 Andrew Cagney <cagney@critters.cygnus.com>
2956
2957 * sim-alu.h (ALU_SET16, ALU_SET32, ALU_SET64, etc): Make available
2958 all the ALU size alternatives and then auto-configure a default.
2959
2960 * sim-alu.h: Copy ppc/idecode_expression.h.
2961
2962 Mon Feb 17 10:44:18 1997 Andrew Cagney <cagney@critters.cygnus.com>
2963
2964 * bits.h, bits.c (SIGN_EXTEND32, SIGN_EXTEND64): New functions,
2965 sign extend a bit within a value.
2966
2967 * sim-endian.h, sim-endian-n.h (offset_N): New functions - return
2968 a pointer into the middle of a host word.
2969 * sim-endian.h (MS2W_4, LS2W_4): Use this function.
2970
2971 Tue Feb 11 13:46:49 1997 Michael Meissner <meissner@tiktok.cygnus.com>
2972
2973 * callback.c: If HAVE_CONFIG_H is defined, include config.h from
2974 autoconf. If HAVE_UNISTD_H is defined, include unistd.h to get
2975 appropriate definitions of read, write, etc. Add prototype for
2976 system.
2977
2978 Tue Feb 4 13:24:44 1997 Doug Evans <dje@canuck.cygnus.com>
2979
2980 * Makefile.in (libcommon.a): Delete.
2981 (callback.o,targ-map.o): Delete, moved to Make-common.in.
2982 (gentmap,targ-vals.h,targ-map.c): Likewise.
2983 (run-autoconf): Delete.
2984 * aclocal.m4 (SIM_AC_OUTPUT): Redo creation of Makefile.
2985 (common makefile fragment): Moved back into ...
2986 * Make-common.in: Resurrect.
2987 * configure.in (AC_LINK_FILES): Delete, unnecessary now.
2988 * configure: Regenerated.
2989
2990 Fri Jan 31 07:16:49 1997 Doug Evans <dje@canuck.cygnus.com>
2991
2992 * aclocal.m4 (SIM_AC_COMMON): Move COMMON_MAKEFILE_FRAG from here.
2993 (SIM_AC_OUTPUT): To here.
2994
2995 Fri Jan 24 10:37:17 1997 Stu Grossman (grossman@critters.cygnus.com)
2996
2997 * aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s in
2998 comments and single quotes. Fixes a problem found on hpux.
2999
3000 Thu Jan 23 13:35:03 1997 Stu Grossman (grossman@critters.cygnus.com)
3001
3002 * aclocal.m4: Remove Make-common.in from dependencies.
3003 * (distclean): Remove targ-vals.def.
3004
3005 * aclocal.m4 (SIM_AC_COMMON): Move contents of Make-common.in
3006 into here. Makes insertion into makefiles easier. Also, change
3007 the way that callback.o, gentmap, targ-vals.h, targ-map.c,
3008 targ-map.o, and run are built. They are now built in the
3009 individual simulator directories, taking sources from ../common as
3010 necessary. This replaces the merging of libcommon.a into
3011 linsim.a, which was problematic for the WinGDB build process.
3012 * run.c: Include config.h from . instead of ../common.
3013 * Make-common.in: Remove. It's no longer necessary.
3014
3015 Mon Dec 16 15:02:33 1996 Ian Lance Taylor <ian@cygnus.com>
3016
3017 * Make-common.in (ALL_CLAGS): Put CFLAGS at the end.
3018 (.c.o): Put $(ALL_CFLAGS) before the file being compiled.
3019
3020 Wed Dec 11 11:30:58 1996 Jim Wilson <wilson@cygnus.com>
3021
3022 * run.c (main): Set target_byte_order before call to sim_open.
3023
3024 Sun Dec 8 18:22:06 1996 Doug Evans <dje@canuck.cygnus.com>
3025
3026 * callback.c: #include <stdlib.h>
3027 (os_error): New function.
3028 (default_callback): Add os_error.
3029
3030 Mon Nov 25 19:44:35 1996 Doug Evans <dje@canuck.cygnus.com>
3031
3032 * Make-common.in (Makefile): Set CONFIG_HEADERS="".
3033 * aclocal.m4: Mark the fact that --enable-sim-bswap isn't host
3034 specific.
3035 (SIM_AC_OUTPUT): Don't build Makefile if CONFIG_FILES="".
3036
3037 Wed Nov 20 01:11:04 1996 Doug Evans <dje@canuck.cygnus.com>
3038
3039 * run.c: #include ../common/config.h, tconfig.h.
3040 (myname): New static global.
3041 (main): Recognize new options -a, -c. Also recognize -h if h8/300.
3042 Only process -c ifdef SIM_HAVE_SIMCACHE.
3043 Only process -p/-s ifdef SIM_HAVE_PROFILE.
3044 Parse program name from argv[0] and use in error messages.
3045 Pass sim_args to sim_open. Pass prog_args to sim_create_inferior.
3046 Add support for incomplete h8/300 termination indicators.
3047 (usage): Make more verbose.
3048 * aclocal.m4,config.in,tconfig.in,configure.in,configure: New files.
3049 * Makefile.in,Make-common.in,callback.c: New files.
3050 * nltvals.def,gentmap.c,gentvals.sh: New files.
3051
3052 Tue Nov 12 13:34:00 1996 Dawn Perchik <dawn@cygnus.com>
3053
3054 * run.c: Include stdarg.h if __STDC__.
3055
3056 Tue Oct 15 11:16:31 1996 Jeffrey A Law (law@cygnus.com)
3057
3058 * run.c (main): Don't print out anything if the signal
3059 number is zero (ie no signal).
3060
3061 Tue Oct 15 11:20:44 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3062
3063 * run.c (main): Print out if the program raised a signal.
3064
3065 Wed Sep 18 09:52:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3066
3067 * run.c (exec_bfd): Rename from sim_bfd, to use the gdb name.
3068 (main): Ditto.
3069
3070 Tue Sep 17 11:04:50 1996 James G. Smith <jsmith@cygnus.co.uk>
3071
3072 * run.c (main): Explicitly cast malloc() parameter.
3073
3074 Thu Sep 12 11:27:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
3075
3076 * run.c (sim_bfd): New global to hold the bfd pointer for the
3077 executable.
3078 (main): Initialize sim_bfd.
3079
3080 Fri Dec 15 16:27:49 1995 Ian Lance Taylor <ian@cygnus.com>
3081
3082 * run.c (main): Use new bfd_big_endian macro.
3083
3084 Wed Nov 8 15:49:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
3085
3086 * run.c (main): Removed SH specific comments, so source is
3087 generic. Also updated to only load relevant sections. Moved
3088 sim_open() to after callback attach (to match GDB).
3089
3090 * run.1: Removed SH specific comments.
3091
3092 Sat Oct 21 12:31:01 1995 Jim Wilson <wilson@chestnut.cygnus.com>
3093
3094 * run.c (main): Always return sigrc at end.
3095
3096 Tue Oct 10 12:03:13 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3097
3098 * run.c (main): Print error diagnostic and exit if bfd_openr() or
3099 bfd_check_format() fails.
3100
3101 Thu Sep 28 15:40:36 1995 steve chamberlain <sac@slash.cygnus.com>
3102
3103 * run.c, run.1: From sh directory.
3104
3105
This page took 0.093293 seconds and 5 git commands to generate.