]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
io.c (gfc_resolve_open): RESOLVE_TAG access field as well.
[thirdparty/gcc.git] / ChangeLog
CommitLineData
a4b6c45a
BE
12005-11-29 Ben Elliston <bje@au.ibm.com>
2
3 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4 depend on all-libdecnumber.
5 * configure.in (host_libs): Include libdecnumber.
6 * Makefile.in: Regenerate.
7 * configure: Likewise.
8
473a74b9
BE
92005-11-29 Ben Elliston <bje@au.ibm.com>
10
11 * libdecnumber: Import decNumber sources from the dfp-branch.
12
b4623110
KJ
132005-11-21 Kean Johnston <jkj@sco.com>
14
15 * config.sub, config.guess: Sync from upstream sources.
16
67dc1785
BE
172005-11-21 Ben Elliston <bje@au.ibm.com>
18
19 Import from Autoconf sources:
20
21 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
22 * config/move-if-change: Don't output "$2 is unchanged";
23 suggested by Ben Elliston. Handle weird characters correctly.
24
186abafe
AT
252005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
26
27 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
28 to match upstream libtool for darwin.
29
ef9db8d5
DJ
302005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
31
32 * Makefile.def: Remove gdb dependencies for gdbtk.
33 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
34 (configure-gdb, install-gdb): New rules.
35 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
36 * Makefile.in, configure: Regenerated.
37
9c5141ab
JB
382005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
39
40 * MAINTAINERS (Write After Approval): Add myself.
41
4523d51b
EE
422005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
43
44 * MAINTAINERS (Write After Approval): Add myself.
45
086b011c
DN
462005-10-24 Diego Novillo <dnovillo@redhat.com>
47
48 * MAINTAINERS (alias analysis): Add Daniel Berlin and
49 Diego Novillo.
50
e7c84bf8
PB
512005-10-22 Paolo Bonzini <bonzini@gnu.org>
52
53 PR bootstrap/24297
54 * Makefile.tpl (do-[+make-target+], do-check, install,
55 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
56 are set before recursing.
57 * Makefile.in: Regenerate.
58
b88a7564
EB
592005-10-20 Eric Botcazou <ebotcazou@adacore.com>
60
61 PR bootstrap/18939
62 * Makefile.def (gcc) <target>: Fix thinko.
63 * Makefile.in: Regenerate.
64
61efc800
BS
652005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
66
67 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
68 * configure: Regenerate.
69
f53d2869
JZ
702005-10-15 Jie Zhang <jie.zhang@analog.com>
71
72 * MAINTAINERS (Write After Approval): Add self.
73
077fc835
KH
742005-10-08 Kazu Hirata <kazu@codesourcery.com>
75
76 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
77 target-libffi, target-qthreads, target-libjava, and
78 targetlibobjc.
79 * configure: Regenerate.
80
d739199a
DJ
812005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
82
83 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
84 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
85 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
86 (USUAL_OBJDUMP_FOR_TARGET): New.
87 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
88 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 89 * configure, Makefile.in: Regenerated.
d739199a 90
db38c6bb
PB
912005-10-05 Paolo Bonzini <bonzini@gnu.org>
92
93 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
94 before other host packages.
95
3015564c
KK
962005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
97
98 * MAINTAINERS: Add self as sh libraries/configury maintainer.
99
1061f99e
PB
1002005-10-05 Paolo Bonzini <bonzini@gnu.org>
101
102 PR bootstrap/22340
103
104 * configure.in (default_target): Remove.
105 * Makefile.tpl (all): Do not use prerequisites as subroutines
106 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
107 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
108 use prerequisites as subroutines.
109 (check-host, check-target): New.
110 (bootstrap configure & all targets): Do not use stage*-start
111 if the directory layout is already ok.
112 (non-bootstrap configure & all targets): Prepend a $(unstage).
113 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
114 (NOTPARALLEL): Remove.
115 (unstage, stage variables): New variables.
116 (unstage, stage targets): Simply expand to those variables.
117
118 * configure: Regenerate.
119 * Makefile.in: Regenerate.
120
4a9c436f
JW
1212005-10-04 James E Wilson <wilson@specifix.com>
122
123 * Makefile.def (lang_env_dependencies): Add libmudflap.
124 * Makefile.in: Regenerate.
125
37150080
AS
1262005-10-03 Andreas Schwab <schwab@suse.de>
127
128 Backport from libtool CVS:
129 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
130
131 * ltmain.sh: add support for installing into temporary
132 staging area (e.g. 'make install DESTDIR=...')
133
39d16468
L
1342005-10-03 H.J. Lu <hongjiu.lu@intel.com>
135
136 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
137 * configure: Regenerated.
138
72a7ab82
AP
1392005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
140
141 * configure: Regenerate with the correct
142 autoconf version.
143
6b65a26d
CM
1442005-09-30 Catherine Moore <clm@cm00re.com>
145
146 * configure.in (bfin-*-*): New.
147 * configure: Regenerated.
148
040b1c5a
GK
1492005-09-28 Geoffrey Keating <geoffk@apple.com>
150
151 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
152 (LIPO_FOR_TARGET): New.
153 (CONFIGURED_LIPO_FOR_TARGET): New.
154 (USUAL_LIPO_FOR_TARGET): New.
155 (STRIP_FOR_TARGET): New.
156 (CONFIGURED_STRIP_FOR_TARGET): New.
157 (USUAL_STRIP_FOR_TARGET): New.
158 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
159 STRIP_FOR_TARGET.
160 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
161 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
162 * Makefile.in: Regenerate.
163 * configure: Regenerate.
164
3a3c28db
DE
1652005-09-19 David Edelsohn <edelsohn@gnu.org>
166
167 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
168 (rs6000-*-aix*): Same.
169 * configure: Regenerate.
170
2749a921
TT
1712005-09-16 Tom Tromey <tromey@redhat.com>
172
173 * MAINTAINERS: Add self as java maintainer.
174
7f26dfa3
FXC
1752005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
176
177 * configure.in: Recognize f95 in the --enable-languages option,
178 and substitute it for fortran, issuing a warning.
179 * configure: Regenerate.
180
d8852c4f
PE
1812005-08-30 Phil Edwards <phil@codesourcery.com>
182
183 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
184 * configure: Regenerated.
185
ad685e81
AH
1862005-08-22 Aldy Hernandez <aldyh@redhat.com>
187
188 * MAINTAINERS: Add self as ms1 maintainer.
189
b00d752c
RE
1902005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
191
192 * Makefile.def (libssp): Add to lang_env_dependencies.
193 * Makefile.in: Regenerate.
194
9ed8fb9b
ILT
1952005-08-18 Ian Lance Taylor <ian@airs.com>
196
197 * MAINTAINERS: Add myself as middle-end maintainer.
198
0f029d39
CG
1992005-08-17 Christian Groessler <chris@groessler.org>
200
201 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
202 * Makefile.in: Regenerate.
203
81087874
AK
2042005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
205
206 * MAINTAINERS (write after approval): Added myself.
207
6a134f1c
MR
2082005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
209
210 * MAINTAINERS (Write After Approval): Add myself.
211
2693c0b0
PB
2122005-08-12 Paolo Bonzini <bonzini@gnu.org>
213
214 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
215 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
216 Look for alternate names of the target cc and c++
217 * configure: Regenerate.
218
4de997d1
PB
2192005-08-08 Paolo Bonzini <bonzini@gnu.org>
220
221 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
222 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
223 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
224 tools; remove code to manually set them.
225 (Target tools): Look in the environment for them.
226 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
227 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
228 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
229 build directory.
230 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
231 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
232 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
233 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
234 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
235 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
236 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
237 * configure: Regenerate.
238 * Makefile.in: Regenerate.
239
b089e33a
BE
2402005-07-28 Ben Elliston <bje@au.ibm.com>
241
242 * MAINTAINERS: Update for removed CPU targets.
243
e3791243
MM
2442005-07-27 Mark Mitchell <mark@codesourcery.com>
245
246 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
247 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
248 * Makefile.in: Regenerated.
249
526635cb
MM
2502005-07-26 Mark Mitchell <mark@codesourcery.com>
251
252 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
253 (CFLAGS_FOR_TARGET): Use it.
254 (CXXFLAGS_FOR_TARGET): Likewise.
255 * Makefile.in: Regenerated.
256 * configure.in (--with-build-sysroot): New option.
257 * configure: Regenerated.
258
19791f70
PB
2592005-07-24 Paolo Bonzini <bonzini@gnu.org>
260
261 * Makefile.tpl: Wrap install between unstage and stage
262 * Makefile.in: Regenerate.
263
35f5a23f
EC
2642005-07-21 Eric Christopher <echristo@apple.com>
265
266 * MAINTAINERS: Update affiliation.
267
ff3ddf15
PW
2682005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
269
270 * MAINTAINERS: Add self as crx port maintainer.
271
3a664c1c
DD
2722005-07-20 DJ Delorie <dj@redhat.com>
273
274 * MAINTAINERS: Add self as m32c maintainer.
275
539df155
KC
2762005-07-16 Kelley Cook <kcook@gcc.gnu.org>
277
278 * all files: Update FSF address.
279
be9c593a
EC
2802005-07-15 Eric Christopher <echristo@redhat.com>
281
282 * MAINTAINERS: Change affiliation.
283
fd7ea4ab
JB
2842005-07-14 Jim Blandy <jimb@redhat.com>
285
286 * configure.in: Add cases for Renesas m32c.
287 * configure: Regenerated.
288
0063a823
KC
2892005-07-14 Kelley Cook <kcook@gcc.gnu.org>
290
d0ca130a
KC
291 * COPYING.LIB: Update from fsf.org.
292
2932005-07-14 Kelley Cook <kcook@gcc.gnu.org>
294
295 * COPYING, compile, config.guess,
0063a823
KC
296 config.sub, install-sh, missing, mkinstalldirs,
297 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 298 * config-ml.in: Update FSF address.
0063a823 299
a8ba31f2
EC
3002005-07-13 Eric Christopher <echristo@redhat.com>
301
302 * configure.in: Add toplevel noconfigdir support for tpf.
303 * configure: Regenerate.
304
5bea4a03
PB
3052005-07-11 Paolo Bonzini <bonzini@gnu.org>
306
307 PR ada/22340
308
309 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
310 * Makefile.in: Regenerate.
311
284bdbbd
MM
3122005-07-07 Mark Mitchell <mark@codesourcery.com>
313
314 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
315 Brolley to write-after-approval.
316
452190fb
AS
3172005-07-07 Andreas Schwab <schwab@suse.de>
318
319 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
320 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
321 * Makefile.in: Regenerated.
322
9c8f9ec2
GK
3232005-07-06 Geoffrey Keating <geoffk@apple.com>
324
325 * configure.in: Don't build sim or rda when targetting darwin.
326 * configure: Regenerate.
327
ef0087a7
KH
3282005-07-06 Kazu Hirata <kazu@codesourcery.com>
329
330 * configure.in: Add --enable-libssp and --disable-libssp.
331 * configure: Regenerate with autoconf-2.13.
332
77008252
JJ
3332005-07-02 Jakub Jelinek <jakub@redhat.com>
334
335 * Makefile.def (target_modules): Add libssp.
336 * configure.in (target_libraries): Add target-libssp.
337 * configure: Rebuilt.
338 * Makefile.in: Rebuilt.
339
a04eae1b
ZW
3402005-07-01 Zack Weinberg <zackw@panix.com>
341
342 * MAINTAINERS: Change email address. Resign from maintainership.
343
948884cd
RG
3442005-07-01 Richard Guenther <rguenther@suse.de>
345
346 * MAINTAINERS: Change my e-mail address and affiliation.
347
c7870f5d
PB
3482005-06-22 Paolo Bonzini <bonzini@gnu.org>
349
350 * Makefile.def (stagefeedback): Come after profile.
351 Define profiledbootstrap target.
352 * Makefile.tpl (profiledbootstrap): Remove.
353 (stageprofile-end): Zap stagefeedback.
354 (stagefeedback-start): Copy all .gcda files, not only GCC's.
355 * Makefile.in: Regenerate.
356
ab99519a
RS
3572005-06-13 Richard Sandiford <richard@codesourcery.com>
358
359 * MAINTAINERS: Update my email address.
360
f610dd5f
ZW
3612005-06-13 Zack Weinberg <zack@codesourcery.com>
362
363 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
364 In 'cpp' stanza, support '#line' as well as '# '.
365
71bc2a83
AS
3662005-06-08 Andreas Schwab <schwab@suse.de>
367
368 * MAINTAINERS: Move myself from 'Write After Approval' to
369 'CPU Port Maintainers' section as m68k maintainer.
370
4fab7234
HPN
3712005-06-07 Hans-Peter Nilsson <hp@axis.com>
372
373 * configure.in (unsupported_languages): New macro.
374 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
375 non-ported target libraries in noconfigdirs.
376 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
377 non-linux-gnu. Remove libgcj_ex_libffi.
378 <lang_frag loop>: Set add_this_lang=no if the language is in
379 unsupported_languages.
380 * configure: Regenerate.
381
68193f9b
TS
3822005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
383
384 * configure.in: Fix typo in handling of --with-mpfr-dir.
385 * configure: Regenerate.
386
f26f6b8d
RS
3872005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
388
389 * MAINTAINERS: Update my email address.
390
ba4853f8
JB
3912005-06-02 Jim Blandy <jimb@redhat.com>
392
393 * config.sub: Add cases for the Renesas m32c. (This patch has been
394 accepted into the master sources.)
395
79dd769c 3962005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
397 Michael Snyder <msnyder@redhat.com>
398 Stan Cox <scox@redhat.com>
79dd769c 399
f610dd5f 400 * configure.in: Set noconfigdirs for ms1.
79dd769c 401
f610dd5f 402 * configure: Regenerate.
79dd769c 403
d29e107f
JD
4042005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
405
406 * MAINTAINERS (Write After Approval): Add self.
407
e93196c3
JC
4082005-06-01 Josh Conner <jconner@apple.com>
409
410 * MAINTAINERS (Write After Approval): Add self.
411
ae263c7a
KH
4122005-06-01 Kazu Hirata <kazu@codesourcery.com>
413
414 * MAINTAINERS: Update my email address.
415
585b3aa3
ZM
4162005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
417
418 * MAINTAINERS (Write After Approval): Add self.
419
4930c50b
CD
4202005-05-26 Chris Demetriou <cgd@broadcom.com>
421
422 * MAINTAINERS (Write After Approval): Remove self.
423
2dfbef6d
PB
4242005-05-25 Paolo Bonzini <bonzini@gnu.org>
425
426 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
427 (Dependencies): Consider target modules for bootstrap dependencies.
428 Make target bootstrap modules depend on each stage's gcc.
429 * Makefile.in: Regenerate.
430
bcb28cf5
PB
4312005-05-20 Paolo Bonzini <bonzini@gnu.org>
432
433 * Makefile.def (configure-gcc): Depend on binutils having been built.
434 (all-gcc): No need to do it here.
435 * Makefile.in: Regenerate.
436
0cf085e4
PB
4372005-05-19 Paul Brook <paul@codesourcery.com>
438
f610dd5f 439 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
440 language cannot be built.
441 * configure: Regenerate.
442
dfb2c39a
DJ
4432005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
444
445 * ylwrap: Import from Automake 1.9.5.
446
771aaa92
DU
4472005-05-13 David Ung <davidu@mips.com>
448
449 * MAINTAINERS (Write After Approval): Add self.
450
3ac9bd58
MS
4512005-05-09 Mike Stump <mrs@apple.com>
452
453 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
454 lt_cv_sys_max_cmd_len for now.
f610dd5f 455
f77a5578
SC
4562005-05-09 Stan Cox <scox@redhat.com>
457
458 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
459
795e36e5
MK
4602005-05-08 Matt Kraai <kraai@ftbfs.org>
461
462 * README.SCO: Update the URL.
463
c9392a2b
DE
4642005-05-05 David Edelsohn <edelsohn@gnu.org>
465
466 * ltconfig: Define file_list_spec. Pass file_list_spec and
467 with_gnu_ld to libtool.
468 * ltcf-c.sh (aix[45]): Define file_list_spec.
469 * ltcf-cxx.sh (aix[45]): Same.
470 * ltcf-gcj.sh (aix[45]): Same.
471 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
472 exists, write list of input files to temporary file.
473
bebcd931
MS
4742005-05-04 Mike Stump <mrs@apple.com>
475
476 * configure.in: Always pass --target to target configures as
477 otherwise rebuilds that do --recheck will fail.
478 * confiugure: Rebuilt.
479
ce406537
PB
4802005-05-04 Paolo Bonzini <bonzini@gnu.org>
481
482 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
483 STAGE_HOST_EXPORTS.
484 (configure, all): Add bootstrap support.
485 (Host modules, target modules): Pass post-stage1 flags and exports.
486 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
487 * Makefile.in: Regenerate.
488
aa9dcfc4
PB
4892005-04-29 Paolo Bonzini <bonzini@gnu.org>
490
491 * configure: Regenerate.
492
b6f9abcf
MS
4932005-04-27 Mike Stump <mrs@apple.com>
494
495 * MAINTAINERS: Add self as darwin maintainer.
496
acb217cb
BS
4972005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
498
499 * config.sub: Update from master copy.
500
b6dae270
MS
5012005-04-21 Mike Stump <mrs@apple.com>
502
503 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
504 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
505
c2e0d3a9
HPN
5062005-04-19 Hans-Peter Nilsson <hp@axis.com>
507
508 * configure.in <crisv32-*-*, cris-*-*>: New local variable
509 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
510 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
511 "*-*-elf" and "*-*-linux*".
512 * configure: Regenerate.
513
871ae772
JM
5142005-04-14 Joseph S. Myers <joseph@codesourcery.com>
515
516 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
517
bf070c29
MS
5182005-04-12 Mike Stump <mrs@apple.com>
519
520 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
521
e865b6f7
TK
5222005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
523
524 * MAINTAINERS (Write After Approval): Add myself.
525
7b71ad7f
BS
5262005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
527
528 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
529
25b42232
PB
5302005-04-06 Paolo Bonzini <bonzini@gnu.org>
531
f610dd5f 532 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
533 (TARGET_CONFIGARGS): Include --with-target-subdir.
534 (configure, all): New macros. Use them throughout.
535 * Makefile.in: Regenerate.
536
d727c624
JG
5372005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
538
539 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 540
fff72cc4
ZD
5412005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
542
543 * MAINTAINERS: Remove 'loop unrolling' maintainer.
544
86472dc3
GP
5452005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
546
547 * MAINTAINERS: Move John Carr to Write After Approval.
548
5d0f90e5
R
5492005-03-30 J"orn Rennecke <joern.rennecke@st.com>
550
551 * config/mh-mingw32: Delete.
552 * configure.in: Don't use it.
553 * configure: Regenerate.
554
33da42bc
PB
5552005-03-31 Paolo Bonzini <bonzini@gnu.org>
556
557 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
558 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
559 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
560 (HOST_LIB_PATH): Generate from Makefile.def.
561 (TARGET_LIB_PATH): Likewise.
562 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
563 * Makefile.in: Regenerate.
564 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
565 (RPATH_ENVVAR): Include Darwin case.
566 * configure: Regenerate.
567
15cc1841
TF
5682005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
569
570 * MAINTAINERS (Various Maintainers): Remove self.
571 (Write After Approval): Add self.
572
6a8c79d5
TF
5732005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
574
575 * MAINTAINERS (Various Maintainers): Add self.
576
256f7136
PB
5772005-03-25 Paolo Bonzini <bonzini@gnu.org>
578
579 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
580 * configure: Regenerate.
581
191dd2c9
ZW
5822005-03-21 Zack Weinberg <zack@codesourcery.com>
583
584 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
585 gcc_version, and gcc_version_trigger from set of flags to pass.
586 * Makefile.tpl: Remove definitions of above variables.
587 (config.status): Remove dependency on $(gcc_version_trigger).
588 * Makefile.in: Regenerate.
589 * configure.in: Do not reference config/gcc-version.m4 nor
590 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
591 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
592 * configure: Regenerate.
593
ef6e9bc0
MH
5942005-03-16 Manfred Hollstein <manfred.h@gmx.net>
595 Andrew Pinski <pinskia@physics.uc.edu>
596
597 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
598 * Makefile.in: Regenerate.
599
009bbd5a
FW
6002005-03-13 Feng Wang <fengwang@nudt.edu.cn>
601
602 * MAINTAINERS (Write After Approval): Add myself.
603
09f8755b
DA
6042005-03-03 David Ayers <d.ayers@inode.at>
605
606 * MAINTAINERS (Write After Approval): Add myself.
607
e73ed25c
AO
6082005-03-01 Alexandre Oliva <aoliva@redhat.com>
609
610 PR libgcj/20160
611 * ltmain.sh: Avoid creating archives with components that have
612 duplicate basenames.
613
ace9ac7b
AP
6142005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
615
616 PR bootstrap/20250
617 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
618 instead of check.
619 * Makefile.in: Regenerate.
620
c9db9354
PB
6212005-02-28 Paolo Bonzini <bonzini@gnu.org>
622
623 * Makefile.in: Regenerate to fix conflict between the previous two
624 patches.
625
215c351a
PB
6262005-02-28 Paolo Bonzini <bonzini@gnu.org>
627
628 PR bootstrap/17383
629 * Makefile.def (target_modules): Remove "stage", now unnecessary.
630 * Makefile.tpl (HOST_SUBDIR): New substitution.
631 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
632 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
633 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
634 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
635 (Host modules, Bootstrapped modules): Use it.
636 (Build modules, Target modules): Do not create symlink trees,
637 always configure out-of-srcdir.
638 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
639 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
640 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
641 $(HOST_SUBDIR). Create a symlink for host_subdir.
642
643 * Makefile.in: Regenerate.
644 * configure: Regenerate.
645
5395b47b
NN
6462005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
647
648 Merged from libada-gnattools-branch:
649 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
650
651 * gnattools: New directory.
652 * Makefile.def: Add gnattools as a module, depending on target-libada.
653 * Makefile.in: Regenerate.
654 * configure.in: Include gnattools in host_tools; disable it if ada
655 is disabled.
656 * configure: Regenerate.
657
ca2cc05c
JM
6582005-02-24 James A. Morrison <phython@gcc.gnu.org>
659
660 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
661 treelang maintainer.
662 (Write After Approval): Remove myself.
663
d2f3024f
PS
6642005-02-23 Paul Schlie <schlie@comcast.net>
665
666 * configure.in: Allow darwin targeted ports to build tk, itcl and
667 libgui.
668 * configure: Regenerate.
669
bba5e0ca
EB
6702005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
671
672 PR libgcj/10353
673 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
674 * configure: Regenerate.
675
70132ce7
SK
6762005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
677
678 * MAINTAINERS (Write After Approval): Add myself.
679
20f0edca
ILT
6802005-02-10 Ian Lance Taylor <ian@airs.com>
681
682 * MAINTAINERS: Update my e-mail address.
683
e64e5109
RG
6842005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
685
686 * MAINTAINERS (Write After Approval): Add myself.
687
40d64b5a
HPN
6882005-01-29 Hans-Peter Nilsson <hp@axis.com>
689
690 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
691 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
692 target-libgloss when not *-*-elf and *-*-aout.
693 * configure: Regenerate.
694
54a12711
KH
6952005-01-23 Kazu Hirata <kazu@cs.umass.edu>
696
697 * MAINTAINERS: Remove obsolete entries.
698
0aa99dbb
KH
699 * MAINTAINERS (Write After Approval): Add Michael Matz.
700
2b009f5f
NB
7012005-01-19 Neil Booth <neil@daikokuya.co.uk>
702
703 * MAINTAINERS: Remove self as cpplib maintainer.
704
385870f5
KC
7052005-01-17 Kelley Cook <kcook@gcc.gnu.org>
706
707 * install-sh, config.sub: Import from upstream.
708
e7daab31
KC
7092005-01-17 Kelley Cook <kcook@gcc.gnu.org>
710
711 PR bootstrap/18222
712 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
713 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
714 * Makefile.in: Regenerate.
715
e6003f4d
JT
7162005-01-16 Jason Thorpe <thorpej@netbsd.org>
717
718 * MAINTAINERS: Update my email address.
719
145e2972 7202005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 721 Andreas Schwab <schwab@suse.de>
145e2972
DE
722
723 PR bootstrap/18033
724 * config-ml.in: Eval option if surrounded by single quotes.
725
86c7e0da
PB
7262005-01-03 Paolo Bonzini <bonzini@gnu.org>
727
728 Revert 2004-12-28 Makefile changes, a better fix will be
729 applied to mainline and src after GCC 4.0 branches.
730
3224a22f
PB
7312004-12-28 Paolo Bonzini <bonzini@gnu.org>
732
733 PR bootstrap/17383
734
735 * Makefile.def (target_modules): Remove stage parameter,
736 it is always true now.
737 * Makefile.tpl (configure-build-[+module+],
738 configure-target-[+module+]): Always build symlink tree
739 for the directory and for include. BUILD_SUBDIR and
740 TARGET_SUBDIR cannot be . anymore.
741 * Makefile.in: Regenerate.
742
aaf51ca2
DE
7432004-12-25 David Edelsohn <edelsohn@gnu.org>
744
745 Revert 2004-12-08 Makefile changes.
746
4e32e454
DS
7472004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
748
749 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
750 cygwin, mingw.
751
669f01d8
AS
7522004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
753
754 * configure.in (sh64-*-*): Reenable gprof.
755 * configure: Regenerate.
756
1b227ee0
DE
7572004-12-08 David Edelsohn <edelsohn@gnu.org>
758
759 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
760 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
761 (EXTRA_TARGET_FLAGS): Add PICFLAG.
762 * Makefile.in: Regenerate.
763
ce5e944c
CF
7642004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
765
766 * MAINTAINERS: Update my email address.
767
893f1e87
MK
7682004-12-07 Matt Kraai <kraai@ftbfs.org>
769
770 * Makefile.tpl: Generate normal dependencies if the LHS module is
771 not bootstrapped.
772 * Makefile.in: Regenerate.
773
bb59c339
RS
7742004-12-03 Richard Sandiford <rsandifo@redhat.com>
775
776 * configure.in: Include config/gxx-include-dir.m4. Use
777 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
778 * configure: Regenerate.
779
4982adbe
RS
7802004-12-03 Richard Sandiford <rsandifo@redhat.com>
781
782 * config.if: Delete.
783 * configure.in: Set libstdcxx_incdir directly.
784 * configure: Regenerate.
785
05750653
EC
7862004-12-02 Eric Christopher <echristo@redhat.com>
787
788 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
789 * Makefile.in: Regenerate.
790
5fef1dbd
RS
7912004-12-02 Richard Sandiford <rsandifo@redhat.com>
792
793 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
794 * configure: Regenerate.
795
afabd8e6
RS
7962004-12-02 Richard Sandiford <rsandifo@redhat.com>
797
798 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
799 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
800 * configure: Regenerate.
801
78716e86
EC
8022004-12-01 Eric Christopher <echristo@redhat.com>
803
804 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
805 of things to remove.
806
57ab8ba9
MK
8072004-11-29 Matt Kraai <kraai@ftbfs.org>
808
809 * MAINTAINERS (Write After Approval): Update my e-mail address.
810
2539bffe
KC
8112004-11-29 Kelley Cook <kcook@gcc.gnu.org>
812
813 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
814 from CVS libtool to always pass_all.
815
3e732ba0
JDA
8162004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
817
818 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
819 (hppa*64*-*-*): Delete incorrect comment.
820 * configure: Rebuilt.
821
767f726e
KC
8222004-11-24 Kelley Cook <kcook@gcc.gnu.org>
823
824 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
825
2c92e90f
KC
8262004-11-24 Kelley Cook <kcook@gcc.gnu.org>
827
828 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
829 from CVS libtool to always pass_all.
830
32f84e48
KC
8312004-11-15 Kelley Cook <kcook@gcc.gnu.org>
832
833 * install-sh, compile: Import from automake.
834
9587be8a
KC
8352004-11-15 Kelley Cook <kcook@gcc.gnu.org>
836
837 * config.guess, config.sub: Import from savannnah.
838
04e81808 8392004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
840
841 * MAINTAINERS (Write After Approval): Add myself
842
f87a2b2e
MS
8432004-11-12 Mike Stump <mrs@apple.com>
844
845 * Makefile.def: Add html support.
846 * Makefile.tpl: Likewise.
847 * Makefile.in: Regenerate.
848
848556c2
GK
8492004-11-11 Geoffrey Keating <geoffk@apple.com>
850
556f03c4
GK
851 PR 18423
852 * configure.in: Remove all instances of build-fixincludes from
853 noconfigdirs.
854 (build_configargs): Supply --target to subdirectories.
855 * configure: Regenerate.
856
848556c2
GK
857 * Makefile.def: Make gcc install depend on fixincludes install.
858 * Makefile.in: Regenerate.
859
9e5712a5
JJ
8602004-11-10 Janis Johnson <janis187@us.ibm.com>
861
862 * MAINTAINERS: Add myself as gcc testsuite maintainer.
863
4ef509c0
PB
8642004-11-11 Paul Brook <paul@codesourcery.com>
865
866 * MAINTAINERS: Add self as arm maintainer. Update email address.
867
20d11df6
HPN
8682004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
869
870 * configure.in (noconfigdirs) [mmix-*-*]: Disable
871 target-libgfortran.
79fd8592 872 * configure: Regenerate.
20d11df6 873
68c70f15
DE
8742004-11-07 David Edelsohn <edelsohn@gnu.org>
875
876 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
877 like CC.
878
54f88091
PB
8792004-11-05 Paolo Bonzini <bonzini@gnu.org>
880
881 * Makefile.def (host fixincludes): Specify missing targets.
882 * Makefile.in: Regenerate.
883
6866abb8
RC
8842004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
885
886 * MAINTAINERS: Add myself
887
83f62578
GL
8882004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
889
890 * MAINTAINERS (Write After Approval): Add myself.
891
53c7ffe7
GK
8922004-11-04 Geoffrey Keating <geoffk@apple.com>
893
894 * Makefile.def: Build fixincludes for the host, too.
895 * Makefile.in: Regenerate.
896 * configure.in (host_tools): Add fixincludes.
897 * configure: Regenerate.
898
ac8b3d9d
DJ
8992004-11-04 Daniel Jacobowitz <dan@debian.org>
900
901 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
902 * configure: Regenerated.
903
bab37580
L
9042004-11-04 H.J. Lu <hongjiu.lu@intel.com>
905
906 PR other/17783
907 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
908 * configure: Regenerated.
909
db1de713
MM
9102004-10-31 Mark Mitchell <mark@codesourcery.com>
911
912 * README.SCO: Update per FSF instructions.
913
a827e21a
EW
9142004-10-28 Eric B. Weddington <ericw@evcohs.com>
915
916 PR target/18151
917 * configure.in (case ${target}): Do not build fixincludes for avr.
918 * configure: Regenerated.
919
9d069a4f
PB
9202004-10-26 Paolo Bonzini <bonzini@gnu.org>
921
922 * configure.in (case ${target}): Do not build fixincludes
923 on platforms where it is not used.
924 * configure: Regenerated.
925
fc45f3fe
DJ
9262004-10-23 Daniel Jacobowitz <dan@debian.org>
927
928 * configure.in: Use an absolute path to install-sh.
929 * configure: Regenerated.
930
36554b92
AL
9312004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
932
933 * MAINTAINERS (Write After Approval): Add myself.
934
88e9994a
KH
9352004-10-19 Kazu Hirata <kazu@cs.umass.edu>
936
937 * MAINTAINERS: Remove from Write After Approval those that are
938 already maintainers.
939
ad02a944
SP
9402004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
941
942 * MAINTAINERS: Update my email address.
943
c8e6cd41
KC
9442004-10-12 Kelley Cook <kcook@gcc.gnu.org>
945
946 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
947 * configure: Regenerate.
948
ebe55024
R
9492004-10-07 J"orn Rennecke <joern.rennecke@st.com>
950
951 * MAINTAINERS: Update my email address.
952
a8b0957e
KH
9532004-10-07 Kazu Hirata <kazu@cs.umass.edu>
954
955 * MAINTAINERS (Language Front Ends Maintainers): New. Move
956 entries belonging to this category.
957
96836f61
JZ
9582004-10-06 Josef Zlomek <josef.zlomek@email.cz>
959
960 * MAINTAINERS: Update my e-mail address.
961
7e0b5752
PB
9622004-10-06 Paolo Bonzini <bonzini@gnu.org>
963
964 Fix wrong conflict resolution in:
965
966 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
967
968 * Makefile.in: Regenerate.
969 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
970 in the recursive `make', instead of hardwiring `all'.
971 (Autogenerated TARGET-* variables): New.
972
370f7a47
TL
9732004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
974
975 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 976 * configure: Regenerate.
370f7a47 977
13e5d623
KH
9782004-10-04 Kazu Hirata <kazu@cs.umass.edu>
979
980 * MAINTAINERS (Various Maintainers): Move the "windows,
981 cygwin, mingw" maintainer to ...
982 (OS Port Maintainers): ... here.
983
a6497c1b
KH
9842004-10-04 Kazu Hirata <kazu@cs.umass.edu>
985
986 * MAINTAINERS (Write After Approval): Remove those that are
987 maintainers of some subsystem.
988
1abb828a
D
9892004-10-02 P.J. Darcy <darcypj@us.ibm.com>
990
991 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
992 * ltcf-cxx.sh (tpf*): Likewise.
993 * ltconfig (tpf*): Add TPF OS configuration support.
994
16d1338d
BS
9952004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
996
997 * MAINTAINERS: Change my email address to my new work account.
998
9082a750
MR
9992004-09-24 Michael Roth <mroth@nessie.de>
1000
1001 * configure.in (--without-headers): Add missing double quotes.
1002 * configure: Regenerate.
1003
07a8bdf8
KC
10042004-09-24 Kelley Cook <kcook@gcc.gnu.org>
1005
1006 * ylwrap: Revert to previous version.
1007
4c4a5bbc
L
10082004-09-23 H.J. Lu <hongjiu.lu@intel.com>
1009
1010 PR bootstrap/17369
1011 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1012 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1013 SET_GCC_LIB_PATH_CMD.
1014 (BASE_TARGET_EXPORTS): Likewise.
1015 * Makefile.in: Regenerated.
1016
1017 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1018 * configure: Regenerated.
1019
85f59630
KC
10202004-09-23 Kelley Cook <kcook@gcc.gnu.org>
1021
1022 * config.guess: New upstream version
1023 * compile, depcomp, install-sh, ylwrap: Likewise.
1024
95c53c62
RS
10252004-09-19 Roger Sayle <roger@eyesopen.com>
1026
1027 * config/mh-x86omitfp: New host makefile fragment. Add
1028 -fomit-frame-pointer to the default BOOT_CFLAGS.
1029 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1030 * configure: Regenerate.
1031
0a1c093b
AP
10322004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
1033
1034 PR target/11572
1035 * configure.in (*-*-darwin*): Renable libobjc.
1036 * configure: Regenerate.
1037
315fcf97
NS
10382004-09-10 Nathan Sidwell <nathan@codesourcery.com>
1039
1040 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
1041
0a050485 10422004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 1043
0a050485
DB
1044 * Makefile.def: Remove libbanshee.
1045 * Makefile.tpl: Ditto.
1046 * configure.in: Ditto.
1047 * Makefile.in: Regen.
1048 * configure: Ditto.
1049
5f4a098e
DE
10502004-09-08 David Edelsohn <edelsohn@gnu.org>
1051
1052 * ltmain.sh: Use $pic_object as $non_pic_object if
1053 $non_pic_object=none.
1054
32b2511f
PB
10552004-09-07 Paolo Bonzini <bonzini@gnu.org>
1056
1057 * missing: Import latest version from master repository.
1058
fc4d0e82
NC
10592004-09-06 Nick Clifton <nickc@redhat.com>
1060
1061 * config.sub: Import latest version from master repository.
1062 * config.guess: Likewise.
1063 This includes these changes:
78716e86 1064
fc4d0e82
NC
1065 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
1066
1067 * config.sub: Handle crisv32, alias etraxfs.
1068 * config.guess (crisv32:Linux:*:*): Handle.
1069
1070 2004-08-13 Brad Smith <brad@comstyle.com>
1071
1072 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1073 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1074
1075 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
1076
1077 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1078 assume the processor is a powerpc. This is because coreutils
1079 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1080 in this case, due to a MacOS X bug that causes
1081 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1082 to return a negative number.
1083 Problem reported by Petter Reinholdtsen in:
1084 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1085
1086 2004-07-19 Ben Elliston <bje@gnu.org>
1087
1088 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1089
1090 2004-06-24 Ben Elliston <bje@gnu.org>
1091
1092 * config.guess: Update copyright years.
1093 * config.sub: Likewise.
1094
1095 2004-06-22 Robert Millan <robertmh@gnu.org>
1096
1097 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1098 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1099
1100 2004-06-22 Stanley F. Quayle <stan@stanq.com>
1101
1102 * config.guess (*:*VMS:*:*): New entry. Replaces
1103 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1104 manufacturer.
1105
1106 2004-06-22 Ben Elliston <bje@gnu.org>
1107
1108 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
1109 * config.sub: Likewise.
1110
1111 2004-06-22 Ben Elliston <bje@gnu.org>
1112
1113 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
1114 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
1115
1116 2004-06-11 Ben Elliston <bje@gnu.org>
1117
1118 * config.guess (pegasos:OpenBSD:*:*): Remove.
1119
1120 2004-06-11 Ben Elliston <bje@gnu.org>
1121
1122 From Wouter Verhelst <wouter@grep.be>:
1123 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
1124
1125 2004-06-11 Ben Elliston <bje@gnu.org>
1126
1127 * config.guess (luna88k:OpenBSD:*:*): New.
1128
1129 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1130
1131 * config.guess (m32r*:Linux:*:*): New case.
1132 * config.sub: Handle m32rle.
1133
1134 2004-03-12 Ben Elliston <bje@wasabisystems.com>
1135
1136 From Jens Petersen <petersen@redhat.com>:
1137 * config.sub: Handle sparcv8.
1138
1139 2004-03-03 Ben Elliston <bje@wasabisystems.com>
1140
1141 From Tom Smith <smith@cag.lkg.hp.com>:
1142 * config.guess: Version suffixes are equally significant on Tru64
1143 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
1144 prefix of "P" (patched kernel).
1145
1146 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
1147
1148 * config.sub: Add support for National Semiconductor CRX target.
1149
2f4cc6bf
JJ
11502004-09-03 Janis Johnson <janis187@us.ibm.com>
1151
1152 * MAINTAINERS (Various Maintainers): Remove myself as web page
1153 maintainer, add myself as maintainer of build status lists.
1154
61fec9ff
JB
11552004-09-03 Jan Beulich <jbeulich@novell.com>
1156
1157 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
1158 *-*-netware, but add target-libmudflap.
1159 Consolidate *-*-netware targets (of which really only i?86 exists)
1160 into a single entry.
1161 * configure: Likewise.
1162
45f366ab
PB
11632004-09-01 Paolo Bonzini <bonzini@gnu.org>
1164
1165 * Makefile.tpl (sorry): Remove.
1166 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
1167 (cleanstrap targets): Depend on distclean, not distclean-stage1.
1168 (do-clean): Clean per-stage directories too.
1169 (do-distclean): Run distclean-stage1 too.
1170 (.NOTPARALLEL): Enable during toplevel bootstrap.
1171 (stage[+id+]-bubble): Enable parallel execution during
1172 the recursive invocation.
1173 * Makefile.in: Regenerate.
1174
1175 Fix previous checkin:
1176
1177 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
1178 include.
1179 * configure.in: Fix indentation.
1180 * configure: Regenerate.
1181
be8fff81
RB
11822004-08-31 Robert Bowdidge <bowdidge@apple.com>
1183
45f366ab
PB
1184 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
1185 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
1186 * configure: regenerate
78716e86 1187 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 1188 -mdynamic-no-pic
be8fff81
RB
1189
1190
71b5d516
PB
11912004-08-31 Paolo Bonzini <bonzini@gnu.org>
1192
1193 * Makefile.def (build_modules): Add fixincludes.
1194 (dependencies): Make gcc depend on fixincludes.
1195 * configure.in (build_tools): Add fixincludes.
1196 (build_configdirs): Always include build_libs.
1197 * Makefile.in: Regenerate.
1198 * configure: Regenerate.
1199
12002004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
1201
1202 * Makefile.def (bootstrap stages): Add 'lean' parameter.
1203 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1204 phony targets; do not generate timestamp files.
1205 (distclean-stageN): Remove references to their timestamp files.
1206 (restageN, touch-stageN): Remove.
1207 (stageN-bubble): Rewritten.
1208 (compare): Support lean bootstraps.
1209 * Makefile.in: Regenerate.
1210
1211 * configure.in: Only warn when bootstrapping but
1212 build != host or build != target. Support lean bootstraps.
1213 * configure: Regenerate.
1214
ce7cbbb0
PE
12152004-08-26 Phil Edwards <phil@codesourcery.com>
1216
1217 * configure.in: Give a better error message if GMP/MPFR are missing
1218 and a language needing them has been requested.
1219 * configure: Regenerated.
1220
9c71a529
PE
12212004-08-25 Phil Edwards <phil@codesourcery.com>
1222
1223 * configure.in: Print a list of available language front-ends if
1224 a requested one is missing. Tidy stray tab characters.
1225 * configure: Regenerated.
1226
e3f92d3b
MK
12272004-08-19 Michael Koch <konqueror@gmx.de>
1228
1229 * gcc/doc/install.texi: Update entry about automake for libjava.
1230
c3f84f61
RM
12312004-08-17 Robert Millan <robertmh@gnu.org>
1232
1233 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1234 (instead of FreeBSD).
1235 * configure: Regenerate.
1236
7c27e184
PB
12372004-08-16 Paolo Bonzini <bonzini@gnu.org>
1238
1239 * Makefile.in: Regenerate.
1240 * configure: Regenerate.
1241
1242 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1243 stage_*_flags.
1244 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1245 for bootstrapped modules if toplevel bootstrap is going.
1246 (GCC bootstrap): Generate per-stage targets for all bootstrapped
1247 modules. Adjust for changes in Makefile.def. Enable several
1248 rules even in non-bootstrap mode, just to avoid peppering the
1249 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1250 (stage-[+prev+]-bubble): Remove.
1251
1252 * Makefile.def (Dependencies): Depend on all-build-bison,
1253 all-build-flex, all-build-byacc, all-build-texinfo, rather
1254 than the host variations.
1255 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
1256 with BUILD_SUBDIR.
1257 (BISON): Update for recent Bisons.
1258 (YACC): Fix typo.
1259 (cross): Depend on all-build.
1260 (all): Do not depend on all-build.
1261 (prebootstrap): Remove.
1262 (dep-kind): Accept separate prefixes for MODULE and ON variables.
1263 (Prebootstrap dependencies): Add them to the per-stage targets
1264 and to all-prebootstrap.
1265 * configure.in (build_configdirs): Always enable build_tools.
1266 (BUILD_DIR_PREFIX): Remove.
1267
1268 * Makefile.def (gcc): Add target variable.
1269 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1270 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1271 in the recursive `make', instead of hardwiring `all'.
1272 (Autogenerated TARGET-* variables): New.
1273
20f3bb80
BB
12742004-08-13 Brian Booth <bbooth@redhat.com>
1275
1276 * MAINTAINERS: Remove myself from write-after-approval.
1277
b5be499d
NN
12782004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
1279
1280 * src-release: Stop distributing mmalloc with gdb (which doesn't
1281 use it).
1282 * Makefile.def: GDB doesn't depend on mmalloc anymore.
1283 * Makefile.in: Regenerate.
1284
b3f8d95d
MM
12852004-08-09 Mark Mitchell <mark@codesourcery.com>
1286
1287 * configure.in (arm*-*-eabi*): New target.
1288 * configure: Regenerate.
1289
3589b69e
PB
12902004-08-06 Paolo Bonzini <bonzini@gnu.org>
1291
1292 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1293 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1294 (Dependencies): New section.
1295 * Makefile.tpl (Dependencies): Generate from Makefile.def.
1296 (configure-target-[+module+]): Depend on maybe-all-gcc
1297 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
1298 (toplevel profiledbootstrap): Fix dependencies.
1299 * Makefile.in: Regenerate.
1300
972974fc
MM
13012004-08-03 Mark Mitchell <mark@codesourcery.com>
1302
1303 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1304 target-libiberty to noconfigdirs.
1305 * configure: Regenerate.
1306
bebf829d
PB
13072004-08-03 Paul Brook <paul@codesourcery.com>
1308
1309 * configure.in: Check for MPFR as well as GMP.
1310 * configure: Regenerate.
1311
98a5bb3b
RM
13122004-08-01 Robert Millan <robertmh@gnu.org>
1313
1314 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1315 libmudflap for all GNU-based systems (with Glibc).
1316 * configure: Regenerate.
1317
d32ab992
PB
13182004-08-03 Paolo Bonzini <bonzini@gnu.org>
1319
1320 * Makefile.def (host-modules): Add gcc.
1321 * Makefile.in: Regenerate.
1322 * Makefile.tpl (sorry): New rule.
1323 (configure-host, all-host, [+make_target+]-host, do-check,
1324 install-host): Do not add gcc as a special case.
1325 (host modules): Add a small special-casing for gcc. Export
1326 extra_make_flags through the environment.
1327 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1328 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1329 other recursive targets for gcc): Remove.
1330
1331 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1332 (stage, unstage): New rules.
1333 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1334 distclean-stage[+id+]): Use stage_current.
1335 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1336 the stage*-start rules.
1337
aeb732c1
GK
13382004-08-02 Geoffrey Keating <geoffk@apple.com>
1339
1340 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
1341 use -all_load flag.
1342
25b656e7
PB
13432004-08-02 Paolo Bonzini <bonzini@gnu.org>
1344
1345 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
1346 * configure: Regenerate.
1347
cc440d71
TM
13482004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
1349
1350 * maintainer-scripts/gcc_release: Revert yesterday's change.
1351
270e140b
SB
13522004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
1353
1354 * MAINTAINERS: Add myself to write-after-approval.
1355
3e4035f8
TM
13562004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
1357
1358 * libf2c: Removed.
1359 * gcc/gccbug.in: Updated because of libf2c removal.
1360 * maintainer-scripts/gcc_release: Ditto.
1361
a3e8d8b4
LR
13622004-07-09 Loren J. Rittle <ljrittle@acm.org>
1363
1364 * configure.in: Build libmudflap by default on FreeBSD.
1365 * configure: Regenerated.
1366
dfcada9a
MM
13672004-07-09 Mark Mitchell <mark@codesourcery.com>
1368
1369 * configure.in: Do not build libmudflap by default on non-GNU/Linux
1370 systems.
1371 * configure: Regenerated.
1372
3922b216
JDA
13732004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1374
1375 PR target/16344
1376 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
1377 feedback based compiler.
1378 * Makefile.in: Rebuilt.
1379
95bcca47
AO
13802004-07-08 Alexandre Oliva <aoliva@redhat.com>
1381
1382 * Makefile.def (host_modules): Set bootstrap=true for flex.
1383 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
1384 * Makefile.in: Rebuilt.
1385
051822f6
JH
13862004-07-07 Jan Hubicka <jh@suse.cz>
1387
1388 * MAINTAINERS: Add self as a profile feedback maintainer.
1389
7b61653a
PE
13902004-07-05 Phil Edwards <phil@codesourcery.com>
1391
1392 * configure.in: Do not prepend $srcdir to /dev/null in
1393 makefile fragments.
1394 * configure: Regenerate.
1395
23f6b2f9
PB
13962004-07-01 Paolo Bonzini <bonzini@gnu.org>
1397
1398 * Makefile.def (build_modules): Add bison, byacc, flex,
1399 m4, texinfo.
1400 (flags_to_pass): Add FLEX.
1401 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1402 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1403 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1404 DEFAULT_MAKEINFO): Remove.
1405 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1406 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1407 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1408 objdir or else use configured tool.
1409 (all-build): New.
1410 (all): Depend on it.
1411 (Build module dependencies): Add.
1412 * Makefile.in: Regenerate.
1413 * configure.in: Better support for multiple build modules,
1414 matching what is done for host/target modules. Do not look
1415 for "plausible" locations of build tools if Canadian cross.
1416 Use autoconf's AC_PROG_CC to find a C compiler. Define
1417 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
1418 * configure: Regenerate.
78716e86 1419
1c020272
PB
14202004-06-22 Paolo Bonzini <bonzini@gnu.org>
1421
1422 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
1423 * Makefile.in: Regenerate.
1424
a52a0a7f
PB
14252004-06-22 Paolo Bonzini <bonzini@gnu.org>
1426
1427 * Makefile.tpl (configure-build-[+module+],
1428 configure-[+module+], configure-target-[+module+]): Pass
1429 [+extra_configure_args+].
1430 (all-build-[+module+], all-[+module+], check-[+module+],
1431 install-[+module+], [+make_target+]-[+module+],
1432 all-target-[+module+], check-target-[+module+],
1433 install-target-[+module+], [+make_target+]-target-[+module+]):
1434 Pass [+extra_make_args+].
1435 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
1436 (GCC_HOST_EXPORTS): Remove.
1437 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
1438 cross, check-gcc, check-gcc-c++, install-gcc,
1439 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
1440 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
1441 * Makefile.in: Regenerate.
1442
ccde3f1a
MS
14432004-06-21 Matthew Sachs <msachs@apple.com>
1444
1445 * MAINTAINERS: Added self to write-after-approval.
1446
6264b0a6
CF
14472004-06-21 Christopher Faylor <cgf@alum.bu.edu>
1448
1449 * configure.in: Check for srcdir/winsup rather than build directory
1450 winsup.
1451 * configure: Regenerate.
1452
801e2270
CV
14532004-06-17 Corinna Vinschen <vinschen@redhat.com>
1454
1455 * configure.in: Don't build Cygwin native newlib if winsup
1456 directory is missing. Emit warning instead.
1457 * configure: Regenerate.
1458
ad6717df
PB
14592004-06-09 Paolo Bonzini <bonzini@gnu.org>
1460
1461 * Makefile.tpl (touch-stage[+id+]): New.
1462 (restage[+prev+]): Depend on touch-stage[+id+].
1463
1464 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
1465 Use it throughout.
1466
1467 * Makefile.def: Add profile and feedback bootstrap stages.
1468 Remove next field from bootstrap stages.
1469 * Makefile.tpl (LN, LN_S): Substitute.
1470 (stageN-start, stageN-end): Use double-colon rules, to
1471 provide a hook for additional setup commands.
1472 (distclean-stageN-gcc, restageN): Create dependencies from
1473 [+prev+], not from [+next+].
1474 (stageN-bubble): Add commands for successive stages from
1475 [+prev+], using double-colon rules.
1476 (all-stageN-gcc): Fix typo.
1477 (stagefeedback-start, profiledbootstrap): New.
1478 * Makefile.in: Regenerate.
1479 * configure.in: Call ACX_PROG_LN.
1480 * configure: Regenerate.
1481
5bbb9680
CY
14822004-06-08 Canqun Yang <canqun@nudt.edu.cn>
1483
1484 * MAINTAINERS (Write After Approval): Add myself.
1485
e18be1d4
MA
14862004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
1487
1488 * MAINTAINERS (Write After Approval): Add myself.
1489
5607edfd
PB
14902004-06-03 Paolo Bonzini <bonzini@gnu.org>
1491
1492 * configure.in: Fix --enable-bootstrap breakage introduced in trees
1493 without gcc.
1494 * configure: Regenerate.
1495
1ec4e9c3
PB
14962004-06-01 Paolo Bonzini <bonzini@gnu.org>
1497
1498 * Makefile.tpl: Fix typo.
1499 * Makefile.in: Regenerate.
1500
c2f7605f
PB
15012004-06-01 Paolo Bonzini <bonzini@gnu.org>
1502
1503 * configure.in: Remove new- prefix from toplevel
1504 bootstrap targets.
1505 * configure: Regenerate.
1506
f516a7da
PB
15072004-06-01 Paolo Bonzini <bonzini@gnu.org>
1508
1509 * Makefile.tpl (all.normal): Rename to all.
1510 (all): Replace with a rule to pick the default
1511 target from configure.
1512 (all-gcc, configure-gcc): Use conditionals to
1513 do nothing when toplevel bootstrap is going on.
1514 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
1515 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
1516 * configure.in: Support --enable-bootstrap.
1517
1518 * Makefile.def: Remove new- prefix from toplevel
1519 bootstrap targets.
1520 * Makefile.tpl: Likewise.
1521
1522 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
1523 target.
1524
1525 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
1526 $(RECURSE_FLAGS) to recursive invocation of make.
1527
1528 * Makefile.in: Regenerate.
1529 * configure: Regenerate.
1530
78dd5e36
AJ
15312004-05-30 Andreas Jaeger <aj@suse.de>
1532 Jim Wilson <wilson@specifixinc.com>
1533
1534 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
1535 like CC.
1536
30f1bddc
DJ
15372004-05-27 Daniel Jacobowitz <dan@debian.org>
1538
1539 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
1540 * configure: Regenerate.
1541
4fc4dd12
DJ
15422004-05-25 Daniel Jacobowitz <drow@false.org>
1543
1544 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
1545 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
1546 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
1547 targets.
1548 * Makefile.in: Regenerate.
1549
94632047 15502004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
1551
1552 * configure.in: Test the ability to symlink directories.
1553 * configure: Regenerate.
1554
1555 * Makefile.def (bootstrap-stage): New definitions.
1556 * Makefile.tpl (configure-stage1-gcc,
1557 configure-stage2-gcc, configure-stage3-gcc,
1558 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
1559 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
1560 new-restage3, compare): Autogenerate, see Makefile.in
1561 entry for behavioral changes.
1562 (distclean-stage1, new-stage1-start, new-stage1-end,
1563 new-stage1-bubble, distclean-stage2, new-stage2-start,
1564 new-stage2-end, new-stage2-bubble, distclean-stage3,
1565 new-stage3-start, new-stage3-end): New autogenerated targets.
1566 (objext, prebootstrap, BOOT_CFLAGS,
1567 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
1568 targets.
1569
1570 * Makefile.in: Regenerate.
1571 (distclean-stage1, new-stage1-start, new-stage1-end,
1572 new-stage1-bubble, distclean-stage2, new-stage2-start,
1573 new-stage2-end, new-stage2-bubble, distclean-stage3,
1574 new-stage3-start, new-stage3-end): New targets.
1575 (all-stage1-gcc): Move prebootstrap dependency from here...
1576 (configure-stage1-gcc): ...to here.
1577 (new-bootstrap): Use bubble targets.
1578 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1579 Use per-stage distclean targets.
1580 (configure-stage1-gcc, configure-stage2-gcc,
1581 configure-stage3-gcc, all-stage1-gcc,
1582 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1583 Use new-stageN-start to prepare the tree.
1584
4f4e53dd
PB
15852004-05-23 Paolo Bonzini <bonzini@gnu.org>
1586
1587 * Makefile.def (host_modules): add libcpp.
1588 * Makefile.tpl: Add dependencies on and for libcpp.
1589 * Makefile.in: Regenerate.
1590 * configure.in: Add libcpp host module.
1591 * configure: Regenerate.
1592
60975492
PB
15932004-05-21 Paolo Bonzini <bonzini@gnu.org>
1594
1595 * Makefile.tpl: Whenever a recursive target is defined, wrap
1596 it in a special @if/@endif block, and prepare its maybe
1597 dependency in the @if/@endif block
1598 * configure.in: Instead of writing maybe dependencies, remove
1599 the @if/@endif statements, and remove the @if/@endif blocks
1600 that remain.
1601 * configure: Regenerate.
1602 * Makefile.in: Regenerate.
1603
5ce7d75d
JJ
16042004-05-20 Janis Johnson <janis187@us.ibm.com>
1605
1606 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
1607
c779c42f
KK
16082004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
1609
1610 PR bootstrap/15120
1611 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
1612 * */configure: Rebuilt.
1613
b4117c30
ZW
16142004-05-17 Zack Weinberg <zack@codesourcery.com>
1615
1616 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1617 of libf2c.
1618 * configure, Makefile.in: Regenerate.
1619
315fcf97 1620