* Makefile.in (autoconf-common autoheader-common): Pass `-l
[deliverable/binutils-gdb.git] / sim / ChangeLog
1 Fri Apr 24 11:14:13 1998 Tom Tromey <tromey@cygnus.com>
2
3 * Makefile.in (autoconf-common autoheader-common): Pass `-l
4 ../common' to autoconf and autoheader. Unconditionally run
5 autoconf in every subdir.
6 (autoconf-changelog autoheader-changelog): Unconditionally run
7 commands in every subdir.
8 (autoconf-install autoheader-install): Likewise.
9
10 Tue Mar 24 17:12:43 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
11
12 * Makefile.in: Get SHELL from configure.
13 * (FLAGS_TO_PASS): Pass down SHELL.
14 * configure: Regenerate with autoconf 2.12.1 to fix shell issues for
15 NT native builds.
16
17 Tue Mar 24 11::18:00 1998 Joyce Janczyn <janczyn@cygnus.com>
18
19 * configure.in (extra_subdirs): Enable igen for mn10300.
20 * configure: Re-generate.
21
22 start-sanitize-vr4320
23 Mon Mar 9 15:15:58 1998 Gavin Koch <gavin@cygnus.com>
24
25 * mips/vr4320.igen: Mark the insn in here as vr4320 only.
26 Reorder the insns.
27
28 end-sanitize-vr4320
29 Tue Dec 2 10:10:42 1997 Nick Clifton <nickc@cygnus.com>
30
31 * configure.in (extra_subdirs): Add support for thumb target.
32
33 * configure (extra_subdirs): Add support for thumb target.
34
35 Wed Oct 8 12:38:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
36
37 * configure.in (extra_subdirs): Add IGEN directory when MIPS
38 target.
39 * configure: Regenerate.
40
41 start-sanitize-v850e
42 Fri Sep 12 13:10:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
43
44 * configure.in (extra_subdirs): v850ea needs igen.
45 * configure: Re-generate.
46
47 end-sanitize-v850e
48 Mon Sep 1 16:48:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
49
50 * configure.in (testdir): When a testsuite directory, add that to
51 the list of confdirs.
52
53 Tue Aug 19 11:17:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
54
55 * configure.in (extra_subdirs): Enable igen ready for V850.
56
57 Tue Aug 26 15:14:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
58
59 * configure.in (w65-*-*, only_if_enabled): Set.
60 * configure: Re-generate.
61
62 Mon Aug 25 16:26:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
63
64 * configure.in (sparc*-*-*, only_if_enabled): Set
65 only_if_enabled=yes. Check only_if_enabled before enabling a
66 simulator.
67 * configure: Regenerate.
68
69 start-sanitize-v850e
70 Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
71
72 * configure.in (extra_subdirs): Add v850e target.
73
74 Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
75
76 * configure.in (extra_subdirs): Add v850ea target.
77
78 end-sanitize-v850e
79 Fri Jul 25 11:40:47 1997 Doug Evans <dje@canuck.cygnus.com>
80
81 * configure.in (sparc*-*-*): Don't build erc32.
82 * configure: Regenerate.
83
84 Thu Apr 24 00:47:20 1997 Doug Evans <dje@canuck.cygnus.com>
85
86 * configure.in (m32r-*-*): New target.
87 * configure: Regenerate.
88
89 * Makefile.in (autoconf-common, autoconf-changelog): Change $* to $@.
90
91 Mon Apr 21 22:57:55 1997 Andrew Cagney <cagney@b1.cygnus.com>
92
93 * Makefile.in (.NOEXPORT, MAKEOVERRIDES): Moved to end, BSD make
94 thought that .NOEXPORT was the default target.
95
96 start-sanitize-tic80
97 Mon Apr 21 22:26:52 1997 Andrew Cagney <cagney@b1.cygnus.com>
98
99 * configure.in (tic80-*-*): New target.
100
101 end-sanitize-tic80
102 Fri Apr 11 17:18:07 1997 Ian Lance Taylor <ian@cygnus.com>
103
104 * Makefile.in (clean mostlyclean): Restore targets accidentally
105 deleted in earlier change.
106
107 Thu Apr 3 12:20:32 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
108
109 * Makefile.in (autoheader-common, autoheader-changelog,
110 autoheader-install): Perform autoheader in addition to autoconf.
111
112 Wed Apr 2 15:09:05 1997 Doug Evans <dje@canuck.cygnus.com>
113
114 * Makefile.in (autoconf-install): New target.
115 (autoconf-changelog): Try different way to obtain user name.
116
117 Wed Apr 2 14:25:52 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
118
119 * Makefile.in (autoconf-changelog): New target, update
120 ChangeLog for all subdirectories - normally used after
121 autoconf-common target.
122
123 Wed Mar 19 14:26:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
124
125 start-sanitize-d30v
126 * configure.in (extra_subdirs): Include testsuite for d30v.
127 * configure: Regenerate.
128
129 end-sanitize-d30v
130 * Makefile.in (RUNTEST, RUNTESTFLAGS): Borrow test rules from
131 ../gdb/Makefile.in
132 (check): New rules - drive the testsuite.
133
134 Mon Mar 3 13:01:00 1997 Jeffrey A Law (law@cygnus.com)
135
136 * configure.in: Add mn10200 configure lines accidentally
137 removed.
138 * configure: Regenerated.
139
140 Wed Feb 19 10:34:20 1997 Andrew Cagney <cagney@critters.cygnus.com>
141
142 * configure.in (extra_subdirs): Generalize common sub directory
143 into a list.
144 start-sanitize-d30v
145 (extra_subdirs): For d30v add igen to the list to be built.
146
147 end-sanitize-d30v
148 start-sanitize-d30v
149 Sun Feb 16 16:37:47 1997 Andrew Cagney <cagney@critters.cygnus.com>
150
151 * configure.in (d30v): New target.
152 * configure: Regenerated.
153
154 end-sanitize-d30v
155 Wed Feb 19 23:17:13 1997 Jeffrey A Law (law@cygnus.com)
156
157 * configure.in: Don't require GCC to build the mn10200
158 simulator anymore.
159 * configure: Rebuilt.
160
161 Wed Feb 5 13:28:13 1997 Doug Evans <dje@canuck.cygnus.com>
162
163 * configure.in: Don't configure any subdirs if no simulator
164 is being built. Don't use erc32 for sparc64.
165 * configure: Regenerated.
166
167 Tue Feb 4 13:19:39 1997 Doug Evans <dje@canuck.cygnus.com>
168
169 * Makefile.in (autoconf-common): New target.
170 * configure.in: Do configure common.
171 * configure: Regenerated.
172
173 Thu Jan 23 13:59:52 1997 Stu Grossman (grossman@critters.cygnus.com)
174
175 * configure configure.in: Don't configure common anymore. Files
176 from common are now built in the individual simualtor directories.
177 This fixes problems with the WinGDB build procedure.
178
179 Mon Jan 13 13:16:42 1997 Jeffrey A Law (law@cygnus.com)
180
181 * configure: Enable the mn10200 simulator.
182
183 Wed Nov 20 01:00:36 1996 Doug Evans <dje@canuck.cygnus.com>
184
185 * configure.in (configdirs): Add common.
186 * configure: Regenerated.
187
188 Fri Nov 1 08:03:30 1996 Michael Meissner <meissner@tiktok.cygnus.com>
189
190 * configure.in (powerpc*-*-linux*): Treat like the other powerpc
191 system V based targets.
192 * configure: Regenerate.
193
194 Thu Oct 17 12:50:08 1996 Doug Evans <dje@canuck.cygnus.com>
195
196 * configure.in (--enable-sim-powerpc): Delete.
197 (--enable-sim): Add.
198 * configure: Regenerated.
199
200 Fri Oct 11 21:13:43 1996 Jeffrey A Law (law@cygnus.com)
201
202 * configure.in: Only build the V850 simulator if
203 we are using gcc.
204 * configure: Rebuild.
205
206 Sun Sep 8 17:22:50 1996 Ian Lance Taylor <ian@cygnus.com>
207
208 * configure.in: Do build erc32 for DOS and Windows hosts.
209 * configure: Rebuild.
210
211 Wed Sep 4 18:11:27 1996 Stu Grossman (grossman@critters.cygnus.com)
212
213 * Makefile.in erc32/Makefile.in: Don't set srcroot. This should
214 be inherited from the parent. Remove INSTALL_XFORM and
215 INSTALL_XFORM1. Make INSTALL be set from configure.
216
217 Wed Sep 4 15:49:16 1996 Ian Lance Taylor <ian@cygnus.com>
218
219 * configure.in: Only build the MIPS simulator if we are using
220 gcc.
221 * configure: Rebuild.
222
223 Wed Aug 28 19:05:23 1996 Jeffrey A Law (law@cygnus.com)
224
225 * configure.in (v850-*-*): Added V850 simulator.
226
227 Thu Aug 1 17:08:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
228
229 * configure.in (d10v-*-*): Added D10V simulator.
230
231 Wed Jun 26 12:33:57 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
232
233 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
234 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
235 (docdir): Removed.
236 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
237 (AC_PROG_INSTALL): Added.
238 * configure: Rebuilt.
239
240 Mon Jun 24 14:18:26 1996 Ian Lance Taylor <ian@cygnus.com>
241
242 * configure.in: Only configure erc32 if using gcc.
243 * configure: Rebuild.
244
245 Tue Jun 4 09:24:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
246
247 * configure.in (sim_target): Build PowerPC simulator for powerpc
248 System V.4, Solaris, and Elf targets.
249 * configure: Regenerate with autoconf 2.10.
250
251 Wed May 22 12:10:49 1996 Rob Savoye <rob@chinadoll>
252
253 * configure.in: Only built erc32 simulator on Unix hosts as it
254 uses pseudo ttys.
255 * configure: Regenerated with autoconf 2.8.
256
257 Sun May 19 20:20:40 1996 Rob Savoye <rob@chinadoll.cygnus.com>
258
259 * erc32: Sparc simulator from the ESA.
260
261 Sun Apr 7 21:00:09 1996 Fred Fish <fnf@cygnus.com>
262
263 From: Miles Bader <miles@gnu.ai.mit.edu>
264 * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
265 * configure: Regenerate using autoconf.
266
267 Thu Feb 22 11:31:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
268
269 * Makefile.in (install): Fix typo.
270
271 Wed Feb 21 11:59:57 1996 Ian Lance Taylor <ian@cygnus.com>
272
273 * configure: Regenerate with autoconf 2.7.
274
275 * Makefile.in (all): Simplify.
276 (clean, mostlyclean): SUBDIRS may contain whitespace; fix the loop
277 as in the all target.
278 (distclean, maintainer-clean, realclean): Likewise.
279 (install): Likewise.
280
281 Thu Feb 15 18:37:00 1996 Fred Fish <fnf@cygnus.com>
282
283 * Makefile.in (all): Remove extra '\' char from shell script.
284
285 Wed Feb 14 16:43:59 1996 Mike Meissner <meissner@tiktok.cygnus.com>
286
287 * Makefile.in (all): Avoid a for loop with zero elements, even if
288 the loop will not be executed because of an if statement.
289
290 Wed Jan 31 21:48:34 1996 Fred Fish <fnf@cygnus.com>
291
292 * Makefile.in (install): Add missing semicolon in "fi \".
293
294 Thu Nov 9 16:10:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
295
296 * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up
297 defaults from configure.
298
299 * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using
300 configure defaults.
301 (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets
302 if either --enable-sim-powerpc is used, or the host compiler is
303 GCC.
304
305 Wed Nov 8 15:46:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
306
307 * configure.in (mips*-*-*): Added "mips" simulator target.
308 * configure: Re-generated.
309
310 Tue Oct 10 11:08:20 1995 Fred Fish <fnf@cygnus.com>
311
312 * Makefile.in (BISON): Remove macro.
313 (FLAGS_TO_PASS): Remove BISON.
314
315 Sun Oct 8 04:26:27 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
316
317 * configure.in: Explicitly `exit 0' for broken shells.
318 * configure: Rebuilt.
319
320 Fri Oct 6 12:03:27 1995 Jim Wilson <wilson@chestnut.cygnus.com>
321
322 * common/run.c (main): Initialize the callbacks.
323
324 Wed Sep 20 13:34:50 1995 Ian Lance Taylor <ian@cygnus.com>
325
326 * Makefile.in (maintainer-clean): New synonym for realclean.
327
328 Fri Aug 25 11:53:43 1995 Michael Meissner <meissner@tiktok.cygnus.com>
329
330 * configure.in (powerpc*-*-eabisim*): Only build the simulator if
331 the target is powerpc*-*-eabisim*, since it requires GCC to build.
332
333 Mon Aug 21 17:53:48 1995 Michael Meissner <meissner@tiktok.cygnus.com>
334
335 * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney
336 <cagney@highland.com.au>.
337 * configure: Regnerate from configure.in.
338
339 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
340
341 * Update all FSF addresses except those in COPYING* files.
342
343 Thu Jul 20 15:17:29 1995 Fred Fish <fnf@cygnus.com>
344
345 * Makefile.in (CC_FOR_BUILD): Define default and arrange to pass
346 submakes either default or passed in value.
347
348 Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
349
350 * Makefile.in (all, clean, distclean, mostlyclean, realclean,
351 install): Changed targets so that they descend all
352 subdirectories in $(SUBDIRS).
353 (*-all, *-clean, *-install): Removed targets.
354
355 * configure.in: Don't bother with target makefile fragments, they
356 are no longer needed.
357 * configure: regenerated.
358
359 * Makefile.in, configure.in: converted to autoconf.
360 * configure: New file, generated with autconf 2.4.
361
362 Wed May 24 14:48:46 1995 Steve Chamberlain <sac@slash.cygnus.com>
363
364 * Makefile.in: Support ARM.
365 * configure.in: Ditto.
366
367 Sun Jan 15 16:53:47 1995 Steve Chamberlain <sac@splat>
368
369 * Makefile.in: Support W65.
370 * configure.in: Ditto.
371
372 Sun Mar 13 09:27:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
373
374 * Makefile.in: Add TAGS target.
375
376 Mon Sep 13 12:47:15 1993 K. Richard Pixley (rich@sendai.cygnus.com)
377
378 * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300,
379 install-h8300, clean-h8300, all-h8500, install-h8500,
380 clean-h8500, all-sh, install-sh, clean-sh): do not echo
381 recursion lines.
382
383 Wed Jun 30 14:12:05 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
384
385 * Makefile.in: remove endian.h trace from h8500
386
387 Sun Jun 13 13:08:58 1993 Jim Kingdon (kingdon@cygnus.com)
388
389 * Makefile.in: Add distclean, realclean, and mostlyclean targets.
390
391 Fri May 21 11:21:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
392
393 * Makefile.in: make all of the all-* target (except all-nothing)
394 depend on endian.h, so that if we're not building a simulator, we
395 don't built endian
396
397 Fri May 21 10:55:06 1993 Ian Lance Taylor (ian@cygnus.com)
398
399 * Makefile.in (check, installcheck): Added dummy targets.
400
401 Mon May 3 21:39:43 1993 Fred Fish (fnf@cygnus.com)
402
403 * Makefile.in (endian): Find endian.c in $(srcdir), and also
404 explicitly make it, since some makes apparently don't work with
405 VPATH and .c to executable rules (SunOS make for example).
406
407 Mon May 3 08:29:01 1993 Steve Chamberlain (sac@thepub.cygnus.com)
408
409 * Makefile.in (endian): Add explicit rule for broken makes.
410
411 Mon Mar 15 15:47:53 1993 Ian Lance Taylor (ian@cygnus.com)
412
413 * Makefile.in (info, install-info): New targets.
414 (DO_INSTALL): Renamed from INSTALL, which is overridden by the top
415 level Makefile.
416
417 Wed Feb 10 20:12:27 1993 K. Richard Pixley (rich@ok.cygnus.com)
418
419 * Makefile.in (endian.h): build endian.h via a temporary file so
420 that we don't leave an incomplete file lying around on
421 interrupted builds.
422 (clean): remove endian, e.h, and endian.h.
423
424 Mon Feb 8 11:46:06 1993 Steve Chamberlain (sac@thepub.cygnus.com)
425
426 * Makefile.in, configure.in: if target isn't supported, build a
427 harmless makefile.
428
429
This page took 0.043487 seconds and 5 git commands to generate.