]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
renam ms1 files to mt (part 2)
[thirdparty/gcc.git] / ChangeLog
CommitLineData
a6d63770
AN
12005-12-06 Adam Nemet <anemet@caviumnetworks.com>
2
3 * MAINTAINERS: Change email address.
4
2abefe3d
PB
52005-12-05 Paolo Bonzini <bonzini@gnu.org>
6
7 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
8 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
10 Find in-tree tools if available.
11 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
12 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
13 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
14 (COMPILER_*_FOR_TARGET): New.
15 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
16 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
17 (CONFIGURED_*, USUAL_*): Remove.
18 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
19 STRIP): Use autoconf substitutions.
20 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
21 COMPILER_NM_FOR_TARGET): New.
22 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
23
24 (all): Make all-host and all-target in parallel.
25 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
26 that $$r and $$s are set before invoking a recursive make.
27 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
28 ([+bootstrap-target+]): Inline most of the `all' target.
29
2f3bdde7
BE
302005-11-29 Ben Elliston <bje@au.ibm.com>
31
32 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
33 from the gcc build directory.
34 * Makefile.in: Regenerate.
35
a4b6c45a
BE
362005-11-29 Ben Elliston <bje@au.ibm.com>
37
38 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
39 depend on all-libdecnumber.
40 * configure.in (host_libs): Include libdecnumber.
41 * Makefile.in: Regenerate.
42 * configure: Likewise.
43
473a74b9
BE
442005-11-29 Ben Elliston <bje@au.ibm.com>
45
46 * libdecnumber: Import decNumber sources from the dfp-branch.
47
b4623110
KJ
482005-11-21 Kean Johnston <jkj@sco.com>
49
50 * config.sub, config.guess: Sync from upstream sources.
51
67dc1785
BE
522005-11-21 Ben Elliston <bje@au.ibm.com>
53
54 Import from Autoconf sources:
55
56 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
57 * config/move-if-change: Don't output "$2 is unchanged";
58 suggested by Ben Elliston. Handle weird characters correctly.
59
186abafe
AT
602005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
61
62 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
63 to match upstream libtool for darwin.
64
ef9db8d5
DJ
652005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
66
67 * Makefile.def: Remove gdb dependencies for gdbtk.
68 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
69 (configure-gdb, install-gdb): New rules.
70 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
71 * Makefile.in, configure: Regenerated.
72
9c5141ab
JB
732005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
74
75 * MAINTAINERS (Write After Approval): Add myself.
76
4523d51b
EE
772005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
78
79 * MAINTAINERS (Write After Approval): Add myself.
80
086b011c
DN
812005-10-24 Diego Novillo <dnovillo@redhat.com>
82
83 * MAINTAINERS (alias analysis): Add Daniel Berlin and
84 Diego Novillo.
85
e7c84bf8
PB
862005-10-22 Paolo Bonzini <bonzini@gnu.org>
87
88 PR bootstrap/24297
89 * Makefile.tpl (do-[+make-target+], do-check, install,
90 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
91 are set before recursing.
92 * Makefile.in: Regenerate.
93
b88a7564
EB
942005-10-20 Eric Botcazou <ebotcazou@adacore.com>
95
96 PR bootstrap/18939
97 * Makefile.def (gcc) <target>: Fix thinko.
98 * Makefile.in: Regenerate.
99
61efc800
BS
1002005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
101
102 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
103 * configure: Regenerate.
104
f53d2869
JZ
1052005-10-15 Jie Zhang <jie.zhang@analog.com>
106
107 * MAINTAINERS (Write After Approval): Add self.
108
077fc835
KH
1092005-10-08 Kazu Hirata <kazu@codesourcery.com>
110
111 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
112 target-libffi, target-qthreads, target-libjava, and
113 targetlibobjc.
114 * configure: Regenerate.
115
d739199a
DJ
1162005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
117
118 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
119 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
120 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
121 (USUAL_OBJDUMP_FOR_TARGET): New.
122 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
123 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 124 * configure, Makefile.in: Regenerated.
d739199a 125
db38c6bb
PB
1262005-10-05 Paolo Bonzini <bonzini@gnu.org>
127
128 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
129 before other host packages.
130
3015564c
KK
1312005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
132
133 * MAINTAINERS: Add self as sh libraries/configury maintainer.
134
1061f99e
PB
1352005-10-05 Paolo Bonzini <bonzini@gnu.org>
136
137 PR bootstrap/22340
138
139 * configure.in (default_target): Remove.
140 * Makefile.tpl (all): Do not use prerequisites as subroutines
141 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
142 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
143 use prerequisites as subroutines.
144 (check-host, check-target): New.
145 (bootstrap configure & all targets): Do not use stage*-start
146 if the directory layout is already ok.
147 (non-bootstrap configure & all targets): Prepend a $(unstage).
148 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
149 (NOTPARALLEL): Remove.
150 (unstage, stage variables): New variables.
151 (unstage, stage targets): Simply expand to those variables.
152
153 * configure: Regenerate.
154 * Makefile.in: Regenerate.
155
4a9c436f
JW
1562005-10-04 James E Wilson <wilson@specifix.com>
157
158 * Makefile.def (lang_env_dependencies): Add libmudflap.
159 * Makefile.in: Regenerate.
160
37150080
AS
1612005-10-03 Andreas Schwab <schwab@suse.de>
162
163 Backport from libtool CVS:
164 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
165
166 * ltmain.sh: add support for installing into temporary
167 staging area (e.g. 'make install DESTDIR=...')
168
39d16468
L
1692005-10-03 H.J. Lu <hongjiu.lu@intel.com>
170
171 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
172 * configure: Regenerated.
173
72a7ab82
AP
1742005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
175
176 * configure: Regenerate with the correct
177 autoconf version.
178
6b65a26d
CM
1792005-09-30 Catherine Moore <clm@cm00re.com>
180
181 * configure.in (bfin-*-*): New.
182 * configure: Regenerated.
183
040b1c5a
GK
1842005-09-28 Geoffrey Keating <geoffk@apple.com>
185
186 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
187 (LIPO_FOR_TARGET): New.
188 (CONFIGURED_LIPO_FOR_TARGET): New.
189 (USUAL_LIPO_FOR_TARGET): New.
190 (STRIP_FOR_TARGET): New.
191 (CONFIGURED_STRIP_FOR_TARGET): New.
192 (USUAL_STRIP_FOR_TARGET): New.
193 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
194 STRIP_FOR_TARGET.
195 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
196 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
197 * Makefile.in: Regenerate.
198 * configure: Regenerate.
199
3a3c28db
DE
2002005-09-19 David Edelsohn <edelsohn@gnu.org>
201
202 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
203 (rs6000-*-aix*): Same.
204 * configure: Regenerate.
205
2749a921
TT
2062005-09-16 Tom Tromey <tromey@redhat.com>
207
208 * MAINTAINERS: Add self as java maintainer.
209
7f26dfa3
FXC
2102005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
211
212 * configure.in: Recognize f95 in the --enable-languages option,
213 and substitute it for fortran, issuing a warning.
214 * configure: Regenerate.
215
d8852c4f
PE
2162005-08-30 Phil Edwards <phil@codesourcery.com>
217
218 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
219 * configure: Regenerated.
220
ad685e81
AH
2212005-08-22 Aldy Hernandez <aldyh@redhat.com>
222
223 * MAINTAINERS: Add self as ms1 maintainer.
224
b00d752c
RE
2252005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
226
227 * Makefile.def (libssp): Add to lang_env_dependencies.
228 * Makefile.in: Regenerate.
229
9ed8fb9b
ILT
2302005-08-18 Ian Lance Taylor <ian@airs.com>
231
232 * MAINTAINERS: Add myself as middle-end maintainer.
233
0f029d39
CG
2342005-08-17 Christian Groessler <chris@groessler.org>
235
236 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
237 * Makefile.in: Regenerate.
238
81087874
AK
2392005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
240
241 * MAINTAINERS (write after approval): Added myself.
242
6a134f1c
MR
2432005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
244
245 * MAINTAINERS (Write After Approval): Add myself.
246
2693c0b0
PB
2472005-08-12 Paolo Bonzini <bonzini@gnu.org>
248
249 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
250 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
251 Look for alternate names of the target cc and c++
252 * configure: Regenerate.
253
4de997d1
PB
2542005-08-08 Paolo Bonzini <bonzini@gnu.org>
255
256 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
257 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
258 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
259 tools; remove code to manually set them.
260 (Target tools): Look in the environment for them.
261 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
262 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
263 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
264 build directory.
265 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
266 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
267 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
268 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
269 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
270 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
271 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
272 * configure: Regenerate.
273 * Makefile.in: Regenerate.
274
b089e33a
BE
2752005-07-28 Ben Elliston <bje@au.ibm.com>
276
277 * MAINTAINERS: Update for removed CPU targets.
278
e3791243
MM
2792005-07-27 Mark Mitchell <mark@codesourcery.com>
280
281 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
282 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
283 * Makefile.in: Regenerated.
284
526635cb
MM
2852005-07-26 Mark Mitchell <mark@codesourcery.com>
286
287 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
288 (CFLAGS_FOR_TARGET): Use it.
289 (CXXFLAGS_FOR_TARGET): Likewise.
290 * Makefile.in: Regenerated.
291 * configure.in (--with-build-sysroot): New option.
292 * configure: Regenerated.
293
19791f70
PB
2942005-07-24 Paolo Bonzini <bonzini@gnu.org>
295
296 * Makefile.tpl: Wrap install between unstage and stage
297 * Makefile.in: Regenerate.
298
35f5a23f
EC
2992005-07-21 Eric Christopher <echristo@apple.com>
300
301 * MAINTAINERS: Update affiliation.
302
ff3ddf15
PW
3032005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
304
305 * MAINTAINERS: Add self as crx port maintainer.
306
3a664c1c
DD
3072005-07-20 DJ Delorie <dj@redhat.com>
308
309 * MAINTAINERS: Add self as m32c maintainer.
310
539df155
KC
3112005-07-16 Kelley Cook <kcook@gcc.gnu.org>
312
313 * all files: Update FSF address.
314
be9c593a
EC
3152005-07-15 Eric Christopher <echristo@redhat.com>
316
317 * MAINTAINERS: Change affiliation.
318
fd7ea4ab
JB
3192005-07-14 Jim Blandy <jimb@redhat.com>
320
321 * configure.in: Add cases for Renesas m32c.
322 * configure: Regenerated.
323
0063a823
KC
3242005-07-14 Kelley Cook <kcook@gcc.gnu.org>
325
d0ca130a
KC
326 * COPYING.LIB: Update from fsf.org.
327
3282005-07-14 Kelley Cook <kcook@gcc.gnu.org>
329
330 * COPYING, compile, config.guess,
0063a823
KC
331 config.sub, install-sh, missing, mkinstalldirs,
332 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 333 * config-ml.in: Update FSF address.
0063a823 334
a8ba31f2
EC
3352005-07-13 Eric Christopher <echristo@redhat.com>
336
337 * configure.in: Add toplevel noconfigdir support for tpf.
338 * configure: Regenerate.
339
5bea4a03
PB
3402005-07-11 Paolo Bonzini <bonzini@gnu.org>
341
342 PR ada/22340
343
344 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
345 * Makefile.in: Regenerate.
346
284bdbbd
MM
3472005-07-07 Mark Mitchell <mark@codesourcery.com>
348
349 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
350 Brolley to write-after-approval.
351
452190fb
AS
3522005-07-07 Andreas Schwab <schwab@suse.de>
353
354 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
355 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
356 * Makefile.in: Regenerated.
357
9c8f9ec2
GK
3582005-07-06 Geoffrey Keating <geoffk@apple.com>
359
360 * configure.in: Don't build sim or rda when targetting darwin.
361 * configure: Regenerate.
362
ef0087a7
KH
3632005-07-06 Kazu Hirata <kazu@codesourcery.com>
364
365 * configure.in: Add --enable-libssp and --disable-libssp.
366 * configure: Regenerate with autoconf-2.13.
367
77008252
JJ
3682005-07-02 Jakub Jelinek <jakub@redhat.com>
369
370 * Makefile.def (target_modules): Add libssp.
371 * configure.in (target_libraries): Add target-libssp.
372 * configure: Rebuilt.
373 * Makefile.in: Rebuilt.
374
a04eae1b
ZW
3752005-07-01 Zack Weinberg <zackw@panix.com>
376
377 * MAINTAINERS: Change email address. Resign from maintainership.
378
948884cd
RG
3792005-07-01 Richard Guenther <rguenther@suse.de>
380
381 * MAINTAINERS: Change my e-mail address and affiliation.
382
c7870f5d
PB
3832005-06-22 Paolo Bonzini <bonzini@gnu.org>
384
385 * Makefile.def (stagefeedback): Come after profile.
386 Define profiledbootstrap target.
387 * Makefile.tpl (profiledbootstrap): Remove.
388 (stageprofile-end): Zap stagefeedback.
389 (stagefeedback-start): Copy all .gcda files, not only GCC's.
390 * Makefile.in: Regenerate.
391
ab99519a
RS
3922005-06-13 Richard Sandiford <richard@codesourcery.com>
393
394 * MAINTAINERS: Update my email address.
395
f610dd5f
ZW
3962005-06-13 Zack Weinberg <zack@codesourcery.com>
397
398 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
399 In 'cpp' stanza, support '#line' as well as '# '.
400
71bc2a83
AS
4012005-06-08 Andreas Schwab <schwab@suse.de>
402
403 * MAINTAINERS: Move myself from 'Write After Approval' to
404 'CPU Port Maintainers' section as m68k maintainer.
405
4fab7234
HPN
4062005-06-07 Hans-Peter Nilsson <hp@axis.com>
407
408 * configure.in (unsupported_languages): New macro.
409 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
410 non-ported target libraries in noconfigdirs.
411 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
412 non-linux-gnu. Remove libgcj_ex_libffi.
413 <lang_frag loop>: Set add_this_lang=no if the language is in
414 unsupported_languages.
415 * configure: Regenerate.
416
68193f9b
TS
4172005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
418
419 * configure.in: Fix typo in handling of --with-mpfr-dir.
420 * configure: Regenerate.
421
f26f6b8d
RS
4222005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
423
424 * MAINTAINERS: Update my email address.
425
ba4853f8
JB
4262005-06-02 Jim Blandy <jimb@redhat.com>
427
428 * config.sub: Add cases for the Renesas m32c. (This patch has been
429 accepted into the master sources.)
430
79dd769c 4312005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
432 Michael Snyder <msnyder@redhat.com>
433 Stan Cox <scox@redhat.com>
79dd769c 434
f610dd5f 435 * configure.in: Set noconfigdirs for ms1.
79dd769c 436
f610dd5f 437 * configure: Regenerate.
79dd769c 438
d29e107f
JD
4392005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
440
441 * MAINTAINERS (Write After Approval): Add self.
442
e93196c3
JC
4432005-06-01 Josh Conner <jconner@apple.com>
444
445 * MAINTAINERS (Write After Approval): Add self.
446
ae263c7a
KH
4472005-06-01 Kazu Hirata <kazu@codesourcery.com>
448
449 * MAINTAINERS: Update my email address.
450
585b3aa3
ZM
4512005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
452
453 * MAINTAINERS (Write After Approval): Add self.
454
4930c50b
CD
4552005-05-26 Chris Demetriou <cgd@broadcom.com>
456
457 * MAINTAINERS (Write After Approval): Remove self.
458
2dfbef6d
PB
4592005-05-25 Paolo Bonzini <bonzini@gnu.org>
460
461 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
462 (Dependencies): Consider target modules for bootstrap dependencies.
463 Make target bootstrap modules depend on each stage's gcc.
464 * Makefile.in: Regenerate.
465
bcb28cf5
PB
4662005-05-20 Paolo Bonzini <bonzini@gnu.org>
467
468 * Makefile.def (configure-gcc): Depend on binutils having been built.
469 (all-gcc): No need to do it here.
470 * Makefile.in: Regenerate.
471
0cf085e4
PB
4722005-05-19 Paul Brook <paul@codesourcery.com>
473
f610dd5f 474 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
475 language cannot be built.
476 * configure: Regenerate.
477
dfb2c39a
DJ
4782005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
479
480 * ylwrap: Import from Automake 1.9.5.
481
771aaa92
DU
4822005-05-13 David Ung <davidu@mips.com>
483
484 * MAINTAINERS (Write After Approval): Add self.
485
3ac9bd58
MS
4862005-05-09 Mike Stump <mrs@apple.com>
487
488 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
489 lt_cv_sys_max_cmd_len for now.
f610dd5f 490
f77a5578
SC
4912005-05-09 Stan Cox <scox@redhat.com>
492
493 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
494
795e36e5
MK
4952005-05-08 Matt Kraai <kraai@ftbfs.org>
496
497 * README.SCO: Update the URL.
498
c9392a2b
DE
4992005-05-05 David Edelsohn <edelsohn@gnu.org>
500
501 * ltconfig: Define file_list_spec. Pass file_list_spec and
502 with_gnu_ld to libtool.
503 * ltcf-c.sh (aix[45]): Define file_list_spec.
504 * ltcf-cxx.sh (aix[45]): Same.
505 * ltcf-gcj.sh (aix[45]): Same.
506 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
507 exists, write list of input files to temporary file.
508
bebcd931
MS
5092005-05-04 Mike Stump <mrs@apple.com>
510
511 * configure.in: Always pass --target to target configures as
512 otherwise rebuilds that do --recheck will fail.
513 * confiugure: Rebuilt.
514
ce406537
PB
5152005-05-04 Paolo Bonzini <bonzini@gnu.org>
516
517 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
518 STAGE_HOST_EXPORTS.
519 (configure, all): Add bootstrap support.
520 (Host modules, target modules): Pass post-stage1 flags and exports.
521 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
522 * Makefile.in: Regenerate.
523
aa9dcfc4
PB
5242005-04-29 Paolo Bonzini <bonzini@gnu.org>
525
526 * configure: Regenerate.
527
b6f9abcf
MS
5282005-04-27 Mike Stump <mrs@apple.com>
529
530 * MAINTAINERS: Add self as darwin maintainer.
531
acb217cb
BS
5322005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
533
534 * config.sub: Update from master copy.
535
b6dae270
MS
5362005-04-21 Mike Stump <mrs@apple.com>
537
538 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
539 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
540
c2e0d3a9
HPN
5412005-04-19 Hans-Peter Nilsson <hp@axis.com>
542
543 * configure.in <crisv32-*-*, cris-*-*>: New local variable
544 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
545 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
546 "*-*-elf" and "*-*-linux*".
547 * configure: Regenerate.
548
871ae772
JM
5492005-04-14 Joseph S. Myers <joseph@codesourcery.com>
550
551 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
552
bf070c29
MS
5532005-04-12 Mike Stump <mrs@apple.com>
554
555 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
556
e865b6f7
TK
5572005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
558
559 * MAINTAINERS (Write After Approval): Add myself.
560
7b71ad7f
BS
5612005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
562
563 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
564
25b42232
PB
5652005-04-06 Paolo Bonzini <bonzini@gnu.org>
566
f610dd5f 567 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
568 (TARGET_CONFIGARGS): Include --with-target-subdir.
569 (configure, all): New macros. Use them throughout.
570 * Makefile.in: Regenerate.
571
d727c624
JG
5722005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
573
574 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 575
fff72cc4
ZD
5762005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
577
578 * MAINTAINERS: Remove 'loop unrolling' maintainer.
579
86472dc3
GP
5802005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
581
582 * MAINTAINERS: Move John Carr to Write After Approval.
583
5d0f90e5
R
5842005-03-30 J"orn Rennecke <joern.rennecke@st.com>
585
586 * config/mh-mingw32: Delete.
587 * configure.in: Don't use it.
588 * configure: Regenerate.
589
33da42bc
PB
5902005-03-31 Paolo Bonzini <bonzini@gnu.org>
591
592 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
593 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
594 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
595 (HOST_LIB_PATH): Generate from Makefile.def.
596 (TARGET_LIB_PATH): Likewise.
597 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
598 * Makefile.in: Regenerate.
599 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
600 (RPATH_ENVVAR): Include Darwin case.
601 * configure: Regenerate.
602
15cc1841
TF
6032005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
604
605 * MAINTAINERS (Various Maintainers): Remove self.
606 (Write After Approval): Add self.
607
6a8c79d5
TF
6082005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
609
610 * MAINTAINERS (Various Maintainers): Add self.
611
256f7136
PB
6122005-03-25 Paolo Bonzini <bonzini@gnu.org>
613
614 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
615 * configure: Regenerate.
616
191dd2c9
ZW
6172005-03-21 Zack Weinberg <zack@codesourcery.com>
618
619 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
620 gcc_version, and gcc_version_trigger from set of flags to pass.
621 * Makefile.tpl: Remove definitions of above variables.
622 (config.status): Remove dependency on $(gcc_version_trigger).
623 * Makefile.in: Regenerate.
624 * configure.in: Do not reference config/gcc-version.m4 nor
625 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
626 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
627 * configure: Regenerate.
628
ef6e9bc0
MH
6292005-03-16 Manfred Hollstein <manfred.h@gmx.net>
630 Andrew Pinski <pinskia@physics.uc.edu>
631
632 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
633 * Makefile.in: Regenerate.
634
009bbd5a
FW
6352005-03-13 Feng Wang <fengwang@nudt.edu.cn>
636
637 * MAINTAINERS (Write After Approval): Add myself.
638
09f8755b
DA
6392005-03-03 David Ayers <d.ayers@inode.at>
640
641 * MAINTAINERS (Write After Approval): Add myself.
642
e73ed25c
AO
6432005-03-01 Alexandre Oliva <aoliva@redhat.com>
644
645 PR libgcj/20160
646 * ltmain.sh: Avoid creating archives with components that have
647 duplicate basenames.
648
ace9ac7b
AP
6492005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
650
651 PR bootstrap/20250
652 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
653 instead of check.
654 * Makefile.in: Regenerate.
655
c9db9354
PB
6562005-02-28 Paolo Bonzini <bonzini@gnu.org>
657
658 * Makefile.in: Regenerate to fix conflict between the previous two
659 patches.
660
215c351a
PB
6612005-02-28 Paolo Bonzini <bonzini@gnu.org>
662
663 PR bootstrap/17383
664 * Makefile.def (target_modules): Remove "stage", now unnecessary.
665 * Makefile.tpl (HOST_SUBDIR): New substitution.
666 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
667 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
668 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
669 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
670 (Host modules, Bootstrapped modules): Use it.
671 (Build modules, Target modules): Do not create symlink trees,
672 always configure out-of-srcdir.
673 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
674 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
675 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
676 $(HOST_SUBDIR). Create a symlink for host_subdir.
677
678 * Makefile.in: Regenerate.
679 * configure: Regenerate.
680
5395b47b
NN
6812005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
682
683 Merged from libada-gnattools-branch:
684 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
685
686 * gnattools: New directory.
687 * Makefile.def: Add gnattools as a module, depending on target-libada.
688 * Makefile.in: Regenerate.
689 * configure.in: Include gnattools in host_tools; disable it if ada
690 is disabled.
691 * configure: Regenerate.
692
ca2cc05c
JM
6932005-02-24 James A. Morrison <phython@gcc.gnu.org>
694
695 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
696 treelang maintainer.
697 (Write After Approval): Remove myself.
698
d2f3024f
PS
6992005-02-23 Paul Schlie <schlie@comcast.net>
700
701 * configure.in: Allow darwin targeted ports to build tk, itcl and
702 libgui.
703 * configure: Regenerate.
704
bba5e0ca
EB
7052005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
706
707 PR libgcj/10353
708 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
709 * configure: Regenerate.
710
70132ce7
SK
7112005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
712
713 * MAINTAINERS (Write After Approval): Add myself.
714
20f0edca
ILT
7152005-02-10 Ian Lance Taylor <ian@airs.com>
716
717 * MAINTAINERS: Update my e-mail address.
718
e64e5109
RG
7192005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
720
721 * MAINTAINERS (Write After Approval): Add myself.
722
40d64b5a
HPN
7232005-01-29 Hans-Peter Nilsson <hp@axis.com>
724
725 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
726 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
727 target-libgloss when not *-*-elf and *-*-aout.
728 * configure: Regenerate.
729
54a12711
KH
7302005-01-23 Kazu Hirata <kazu@cs.umass.edu>
731
732 * MAINTAINERS: Remove obsolete entries.
733
0aa99dbb
KH
734 * MAINTAINERS (Write After Approval): Add Michael Matz.
735
2b009f5f
NB
7362005-01-19 Neil Booth <neil@daikokuya.co.uk>
737
738 * MAINTAINERS: Remove self as cpplib maintainer.
739
385870f5
KC
7402005-01-17 Kelley Cook <kcook@gcc.gnu.org>
741
742 * install-sh, config.sub: Import from upstream.
743
e7daab31
KC
7442005-01-17 Kelley Cook <kcook@gcc.gnu.org>
745
746 PR bootstrap/18222
747 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
748 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
749 * Makefile.in: Regenerate.
750
e6003f4d
JT
7512005-01-16 Jason Thorpe <thorpej@netbsd.org>
752
753 * MAINTAINERS: Update my email address.
754
145e2972 7552005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 756 Andreas Schwab <schwab@suse.de>
145e2972
DE
757
758 PR bootstrap/18033
759 * config-ml.in: Eval option if surrounded by single quotes.
760
86c7e0da
PB
7612005-01-03 Paolo Bonzini <bonzini@gnu.org>
762
763 Revert 2004-12-28 Makefile changes, a better fix will be
764 applied to mainline and src after GCC 4.0 branches.
765
3224a22f
PB
7662004-12-28 Paolo Bonzini <bonzini@gnu.org>
767
768 PR bootstrap/17383
769
770 * Makefile.def (target_modules): Remove stage parameter,
771 it is always true now.
772 * Makefile.tpl (configure-build-[+module+],
773 configure-target-[+module+]): Always build symlink tree
774 for the directory and for include. BUILD_SUBDIR and
775 TARGET_SUBDIR cannot be . anymore.
776 * Makefile.in: Regenerate.
777
aaf51ca2
DE
7782004-12-25 David Edelsohn <edelsohn@gnu.org>
779
780 Revert 2004-12-08 Makefile changes.
781
4e32e454
DS
7822004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
783
784 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
785 cygwin, mingw.
786
669f01d8
AS
7872004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
788
789 * configure.in (sh64-*-*): Reenable gprof.
790 * configure: Regenerate.
791
1b227ee0
DE
7922004-12-08 David Edelsohn <edelsohn@gnu.org>
793
794 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
795 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
796 (EXTRA_TARGET_FLAGS): Add PICFLAG.
797 * Makefile.in: Regenerate.
798
ce5e944c
CF
7992004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
800
801 * MAINTAINERS: Update my email address.
802
893f1e87
MK
8032004-12-07 Matt Kraai <kraai@ftbfs.org>
804
805 * Makefile.tpl: Generate normal dependencies if the LHS module is
806 not bootstrapped.
807 * Makefile.in: Regenerate.
808
bb59c339
RS
8092004-12-03 Richard Sandiford <rsandifo@redhat.com>
810
811 * configure.in: Include config/gxx-include-dir.m4. Use
812 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
813 * configure: Regenerate.
814
4982adbe
RS
8152004-12-03 Richard Sandiford <rsandifo@redhat.com>
816
817 * config.if: Delete.
818 * configure.in: Set libstdcxx_incdir directly.
819 * configure: Regenerate.
820
05750653
EC
8212004-12-02 Eric Christopher <echristo@redhat.com>
822
823 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
824 * Makefile.in: Regenerate.
825
5fef1dbd
RS
8262004-12-02 Richard Sandiford <rsandifo@redhat.com>
827
828 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
829 * configure: Regenerate.
830
afabd8e6
RS
8312004-12-02 Richard Sandiford <rsandifo@redhat.com>
832
833 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
834 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
835 * configure: Regenerate.
836
78716e86
EC
8372004-12-01 Eric Christopher <echristo@redhat.com>
838
839 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
840 of things to remove.
841
57ab8ba9
MK
8422004-11-29 Matt Kraai <kraai@ftbfs.org>
843
844 * MAINTAINERS (Write After Approval): Update my e-mail address.
845
2539bffe
KC
8462004-11-29 Kelley Cook <kcook@gcc.gnu.org>
847
848 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
849 from CVS libtool to always pass_all.
850
3e732ba0
JDA
8512004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
852
853 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
854 (hppa*64*-*-*): Delete incorrect comment.
855 * configure: Rebuilt.
856
767f726e
KC
8572004-11-24 Kelley Cook <kcook@gcc.gnu.org>
858
859 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
860
2c92e90f
KC
8612004-11-24 Kelley Cook <kcook@gcc.gnu.org>
862
863 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
864 from CVS libtool to always pass_all.
865
32f84e48
KC
8662004-11-15 Kelley Cook <kcook@gcc.gnu.org>
867
868 * install-sh, compile: Import from automake.
869
9587be8a
KC
8702004-11-15 Kelley Cook <kcook@gcc.gnu.org>
871
872 * config.guess, config.sub: Import from savannnah.
873
04e81808 8742004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
875
876 * MAINTAINERS (Write After Approval): Add myself
877
f87a2b2e
MS
8782004-11-12 Mike Stump <mrs@apple.com>
879
880 * Makefile.def: Add html support.
881 * Makefile.tpl: Likewise.
882 * Makefile.in: Regenerate.
883
848556c2
GK
8842004-11-11 Geoffrey Keating <geoffk@apple.com>
885
556f03c4
GK
886 PR 18423
887 * configure.in: Remove all instances of build-fixincludes from
888 noconfigdirs.
889 (build_configargs): Supply --target to subdirectories.
890 * configure: Regenerate.
891
848556c2
GK
892 * Makefile.def: Make gcc install depend on fixincludes install.
893 * Makefile.in: Regenerate.
894
9e5712a5
JJ
8952004-11-10 Janis Johnson <janis187@us.ibm.com>
896
897 * MAINTAINERS: Add myself as gcc testsuite maintainer.
898
4ef509c0
PB
8992004-11-11 Paul Brook <paul@codesourcery.com>
900
901 * MAINTAINERS: Add self as arm maintainer. Update email address.
902
20d11df6
HPN
9032004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
904
905 * configure.in (noconfigdirs) [mmix-*-*]: Disable
906 target-libgfortran.
79fd8592 907 * configure: Regenerate.
20d11df6 908
68c70f15
DE
9092004-11-07 David Edelsohn <edelsohn@gnu.org>
910
911 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
912 like CC.
913
54f88091
PB
9142004-11-05 Paolo Bonzini <bonzini@gnu.org>
915
916 * Makefile.def (host fixincludes): Specify missing targets.
917 * Makefile.in: Regenerate.
918
6866abb8
RC
9192004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
920
921 * MAINTAINERS: Add myself
922
83f62578
GL
9232004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
924
925 * MAINTAINERS (Write After Approval): Add myself.
926
53c7ffe7
GK
9272004-11-04 Geoffrey Keating <geoffk@apple.com>
928
929 * Makefile.def: Build fixincludes for the host, too.
930 * Makefile.in: Regenerate.
931 * configure.in (host_tools): Add fixincludes.
932 * configure: Regenerate.
933
ac8b3d9d
DJ
9342004-11-04 Daniel Jacobowitz <dan@debian.org>
935
936 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
937 * configure: Regenerated.
938
bab37580
L
9392004-11-04 H.J. Lu <hongjiu.lu@intel.com>
940
941 PR other/17783
942 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
943 * configure: Regenerated.
944
db1de713
MM
9452004-10-31 Mark Mitchell <mark@codesourcery.com>
946
947 * README.SCO: Update per FSF instructions.
948
a827e21a
EW
9492004-10-28 Eric B. Weddington <ericw@evcohs.com>
950
951 PR target/18151
952 * configure.in (case ${target}): Do not build fixincludes for avr.
953 * configure: Regenerated.
954
9d069a4f
PB
9552004-10-26 Paolo Bonzini <bonzini@gnu.org>
956
957 * configure.in (case ${target}): Do not build fixincludes
958 on platforms where it is not used.
959 * configure: Regenerated.
960
fc45f3fe
DJ
9612004-10-23 Daniel Jacobowitz <dan@debian.org>
962
963 * configure.in: Use an absolute path to install-sh.
964 * configure: Regenerated.
965
36554b92
AL
9662004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
967
968 * MAINTAINERS (Write After Approval): Add myself.
969
88e9994a
KH
9702004-10-19 Kazu Hirata <kazu@cs.umass.edu>
971
972 * MAINTAINERS: Remove from Write After Approval those that are
973 already maintainers.
974
ad02a944
SP
9752004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
976
977 * MAINTAINERS: Update my email address.
978
c8e6cd41
KC
9792004-10-12 Kelley Cook <kcook@gcc.gnu.org>
980
981 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
982 * configure: Regenerate.
983
ebe55024
R
9842004-10-07 J"orn Rennecke <joern.rennecke@st.com>
985
986 * MAINTAINERS: Update my email address.
987
a8b0957e
KH
9882004-10-07 Kazu Hirata <kazu@cs.umass.edu>
989
990 * MAINTAINERS (Language Front Ends Maintainers): New. Move
991 entries belonging to this category.
992
96836f61
JZ
9932004-10-06 Josef Zlomek <josef.zlomek@email.cz>
994
995 * MAINTAINERS: Update my e-mail address.
996
7e0b5752
PB
9972004-10-06 Paolo Bonzini <bonzini@gnu.org>
998
999 Fix wrong conflict resolution in:
1000
1001 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
1002
1003 * Makefile.in: Regenerate.
1004 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1005 in the recursive `make', instead of hardwiring `all'.
1006 (Autogenerated TARGET-* variables): New.
1007
370f7a47
TL
10082004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
1009
1010 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 1011 * configure: Regenerate.
370f7a47 1012
13e5d623
KH
10132004-10-04 Kazu Hirata <kazu@cs.umass.edu>
1014
1015 * MAINTAINERS (Various Maintainers): Move the "windows,
1016 cygwin, mingw" maintainer to ...
1017 (OS Port Maintainers): ... here.
1018
a6497c1b
KH
10192004-10-04 Kazu Hirata <kazu@cs.umass.edu>
1020
1021 * MAINTAINERS (Write After Approval): Remove those that are
1022 maintainers of some subsystem.
1023
1abb828a
D
10242004-10-02 P.J. Darcy <darcypj@us.ibm.com>
1025
1026 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
1027 * ltcf-cxx.sh (tpf*): Likewise.
1028 * ltconfig (tpf*): Add TPF OS configuration support.
1029
16d1338d
BS
10302004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
1031
1032 * MAINTAINERS: Change my email address to my new work account.
1033
9082a750
MR
10342004-09-24 Michael Roth <mroth@nessie.de>
1035
1036 * configure.in (--without-headers): Add missing double quotes.
1037 * configure: Regenerate.
1038
07a8bdf8
KC
10392004-09-24 Kelley Cook <kcook@gcc.gnu.org>
1040
1041 * ylwrap: Revert to previous version.
1042
4c4a5bbc
L
10432004-09-23 H.J. Lu <hongjiu.lu@intel.com>
1044
1045 PR bootstrap/17369
1046 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1047 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1048 SET_GCC_LIB_PATH_CMD.
1049 (BASE_TARGET_EXPORTS): Likewise.
1050 * Makefile.in: Regenerated.
1051
1052 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1053 * configure: Regenerated.
1054
85f59630
KC
10552004-09-23 Kelley Cook <kcook@gcc.gnu.org>
1056
1057 * config.guess: New upstream version
1058 * compile, depcomp, install-sh, ylwrap: Likewise.
1059
95c53c62
RS
10602004-09-19 Roger Sayle <roger@eyesopen.com>
1061
1062 * config/mh-x86omitfp: New host makefile fragment. Add
1063 -fomit-frame-pointer to the default BOOT_CFLAGS.
1064 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1065 * configure: Regenerate.
1066
0a1c093b
AP
10672004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
1068
1069 PR target/11572
1070 * configure.in (*-*-darwin*): Renable libobjc.
1071 * configure: Regenerate.
1072
315fcf97
NS
10732004-09-10 Nathan Sidwell <nathan@codesourcery.com>
1074
1075 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
1076
0a050485 10772004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 1078
0a050485
DB
1079 * Makefile.def: Remove libbanshee.
1080 * Makefile.tpl: Ditto.
1081 * configure.in: Ditto.
1082 * Makefile.in: Regen.
1083 * configure: Ditto.
1084
5f4a098e
DE
10852004-09-08 David Edelsohn <edelsohn@gnu.org>
1086
1087 * ltmain.sh: Use $pic_object as $non_pic_object if
1088 $non_pic_object=none.
1089
32b2511f
PB
10902004-09-07 Paolo Bonzini <bonzini@gnu.org>
1091
1092 * missing: Import latest version from master repository.
1093
fc4d0e82
NC
10942004-09-06 Nick Clifton <nickc@redhat.com>
1095
1096 * config.sub: Import latest version from master repository.
1097 * config.guess: Likewise.
1098 This includes these changes:
78716e86 1099
fc4d0e82
NC
1100 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
1101
1102 * config.sub: Handle crisv32, alias etraxfs.
1103 * config.guess (crisv32:Linux:*:*): Handle.
1104
1105 2004-08-13 Brad Smith <brad@comstyle.com>
1106
1107 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1108 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1109
1110 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
1111
1112 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1113 assume the processor is a powerpc. This is because coreutils
1114 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1115 in this case, due to a MacOS X bug that causes
1116 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1117 to return a negative number.
1118 Problem reported by Petter Reinholdtsen in:
1119 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1120
1121 2004-07-19 Ben Elliston <bje@gnu.org>
1122
1123 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1124
1125 2004-06-24 Ben Elliston <bje@gnu.org>
1126
1127 * config.guess: Update copyright years.
1128 * config.sub: Likewise.
1129
1130 2004-06-22 Robert Millan <robertmh@gnu.org>
1131
1132 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1133 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1134
1135 2004-06-22 Stanley F. Quayle <stan@stanq.com>
1136
1137 * config.guess (*:*VMS:*:*): New entry. Replaces
1138 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1139 manufacturer.
1140
1141 2004-06-22 Ben Elliston <bje@gnu.org>
1142
1143 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
1144 * config.sub: Likewise.
1145
1146 2004-06-22 Ben Elliston <bje@gnu.org>
1147
1148 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
1149 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
1150
1151 2004-06-11 Ben Elliston <bje@gnu.org>
1152
1153 * config.guess (pegasos:OpenBSD:*:*): Remove.
1154
1155 2004-06-11 Ben Elliston <bje@gnu.org>
1156
1157 From Wouter Verhelst <wouter@grep.be>:
1158 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
1159
1160 2004-06-11 Ben Elliston <bje@gnu.org>
1161
1162 * config.guess (luna88k:OpenBSD:*:*): New.
1163
1164 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1165
1166 * config.guess (m32r*:Linux:*:*): New case.
1167 * config.sub: Handle m32rle.
1168
1169 2004-03-12 Ben Elliston <bje@wasabisystems.com>
1170
1171 From Jens Petersen <petersen@redhat.com>:
1172 * config.sub: Handle sparcv8.
1173
1174 2004-03-03 Ben Elliston <bje@wasabisystems.com>
1175
1176 From Tom Smith <smith@cag.lkg.hp.com>:
1177 * config.guess: Version suffixes are equally significant on Tru64
1178 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
1179 prefix of "P" (patched kernel).
1180
1181 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
1182
1183 * config.sub: Add support for National Semiconductor CRX target.
1184
2f4cc6bf
JJ
11852004-09-03 Janis Johnson <janis187@us.ibm.com>
1186
1187 * MAINTAINERS (Various Maintainers): Remove myself as web page
1188 maintainer, add myself as maintainer of build status lists.
1189
61fec9ff
JB
11902004-09-03 Jan Beulich <jbeulich@novell.com>
1191
1192 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
1193 *-*-netware, but add target-libmudflap.
1194 Consolidate *-*-netware targets (of which really only i?86 exists)
1195 into a single entry.
1196 * configure: Likewise.
1197
45f366ab
PB
11982004-09-01 Paolo Bonzini <bonzini@gnu.org>
1199
1200 * Makefile.tpl (sorry): Remove.
1201 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
1202 (cleanstrap targets): Depend on distclean, not distclean-stage1.
1203 (do-clean): Clean per-stage directories too.
1204 (do-distclean): Run distclean-stage1 too.
1205 (.NOTPARALLEL): Enable during toplevel bootstrap.
1206 (stage[+id+]-bubble): Enable parallel execution during
1207 the recursive invocation.
1208 * Makefile.in: Regenerate.
1209
1210 Fix previous checkin:
1211
1212 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
1213 include.
1214 * configure.in: Fix indentation.
1215 * configure: Regenerate.
1216
be8fff81
RB
12172004-08-31 Robert Bowdidge <bowdidge@apple.com>
1218
45f366ab
PB
1219 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
1220 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
1221 * configure: regenerate
78716e86 1222 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 1223 -mdynamic-no-pic
be8fff81
RB
1224
1225
71b5d516
PB
12262004-08-31 Paolo Bonzini <bonzini@gnu.org>
1227
1228 * Makefile.def (build_modules): Add fixincludes.
1229 (dependencies): Make gcc depend on fixincludes.
1230 * configure.in (build_tools): Add fixincludes.
1231 (build_configdirs): Always include build_libs.
1232 * Makefile.in: Regenerate.
1233 * configure: Regenerate.
1234
12352004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
1236
1237 * Makefile.def (bootstrap stages): Add 'lean' parameter.
1238 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1239 phony targets; do not generate timestamp files.
1240 (distclean-stageN): Remove references to their timestamp files.
1241 (restageN, touch-stageN): Remove.
1242 (stageN-bubble): Rewritten.
1243 (compare): Support lean bootstraps.
1244 * Makefile.in: Regenerate.
1245
1246 * configure.in: Only warn when bootstrapping but
1247 build != host or build != target. Support lean bootstraps.
1248 * configure: Regenerate.
1249
ce7cbbb0
PE
12502004-08-26 Phil Edwards <phil@codesourcery.com>
1251
1252 * configure.in: Give a better error message if GMP/MPFR are missing
1253 and a language needing them has been requested.
1254 * configure: Regenerated.
1255
9c71a529
PE
12562004-08-25 Phil Edwards <phil@codesourcery.com>
1257
1258 * configure.in: Print a list of available language front-ends if
1259 a requested one is missing. Tidy stray tab characters.
1260 * configure: Regenerated.
1261
e3f92d3b
MK
12622004-08-19 Michael Koch <konqueror@gmx.de>
1263
1264 * gcc/doc/install.texi: Update entry about automake for libjava.
1265
c3f84f61
RM
12662004-08-17 Robert Millan <robertmh@gnu.org>
1267
1268 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1269 (instead of FreeBSD).
1270 * configure: Regenerate.
1271
7c27e184
PB
12722004-08-16 Paolo Bonzini <bonzini@gnu.org>
1273
1274 * Makefile.in: Regenerate.
1275 * configure: Regenerate.
1276
1277 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1278 stage_*_flags.
1279 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1280 for bootstrapped modules if toplevel bootstrap is going.
1281 (GCC bootstrap): Generate per-stage targets for all bootstrapped
1282 modules. Adjust for changes in Makefile.def. Enable several
1283 rules even in non-bootstrap mode, just to avoid peppering the
1284 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1285 (stage-[+prev+]-bubble): Remove.
1286
1287 * Makefile.def (Dependencies): Depend on all-build-bison,
1288 all-build-flex, all-build-byacc, all-build-texinfo, rather
1289 than the host variations.
1290 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
1291 with BUILD_SUBDIR.
1292 (BISON): Update for recent Bisons.
1293 (YACC): Fix typo.
1294 (cross): Depend on all-build.
1295 (all): Do not depend on all-build.
1296 (prebootstrap): Remove.
1297 (dep-kind): Accept separate prefixes for MODULE and ON variables.
1298 (Prebootstrap dependencies): Add them to the per-stage targets
1299 and to all-prebootstrap.
1300 * configure.in (build_configdirs): Always enable build_tools.
1301 (BUILD_DIR_PREFIX): Remove.
1302
1303 * Makefile.def (gcc): Add target variable.
1304 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1305 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1306 in the recursive `make', instead of hardwiring `all'.
1307 (Autogenerated TARGET-* variables): New.
1308
20f3bb80
BB
13092004-08-13 Brian Booth <bbooth@redhat.com>
1310
1311 * MAINTAINERS: Remove myself from write-after-approval.
1312
b5be499d
NN
13132004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
1314
1315 * src-release: Stop distributing mmalloc with gdb (which doesn't
1316 use it).
1317 * Makefile.def: GDB doesn't depend on mmalloc anymore.
1318 * Makefile.in: Regenerate.
1319
b3f8d95d
MM
13202004-08-09 Mark Mitchell <mark@codesourcery.com>
1321
1322 * configure.in (arm*-*-eabi*): New target.
1323 * configure: Regenerate.
1324
3589b69e
PB
13252004-08-06 Paolo Bonzini <bonzini@gnu.org>
1326
1327 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1328 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1329 (Dependencies): New section.
1330 * Makefile.tpl (Dependencies): Generate from Makefile.def.
1331 (configure-target-[+module+]): Depend on maybe-all-gcc
1332 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
1333 (toplevel profiledbootstrap): Fix dependencies.
1334 * Makefile.in: Regenerate.
1335
972974fc
MM
13362004-08-03 Mark Mitchell <mark@codesourcery.com>
1337
1338 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1339 target-libiberty to noconfigdirs.
1340 * configure: Regenerate.
1341
bebf829d
PB
13422004-08-03 Paul Brook <paul@codesourcery.com>
1343
1344 * configure.in: Check for MPFR as well as GMP.
1345 * configure: Regenerate.
1346
98a5bb3b
RM
13472004-08-01 Robert Millan <robertmh@gnu.org>
1348
1349 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1350 libmudflap for all GNU-based systems (with Glibc).
1351 * configure: Regenerate.
1352
d32ab992
PB
13532004-08-03 Paolo Bonzini <bonzini@gnu.org>
1354
1355 * Makefile.def (host-modules): Add gcc.
1356 * Makefile.in: Regenerate.
1357 * Makefile.tpl (sorry): New rule.
1358 (configure-host, all-host, [+make_target+]-host, do-check,
1359 install-host): Do not add gcc as a special case.
1360 (host modules): Add a small special-casing for gcc. Export
1361 extra_make_flags through the environment.
1362 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1363 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1364 other recursive targets for gcc): Remove.
1365
1366 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1367 (stage, unstage): New rules.
1368 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1369 distclean-stage[+id+]): Use stage_current.
1370 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1371 the stage*-start rules.
1372
aeb732c1
GK
13732004-08-02 Geoffrey Keating <geoffk@apple.com>
1374
1375 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
1376 use -all_load flag.
1377
25b656e7
PB
13782004-08-02 Paolo Bonzini <bonzini@gnu.org>
1379
1380 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
1381 * configure: Regenerate.
1382
cc440d71
TM
13832004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
1384
1385 * maintainer-scripts/gcc_release: Revert yesterday's change.
1386
270e140b
SB
13872004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
1388
1389 * MAINTAINERS: Add myself to write-after-approval.
1390
3e4035f8
TM
13912004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
1392
1393 * libf2c: Removed.
1394 * gcc/gccbug.in: Updated because of libf2c removal.
1395 * maintainer-scripts/gcc_release: Ditto.
1396
a3e8d8b4
LR
13972004-07-09 Loren J. Rittle <ljrittle@acm.org>
1398
1399 * configure.in: Build libmudflap by default on FreeBSD.
1400 * configure: Regenerated.
1401
dfcada9a
MM
14022004-07-09 Mark Mitchell <mark@codesourcery.com>
1403
1404 * configure.in: Do not build libmudflap by default on non-GNU/Linux
1405 systems.
1406 * configure: Regenerated.
1407
3922b216
JDA
14082004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1409
1410 PR target/16344
1411 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
1412 feedback based compiler.
1413 * Makefile.in: Rebuilt.
1414
95bcca47
AO
14152004-07-08 Alexandre Oliva <aoliva@redhat.com>
1416
1417 * Makefile.def (host_modules): Set bootstrap=true for flex.
1418 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
1419 * Makefile.in: Rebuilt.
1420
051822f6
JH
14212004-07-07 Jan Hubicka <jh@suse.cz>
1422
1423 * MAINTAINERS: Add self as a profile feedback maintainer.
1424
7b61653a
PE
14252004-07-05 Phil Edwards <phil@codesourcery.com>
1426
1427 * configure.in: Do not prepend $srcdir to /dev/null in
1428 makefile fragments.
1429 * configure: Regenerate.
1430
23f6b2f9
PB
14312004-07-01 Paolo Bonzini <bonzini@gnu.org>
1432
1433 * Makefile.def (build_modules): Add bison, byacc, flex,
1434 m4, texinfo.
1435 (flags_to_pass): Add FLEX.
1436 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1437 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1438 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1439 DEFAULT_MAKEINFO): Remove.
1440 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1441 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1442 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1443 objdir or else use configured tool.
1444 (all-build): New.
1445 (all): Depend on it.
1446 (Build module dependencies): Add.
1447 * Makefile.in: Regenerate.
1448 * configure.in: Better support for multiple build modules,
1449 matching what is done for host/target modules. Do not look
1450 for "plausible" locations of build tools if Canadian cross.
1451 Use autoconf's AC_PROG_CC to find a C compiler. Define
1452 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
1453 * configure: Regenerate.
78716e86 1454
1c020272
PB
14552004-06-22 Paolo Bonzini <bonzini@gnu.org>
1456
1457 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
1458 * Makefile.in: Regenerate.
1459
a52a0a7f
PB
14602004-06-22 Paolo Bonzini <bonzini@gnu.org>
1461
1462 * Makefile.tpl (configure-build-[+module+],
1463 configure-[+module+], configure-target-[+module+]): Pass
1464 [+extra_configure_args+].
1465 (all-build-[+module+], all-[+module+], check-[+module+],
1466 install-[+module+], [+make_target+]-[+module+],
1467 all-target-[+module+], check-target-[+module+],
1468 install-target-[+module+], [+make_target+]-target-[+module+]):
1469 Pass [+extra_make_args+].
1470 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
1471 (GCC_HOST_EXPORTS): Remove.
1472 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
1473 cross, check-gcc, check-gcc-c++, install-gcc,
1474 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
1475 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
1476 * Makefile.in: Regenerate.
1477
ccde3f1a
MS
14782004-06-21 Matthew Sachs <msachs@apple.com>
1479
1480 * MAINTAINERS: Added self to write-after-approval.
1481
6264b0a6
CF
14822004-06-21 Christopher Faylor <cgf@alum.bu.edu>
1483
1484 * configure.in: Check for srcdir/winsup rather than build directory
1485 winsup.
1486 * configure: Regenerate.
1487
801e2270
CV
14882004-06-17 Corinna Vinschen <vinschen@redhat.com>
1489
1490 * configure.in: Don't build Cygwin native newlib if winsup
1491 directory is missing. Emit warning instead.
1492 * configure: Regenerate.
1493
ad6717df
PB
14942004-06-09 Paolo Bonzini <bonzini@gnu.org>
1495
1496 * Makefile.tpl (touch-stage[+id+]): New.
1497 (restage[+prev+]): Depend on touch-stage[+id+].
1498
1499 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
1500 Use it throughout.
1501
1502 * Makefile.def: Add profile and feedback bootstrap stages.
1503 Remove next field from bootstrap stages.
1504 * Makefile.tpl (LN, LN_S): Substitute.
1505 (stageN-start, stageN-end): Use double-colon rules, to
1506 provide a hook for additional setup commands.
1507 (distclean-stageN-gcc, restageN): Create dependencies from
1508 [+prev+], not from [+next+].
1509 (stageN-bubble): Add commands for successive stages from
1510 [+prev+], using double-colon rules.
1511 (all-stageN-gcc): Fix typo.
1512 (stagefeedback-start, profiledbootstrap): New.
1513 * Makefile.in: Regenerate.
1514 * configure.in: Call ACX_PROG_LN.
1515 * configure: Regenerate.
1516
5bbb9680
CY
15172004-06-08 Canqun Yang <canqun@nudt.edu.cn>
1518
1519 * MAINTAINERS (Write After Approval): Add myself.
1520
e18be1d4
MA
15212004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
1522
1523 * MAINTAINERS (Write After Approval): Add myself.
1524
5607edfd
PB
15252004-06-03 Paolo Bonzini <bonzini@gnu.org>
1526
1527 * configure.in: Fix --enable-bootstrap breakage introduced in trees
1528 without gcc.
1529 * configure: Regenerate.
1530
1ec4e9c3
PB
15312004-06-01 Paolo Bonzini <bonzini@gnu.org>
1532
1533 * Makefile.tpl: Fix typo.
1534 * Makefile.in: Regenerate.
1535
c2f7605f
PB
15362004-06-01 Paolo Bonzini <bonzini@gnu.org>
1537
1538 * configure.in: Remove new- prefix from toplevel
1539 bootstrap targets.
1540 * configure: Regenerate.
1541
f516a7da
PB
15422004-06-01 Paolo Bonzini <bonzini@gnu.org>
1543
1544 * Makefile.tpl (all.normal): Rename to all.
1545 (all): Replace with a rule to pick the default
1546 target from configure.
1547 (all-gcc, configure-gcc): Use conditionals to
1548 do nothing when toplevel bootstrap is going on.
1549 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
1550 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
1551 * configure.in: Support --enable-bootstrap.
1552
1553 * Makefile.def: Remove new- prefix from toplevel
1554 bootstrap targets.
1555 * Makefile.tpl: Likewise.
1556
1557 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
1558 target.
1559
1560 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
1561 $(RECURSE_FLAGS) to recursive invocation of make.
1562
1563 * Makefile.in: Regenerate.
1564 * configure: Regenerate.
1565
78dd5e36
AJ
15662004-05-30 Andreas Jaeger <aj@suse.de>
1567 Jim Wilson <wilson@specifixinc.com>
1568
1569 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
1570 like CC.
1571
30f1bddc
DJ
15722004-05-27 Daniel Jacobowitz <dan@debian.org>
1573
1574 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
1575 * configure: Regenerate.
1576
4fc4dd12
DJ
15772004-05-25 Daniel Jacobowitz <drow@false.org>
1578
1579 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
1580 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
1581 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
1582 targets.
1583 * Makefile.in: Regenerate.
1584
94632047 15852004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
1586
1587 * configure.in: Test the ability to symlink directories.
1588 * configure: Regenerate.
1589
1590 * Makefile.def (bootstrap-stage): New definitions.
1591 * Makefile.tpl (configure-stage1-gcc,
1592 configure-stage2-gcc, configure-stage3-gcc,
1593 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
1594 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
1595 new-restage3, compare): Autogenerate, see Makefile.in
1596 entry for behavioral changes.
1597 (distclean-stage1, new-stage1-start, new-stage1-end,
1598 new-stage1-bubble, distclean-stage2, new-stage2-start,
1599 new-stage2-end, new-stage2-bubble, distclean-stage3,
1600 new-stage3-start, new-stage3-end): New autogenerated targets.
1601 (objext, prebootstrap, BOOT_CFLAGS,
1602 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
1603 targets.
1604
1605 * Makefile.in: Regenerate.
1606 (distclean-stage1, new-stage1-start, new-stage1-end,
1607 new-stage1-bubble, distclean-stage2, new-stage2-start,
1608 new-stage2-end, new-stage2-bubble, distclean-stage3,
1609 new-stage3-start, new-stage3-end): New targets.
1610 (all-stage1-gcc): Move prebootstrap dependency from here...
1611 (configure-stage1-gcc): ...to here.
1612 (new-bootstrap): Use bubble targets.
1613 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1614 Use per-stage distclean targets.
1615 (configure-stage1-gcc, configure-stage2-gcc,
1616 configure-stage3-gcc, all-stage1-gcc,
1617 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1618 Use new-stageN-start to prepare the tree.
1619
4f4e53dd
PB
16202004-05-23 Paolo Bonzini <bonzini@gnu.org>
1621
1622 * Makefile.def (host_modules): add libcpp.
1623 * Makefile.tpl: Add dependencies on and for libcpp.
1624 * Makefile.in: Regenerate.
1625 * configure.in: Add libcpp host module.
1626 * configure: Regenerate.
1627
60975492
PB
16282004-05-21 Paolo Bonzini <bonzini@gnu.org>
1629
1630 * Makefile.tpl: Whenever a recursive target is defined, wrap
1631 it in a special @if/@endif block, and prepare its maybe
1632 dependency in the @if/@endif block
1633 * configure.in: Instead of writing maybe dependencies, remove
1634 the @if/@endif statements, and remove the @if/@endif blocks
1635 that remain.
1636 * configure: Regenerate.
1637 * Makefile.in: Regenerate.
1638
5ce7d75d
JJ
16392004-05-20 Janis Johnson <janis187@us.ibm.com>
1640
1641 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
1642
c779c42f
KK
16432004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
1644
1645 PR bootstrap/15120
1646 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
1647 * */configure: Rebuilt.
1648
b4117c30
ZW
16492004-05-17 Zack Weinberg <zack@codesourcery.com>
1650
1651 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1652 of libf2c.
1653 * configure, Makefile.in: Regenerate.
1654
315fcf97 1655