* Make-common.in (SIM_EXTRA_DEPS): New config var.
[binutils-gdb.git] / sim / common / ChangeLog
1 Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
2
3 * Make-common.in (SIM_EXTRA_DEPS): New config var.
4 (sim_main_headers): Define.
5 (sim-*.o): Depend on $(SIM_EXTRA_DEPS).
6 (BUILT_SRC_FROM_COMMON): Move here from ../d30v/Makefile.in.
7 (clean): Use it.
8 (sim-utils.o): Add rule for.
9 * sim-utils.o: New file.
10 * sim-basics.h: #include sim-base.h.
11 (zalloc): Make argument unsigned long.
12 * sim-base.h: New file.
13 * sim-inline.h (SIM_IO support): Delete.
14 * sim-io.h: Delete inline support.
15 * sim-io.c: Likewise. sim-state.h renamed to sim-main.h.
16 * sim-config.c: sim-state.h renamed to sim-main.h.
17 * sim-core.c: Likewise.
18 * sim-events.c: Likewise.
19
20 * run.c (main): Pass SIM_OPEN_STANDALONE to sim_open.
21
22 * aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h.
23 (sim-debug): Allow arguments. Define WITH_DEBUG in addition to
24 -DDEBUG.
25 * configure: Regenerated to track ../common/aclocal.m4 changes.
26
27 Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
28
29 * configure: Regenerated to track ../common/aclocal.m4 changes.
30
31 Wed Apr 2 11:08:11 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
32
33 * sim-config.h (WITH_ALIGNMENT, WITH_FLOATING_POINT,
34 WITH_XOR_ENDIAN, WITH_SMP, WITH_RESERVED_BITS): Assume that these
35 are defined by the configure.
36
37 * aclocal.m4 (sim-stdio): Add option stdio from ../ppc configure.
38
39 * aclocal.m4 (floating-point, xor-endian, alignment, smp,
40 reserved-bits): Always define.
41
42 * sim-config.h, sim-config.c (sim_config): New function - and new
43 file - co-ordinate the setting/checking of the common simulator
44 configuration options.
45
46 * Make-common.in (sim-config.o): Add rule.
47
48 Fri Mar 28 15:32:00 1997 Mike Meissner <meissner@cygnus.com>
49
50 * callback.c (os_{,e}vprintf_filtered): Change stdarg type to
51 va_list from void *, since va_list might not be a pointer type.
52
53 Mon Mar 24 15:27:12 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
54
55 * sim-n-endian.h (offset_N): Correct assertion - word and sub word
56 in wrong order.
57 (offset_N): Correct computation of LE offset.
58
59 * sim-io.c (sim_io_error): Include a new line when reporting
60 errors.
61
62 * sim-assert.h (SIM_FILTER_PATH): Out by one when locating last
63 `/'.
64
65 Thu Mar 20 22:31:06 1997 Jeffrey A Law (law@cygnus.com)
66
67 * run.c: Include alloca-conf.h.
68
69 * callback.c (os_evprintf_filtered): Fix typo.
70
71 Fri Mar 21 13:36:20 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
72
73 * run.c (string.h, strings.h, stdlib.h): Include.
74
75 * sim-events.c (sim_events_tick): Recent cleanup failed to return
76 0 when nothing pending.
77
78 * run.c (sim_size, sim_trace): Plicate GCC - these two functions
79 will soon be going away.
80 (getopt): Plicate GCC.
81
82 * sim-endian.c (sim-io.h): Plicate GCC.
83 * sim-bits.c (sim-io.h): Ditto.
84 * sim-n-bits.h (ROTn): Ditto.
85
86 * sim-io.c (sim_io_error): Correct check for NULL.
87
88 * sim-assert.h (SIM_FILTER_PATH): Separate out the code filtering
89 the __FILE__.
90 * sim-events.c: Use SIM_FILTER_PATH to filter out the filename
91 path.
92
93 Wed Mar 19 01:12:06 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
94
95 * aclocal.m4 (SIM_AC_OPTION_*: Move so that they are outside of
96 SIM_AC_COMMON - SIM_AC_COMMON was gobling arguments.
97
98 Tue Mar 18 20:48:12 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
99
100 * sim-alu.h: Include sim-xcat.h.
101
102 Tue Mar 18 13:58:18 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
103
104 * Make-common.in (sim-bits.c, sim-core.c, sim-endian.c,
105 sim-events.c, sim-inline.c, sim-io.c): Define rules for building
106 these.
107
108 * sim-events.c (sim_events_at_large_int): New function. Just
109 schedules an event every large-int ticks.
110 (sim_events_init): Call.
111 (sim_events_tick, sim_events_process): Move async handing to
112 sim_events_process. Move timer decrement so that it occures after
113 events have been processed.
114
115 * sim-basics.h (struct _engine): Remove declaration.
116
117 * sim-events.h, sim-events.c: Rename type to sim_events. Prefix
118 everything with same. Rename global struct to SIM_DESC.
119 * sim-core.h, sim-core.c, sim-n-core.c: Ditto for sim_core.
120 * sim-io.h, sim-io.c: Ditto.
121
122 * sim-assert.h: New file. Optional assertion checking macros.
123 * sim-io.c (sim_io_error): Make just this function tolerant to
124 null pointers.
125
126 * sim-xcat.h: New file. Define concatenate macros.
127 * sim-basics.h (XCONCAT*): Move to sim-xcat.h.
128 * sim-n-core.h, sim-n-bits.h, sim-n-endian.h: Explicitly include
129 concat macros.
130
131
132 Tue Mar 18 12:44:55 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
133
134 * sim-bits.h (LSMASK): New macro. Create mask of LS bits.
135
136 Mon Mar 17 18:10:05 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
137
138 * sim-inline.h: Add definitions for sim-types.
139 (ALL_BY_MODULE): New macro, encapsulate full inlining by the
140 module.
141
142 Mon Mar 17 15:38:27 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
143
144 * sim-events.h: Remove defunct reference to callback struct.
145
146 Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
147
148 * configure: Re-generate.
149
150 Mon Mar 17 15:04:47 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
151
152 * Make-common.in (CSEARCH): Do not include the gdb directory in
153 the search path.
154
155 Mon Mar 17 13:16:26 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
156
157 * Make-common.in (SIM_ENDIAN, SIM_HOSTENDIAN, SIM_INLINE,
158 SIM_WARNING): Drop, requiring the simulator specific Makefile.in
159 to explicitly incorporate these.
160
161 * aclocal.m4 (--enable-sim-alignment); New option. Strongly
162 specify the alignment restrictions of the target architecture -
163 without this option all alignment restrictions are accomodated.
164 (--enable-sim-assert): New option. Conditionally compile in
165 assertion statements.
166 (--enable-sim-float): New option. Strongly specify the target's
167 floating point support.
168 (--enable-sim-hardware): New option. Specify the hardware devices
169 included in the simulation.
170 (--enable-sim-packages): New option. Specify the hardware
171 packages included in the simulation.
172 (--enable-sim-regparm): New option. Specify that parameters be
173 passed in registers instead of on the stack.
174 (--enable-sim-reserved-bits): New option. Specify that reserved
175 bits within an instruction are are correctly set.
176 (--enable-sim-smp): New option. Specify the level of SMP support
177 to be included in the simulator.
178 (--enable-sim-stdcall): New option. Specify an alternative
179 function call convention.
180 (--enable-sim-xor-endian): New option. Configure xor-endian
181 support used by some targets to implement bi-endian support.
182
183 Fri Mar 14 19:51:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
184
185 * aclocal.m4 (--enable-sim-hostendian): New option. Allow the
186 host endianness to be overridden.
187 (--enable-sim-endian): Allow the target platform's byte order
188 to be overridden.
189 (--enable-sim-inline): Control the inlining of common components.
190 (--enable-sim-bswap): For compatibility, also define WITH_BSWAP.
191 (--enable-sim-warnings): Enable additional GCC compiler checks.
192 * Make-common.in (SIM_ENDIAN, SIM_HOSTENDIAN, SIM_INLINE,
193 SIM_WARNINGS): Add.
194
195 * sim-n-core.h, sim-n-bits.h, sim-n-endian.h: Rename from
196 sim-*-n.h so that the names are uniq on dos machines
197 * sim-core.c, sim-bits.c, sim-endian.c: Update.
198
199 Thu Mar 13 12:32:42 1997 Doug Evans <dje@canuck.cygnus.com>
200
201 * run.c: #include "libiberty.h".
202 (main): New locals sd,no_args,sim_argv.
203 Run buildargv on -a option. Pass argv to sim_open, argv[0]
204 is program name. Update call to sim_set_callbacks.
205 Record result of sim_open, pass to other sim_foo routines.
206
207 Thu Mar 13 10:24:05 1997 Michael Meissner <meissner@cygnus.com>
208
209 * callback.c (os_printf_filtered): Do not call exit(1) or print a
210 final newline.
211
212 Thu Mar 6 15:50:28 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
213
214 * callback.c: Add os_flush_stdout and vprintf_filtered callbacks.
215 Route stdout through buffered IO.
216
217 * callback.c: Add os_flush_stderr, os_write_stderr,
218 os_evprintf_filtered functions to route error output through
219 stderr.
220
221 * sim-io.h, sim-io.c (sim_io_flush_stderr, sim_io_flush_stdout):
222 Correct return type - should be void.
223
224 Fri Mar 7 20:14:37 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
225
226 * sim-basics.h: Clean up. Many macro's moved to sim-inline.h.
227
228 * sim-config.h: Ditto. For some options - eg WITH_DEVICES - do
229 not provide a default value as undefined indicates disable code.
230
231 Thu Mar 6 15:50:28 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
232
233 * sim-core.h, sim-core-n.h, sim-core.c: Borrow code from ppc
234 directory.
235 * sim-events.h, sim-events.c: Ditto.
236 * sim-io.h, sim-io.c: Ditto.
237
238 Tue Mar 4 09:35:56 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
239
240 * sim-alu.h (ALU_SUB_CA, ALU*_SUB_CA): New alu operation.
241
242 * sim-bits.h, sim-bits-n.h, sim-bits.c (LSMASKED*): New macro's
243 extract the tail or least signifiant bits from an integer of the
244 specified size.
245
246 * sim-bits.h, sim-bits.c: Clean up conditionally compiled #if
247 WITH_TARGET_BITSIZE so that the compilation will fail when an
248 unsupported bitsize value is defined.
249
250 (INSERTED*): Convert to functions.
251 (EXTRACTED*): Ditto.
252
253 (SIGN_EXTEND, SEXT): Change to more terse name.
254
255 Tue Mar 4 09:35:56 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
256
257 * sim-inline.h: Allow explicit control over which .c files will be
258 included by their header.
259
260 * sim-inline.h: Allow explicit control over which .c files use the
261 alternative - REGPARM - parameter passing mechanism.
262
263 * sim-inline.h, sim-inline.c: Don't attempt to include any of
264 icache.c, idecode.c, semantics.c or support.c. Those names are
265 not generally applicable.
266
267 Thu Feb 27 10:17:23 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
268
269 * sim-bits.c, sim-bits-n.h (new): Split sim-bits.c into two parts
270 in a fashion similar to sim-endian-n.
271
272 * sim-endian.h: (H_word, L_word, AL_*, VL_*): Extend to include
273 both value and address macro's.
274
275 Tue Feb 25 18:51:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
276
277 * sim-alu.h (ALU16_BEGIN, ALU16_SET, ...): Fill in.
278
279 * sim-endian.h (L_word, H_word): Replace MS2W_4, LS2W_4 with more
280 generic L_word, H_word macro's.
281
282 Thu Feb 20 18:36:55 1997 Andrew Cagney <cagney@critters.cygnus.com>
283
284 * sim-basics.h: Borrow code from ppc directory.
285 * sim-bits.c: Ditto.
286 * sim-bits.h: Ditto.
287 * sim-config.h: Ditto.
288 * sim-endian-n.h: Ditto.
289 * sim-endian.c: Ditto.
290 * sim-endian.h: Ditto.
291 * sim-inline.c: Ditto.
292 * sim-inline.h: Ditto.
293 * sim-types.h: Ditto.
294
295 Wed Feb 19 12:40:50 1997 Andrew Cagney <cagney@critters.cygnus.com>
296
297 * sim-alu.h (ALU_SET16, ALU_SET32, ALU_SET64, etc): Make available
298 all the ALU size alternatives and then auto-configure a default.
299
300 * sim-alu.h: Copy ppc/idecode_expression.h.
301
302 Mon Feb 17 10:44:18 1997 Andrew Cagney <cagney@critters.cygnus.com>
303
304 * bits.h, bits.c (SIGN_EXTEND32, SIGN_EXTEND64): New functions,
305 sign extend a bit within a value.
306
307 * sim-endian.h, sim-endian-n.h (offset_N): New functions - return
308 a pointer into the middle of a host word.
309 * sim-endian.h (MS2W_4, LS2W_4): Use this function.
310
311 Tue Feb 11 13:46:49 1997 Michael Meissner <meissner@tiktok.cygnus.com>
312
313 * callback.c: If HAVE_CONFIG_H is defined, include config.h from
314 autoconf. If HAVE_UNISTD_H is defined, include unistd.h to get
315 appropriate definitions of read, write, etc. Add prototype for
316 system.
317
318 Tue Feb 4 13:24:44 1997 Doug Evans <dje@canuck.cygnus.com>
319
320 * Makefile.in (libcommon.a): Delete.
321 (callback.o,targ-map.o): Delete, moved to Make-common.in.
322 (gentmap,targ-vals.h,targ-map.c): Likewise.
323 (run-autoconf): Delete.
324 * aclocal.m4 (SIM_AC_OUTPUT): Redo creation of Makefile.
325 (common makefile fragment): Moved back into ...
326 * Make-common.in: Resurrect.
327 * configure.in (AC_LINK_FILES): Delete, unnecessary now.
328 * configure: Regenerated.
329
330 Fri Jan 31 07:16:49 1997 Doug Evans <dje@canuck.cygnus.com>
331
332 * aclocal.m4 (SIM_AC_COMMON): Move COMMON_MAKEFILE_FRAG from here.
333 (SIM_AC_OUTPUT): To here.
334
335 Fri Jan 24 10:37:17 1997 Stu Grossman (grossman@critters.cygnus.com)
336
337 * aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s in
338 comments and single quotes. Fixes a problem found on hpux.
339
340 Thu Jan 23 13:35:03 1997 Stu Grossman (grossman@critters.cygnus.com)
341
342 * aclocal.m4: Remove Make-common.in from dependencies.
343 * (distclean): Remove targ-vals.def.
344
345 * aclocal.m4 (SIM_AC_COMMON): Move contents of Make-common.in
346 into here. Makes insertion into makefiles easier. Also, change
347 the way that callback.o, gentmap, targ-vals.h, targ-map.c,
348 targ-map.o, and run are built. They are now built in the
349 individual simulator directories, taking sources from ../common as
350 necessary. This replaces the merging of libcommon.a into
351 linsim.a, which was problematic for the WinGDB build process.
352 * run.c: Include config.h from . instead of ../common.
353 * Make-common.in: Remove. It's no longer necessary.
354
355 Mon Dec 16 15:02:33 1996 Ian Lance Taylor <ian@cygnus.com>
356
357 * Make-common.in (ALL_CLAGS): Put CFLAGS at the end.
358 (.c.o): Put $(ALL_CFLAGS) before the file being compiled.
359
360 Wed Dec 11 11:30:58 1996 Jim Wilson <wilson@cygnus.com>
361
362 * run.c (main): Set target_byte_order before call to sim_open.
363
364 Sun Dec 8 18:22:06 1996 Doug Evans <dje@canuck.cygnus.com>
365
366 * callback.c: #include <stdlib.h>
367 (os_error): New function.
368 (default_callback): Add os_error.
369
370 Mon Nov 25 19:44:35 1996 Doug Evans <dje@canuck.cygnus.com>
371
372 * Make-common.in (Makefile): Set CONFIG_HEADERS="".
373 * aclocal.m4: Mark the fact that --enable-sim-bswap isn't host
374 specific.
375 (SIM_AC_OUTPUT): Don't build Makefile if CONFIG_FILES="".
376
377 Wed Nov 20 01:11:04 1996 Doug Evans <dje@canuck.cygnus.com>
378
379 * run.c: #include ../common/config.h, tconfig.h.
380 (myname): New static global.
381 (main): Recognize new options -a, -c. Also recognize -h if h8/300.
382 Only process -c ifdef SIM_HAVE_SIMCACHE.
383 Only process -p/-s ifdef SIM_HAVE_PROFILE.
384 Parse program name from argv[0] and use in error messages.
385 Pass sim_args to sim_open. Pass prog_args to sim_create_inferior.
386 Add support for incomplete h8/300 termination indicators.
387 (usage): Make more verbose.
388 * aclocal.m4,config.in,tconfig.in,configure.in,configure: New files.
389 * Makefile.in,Make-common.in,callback.c: New files.
390 * nltvals.def,gentmap.c,gentvals.sh: New files.
391
392 Tue Nov 12 13:34:00 1996 Dawn Perchik <dawn@cygnus.com>
393
394 * run.c: Include stdarg.h if __STDC__.
395
396 Tue Oct 15 11:16:31 1996 Jeffrey A Law (law@cygnus.com)
397
398 * run.c (main): Don't print out anything if the signal
399 number is zero (ie no signal).
400
401 Tue Oct 15 11:20:44 1996 Michael Meissner <meissner@tiktok.cygnus.com>
402
403 * run.c (main): Print out if the program raised a signal.
404
405 Wed Sep 18 09:52:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
406
407 * run.c (exec_bfd): Rename from sim_bfd, to use the gdb name.
408 (main): Ditto.
409
410 Tue Sep 17 11:04:50 1996 James G. Smith <jsmith@cygnus.co.uk>
411
412 * run.c (main): Explicitly cast malloc() parameter.
413
414 Thu Sep 12 11:27:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
415
416 * run.c (sim_bfd): New global to hold the bfd pointer for the
417 executable.
418 (main): Initialize sim_bfd.
419
420 Fri Dec 15 16:27:49 1995 Ian Lance Taylor <ian@cygnus.com>
421
422 * run.c (main): Use new bfd_big_endian macro.
423
424 Wed Nov 8 15:49:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
425
426 * run.c (main): Removed SH specific comments, so source is
427 generic. Also updated to only load relevant sections. Moved
428 sim_open() to after callback attach (to match GDB).
429
430 * run.1: Removed SH specific comments.
431
432 Sat Oct 21 12:31:01 1995 Jim Wilson <wilson@chestnut.cygnus.com>
433
434 * run.c (main): Always return sigrc at end.
435
436 Tue Oct 10 12:03:13 1995 J.T. Conklin <jtc@rtl.cygnus.com>
437
438 * run.c (main): Print error diagnostic and exit if bfd_openr() or
439 bfd_check_format() fails.
440
441 Thu Sep 28 15:40:36 1995 steve chamberlain <sac@slash.cygnus.com>
442
443 * run.c, run.1: From sh directory.
444
445