]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/ChangeLog
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
[thirdparty/binutils-gdb.git] / sim / ChangeLog
1 Wed Jun 26 12:33:57 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2
3 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
4 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
5 (docdir): Removed.
6 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
7 (AC_PROG_INSTALL): Added.
8 * configure: Rebuilt.
9
10 Mon Jun 24 14:18:26 1996 Ian Lance Taylor <ian@cygnus.com>
11
12 * configure.in: Only configure erc32 if using gcc.
13 * configure: Rebuild.
14
15 Tue Jun 4 09:24:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16
17 * configure.in (sim_target): Build PowerPC simulator for powerpc
18 System V.4, Solaris, and Elf targets.
19 * configure: Regenerate with autoconf 2.10.
20
21 Wed May 22 12:10:49 1996 Rob Savoye <rob@chinadoll>
22
23 * configure.in: Only built erc32 simulator on Unix hosts as it
24 uses pseudo ttys.
25 * configure: Regenerated with autoconf 2.8.
26
27 Sun May 19 20:20:40 1996 Rob Savoye <rob@chinadoll.cygnus.com>
28
29 * erc32: Sparc simulator from the ESA.
30
31 Sun Apr 7 21:00:09 1996 Fred Fish <fnf@cygnus.com>
32
33 From: Miles Bader <miles@gnu.ai.mit.edu>
34 * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
35 * configure: Regenerate using autoconf.
36
37 Thu Feb 22 11:31:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
38
39 * Makefile.in (install): Fix typo.
40
41 Wed Feb 21 11:59:57 1996 Ian Lance Taylor <ian@cygnus.com>
42
43 * configure: Regenerate with autoconf 2.7.
44
45 * Makefile.in (all): Simplify.
46 (clean, mostlyclean): SUBDIRS may contain whitespace; fix the loop
47 as in the all target.
48 (distclean, maintainer-clean, realclean): Likewise.
49 (install): Likewise.
50
51 Thu Feb 15 18:37:00 1996 Fred Fish <fnf@cygnus.com>
52
53 * Makefile.in (all): Remove extra '\' char from shell script.
54
55 Wed Feb 14 16:43:59 1996 Mike Meissner <meissner@tiktok.cygnus.com>
56
57 * Makefile.in (all): Avoid a for loop with zero elements, even if
58 the loop will not be executed because of an if statement.
59
60 Wed Jan 31 21:48:34 1996 Fred Fish <fnf@cygnus.com>
61
62 * Makefile.in (install): Add missing semicolon in "fi \".
63
64 Thu Nov 9 16:10:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
65
66 * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up
67 defaults from configure.
68
69 * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using
70 configure defaults.
71 (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets
72 if either --enable-sim-powerpc is used, or the host compiler is
73 GCC.
74
75 Wed Nov 8 15:46:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
76
77 * configure.in (mips*-*-*): Added "mips" simulator target.
78 * configure: Re-generated.
79
80 Tue Oct 10 11:08:20 1995 Fred Fish <fnf@cygnus.com>
81
82 * Makefile.in (BISON): Remove macro.
83 (FLAGS_TO_PASS): Remove BISON.
84
85 Sun Oct 8 04:26:27 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
86
87 * configure.in: Explicitly `exit 0' for broken shells.
88 * configure: Rebuilt.
89
90 Fri Oct 6 12:03:27 1995 Jim Wilson <wilson@chestnut.cygnus.com>
91
92 * common/run.c (main): Initialize the callbacks.
93
94 Wed Sep 20 13:34:50 1995 Ian Lance Taylor <ian@cygnus.com>
95
96 * Makefile.in (maintainer-clean): New synonym for realclean.
97
98 Fri Aug 25 11:53:43 1995 Michael Meissner <meissner@tiktok.cygnus.com>
99
100 * configure.in (powerpc*-*-eabisim*): Only build the simulator if
101 the target is powerpc*-*-eabisim*, since it requires GCC to build.
102
103 Mon Aug 21 17:53:48 1995 Michael Meissner <meissner@tiktok.cygnus.com>
104
105 * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney
106 <cagney@highland.com.au>.
107 * configure: Regnerate from configure.in.
108
109 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
110
111 * Update all FSF addresses except those in COPYING* files.
112
113 Thu Jul 20 15:17:29 1995 Fred Fish <fnf@cygnus.com>
114
115 * Makefile.in (CC_FOR_BUILD): Define default and arrange to pass
116 submakes either default or passed in value.
117
118 Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
119
120 * Makefile.in (all, clean, distclean, mostlyclean, realclean,
121 install): Changed targets so that they descend all
122 subdirectories in $(SUBDIRS).
123 (*-all, *-clean, *-install): Removed targets.
124
125 * configure.in: Don't bother with target makefile fragments, they
126 are no longer needed.
127 * configure: regenerated.
128
129 * Makefile.in, configure.in: converted to autoconf.
130 * configure: New file, generated with autconf 2.4.
131
132 Wed May 24 14:48:46 1995 Steve Chamberlain <sac@slash.cygnus.com>
133
134 * Makefile.in: Support ARM.
135 * configure.in: Ditto.
136
137 Sun Jan 15 16:53:47 1995 Steve Chamberlain <sac@splat>
138
139 * Makefile.in: Support W65.
140 * configure.in: Ditto.
141
142 Sun Mar 13 09:27:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
143
144 * Makefile.in: Add TAGS target.
145
146 Mon Sep 13 12:47:15 1993 K. Richard Pixley (rich@sendai.cygnus.com)
147
148 * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300,
149 install-h8300, clean-h8300, all-h8500, install-h8500,
150 clean-h8500, all-sh, install-sh, clean-sh): do not echo
151 recursion lines.
152
153 Wed Jun 30 14:12:05 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
154
155 * Makefile.in: remove endian.h trace from h8500
156
157 Sun Jun 13 13:08:58 1993 Jim Kingdon (kingdon@cygnus.com)
158
159 * Makefile.in: Add distclean, realclean, and mostlyclean targets.
160
161 Fri May 21 11:21:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
162
163 * Makefile.in: make all of the all-* target (except all-nothing)
164 depend on endian.h, so that if we're not building a simulator, we
165 don't built endian
166
167 Fri May 21 10:55:06 1993 Ian Lance Taylor (ian@cygnus.com)
168
169 * Makefile.in (check, installcheck): Added dummy targets.
170
171 Mon May 3 21:39:43 1993 Fred Fish (fnf@cygnus.com)
172
173 * Makefile.in (endian): Find endian.c in $(srcdir), and also
174 explicitly make it, since some makes apparently don't work with
175 VPATH and .c to executable rules (SunOS make for example).
176
177 Mon May 3 08:29:01 1993 Steve Chamberlain (sac@thepub.cygnus.com)
178
179 * Makefile.in (endian): Add explicit rule for broken makes.
180
181 Mon Mar 15 15:47:53 1993 Ian Lance Taylor (ian@cygnus.com)
182
183 * Makefile.in (info, install-info): New targets.
184 (DO_INSTALL): Renamed from INSTALL, which is overridden by the top
185 level Makefile.
186
187 Wed Feb 10 20:12:27 1993 K. Richard Pixley (rich@ok.cygnus.com)
188
189 * Makefile.in (endian.h): build endian.h via a temporary file so
190 that we don't leave an incomplete file lying around on
191 interrupted builds.
192 (clean): remove endian, e.h, and endian.h.
193
194 Mon Feb 8 11:46:06 1993 Steve Chamberlain (sac@thepub.cygnus.com)
195
196 * Makefile.in, configure.in: if target isn't supported, build a
197 harmless makefile.
198
199