Added lose-inet to docs
[deliverable/binutils-gdb.git] / sim / ChangeLog
CommitLineData
eaf2030f
MM
1Thu Feb 22 11:31:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2
3 * Makefile.in (install): Fix type.
4
c8cd6f23
ILT
5Wed Feb 21 11:59:57 1996 Ian Lance Taylor <ian@cygnus.com>
6
5c59ec43
ILT
7 * configure: Regenerate with autoconf 2.7.
8
c8cd6f23
ILT
9 * Makefile.in (all): Simplify.
10 (clean, mostlyclean): SUBDIRS may contain whitespace; fix the loop
11 as in the all target.
12 (distclean, maintainer-clean, realclean): Likewise.
13 (install): Likewise.
14
15Thu Feb 15 18:37:00 1996 Fred Fish <fnf@cygnus.com>
16
17 * Makefile.in (all): Remove extra '\' char from shell script.
18
9fc3ba75
MM
19Wed Feb 14 16:43:59 1996 Mike Meissner <meissner@tiktok.cygnus.com>
20
21 * Makefile.in (all): Avoid a for loop with zero elements, even if
22 the loop will not be executed because of an if statement.
23
24Wed Jan 31 21:48:34 1996 Fred Fish <fnf@cygnus.com>
25
26 * Makefile.in (install): Add missing semicolon in "fi \".
27
6f07ee29
MM
28Thu Nov 9 16:10:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
29
30 * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up
31 defaults from configure.
32
33 * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using
34 configure defaults.
35 (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets
9fc3ba75
MM
36 if either --enable-sim-powerpc is used, or the host compiler is
37 GCC.
6f07ee29 38
595a6ec3
JSC
39Wed Nov 8 15:46:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
40
41 * configure.in (mips*-*-*): Added "mips" simulator target.
42 * configure: Re-generated.
43
44Tue Oct 10 11:08:20 1995 Fred Fish <fnf@cygnus.com>
45
46 * Makefile.in (BISON): Remove macro.
47 (FLAGS_TO_PASS): Remove BISON.
48
23de525f
PS
49Sun Oct 8 04:26:27 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
50
51 * configure.in: Explicitly `exit 0' for broken shells.
52 * configure: Rebuilt.
53
6834d493
JW
54Fri Oct 6 12:03:27 1995 Jim Wilson <wilson@chestnut.cygnus.com>
55
56 * common/run.c (main): Initialize the callbacks.
57
58Wed Sep 20 13:34:50 1995 Ian Lance Taylor <ian@cygnus.com>
59
60 * Makefile.in (maintainer-clean): New synonym for realclean.
61
62Fri Aug 25 11:53:43 1995 Michael Meissner <meissner@tiktok.cygnus.com>
63
64 * configure.in (powerpc*-*-eabisim*): Only build the simulator if
65 the target is powerpc*-*-eabisim*, since it requires GCC to build.
66
cb7a6892
MM
67Mon Aug 21 17:53:48 1995 Michael Meissner <meissner@tiktok.cygnus.com>
68
69 * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney
70 <cagney@highland.com.au>.
71 * configure: Regnerate from configure.in.
72
73Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
74
75 * Update all FSF addresses except those in COPYING* files.
76
77Thu Jul 20 15:17:29 1995 Fred Fish <fnf@cygnus.com>
78
79 * Makefile.in (CC_FOR_BUILD): Define default and arrange to pass
80 submakes either default or passed in value.
81
1ffd292b
C
82Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
83
cb7a6892
MM
84 * Makefile.in (all, clean, distclean, mostlyclean, realclean,
85 install): Changed targets so that they descend all
86 subdirectories in $(SUBDIRS).
87 (*-all, *-clean, *-install): Removed targets.
88
89 * configure.in: Don't bother with target makefile fragments, they
90 are no longer needed.
91 * configure: regenerated.
92
1ffd292b
C
93 * Makefile.in, configure.in: converted to autoconf.
94 * configure: New file, generated with autconf 2.4.
95
96Wed May 24 14:48:46 1995 Steve Chamberlain <sac@slash.cygnus.com>
97
98 * Makefile.in: Support ARM.
99 * configure.in: Ditto.
100
101Sun Jan 15 16:53:47 1995 Steve Chamberlain <sac@splat>
102
103 * Makefile.in: Support W65.
104 * configure.in: Ditto.
105
106Sun Mar 13 09:27:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
107
108 * Makefile.in: Add TAGS target.
109
110Mon Sep 13 12:47:15 1993 K. Richard Pixley (rich@sendai.cygnus.com)
111
112 * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300,
113 install-h8300, clean-h8300, all-h8500, install-h8500,
114 clean-h8500, all-sh, install-sh, clean-sh): do not echo
115 recursion lines.
116
117Wed Jun 30 14:12:05 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
118
119 * Makefile.in: remove endian.h trace from h8500
120
121Sun Jun 13 13:08:58 1993 Jim Kingdon (kingdon@cygnus.com)
122
123 * Makefile.in: Add distclean, realclean, and mostlyclean targets.
124
125Fri May 21 11:21:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
126
127 * Makefile.in: make all of the all-* target (except all-nothing)
128 depend on endian.h, so that if we're not building a simulator, we
129 don't built endian
130
30947f7e
ILT
131Fri May 21 10:55:06 1993 Ian Lance Taylor (ian@cygnus.com)
132
133 * Makefile.in (check, installcheck): Added dummy targets.
134
135Mon May 3 21:39:43 1993 Fred Fish (fnf@cygnus.com)
136
137 * Makefile.in (endian): Find endian.c in $(srcdir), and also
138 explicitly make it, since some makes apparently don't work with
139 VPATH and .c to executable rules (SunOS make for example).
140
ad5fcc62
SC
141Mon May 3 08:29:01 1993 Steve Chamberlain (sac@thepub.cygnus.com)
142
143 * Makefile.in (endian): Add explicit rule for broken makes.
144
145Mon Mar 15 15:47:53 1993 Ian Lance Taylor (ian@cygnus.com)
146
147 * Makefile.in (info, install-info): New targets.
148 (DO_INSTALL): Renamed from INSTALL, which is overridden by the top
149 level Makefile.
150
7413f20a
RP
151Wed Feb 10 20:12:27 1993 K. Richard Pixley (rich@ok.cygnus.com)
152
153 * Makefile.in (endian.h): build endian.h via a temporary file so
154 that we don't leave an incomplete file lying around on
155 interrupted builds.
ad5fcc62 156 (clean): remove endian, e.h, and endian.h.
7413f20a 157
47dba87a
SC
158Mon Feb 8 11:46:06 1993 Steve Chamberlain (sac@thepub.cygnus.com)
159
160 * Makefile.in, configure.in: if target isn't supported, build a
161 harmless makefile.
162
163
This page took 0.175886 seconds and 4 git commands to generate.