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