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