]>
Commit | Line | Data |
---|---|---|
8f06365c JL |
1 | Wed Feb 19 23:17:13 1997 Jeffrey A Law ([email protected]) |
2 | ||
3 | * configure.in: Don't require GCC to build the mn10200 | |
4 | simulator anymore. | |
5 | * configure: Rebuilt. | |
6 | ||
7 | Wed Feb 5 13:28:13 1997 Doug Evans <[email protected]> | |
8 | ||
9 | * configure.in: Don't configure any subdirs if no simulator | |
10 | is being built. Don't use erc32 for sparc64. | |
11 | * configure: Regenerated. | |
12 | ||
27b9abfd DE |
13 | Tue Feb 4 13:19:39 1997 Doug Evans <[email protected]> |
14 | ||
15 | * Makefile.in (autoconf-common): New target. | |
16 | * configure.in: Do configure common. | |
17 | * configure: Regenerated. | |
18 | ||
6e1510a2 | 19 | Thu Jan 23 13:59:52 1997 Stu Grossman ([email protected]) |
cf1e294c | 20 | |
6e1510a2 SG |
21 | * configure configure.in: Don't configure common anymore. Files |
22 | from common are now built in the individual simualtor directories. | |
23 | This fixes problems with the WinGDB build procedure. | |
24 | ||
25 | Mon Jan 13 13:16:42 1997 Jeffrey A Law ([email protected]) | |
26 | ||
27 | * configure: Enable the mn10200 simulator. | |
28 | ||
29 | Wed Nov 20 01:00:36 1996 Doug Evans <[email protected]> | |
30 | ||
31 | * configure.in (configdirs): Add common. | |
32 | * configure: Regenerated. | |
33 | ||
34 | Fri Nov 1 08:03:30 1996 Michael Meissner <[email protected]> | |
35 | ||
36 | * configure.in (powerpc*-*-linux*): Treat like the other powerpc | |
cf1e294c | 37 | system V based targets. |
6e1510a2 | 38 | * configure: Regenerate. |
cf1e294c MM |
39 | |
40 | Thu Oct 17 12:50:08 1996 Doug Evans <[email protected]> | |
41 | ||
42 | * configure.in (--enable-sim-powerpc): Delete. | |
43 | (--enable-sim): Add. | |
44 | * configure: Regenerated. | |
45 | ||
c929945a | 46 | start-sanitize-v850 |
aee4f36a JL |
47 | Fri Oct 11 21:13:43 1996 Jeffrey A Law ([email protected]) |
48 | ||
49 | * configure.in: Only build the V850 simulator if | |
50 | we are using gcc. | |
51 | * configure: Rebuild. | |
52 | ||
c929945a | 53 | end-sanitize-v850 |
aee4f36a JL |
54 | Sun Sep 8 17:22:50 1996 Ian Lance Taylor <[email protected]> |
55 | ||
56 | * configure.in: Do build erc32 for DOS and Windows hosts. | |
57 | * configure: Rebuild. | |
58 | ||
1852b017 SG |
59 | Wed Sep 4 18:11:27 1996 Stu Grossman ([email protected]) |
60 | ||
61 | * Makefile.in erc32/Makefile.in: Don't set srcroot. This should | |
62 | be inherited from the parent. Remove INSTALL_XFORM and | |
63 | INSTALL_XFORM1. Make INSTALL be set from configure. | |
64 | ||
68867afb ILT |
65 | Wed Sep 4 15:49:16 1996 Ian Lance Taylor <[email protected]> |
66 | ||
67 | * configure.in: Only build the MIPS simulator if we are using | |
68 | gcc. | |
69 | * configure: Rebuild. | |
70 | ||
71 | start-sanitize-v850 | |
72 | Wed Aug 28 19:05:23 1996 Jeffrey A Law ([email protected]) | |
73 | ||
74 | * configure.in (v850-*-*): Added V850 simulator. | |
75 | ||
76 | end-sanitize-v850 | |
68867afb ILT |
77 | Thu Aug 1 17:08:41 1996 Martin M. Hunt <[email protected]> |
78 | ||
79 | * configure.in (d10v-*-*): Added D10V simulator. | |
80 | ||
78c09e4a JM |
81 | Wed Jun 26 12:33:57 1996 Jason Molenda ([email protected]) |
82 | ||
83 | * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir, | |
84 | INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. | |
85 | (docdir): Removed. | |
86 | * configure.in (AC_PREREQ): autoconf 2.5 or higher. | |
87 | (AC_PROG_INSTALL): Added. | |
88 | * configure: Rebuilt. | |
89 | ||
aac160d2 ILT |
90 | Mon Jun 24 14:18:26 1996 Ian Lance Taylor <[email protected]> |
91 | ||
92 | * configure.in: Only configure erc32 if using gcc. | |
78c09e4a | 93 | * configure: Rebuild. |
aac160d2 ILT |
94 | |
95 | Tue Jun 4 09:24:21 1996 Michael Meissner <[email protected]> | |
96 | ||
97 | * configure.in (sim_target): Build PowerPC simulator for powerpc | |
98 | System V.4, Solaris, and Elf targets. | |
99 | * configure: Regenerate with autoconf 2.10. | |
100 | ||
d4663715 RS |
101 | Wed May 22 12:10:49 1996 Rob Savoye <rob@chinadoll> |
102 | ||
103 | * configure.in: Only built erc32 simulator on Unix hosts as it | |
104 | uses pseudo ttys. | |
105 | * configure: Regenerated with autoconf 2.8. | |
106 | ||
107 | Sun May 19 20:20:40 1996 Rob Savoye <[email protected]> | |
108 | ||
109 | * erc32: Sparc simulator from the ESA. | |
110 | ||
111 | Sun Apr 7 21:00:09 1996 Fred Fish <[email protected]> | |
112 | ||
113 | From: Miles Bader <[email protected]> | |
114 | * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB. | |
115 | * configure: Regenerate using autoconf. | |
116 | ||
eaf2030f MM |
117 | Thu Feb 22 11:31:50 1996 Michael Meissner <[email protected]> |
118 | ||
d4663715 | 119 | * Makefile.in (install): Fix typo. |
eaf2030f | 120 | |
c8cd6f23 ILT |
121 | Wed Feb 21 11:59:57 1996 Ian Lance Taylor <[email protected]> |
122 | ||
5c59ec43 ILT |
123 | * configure: Regenerate with autoconf 2.7. |
124 | ||
c8cd6f23 ILT |
125 | * Makefile.in (all): Simplify. |
126 | (clean, mostlyclean): SUBDIRS may contain whitespace; fix the loop | |
127 | as in the all target. | |
128 | (distclean, maintainer-clean, realclean): Likewise. | |
129 | (install): Likewise. | |
130 | ||
131 | Thu Feb 15 18:37:00 1996 Fred Fish <[email protected]> | |
132 | ||
133 | * Makefile.in (all): Remove extra '\' char from shell script. | |
134 | ||
9fc3ba75 MM |
135 | Wed Feb 14 16:43:59 1996 Mike Meissner <[email protected]> |
136 | ||
137 | * Makefile.in (all): Avoid a for loop with zero elements, even if | |
138 | the loop will not be executed because of an if statement. | |
139 | ||
140 | Wed Jan 31 21:48:34 1996 Fred Fish <[email protected]> | |
141 | ||
142 | * Makefile.in (install): Add missing semicolon in "fi \". | |
143 | ||
6f07ee29 MM |
144 | Thu Nov 9 16:10:56 1995 Michael Meissner <[email protected]> |
145 | ||
146 | * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up | |
147 | defaults from configure. | |
148 | ||
149 | * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using | |
150 | configure defaults. | |
151 | (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets | |
9fc3ba75 MM |
152 | if either --enable-sim-powerpc is used, or the host compiler is |
153 | GCC. | |
6f07ee29 | 154 | |
595a6ec3 JSC |
155 | Wed Nov 8 15:46:49 1995 James G. Smith <[email protected]> |
156 | ||
157 | * configure.in (mips*-*-*): Added "mips" simulator target. | |
158 | * configure: Re-generated. | |
159 | ||
160 | Tue Oct 10 11:08:20 1995 Fred Fish <[email protected]> | |
161 | ||
162 | * Makefile.in (BISON): Remove macro. | |
163 | (FLAGS_TO_PASS): Remove BISON. | |
164 | ||
23de525f PS |
165 | Sun Oct 8 04:26:27 1995 Peter Schauer ([email protected]) |
166 | ||
167 | * configure.in: Explicitly `exit 0' for broken shells. | |
168 | * configure: Rebuilt. | |
169 | ||
6834d493 JW |
170 | Fri Oct 6 12:03:27 1995 Jim Wilson <[email protected]> |
171 | ||
172 | * common/run.c (main): Initialize the callbacks. | |
173 | ||
174 | Wed Sep 20 13:34:50 1995 Ian Lance Taylor <[email protected]> | |
175 | ||
176 | * Makefile.in (maintainer-clean): New synonym for realclean. | |
177 | ||
178 | Fri Aug 25 11:53:43 1995 Michael Meissner <[email protected]> | |
179 | ||
180 | * configure.in (powerpc*-*-eabisim*): Only build the simulator if | |
181 | the target is powerpc*-*-eabisim*, since it requires GCC to build. | |
182 | ||
cb7a6892 MM |
183 | Mon Aug 21 17:53:48 1995 Michael Meissner <[email protected]> |
184 | ||
185 | * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney | |
186 | <[email protected]>. | |
187 | * configure: Regnerate from configure.in. | |
188 | ||
189 | Thu Aug 3 10:45:37 1995 Fred Fish <[email protected]> | |
190 | ||
191 | * Update all FSF addresses except those in COPYING* files. | |
192 | ||
193 | Thu Jul 20 15:17:29 1995 Fred Fish <[email protected]> | |
194 | ||
195 | * Makefile.in (CC_FOR_BUILD): Define default and arrange to pass | |
196 | submakes either default or passed in value. | |
197 | ||
1ffd292b C |
198 | Wed Jul 5 14:32:54 1995 J.T. Conklin <[email protected]> |
199 | ||
cb7a6892 MM |
200 | * Makefile.in (all, clean, distclean, mostlyclean, realclean, |
201 | install): Changed targets so that they descend all | |
202 | subdirectories in $(SUBDIRS). | |
203 | (*-all, *-clean, *-install): Removed targets. | |
204 | ||
205 | * configure.in: Don't bother with target makefile fragments, they | |
206 | are no longer needed. | |
207 | * configure: regenerated. | |
208 | ||
1ffd292b C |
209 | * Makefile.in, configure.in: converted to autoconf. |
210 | * configure: New file, generated with autconf 2.4. | |
211 | ||
212 | Wed May 24 14:48:46 1995 Steve Chamberlain <[email protected]> | |
213 | ||
214 | * Makefile.in: Support ARM. | |
215 | * configure.in: Ditto. | |
216 | ||
217 | Sun Jan 15 16:53:47 1995 Steve Chamberlain <sac@splat> | |
218 | ||
219 | * Makefile.in: Support W65. | |
220 | * configure.in: Ditto. | |
221 | ||
222 | Sun Mar 13 09:27:50 1994 Jim Kingdon ([email protected]) | |
223 | ||
224 | * Makefile.in: Add TAGS target. | |
225 | ||
226 | Mon Sep 13 12:47:15 1993 K. Richard Pixley ([email protected]) | |
227 | ||
228 | * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300, | |
229 | install-h8300, clean-h8300, all-h8500, install-h8500, | |
230 | clean-h8500, all-sh, install-sh, clean-sh): do not echo | |
231 | recursion lines. | |
232 | ||
233 | Wed Jun 30 14:12:05 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) | |
234 | ||
235 | * Makefile.in: remove endian.h trace from h8500 | |
236 | ||
237 | Sun Jun 13 13:08:58 1993 Jim Kingdon ([email protected]) | |
238 | ||
239 | * Makefile.in: Add distclean, realclean, and mostlyclean targets. | |
240 | ||
241 | Fri May 21 11:21:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) | |
242 | ||
243 | * Makefile.in: make all of the all-* target (except all-nothing) | |
244 | depend on endian.h, so that if we're not building a simulator, we | |
245 | don't built endian | |
246 | ||
30947f7e ILT |
247 | Fri May 21 10:55:06 1993 Ian Lance Taylor ([email protected]) |
248 | ||
249 | * Makefile.in (check, installcheck): Added dummy targets. | |
250 | ||
251 | Mon May 3 21:39:43 1993 Fred Fish ([email protected]) | |
252 | ||
253 | * Makefile.in (endian): Find endian.c in $(srcdir), and also | |
254 | explicitly make it, since some makes apparently don't work with | |
255 | VPATH and .c to executable rules (SunOS make for example). | |
256 | ||
ad5fcc62 SC |
257 | Mon May 3 08:29:01 1993 Steve Chamberlain ([email protected]) |
258 | ||
259 | * Makefile.in (endian): Add explicit rule for broken makes. | |
260 | ||
261 | Mon Mar 15 15:47:53 1993 Ian Lance Taylor ([email protected]) | |
262 | ||
263 | * Makefile.in (info, install-info): New targets. | |
264 | (DO_INSTALL): Renamed from INSTALL, which is overridden by the top | |
265 | level Makefile. | |
266 | ||
7413f20a RP |
267 | Wed Feb 10 20:12:27 1993 K. Richard Pixley ([email protected]) |
268 | ||
269 | * Makefile.in (endian.h): build endian.h via a temporary file so | |
270 | that we don't leave an incomplete file lying around on | |
271 | interrupted builds. | |
ad5fcc62 | 272 | (clean): remove endian, e.h, and endian.h. |
7413f20a | 273 | |
47dba87a SC |
274 | Mon Feb 8 11:46:06 1993 Steve Chamberlain ([email protected]) |
275 | ||
276 | * Makefile.in, configure.in: if target isn't supported, build a | |
277 | harmless makefile. | |
278 | ||
279 |