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