]>
Commit | Line | Data |
---|---|---|
80b7b3a5 SG |
1 | Thu Jan 23 13:35:03 1997 Stu Grossman ([email protected]) |
2 | ||
e1dfb8c5 SG |
3 | * aclocal.m4: Remove Make-common.in from dependencies. |
4 | ||
80b7b3a5 SG |
5 | * aclocal.m4 (SIM_AC_COMMON): Move contents of Make-common.in |
6 | into here. Makes insertion into makefiles easier. Also, change | |
7 | the way that callback.o, gentmap, targ-vals.h, targ-map.c, | |
8 | targ-map.o, and run are built. They are now built in the | |
9 | individual simulator directories, taking sources from ../common as | |
10 | necessary. This replaces the merging of libcommon.a into | |
11 | linsim.a, which was problematic for the WinGDB build process. | |
12 | * run.c: Include config.h from . instead of ../common. | |
13 | * Make-common.in: Remove. It's no longer necessary. | |
14 | ||
15 | Mon Dec 16 15:02:33 1996 Ian Lance Taylor <[email protected]> | |
16 | ||
17 | * Make-common.in (ALL_CLAGS): Put CFLAGS at the end. | |
18 | (.c.o): Put $(ALL_CFLAGS) before the file being compiled. | |
19 | ||
20 | Wed Dec 11 11:30:58 1996 Jim Wilson <[email protected]> | |
21 | ||
22 | * run.c (main): Set target_byte_order before call to sim_open. | |
23 | ||
966f47b4 DE |
24 | Sun Dec 8 18:22:06 1996 Doug Evans <[email protected]> |
25 | ||
26 | * callback.c: #include <stdlib.h> | |
27 | (os_error): New function. | |
28 | (default_callback): Add os_error. | |
29 | ||
30 | Mon Nov 25 19:44:35 1996 Doug Evans <[email protected]> | |
31 | ||
32 | * Make-common.in (Makefile): Set CONFIG_HEADERS="". | |
33 | * aclocal.m4: Mark the fact that --enable-sim-bswap isn't host | |
34 | specific. | |
35 | (SIM_AC_OUTPUT): Don't build Makefile if CONFIG_FILES="". | |
36 | ||
37 | Wed Nov 20 01:11:04 1996 Doug Evans <[email protected]> | |
38 | ||
39 | * run.c: #include ../common/config.h, tconfig.h. | |
40 | (myname): New static global. | |
41 | (main): Recognize new options -a, -c. Also recognize -h if h8/300. | |
42 | Only process -c ifdef SIM_HAVE_SIMCACHE. | |
43 | Only process -p/-s ifdef SIM_HAVE_PROFILE. | |
44 | Parse program name from argv[0] and use in error messages. | |
45 | Pass sim_args to sim_open. Pass prog_args to sim_create_inferior. | |
46 | Add support for incomplete h8/300 termination indicators. | |
47 | (usage): Make more verbose. | |
48 | * aclocal.m4,config.in,tconfig.in,configure.in,configure: New files. | |
49 | * Makefile.in,Make-common.in,callback.c: New files. | |
50 | * nltvals.def,gentmap.c,gentvals.sh: New files. | |
51 | ||
52 | Tue Nov 12 13:34:00 1996 Dawn Perchik <[email protected]> | |
53 | ||
54 | * run.c: Include stdarg.h if __STDC__. | |
55 | ||
56 | Tue Oct 15 11:16:31 1996 Jeffrey A Law ([email protected]) | |
57 | ||
58 | * run.c (main): Don't print out anything if the signal | |
59 | number is zero (ie no signal). | |
60 | ||
57bc1a72 MM |
61 | Tue Oct 15 11:20:44 1996 Michael Meissner <[email protected]> |
62 | ||
63 | * run.c (main): Print out if the program raised a signal. | |
64 | ||
65 | Wed Sep 18 09:52:14 1996 Michael Meissner <[email protected]> | |
66 | ||
67 | * run.c (exec_bfd): Rename from sim_bfd, to use the gdb name. | |
68 | (main): Ditto. | |
69 | ||
3733d109 JSC |
70 | Tue Sep 17 11:04:50 1996 James G. Smith <[email protected]> |
71 | ||
72 | * run.c (main): Explicitly cast malloc() parameter. | |
73 | ||
9b280a86 MM |
74 | Thu Sep 12 11:27:21 1996 Michael Meissner <[email protected]> |
75 | ||
76 | * run.c (sim_bfd): New global to hold the bfd pointer for the | |
77 | executable. | |
78 | (main): Initialize sim_bfd. | |
79 | ||
80 | Fri Dec 15 16:27:49 1995 Ian Lance Taylor <[email protected]> | |
81 | ||
82 | * run.c (main): Use new bfd_big_endian macro. | |
83 | ||
84 | Wed Nov 8 15:49:49 1995 James G. Smith <[email protected]> | |
85 | ||
86 | * run.c (main): Removed SH specific comments, so source is | |
87 | generic. Also updated to only load relevant sections. Moved | |
88 | sim_open() to after callback attach (to match GDB). | |
89 | ||
90 | * run.1: Removed SH specific comments. | |
91 | ||
3be50301 JW |
92 | Sat Oct 21 12:31:01 1995 Jim Wilson <[email protected]> |
93 | ||
94 | * run.c (main): Always return sigrc at end. | |
95 | ||
96 | Tue Oct 10 12:03:13 1995 J.T. Conklin <[email protected]> | |
97 | ||
98 | * run.c (main): Print error diagnostic and exit if bfd_openr() or | |
99 | bfd_check_format() fails. | |
100 | ||
f025d903 SC |
101 | Thu Sep 28 15:40:36 1995 steve chamberlain <[email protected]> |
102 | ||
103 | * run.c, run.1: From sh directory. | |
104 | ||
105 |