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