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