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