Pacify gcc.
[binutils-gdb.git] / sim / common / ChangeLog
1 Mon May 19 11:23:03 1997 Andrew Cagney <cagney@b1.cygnus.com>
2
3 * callback.c (os_open): Type of arg flags is int.
4
5 Fri May 16 22:26:43 1997 Michael Meissner <meissner@cygnus.com>
6
7 * sim-fpu.c (sim_fpu_is_{eq,ne,lt,le,gt,ge}): Compare Infinities
8 just like normal numbers as per IEEE rules.
9
10 Wed May 14 21:20:38 1997 Bob Manson <manson@charmed.cygnus.com>
11
12 * callback.c (os_close): Mark the descriptor as being
13 available if the close succeeded.
14 (os_open): Pass 0644 as the mode of the file being created.
15
16 Thu May 15 10:58:52 1997 Andrew Cagney <cagney@b1.cygnus.com>
17
18 * sim-fpu.c (pack_fpu, unpack_fpu): New functions - decode a
19 float.
20
21 * sim-inline.c (SIM_INLINE_C): Rename from _SIM_INLINE_C_.
22 * sim-lnline.h: Update.
23
24 * sim-fpu.h, sim-fpu.c (sim_fpu_[iu]{32,64}to): New int2fp
25 conversion functions.
26 (sim_fpu_to{32,64}[iu]): New fp2int functions.
27
28 * sim-fpu.h, sim-fpu.c (sim_fpu_is_{lt,le,eq,ne,ge,gt}): New fp
29 compare functions. Replacing.
30 (sim_fpu_cmp): This. Delete.
31
32 Mon May 12 14:49:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
33
34 * sim-core.c (sim_core_find_mapping): Call engine_error not
35 sim_io_error when possible.
36
37 Mon May 12 08:55:07 1997 Andrew Cagney <cagney@b2.cygnus.com>
38
39 * sim-endian.h (V1_H2): Add macro's to insert a word into a
40 high/low double word.
41
42 * sim-trace.h: Remove definition of attribute - defined in
43 sim_basics.h.
44
45 Mon May 12 08:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
46
47 * sim-options.h (struct OPTION): Add doc_opt as the documenting
48 name of the option - or family of options.
49
50 * sim-options.c (sim_args_command): Match command `a-b c' with
51 option `--a-b-c' from option table.
52
53 Thu May 8 12:40:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
54
55 * sim-options.c (sim_print_help): For optional arguments, wrap
56 them in [].
57
58 * sim-trace.c (set_trace_options): New function, handle optional
59 argument and multiple assignment.
60 (trace_option_handler): Update.
61
62 * sim-trace.c (trace_option_handler): Trace branch and not fpu
63 when branch tracing selected.
64
65 Wed May 7 15:19:58 1997 Andrew Cagney <cagney@b1.cygnus.com>
66
67 * sim-trace.c (trace_one_insn): Make a va-args function.
68
69 * sim-trace.c (trace_vprintf): New function, va-arg version of
70 trace_printf.
71
72 Tue May 6 16:38:16 1997 Doug Evans <dje@canuck.cygnus.com>
73
74 * sim-trace.c (trace_uninstall): Don't close a file twice.
75 * sim-profile.c (profile_uninstall): Likewise.
76
77 Tue May 6 06:14:01 1997 Mike Meissner <meissner@cygnus.com>
78
79 * sim-trace.c (toplevel): Include bfd.h.
80 (trace_options): Note that --trace-linenum also turns on
81 --trace-insn. Add --trace-{branch,semantics}.
82 (trace_option_handler): If --trace-linenum, also turn on
83 --trace-insn. Add --trace-branch support. If --trace-semantics,
84 turn on ALU, FPU, branch, and memory tracing.
85 (trace_one_insn): New function to trace an instruction. Support
86 --trace-linenum.
87 (OPTION_TRACE_*): Use an enum, rather than lots of defines.
88
89 * sim-trace.h (TRACE_{SEMANTICS,BRANCH}_IDX): Add new macros.
90 (MAX_TRACE_VALUES): Use 32, not 12 by default.
91 (TRACE_branch): Add new mask.
92 (TRACE_*_P): Define all possible trace_p macros.
93 (trace_one_insn): Declare function.
94
95 Mon May 5 14:08:34 1997 Mike Meissner <meissner@cygnus.com>
96
97 * sim-trace.h (__attribute__): Define as nothing if not GNU C or
98 GNU C doesn't support __attributes__.
99 ({trace,debug}_printf): Add attribute's so -Wformat can check the
100 format strings.
101
102 Mon May 5 11:16:12 1997 Andrew Cagney <cagney@b1.cygnus.com>
103
104 * sim-config.h (FORCED_ALIGNMENT): New alignment option -
105 addresses are masked forcing them to be correctly aligned.
106 (WITH_ALIGNMENT): Make NONSTRICT_ALIGNMENT the default.
107 * sim-config.c (config_alignment_to_a): Update.
108
109 * sim-core.h (sim_cpu_core): New data type contains cpu specific
110 core data.
111 * sim-base.h (CPU_CORE): Add cpu specific core data to cpu base
112 type.
113 * sim-core.c (sim_core_attach): Add CPU argument. Ready for
114 processor specific core maps.
115 (sim_core_map_attach): Copy the core map data to each of the
116 processor specific core data structures.
117 * sim-core.c (sim_core_find_mapping): Update.
118
119 * sim-n-core.h (sim_core_read_N, sim_core_write_N): Rename.
120 (sim_core_write_aligned_N, sim_core_write_aligned_N): New names.
121 (sim_core_write_unaligned_N, sim_core_write_unaligned_N): New
122 alternatives that handle unaligned addresses.
123 (sim_core_{read,write}_{,un}aligned_N): Drop SIM_DESC arg, replace
124 with just CPU arg.
125 * cgen-utils.c (sim_disassemble_insn): Update.
126
127 Mon May 5 13:19:16 1997 Andrew Cagney <cagney@b1.cygnus.com>
128
129 * sim-trace.h (TRACE_FPU_IDX): Add Floating-point specific
130 tracing.
131
132 * sim-fpu.h, sim-fpu.c: New files - prototype for generic target
133 fpu support.
134
135 * sim-inline.h, sim-inline.c: Add support for SIM_FPU.
136
137 Fri May 2 17:59:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
138
139 * sim-core.c (sim_core_map_to_str): New function ascii equivalent
140 to map type.
141
142 * sim-n-core.h (sim_core_read_N, sim_core_write_N): Use in trace
143 statement.
144
145 Fri May 2 17:28:02 1997 Andrew Cagney <cagney@b2.cygnus.com>
146
147 * cgen-trace.c: Prepend additional trace_printf argument.
148
149 * cgen-utils.c (sim_disassemble_insn): Add additional core
150 arguments.
151
152 Fri May 2 11:40:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
153
154 * nrun.c (main): Catch/report errorenous simulator states.
155
156 * sim-module.c: #include "libiberty.h" so that xmalloc is defined.
157 * sim-trace.c: #include string.h/strings.h so that memset is
158 defined.
159 * sim-utils.c: Ditto.
160 * sim-profile.c: Ditto. And stdlib.h.
161 (print_bar): Only define when used by instruction or memory profiler.
162
163 * sim-options.c (standard_option_handler): Make ul more local.
164
165 * sim-load.c (sim_load_file): Make the name constant.
166 (sim_load_file): Passify gcc.
167
168 * sim-utils.h: New file, pre-declare utilites in corresponding .c
169 file.
170 * sim-utils.c, sim-load.c: Include sim-utils.h.
171
172 * sim-base.h (sim_cpu): Pre define here so available to all.
173
174 * sim-core.h (DECLARE_SIM_CORE_WRITE_N, DECLARE_SIM_CORE_READ_N):
175 Restore the sim_cpu and instruction_address arguments so that full
176 information is available to the abort function.
177 * sim-core.c (sim_core_find_mapping, sim_core_write_buffer): Ditto.
178 * sim-n-core.h (sim_core_write_N, sim_core_read_N): Update.
179
180 * sim-trace.h, sim-trace.c (trace_option_handler): Add interim
181 tracing support for sim-events and sim-core.
182 (trace_option_handler): Convert #if to if where possible so always
183 compiled/checked by C compiler.
184 * sim-n-core.h (sim_core_write_N, sim_core_read_N): Update.
185
186 * sim-base.h: Adjust comment documenting how to define the cpu
187 structure.
188 (sim_state_base): Add sim_core and sim_events to simulator base
189 object.
190
191 * sim-trace.h, sim-trace.c (trace_printf): Add SIM_DESC argument.
192 * sim-core.c (sim_core_init, sim_core_attach,
193 sim_core_find_mapping): Update.
194 * sim-events.c (ETRACE, sim_events_init, sim_events_time,
195 update_time_from_event, insert_sim_event,
196 sim_events_schedule_after_signal, sim_events_deschedule,
197 sim_events_tick): Ditto.
198
199 * sim-basics.h (sim-module.h, sim-trace.h, sim-profile.h,
200 sim-model.h): Move #includes from here.
201 * sim-base.h: To here.
202 (sim-core.h, sim-events.h, sim-io.h): Include also
203
204 Wed Apr 30 15:37:54 1997 Andrew Cagney <cagney@b1.cygnus.com>
205
206 * callback.c (default_callback): Missing initialisers.
207
208 Thu May 1 10:40:47 1997 Doug Evans <dje@canuck.cygnus.com>
209
210 * sim-utils.c (sim_add_commas): New function.
211 * sim-basics.h (sim_add_commas): Add prototype.
212 * cgen-scache.c (scache_print_profile): Print commas in numbers.
213 * sim-profile.c (COMMAS): New macro.
214 (print_*): Use it to print commas in numbers.
215
216 * configure: Regenerated.
217
218 * cgen-sim.h (sim_signal_type): Add SIM_SIGINT.
219 (cgen_state): New member run_fast_p.
220 (cgen_init): Add prototype.
221 (sim_disassemble_insn): New arg `cpu'.
222 * cgen-trace.c (trace_insn): Update call to sim_disassemble_insn.
223 * cgen-utils.c (cgen_init): New function.
224 (sim_disassemble_insn): New arg `cpu'. Rewrite fetching of insn.
225 * genmloop.sh: Call engine_halt if loop exits.
226
227 * Makefile.in (sim-options_h): Define.
228 (sim-{module,options,trace,profile,utils}.o): Clean up dependencies.
229 (sim-model.o): Add new rule.
230 (cgen-{scache,trace,utils}.o): Add new rules.
231 * aclocal.m4 (SIM_AC_OPTION_{SCACHE,DEFAULT_MODEL}): Add.
232 * cgen-scache.c (scache_print_profile): Change `sd' arg to `cpu'.
233 Indent output by 2 spaces.
234 * cgen-scache.h (scache_print_profile): Update.
235 * cgen-trace.c (trace_insn_fini): Indent output by 2 spaces.
236 Use trace_printf, not fprintf.
237 (trace_extract): Use trace_printf, not cgen_trace_printf.
238 * genmloop.sh (!FAST case): Increment `insn_count'.
239 * sim-base.h (sim_state_base): Only include scache_size if WITH_SCACHE.
240 (sim_cpu_base): Rename member `sd' to `state' to be consistent with
241 access macro's name.
242 * sim-core.c (sim_core_init): Use EXTERN_SIM_CORE to define it.
243 Change return type to SIM_RC.
244 (sim_core_{install,uninstall}): New functions.
245 * sim-core.h (sim_core_{install,uninstall}): Declare.
246 (sim_core_init): Use EXTERN_SIM_CORE to define it.
247 Change return type to SIM_RC.
248 * sim-model.h (models,machs,model_install): Declare.
249 * sim-module.c (modules): Add scache_install, model_install.
250 (sim_post_argv_init): Set cpu->state backlinks.
251 * sim-options.c (standard_options): Delete --simcache-size,--max-insns.
252 (standard_option_handler): Likewise.
253 * sim-profile.c (PROFILE_{HISTOGRAM,LABEL}_WIDTH): Move to
254 sim-profile.h.
255 (*): Assume ANSI C.
256 (profile_options): Delete --profile-simcache.
257 (profile_option_handler): Likewise.
258 (profile_print_insn): Change `sd' arg to `cpu'. Indent output 2
259 spaces.
260 (profile_print_{memory,model}): Likewise.
261 (profile_print_simcache): Delete.
262 (profile_print_speed): New function.
263 (profile_print): Rewrite.
264 * sim-profile.h (PROFILE_scache): Renamed from PROFILE_simcache.
265 (WITH_PROFILE_SCACHE_P): Renamed from WITH_PROFILE_SIMCACHE_P.
266 (PROFILE_DATA): Delete members simcache_{hits,misses}.
267 (PROFILE_COUNT_SIMCACHE_{HIT,MISS}): Delete.
268 (PROFILE_{CALLBACK,CPU_CALLBACK}): New types.
269 (profile_print): Update prototype.
270
271 Wed Apr 30 11:34:14 1997 Doug Evans <dje@canuck.cygnus.com>
272
273 * cgen-scache.[ch], cgen-sim.h: New files.
274 * cgen-trace.[ch], cgen-types.h, cgen-utils.c, genmloop.sh: New files.
275 * sim-model.c: New file.
276
277 * Make-common.in (clean targets): Undo patch of Apr. 22.
278
279 Fri Apr 25 15:28:32 1997 Mike Meissner <meissner@cygnus.com>
280
281 * sim-n-bits.h (signed): If we have a standard compiler, undef
282 signed, so that signedN is defined correctly.
283
284 Thu Apr 24 00:00:07 1997 Doug Evans <dje@canuck.cygnus.com>
285
286 * sim-module.h, sim-model.h, sim-profile.h: New files.
287 * sim-module.c, sim-profile.c: New files.
288 * Make-common.in (SIM_PROFILE): Define
289 (CONFIG_CFLAGS): Add $(SIM_PROFILE).
290 (sim_main_headers): Add sim-module.h, sim-model.h, sim-profile.h.
291 (sim_module.o,sim-profile.o): Add rules for.
292 * aclocal.m4 (--enable-sim-trace): Allow symbolic arguments.
293 (--enable-sim-profile): Add.
294 * configure: Regenerated.
295 * sim-base.h (sim_state_base): New members init_list, uninstall_list,
296 model. Move trace and profile support to sim-{trace,profile}.h.
297 New members trace_data, profile_data.
298 * sim-basics.h: #include sim-module.h, sim-model.h, sim-profile.h.
299 * sim-config.h: Provide default definition of WITH_PROFILE.
300 (WITH_TRACE): Change default to -1.
301 (MAX_NR_PROCESSORS): Always define.
302 * sim-options.c: Move trace and profile support to
303 sim-{trace,profile}.h.
304 (sim_pre_argv_init): Moved to sim-model.c.
305 (standard_install): New function.
306 * sim-options.h (sim_pre_argv_init): Move decl to sim-model.c.
307 (standard_install): Declare.
308 * sim-trace.c: Tracing option handling moved here from sim-options.c.
309 (trace_install, trace_uninstall): New functions.
310 (trace_printf): Update reference to TRACE_FILE.
311 * sim-trace.h (TRACE_FOO_IDX): Moved here from sim-base.h.
312 (TRACE_foo): Bit masks for symbolic arguments to --enable-sim-trace.
313 (WITH_TRACE_FOO_P): Define.
314 (trace_install): Declare.
315 (TRACE_DATA): New struct.
316
317 Wed Apr 23 17:23:15 1997 Doug Evans <dje@canuck.cygnus.com>
318
319 * run.c: Undo last exec_bfd patch.
320 (main): Only pass -E ifdef SIM_HAVE_BIENDIAN.
321
322 Wed Apr 23 17:54:27 1997 Mike Meissner <meissner@cygnus.com>
323
324 * run.c (exec_bfd): Add back in.
325 (main): Set exec_bfd.
326
327 Tue Apr 22 14:43:46 1997 Doug Evans <dje@canuck.cygnus.com>
328
329 * sim-load.c (sim_load_file): #include <stdio.h> for NULL.
330
331 Wed Apr 23 02:55:54 1997 Andrew Cagney <cagney@b1.cygnus.com>
332
333 * sim-events.c (insert_sim_event): Call sim_io_error instead of
334 less well defined engine_error.
335 * sim-core.c: Ditto.
336
337 Tue Apr 22 08:48:16 1997 Stu Grossman (grossman@critters.cygnus.com)
338
339 * Make-common.in: Change clean targets to use :: so that other
340 Makefiles can have their own clean targets.
341 * sim-load.c (xprintf eprintf): Use ANSI_PROTOTYPES instead of
342 __STDC__ to control use of stdarg vs. varargs syntax. Some
343 systems can't use __STDC__, but require stdarg.
344
345 Fri Apr 18 11:14:43 1997 Doug Evans <dje@canuck.cygnus.com>
346
347 * sim-options.c (standard_options): Add --endian.
348 (standard_option_handler): Likewise.
349
350 * nrun.c: #include <signal.h>.
351 (main, cntrl_c): Wrap calls to sim_resume in a SIGINT
352 handler that calls sim_stop ().
353
354 Fri Apr 18 13:11:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
355
356 * run.c (main, cntrl_c): Wrap calls to sim_resume in a SIGINT
357 handler that calls sim_stop (). Simulators may still be
358 establishing their own handler.
359
360 * sim-events.c (sim_events_poll): Rename from
361 sim_events_at_large_int. Poll IO.
362
363 * sim-io.c (sim_io_poll_quit): New function - pass on a polling
364 request.
365
366 * callback.c (os_poll_quit): New function poll for quit signal
367 where needed.
368 (default_callback): Include magic number.
369
370 Thu Apr 17 02:25:11 1997 Doug Evans <dje@canuck.cygnus.com>
371
372 * aclocal.m4: Check for headers time.h, sys/time.h, sys/resource.h.
373 Check for functions getrusage, time.
374 * sim-basics.h (SIM_ELAPSED_TIME): New typedef.
375 (sim_elapsed_time_get, sim_elapsed_time_since): Add prototypes.
376 * sim-utils.c: #include time.h, sys/time.h, sys/resource.h if able.
377 (sim_elapsed_time_get, sim_elapsed_time_since): New functions.
378
379 * sim-utils.c (sim_copy_argv, sim_analyze_program): New functions.
380
381 * sim-options.c, sim-options.h: New files.
382 * sim-config.h (WITH_DEBUG): Provide default value of zero.
383 * Make-common.in (nrun.o): Add rules for.
384 * nrun.c: New file.
385
386 * run.c (main): Check return value of sim_open.
387
388 * Make-common.in (sim-options.o, sim-load.o, sim-trace.o): Add rules.
389 (sim_main_headers): Add sim-trace.h.
390 * run.c (exec_bfd, target_byte_order): Delete.
391 (main): Pass -E <endian> to sim_open. Delete code to load sections,
392 call sim_load instead. Check return code of sim_create_inferior.
393 * sim-base.h (CURRENT_STATE): Define.
394 (sim_state_base): Make typedef. New members options, prog_argv,
395 prog_bfd, text_{section,start,end}, start_addr, simcache_size,
396 mem_size, memory [+ corresponding access macros].
397 (sim_cpu_base): New typedef.
398 * sim-trace.h: New file.
399 * sim-trace.c: New file.
400 * sim-basics.h: #include it.
401 * sim-load.c: New file.
402
403 Tue Apr 15 15:10:13 1997 Ian Lance Taylor <ian@cygnus.com>
404
405 * Make-common.in (INSTALL): Set to @INSTALL@.
406 (INSTALL_XFORM, INSTALL_XFORM1): Remove.
407 (install-common): Depend upon installdirs. Use
408 $(program_transform_name) directly, rather than using
409 $(INSTALL_XFORM).
410 (installdirs): New target.
411 * Makefile.in (INSTALL): Set to @INSTALL@.
412 (INSTALL_XFORM, INSTALL_XFORM1): Remove.
413 (install-man): Depend upon installdirs. Use
414 $(program_transform_name) directly, rather than using
415 $(INSTALL_XFORM).
416 (installdirs): New target.
417
418 Tue Apr 15 15:08:12 1997 Andrew Cagney <cagney@b1.cygnus.com>
419
420 * sim-assert.h (SIM_ASSERT, ASSERT): Allow these macros to
421 be overriden.
422
423 Wed Apr 9 16:06:44 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
424
425 * sim-basics.h: Only bring in config.h and tconfig.h if
426 HAVE_CONFIG_H.
427
428 Mon Apr 7 11:39:45 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
429
430 * sim-config.h (WITH_TARGET_WORD_MSB): New Macro. Define the bit
431 numbering convention of the target.
432 * sim-config.c (print_sim_config): Print WITH_TARGET_WORD_BITSIZE
433 and WITH_TARGET_WORD_MSB.
434 (sim_config): When possible, check for consistency with bitsize
435 and msb.
436
437 * sim-bits.h: Allow MSB to be other than zero.
438 * sim-bits.c: Ditto.
439 * sim-n-bits.h: Ditto.
440
441 * sim-bits.h (MSMASK*): New macros - converce to LSMASK*.
442 * sim-n-bits.h (MSMASKEDn): Ditto.
443
444 Mon Apr 14 16:29:21 1997 Ian Lance Taylor <ian@cygnus.com>
445
446 * Makefile.in (INSTALL): Change install.sh to install-sh.
447
448 Mon Apr 7 10:46:38 1997 Doug Evans <dje@canuck.cygnus.com>
449
450 * sim-base.h (sim_state_base): Move `magic' to end of struct.
451
452 Mon Apr 7 15:53:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
453
454 * run.c (main): Check that a program to run was specified.
455
456 Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
457
458 * aclocal.m4 (AC_TYPE_SIGNAL): Add check.
459
460 * configure: Regenerated to track ../common/aclocal.m4 changes.
461 * config.in: Ditto.
462
463 Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
464
465 * sim-endian.h: Move host {LITTLE,BIG}_ENDIAN support from here,
466 * sim-config.h: To here.
467
468 * Make-common.in (SIM_EXTRA_DEPS): New config var.
469 (sim_main_headers): Define.
470 (sim-*.o): Depend on $(SIM_EXTRA_DEPS).
471 (BUILT_SRC_FROM_COMMON): Move here from ../d30v/Makefile.in.
472 (clean): Use it.
473 (sim-utils.o): Add rule for.
474 * sim-utils.o: New file.
475 * sim-basics.h: #include sim-base.h.
476 (zalloc): Make argument unsigned long.
477 * sim-base.h: New file.
478 * sim-inline.h (SIM_IO support): Delete.
479 * sim-io.h: Delete inline support.
480 * sim-io.c: Likewise. sim-state.h renamed to sim-main.h.
481 * sim-config.c: sim-state.h renamed to sim-main.h.
482 * sim-core.c: Likewise.
483 * sim-events.c: Likewise.
484
485 * run.c (main): Pass SIM_OPEN_STANDALONE to sim_open.
486
487 * aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h.
488 (sim-debug): Allow arguments. Define WITH_DEBUG in addition to
489 -DDEBUG.
490 * configure: Regenerated to track ../common/aclocal.m4 changes.
491
492 Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
493
494 * configure: Regenerated to track ../common/aclocal.m4 changes.
495
496 Wed Apr 2 11:08:11 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
497
498 * sim-config.h (WITH_ALIGNMENT, WITH_FLOATING_POINT,
499 WITH_XOR_ENDIAN, WITH_SMP, WITH_RESERVED_BITS): Assume that these
500 are defined by the configure.
501
502 * aclocal.m4 (sim-stdio): Add option stdio from ../ppc configure.
503
504 * aclocal.m4 (floating-point, xor-endian, alignment, smp,
505 reserved-bits): Always define.
506
507 * sim-config.h, sim-config.c (sim_config): New function - and new
508 file - co-ordinate the setting/checking of the common simulator
509 configuration options.
510
511 * Make-common.in (sim-config.o): Add rule.
512
513 Fri Mar 28 15:32:00 1997 Mike Meissner <meissner@cygnus.com>
514
515 * callback.c (os_{,e}vprintf_filtered): Change stdarg type to
516 va_list from void *, since va_list might not be a pointer type.
517
518 Mon Mar 24 15:27:12 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
519
520 * sim-n-endian.h (offset_N): Correct assertion - word and sub word
521 in wrong order.
522 (offset_N): Correct computation of LE offset.
523
524 * sim-io.c (sim_io_error): Include a new line when reporting
525 errors.
526
527 * sim-assert.h (SIM_FILTER_PATH): Out by one when locating last
528 `/'.
529
530 Thu Mar 20 22:31:06 1997 Jeffrey A Law (law@cygnus.com)
531
532 * run.c: Include alloca-conf.h.
533
534 * callback.c (os_evprintf_filtered): Fix typo.
535
536 Fri Mar 21 13:36:20 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
537
538 * run.c (string.h, strings.h, stdlib.h): Include.
539
540 * sim-events.c (sim_events_tick): Recent cleanup failed to return
541 0 when nothing pending.
542
543 * run.c (sim_size, sim_trace): Plicate GCC - these two functions
544 will soon be going away.
545 (getopt): Plicate GCC.
546
547 * sim-endian.c (sim-io.h): Plicate GCC.
548 * sim-bits.c (sim-io.h): Ditto.
549 * sim-n-bits.h (ROTn): Ditto.
550
551 * sim-io.c (sim_io_error): Correct check for NULL.
552
553 * sim-assert.h (SIM_FILTER_PATH): Separate out the code filtering
554 the __FILE__.
555 * sim-events.c: Use SIM_FILTER_PATH to filter out the filename
556 path.
557
558 Wed Mar 19 01:12:06 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
559
560 * aclocal.m4 (SIM_AC_OPTION_*: Move so that they are outside of
561 SIM_AC_COMMON - SIM_AC_COMMON was gobling arguments.
562
563 Tue Mar 18 20:48:12 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
564
565 * sim-alu.h: Include sim-xcat.h.
566
567 Tue Mar 18 13:58:18 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
568
569 * Make-common.in (sim-bits.c, sim-core.c, sim-endian.c,
570 sim-events.c, sim-inline.c, sim-io.c): Define rules for building
571 these.
572
573 * sim-events.c (sim_events_at_large_int): New function. Just
574 schedules an event every large-int ticks.
575 (sim_events_init): Call.
576 (sim_events_tick, sim_events_process): Move async handing to
577 sim_events_process. Move timer decrement so that it occures after
578 events have been processed.
579
580 * sim-basics.h (struct _engine): Remove declaration.
581
582 * sim-events.h, sim-events.c: Rename type to sim_events. Prefix
583 everything with same. Rename global struct to SIM_DESC.
584 * sim-core.h, sim-core.c, sim-n-core.c: Ditto for sim_core.
585 * sim-io.h, sim-io.c: Ditto.
586
587 * sim-assert.h: New file. Optional assertion checking macros.
588 * sim-io.c (sim_io_error): Make just this function tolerant to
589 null pointers.
590
591 * sim-xcat.h: New file. Define concatenate macros.
592 * sim-basics.h (XCONCAT*): Move to sim-xcat.h.
593 * sim-n-core.h, sim-n-bits.h, sim-n-endian.h: Explicitly include
594 concat macros.
595
596
597 Tue Mar 18 12:44:55 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
598
599 * sim-bits.h (LSMASK): New macro. Create mask of LS bits.
600
601 Mon Mar 17 18:10:05 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
602
603 * sim-inline.h: Add definitions for sim-types.
604 (ALL_BY_MODULE): New macro, encapsulate full inlining by the
605 module.
606
607 Mon Mar 17 15:38:27 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
608
609 * sim-events.h: Remove defunct reference to callback struct.
610
611 Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
612
613 * configure: Re-generate.
614
615 Mon Mar 17 15:04:47 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
616
617 * Make-common.in (CSEARCH): Do not include the gdb directory in
618 the search path.
619
620 Mon Mar 17 13:16:26 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
621
622 * Make-common.in (SIM_ENDIAN, SIM_HOSTENDIAN, SIM_INLINE,
623 SIM_WARNING): Drop, requiring the simulator specific Makefile.in
624 to explicitly incorporate these.
625
626 * aclocal.m4 (--enable-sim-alignment); New option. Strongly
627 specify the alignment restrictions of the target architecture -
628 without this option all alignment restrictions are accomodated.
629 (--enable-sim-assert): New option. Conditionally compile in
630 assertion statements.
631 (--enable-sim-float): New option. Strongly specify the target's
632 floating point support.
633 (--enable-sim-hardware): New option. Specify the hardware devices
634 included in the simulation.
635 (--enable-sim-packages): New option. Specify the hardware
636 packages included in the simulation.
637 (--enable-sim-regparm): New option. Specify that parameters be
638 passed in registers instead of on the stack.
639 (--enable-sim-reserved-bits): New option. Specify that reserved
640 bits within an instruction are are correctly set.
641 (--enable-sim-smp): New option. Specify the level of SMP support
642 to be included in the simulator.
643 (--enable-sim-stdcall): New option. Specify an alternative
644 function call convention.
645 (--enable-sim-xor-endian): New option. Configure xor-endian
646 support used by some targets to implement bi-endian support.
647
648 Fri Mar 14 19:51:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
649
650 * aclocal.m4 (--enable-sim-hostendian): New option. Allow the
651 host endianness to be overridden.
652 (--enable-sim-endian): Allow the target platform's byte order
653 to be overridden.
654 (--enable-sim-inline): Control the inlining of common components.
655 (--enable-sim-bswap): For compatibility, also define WITH_BSWAP.
656 (--enable-sim-warnings): Enable additional GCC compiler checks.
657 * Make-common.in (SIM_ENDIAN, SIM_HOSTENDIAN, SIM_INLINE,
658 SIM_WARNINGS): Add.
659
660 * sim-n-core.h, sim-n-bits.h, sim-n-endian.h: Rename from
661 sim-*-n.h so that the names are uniq on dos machines
662 * sim-core.c, sim-bits.c, sim-endian.c: Update.
663
664 Thu Mar 13 12:32:42 1997 Doug Evans <dje@canuck.cygnus.com>
665
666 * run.c: #include "libiberty.h".
667 (main): New locals sd,no_args,sim_argv.
668 Run buildargv on -a option. Pass argv to sim_open, argv[0]
669 is program name. Update call to sim_set_callbacks.
670 Record result of sim_open, pass to other sim_foo routines.
671
672 Thu Mar 13 10:24:05 1997 Michael Meissner <meissner@cygnus.com>
673
674 * callback.c (os_printf_filtered): Do not call exit(1) or print a
675 final newline.
676
677 Thu Mar 6 15:50:28 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
678
679 * callback.c: Add os_flush_stdout and vprintf_filtered callbacks.
680 Route stdout through buffered IO.
681
682 * callback.c: Add os_flush_stderr, os_write_stderr,
683 os_evprintf_filtered functions to route error output through
684 stderr.
685
686 * sim-io.h, sim-io.c (sim_io_flush_stderr, sim_io_flush_stdout):
687 Correct return type - should be void.
688
689 Fri Mar 7 20:14:37 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
690
691 * sim-basics.h: Clean up. Many macro's moved to sim-inline.h.
692
693 * sim-config.h: Ditto. For some options - eg WITH_DEVICES - do
694 not provide a default value as undefined indicates disable code.
695
696 Thu Mar 6 15:50:28 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
697
698 * sim-core.h, sim-core-n.h, sim-core.c: Borrow code from ppc
699 directory.
700 * sim-events.h, sim-events.c: Ditto.
701 * sim-io.h, sim-io.c: Ditto.
702
703 Tue Mar 4 09:35:56 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
704
705 * sim-alu.h (ALU_SUB_CA, ALU*_SUB_CA): New alu operation.
706
707 * sim-bits.h, sim-bits-n.h, sim-bits.c (LSMASKED*): New macro's
708 extract the tail or least signifiant bits from an integer of the
709 specified size.
710
711 * sim-bits.h, sim-bits.c: Clean up conditionally compiled #if
712 WITH_TARGET_BITSIZE so that the compilation will fail when an
713 unsupported bitsize value is defined.
714
715 (INSERTED*): Convert to functions.
716 (EXTRACTED*): Ditto.
717
718 (SIGN_EXTEND, SEXT): Change to more terse name.
719
720 Tue Mar 4 09:35:56 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
721
722 * sim-inline.h: Allow explicit control over which .c files will be
723 included by their header.
724
725 * sim-inline.h: Allow explicit control over which .c files use the
726 alternative - REGPARM - parameter passing mechanism.
727
728 * sim-inline.h, sim-inline.c: Don't attempt to include any of
729 icache.c, idecode.c, semantics.c or support.c. Those names are
730 not generally applicable.
731
732 Thu Feb 27 10:17:23 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
733
734 * sim-bits.c, sim-bits-n.h (new): Split sim-bits.c into two parts
735 in a fashion similar to sim-endian-n.
736
737 * sim-endian.h: (H_word, L_word, AL_*, VL_*): Extend to include
738 both value and address macro's.
739
740 Tue Feb 25 18:51:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
741
742 * sim-alu.h (ALU16_BEGIN, ALU16_SET, ...): Fill in.
743
744 * sim-endian.h (L_word, H_word): Replace MS2W_4, LS2W_4 with more
745 generic L_word, H_word macro's.
746
747 Thu Feb 20 18:36:55 1997 Andrew Cagney <cagney@critters.cygnus.com>
748
749 * sim-basics.h: Borrow code from ppc directory.
750 * sim-bits.c: Ditto.
751 * sim-bits.h: Ditto.
752 * sim-config.h: Ditto.
753 * sim-endian-n.h: Ditto.
754 * sim-endian.c: Ditto.
755 * sim-endian.h: Ditto.
756 * sim-inline.c: Ditto.
757 * sim-inline.h: Ditto.
758 * sim-types.h: Ditto.
759
760 Wed Feb 19 12:40:50 1997 Andrew Cagney <cagney@critters.cygnus.com>
761
762 * sim-alu.h (ALU_SET16, ALU_SET32, ALU_SET64, etc): Make available
763 all the ALU size alternatives and then auto-configure a default.
764
765 * sim-alu.h: Copy ppc/idecode_expression.h.
766
767 Mon Feb 17 10:44:18 1997 Andrew Cagney <cagney@critters.cygnus.com>
768
769 * bits.h, bits.c (SIGN_EXTEND32, SIGN_EXTEND64): New functions,
770 sign extend a bit within a value.
771
772 * sim-endian.h, sim-endian-n.h (offset_N): New functions - return
773 a pointer into the middle of a host word.
774 * sim-endian.h (MS2W_4, LS2W_4): Use this function.
775
776 Tue Feb 11 13:46:49 1997 Michael Meissner <meissner@tiktok.cygnus.com>
777
778 * callback.c: If HAVE_CONFIG_H is defined, include config.h from
779 autoconf. If HAVE_UNISTD_H is defined, include unistd.h to get
780 appropriate definitions of read, write, etc. Add prototype for
781 system.
782
783 Tue Feb 4 13:24:44 1997 Doug Evans <dje@canuck.cygnus.com>
784
785 * Makefile.in (libcommon.a): Delete.
786 (callback.o,targ-map.o): Delete, moved to Make-common.in.
787 (gentmap,targ-vals.h,targ-map.c): Likewise.
788 (run-autoconf): Delete.
789 * aclocal.m4 (SIM_AC_OUTPUT): Redo creation of Makefile.
790 (common makefile fragment): Moved back into ...
791 * Make-common.in: Resurrect.
792 * configure.in (AC_LINK_FILES): Delete, unnecessary now.
793 * configure: Regenerated.
794
795 Fri Jan 31 07:16:49 1997 Doug Evans <dje@canuck.cygnus.com>
796
797 * aclocal.m4 (SIM_AC_COMMON): Move COMMON_MAKEFILE_FRAG from here.
798 (SIM_AC_OUTPUT): To here.
799
800 Fri Jan 24 10:37:17 1997 Stu Grossman (grossman@critters.cygnus.com)
801
802 * aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s in
803 comments and single quotes. Fixes a problem found on hpux.
804
805 Thu Jan 23 13:35:03 1997 Stu Grossman (grossman@critters.cygnus.com)
806
807 * aclocal.m4: Remove Make-common.in from dependencies.
808 * (distclean): Remove targ-vals.def.
809
810 * aclocal.m4 (SIM_AC_COMMON): Move contents of Make-common.in
811 into here. Makes insertion into makefiles easier. Also, change
812 the way that callback.o, gentmap, targ-vals.h, targ-map.c,
813 targ-map.o, and run are built. They are now built in the
814 individual simulator directories, taking sources from ../common as
815 necessary. This replaces the merging of libcommon.a into
816 linsim.a, which was problematic for the WinGDB build process.
817 * run.c: Include config.h from . instead of ../common.
818 * Make-common.in: Remove. It's no longer necessary.
819
820 Mon Dec 16 15:02:33 1996 Ian Lance Taylor <ian@cygnus.com>
821
822 * Make-common.in (ALL_CLAGS): Put CFLAGS at the end.
823 (.c.o): Put $(ALL_CFLAGS) before the file being compiled.
824
825 Wed Dec 11 11:30:58 1996 Jim Wilson <wilson@cygnus.com>
826
827 * run.c (main): Set target_byte_order before call to sim_open.
828
829 Sun Dec 8 18:22:06 1996 Doug Evans <dje@canuck.cygnus.com>
830
831 * callback.c: #include <stdlib.h>
832 (os_error): New function.
833 (default_callback): Add os_error.
834
835 Mon Nov 25 19:44:35 1996 Doug Evans <dje@canuck.cygnus.com>
836
837 * Make-common.in (Makefile): Set CONFIG_HEADERS="".
838 * aclocal.m4: Mark the fact that --enable-sim-bswap isn't host
839 specific.
840 (SIM_AC_OUTPUT): Don't build Makefile if CONFIG_FILES="".
841
842 Wed Nov 20 01:11:04 1996 Doug Evans <dje@canuck.cygnus.com>
843
844 * run.c: #include ../common/config.h, tconfig.h.
845 (myname): New static global.
846 (main): Recognize new options -a, -c. Also recognize -h if h8/300.
847 Only process -c ifdef SIM_HAVE_SIMCACHE.
848 Only process -p/-s ifdef SIM_HAVE_PROFILE.
849 Parse program name from argv[0] and use in error messages.
850 Pass sim_args to sim_open. Pass prog_args to sim_create_inferior.
851 Add support for incomplete h8/300 termination indicators.
852 (usage): Make more verbose.
853 * aclocal.m4,config.in,tconfig.in,configure.in,configure: New files.
854 * Makefile.in,Make-common.in,callback.c: New files.
855 * nltvals.def,gentmap.c,gentvals.sh: New files.
856
857 Tue Nov 12 13:34:00 1996 Dawn Perchik <dawn@cygnus.com>
858
859 * run.c: Include stdarg.h if __STDC__.
860
861 Tue Oct 15 11:16:31 1996 Jeffrey A Law (law@cygnus.com)
862
863 * run.c (main): Don't print out anything if the signal
864 number is zero (ie no signal).
865
866 Tue Oct 15 11:20:44 1996 Michael Meissner <meissner@tiktok.cygnus.com>
867
868 * run.c (main): Print out if the program raised a signal.
869
870 Wed Sep 18 09:52:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
871
872 * run.c (exec_bfd): Rename from sim_bfd, to use the gdb name.
873 (main): Ditto.
874
875 Tue Sep 17 11:04:50 1996 James G. Smith <jsmith@cygnus.co.uk>
876
877 * run.c (main): Explicitly cast malloc() parameter.
878
879 Thu Sep 12 11:27:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
880
881 * run.c (sim_bfd): New global to hold the bfd pointer for the
882 executable.
883 (main): Initialize sim_bfd.
884
885 Fri Dec 15 16:27:49 1995 Ian Lance Taylor <ian@cygnus.com>
886
887 * run.c (main): Use new bfd_big_endian macro.
888
889 Wed Nov 8 15:49:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
890
891 * run.c (main): Removed SH specific comments, so source is
892 generic. Also updated to only load relevant sections. Moved
893 sim_open() to after callback attach (to match GDB).
894
895 * run.1: Removed SH specific comments.
896
897 Sat Oct 21 12:31:01 1995 Jim Wilson <wilson@chestnut.cygnus.com>
898
899 * run.c (main): Always return sigrc at end.
900
901 Tue Oct 10 12:03:13 1995 J.T. Conklin <jtc@rtl.cygnus.com>
902
903 * run.c (main): Print error diagnostic and exit if bfd_openr() or
904 bfd_check_format() fails.
905
906 Thu Sep 28 15:40:36 1995 steve chamberlain <sac@slash.cygnus.com>
907
908 * run.c, run.1: From sh directory.
909
910