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