* v850-opc.c (v850_operands): Define SR2 operand.
[deliverable/binutils-gdb.git] / config / ChangeLog
CommitLineData
713effc5
SS
1Thu Aug 15 19:46:44 1996 Stan Shebs <shebs@andros.cygnus.com>
2
3 * mpw-mh-mpw (SEGFLAG_68K, SEGFLAG_PPC): Remove.
4 (EXTRALIBS_PPC): Add libgcc.xcoff.
5
6Thu Aug 8 14:51:47 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7
8 * mt-ppc: New file, add -mrelocatable-lib and -mno-eabi to all
9 target builds for PowerPC eabi targets.
10
11Fri Jul 12 12:06:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12
13 * mpw: New subdir, Mac MPW configuration support bits.
14
7621c477
JW
15Mon Jul 8 17:30:52 1996 Jim Wilson <wilson@cygnus.com>
16
17 * mh-irix6: New file.
18
51a35603
JM
19Mon Jul 8 15:15:37 1996 Jason Merrill <jason@yorick.cygnus.com>
20
21 * mt-sparcpic (PICFLAG_FOR_TARGET): Use -fPIC.
22
0d65f03d
ILT
23Fri Jul 5 11:49:02 1996 Ian Lance Taylor <ian@cygnus.com>
24
25 * mh-irix4 (RANLIB): Don't define; Irix 4 does have ranlib.
26
e39c2bd2
GN
27Sun Jun 23 22:59:25 1996 Geoffrey Noer <noer@cygnus.com>
28
29 * mh-cygwin32: new file. Like mh-go32 without the CFLAGS entry.
0d65f03d 30 * .Sanitize: listed new file
e39c2bd2
GN
31
32Tue Mar 26 14:10:41 1996 Ian Lance Taylor <ian@cygnus.com>
33
34 * mh-go32 (CFLAGS): Define.
35
36Thu Mar 14 19:20:54 1996 Ian Lance Taylor <ian@cygnus.com>
37
38 * mh-necv4: New file.
39
a55dee63
ILT
40Thu Feb 15 13:07:43 1996 Ian Lance Taylor <ian@cygnus.com>
41
e39c2bd2
GN
42 * mh-cxux (CC): New variable.
43 (CFLAGS, LDFLAGS): Remove.
44 * mh-ncrsvr43 (CC): New variable.
45 (CFLAGS): Remove.
46 * mh-solaris (CFLAGS): Remove.
47
b4fe9919
ILT
48 * mh-go32: Remove most variable settings, since they presumed a
49 Canadian Cross, which is now handled correctly by the configure
50 script.
51
a55dee63
ILT
52 * mh-sparcpic (PICFLAG): Set to -fPIC, not -fpic.
53
54Mon Feb 12 14:53:39 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
55
56 * mh-m68kpic, mt-m68kpic: New files.
57
58Thu Feb 1 14:15:42 1996 Stan Shebs <shebs@andros.cygnus.com>
59
60 * mpw-mh-mpw (CC_MWC68K): Add options similar to those used
61 in CC_MWCPPC, and -mc68020 -model far.
62 (AR_MWLINK68K): Add -xm library.
63 (AR_AR): Define.
64 (CC_LD_MWLINK68K): Remove -d.
65 (EXTRALIBS_MWC68K): Define.
66
67Thu Jan 25 16:05:33 1996 Ian Lance Taylor <ian@cygnus.com>
68
69 * mh-ncrsvr43 (CFLAGS): Remove -Hnocopyr.
70
71Tue Nov 7 15:41:30 1995 Stan Shebs <shebs@andros.cygnus.com>
72
73 * mpw-mh-mpw (CC_MWC68K, CC_MWCPPC): Remove unused include path.
74 (CC_MWCPPC): Add -mpw_chars, disable warnings, add comments
75 explaining reasons for various flags.
76 (EXTRALIBS_PPC, EXTRALIBS_MWCPPC ): Put runtime library first.
77
2a4e67c5
JM
78Fri Oct 13 14:44:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
79
80 * mh-aix, mh-sun: Removed.
81
82 * mh-decstation (X11_EXTRA_CFLAGS): Define.
83
84 * mh-sco, mh-solaris, mh-sysv4 (X11_EXTRA_LIBS): Define.
85
86 * mh-hp300, mh-hpux, mh-hpux8, mh-solaris, mh-sun3, mh-sysv4: Don't
87 hardcode location of X stuff here.
88
89Thu Sep 28 13:14:56 1995 Stan Shebs <shebs@andros.cygnus.com>
90
91 * mpw-mh-mpw: Add definitions for various 68K and PowerMac
92 compilers, add definitions for library and link steps for
93 PowerMacs.
94
effc5201
FF
95Thu Sep 14 08:20:04 1995 Fred Fish <fnf@cygnus.com>
96
97 * mh-hp300 (CC): Add "CC = cc -Wp,-H256000" to avoid
98 "too much defining" errors from the HPUX compiler.
99
100Thu Aug 17 17:28:56 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
101
102 * mh-hp300 (RANLIB): Use "ar ts", in case GNU ar was used and
103 didn't build a symbol table.
104
105Thu Jun 22 17:47:24 1995 Stan Shebs <shebs@andros.cygnus.com>
106
107 * mpw-mh-mpw (CC): Define ANSI_PROTOTYPES.
108
109Mon Apr 10 12:29:48 1995 Stan Shebs <shebs@andros.cygnus.com>
110
111 * mpw-mh-mpw (EXTRALIBS): Always link in Math.o, CSANELIB.o,
112 and ToolLibs.o.
113
114 * mpw-mh-mpw (CC): Define ALMOST_STDC.
115 (CFLAGS): Remove ALMOST_STDC, -mc68881.
116 (LDFLAGS): add -w.
117
118 * mpw-mh-mpw (CFLAGS): Add -b option to put strings at the ends of
119 functions.
120
121 * mpw-mh-mpw: New file, host makefile definitions for MPW.
122
123Fri Mar 31 11:35:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
124
125 * mt-netware: New file.
126
127Mon Mar 13 12:31:29 1995 Ian Lance Taylor <ian@cygnus.com>
128
129 * mh-hpux8: New file.
130 * mh-hpux: Use X11R5 rather than X11R4.
131
132Thu Feb 9 11:04:13 1995 Ian Lance Taylor <ian@cygnus.com>
133
134 * mh-linux (SYSV): Don't define.
135 (RANLIB): Don't define.
136
137Wed Jan 11 16:29:34 1995 Jason Merrill <jason@phydeaux.cygnus.com>
138
139 * m?-*pic (LIBCXXFLAGS): Add -fno-implicit-templates.
140
141Thu Nov 3 17:27:19 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
142
143 * mh-irix4 (CC): Increase maximum string length.
144
145 * mh-sco (CC): Define away const, it doesn't work right; elements
146 of arrays of ptr-to-const are considered const themselves.
147
148Sat Jul 16 12:17:49 1994 Stan Shebs (shebs@andros.cygnus.com)
149
150 * mh-cxux: New file, from Bob Rusk (rrusk@mail.csd.harris.com).
151
152Sat Jun 4 17:22:12 1994 Per Bothner (bothner@kalessin.cygnus.com)
153
154 * mh-ncrsvr43: New file from Tom McConnell
155 <tmcconne@sedona.intel.com>.
156
2c4bbe47
JL
157Thu May 19 00:32:11 1994 Jeff Law (law@snake.cs.utah.edu)
158
159 * mh-hpux (CC): Add -Wp,-H256000 to avoid "too much defining"
160 errors from the HPUX 8 compilers.
161
461004f3
ILT
162Wed May 4 20:14:47 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
163
461004f3
ILT
164 * mh-lynxrs6k: set SHELL to /bin/bash
165
166Tue Apr 12 12:38:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
167
168 * mh-irix4 (CC): Change -XNh1500 to -XNh2000.
169
170Sat Dec 25 20:03:45 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
171
172 * mt-hppa: Delete.
173
174Tue Nov 16 22:54:39 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
175
176 * mh-a68bsd: Define CC to gcc.
177
178Mon Nov 15 16:56:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
179
180 * mh-linux: Don't put -static in LDFLAGS. Add comments.
181
90081eca
DZ
182Mon Nov 15 13:37:58 1993 david d `zoo' zuhn (zoo@cirdan.cygnus.com)
183
184 * mh-sysv4 (AR_FLAGS): change from cq to cr
185
186Fri Nov 5 08:12:32 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
187
188 * mh-unixware: remove. It's the same as sysv4, and config.guess
189 can't tell the difference. So don't allow skew.
190
191Wed Oct 20 20:35:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
192
193 * mh-hp300: Revert yesterday's change, but add comment explaining.
194
8d5e4b17
JK
195Tue Oct 19 18:58:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
196
197 * mh-hp300: Don't define CFLAGS to empty. Why should hp300 be
198 different from anything else? ("gdb doesn't understand the native
199 debug format" isn't a good enough answer because we might be using
200 gcc).
201
202Tue Oct 5 12:17:40 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
203
204 * mh-alphaosf: Remove, no longer necessary now that gdb knows
205 how to handle OSF/1 shared libraries.
206
207Tue Jul 6 11:27:33 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
208
209 * mh-alphaosf: New file.
210
211Thu Jul 1 15:49:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
212
213 * mh-riscos: New file.
214
215Mon Jun 14 12:03:18 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
216
217 * mh-aix, mh-aix386, mh-decstation, mh-delta88, mh-hpux, mh-irix4,
218 mh-ncr3000, mh-solaris, mh-sysv, mh-sysv4: remove INSTALL=cp line,
219 now that we're using install.sh globally
220
221Fri Jun 4 16:09:34 1993 Ian Lance Taylor (ian@cygnus.com)
222
223 * mh-sysv4 (INSTALL): Use cp, not /usr/ucb/install.
224
225Thu Apr 8 11:21:52 1993 Ian Lance Taylor (ian@cygnus.com)
226
227 * mt-a29k, mt-ebmon29k, mt-os68k, mt-ose68000, mt-ose68k,
228 mt-vxworks68, mt-vxworks960: Removed obsolete, unused target
229 Makefile fragment files.
230
231Mon Mar 8 15:05:25 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
232
233 * mh-aix386: New file; old mh-aix, plus no-op RANLIB.
234
235Thu Oct 1 13:50:48 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
236
237 * mh-solaris: INSTALL is NOT /usr/ucb/install
238
239Mon Aug 24 14:25:35 1992 Ian Lance Taylor (ian@cygnus.com)
240
241 * mt-ose68000, mt-ose68k: renamed from mt-OSE*.
242
243Tue Jul 21 02:11:01 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
244
245 * mt-OSE68k, mt-680000: new configs.
246
247Thu Jul 16 17:12:09 1992 K. Richard Pixley (rich@rtl.cygnus.com)
248
249 * mh-irix4: merged changes from progressive.
250
251Tue Jun 9 23:29:38 1992 Per Bothner (bothner@rtl.cygnus.com)
252
253 * Everywhere: Change RANLIB=echo>/dev/null (which confuses
254 some shells - and I don't blame them) to RANLIB=true.
255 * mh-solaris: Use /usr/ucb/install for INSTALL.
256
257Sun May 31 14:45:23 1992 Mark Eichin (eichin at cygnus.com)
258
259 * mh-solaris2: Add new configuration for Solaris 2 (sysv, no ranlib)
260
261Fri Apr 10 23:10:08 1992 Fred Fish (fnf@cygnus.com)
262
263 * mh-ncr3000: Add new configuration for NCR 3000.
264
265Tue Dec 10 00:10:55 1991 K. Richard Pixley (rich at rtl.cygnus.com)
266
267 * ChangeLog: fresh changelog.
268
This page took 0.13189 seconds and 4 git commands to generate.