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