]>
Commit | Line | Data |
---|---|---|
57bc1a72 MM |
1 | Tue Oct 15 11:20:44 1996 Michael Meissner <[email protected]> |
2 | ||
3 | * run.c (main): Print out if the program raised a signal. | |
4 | ||
5 | Wed Sep 18 09:52:14 1996 Michael Meissner <[email protected]> | |
6 | ||
7 | * run.c (exec_bfd): Rename from sim_bfd, to use the gdb name. | |
8 | (main): Ditto. | |
9 | ||
3733d109 JSC |
10 | Tue Sep 17 11:04:50 1996 James G. Smith <[email protected]> |
11 | ||
12 | * run.c (main): Explicitly cast malloc() parameter. | |
13 | ||
9b280a86 MM |
14 | Thu Sep 12 11:27:21 1996 Michael Meissner <[email protected]> |
15 | ||
16 | * run.c (sim_bfd): New global to hold the bfd pointer for the | |
17 | executable. | |
18 | (main): Initialize sim_bfd. | |
19 | ||
20 | Fri Dec 15 16:27:49 1995 Ian Lance Taylor <[email protected]> | |
21 | ||
22 | * run.c (main): Use new bfd_big_endian macro. | |
23 | ||
24 | Wed Nov 8 15:49:49 1995 James G. Smith <[email protected]> | |
25 | ||
26 | * run.c (main): Removed SH specific comments, so source is | |
27 | generic. Also updated to only load relevant sections. Moved | |
28 | sim_open() to after callback attach (to match GDB). | |
29 | ||
30 | * run.1: Removed SH specific comments. | |
31 | ||
3be50301 JW |
32 | Sat Oct 21 12:31:01 1995 Jim Wilson <[email protected]> |
33 | ||
34 | * run.c (main): Always return sigrc at end. | |
35 | ||
36 | Tue Oct 10 12:03:13 1995 J.T. Conklin <[email protected]> | |
37 | ||
38 | * run.c (main): Print error diagnostic and exit if bfd_openr() or | |
39 | bfd_check_format() fails. | |
40 | ||
f025d903 SC |
41 | Thu Sep 28 15:40:36 1995 steve chamberlain <[email protected]> |
42 | ||
43 | * run.c, run.1: From sh directory. | |
44 | ||
45 |