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