]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
Daily bump.
[thirdparty/gcc.git] / ChangeLog
CommitLineData
0a1c093b
AP
12004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
2
3 PR target/11572
4 * configure.in (*-*-darwin*): Renable libobjc.
5 * configure: Regenerate.
6
315fcf97
NS
72004-09-10 Nathan Sidwell <nathan@codesourcery.com>
8
9 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10
0a050485
DB
112004-09-09 Daniel Berlin <dberlin@dberlin.org>
12
13 * Makefile.def: Remove libbanshee.
14 * Makefile.tpl: Ditto.
15 * configure.in: Ditto.
16 * Makefile.in: Regen.
17 * configure: Ditto.
18
5f4a098e
DE
192004-09-08 David Edelsohn <edelsohn@gnu.org>
20
21 * ltmain.sh: Use $pic_object as $non_pic_object if
22 $non_pic_object=none.
23
32b2511f
PB
242004-09-07 Paolo Bonzini <bonzini@gnu.org>
25
26 * missing: Import latest version from master repository.
27
fc4d0e82
NC
282004-09-06 Nick Clifton <nickc@redhat.com>
29
30 * config.sub: Import latest version from master repository.
31 * config.guess: Likewise.
32 This includes these changes:
33
34 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
35
36 * config.sub: Handle crisv32, alias etraxfs.
37 * config.guess (crisv32:Linux:*:*): Handle.
38
39 2004-08-13 Brad Smith <brad@comstyle.com>
40
41 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
42 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
43
44 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
45
46 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
47 assume the processor is a powerpc. This is because coreutils
48 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
49 in this case, due to a MacOS X bug that causes
50 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
51 to return a negative number.
52 Problem reported by Petter Reinholdtsen in:
53 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
54
55 2004-07-19 Ben Elliston <bje@gnu.org>
56
57 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
58
59 2004-06-24 Ben Elliston <bje@gnu.org>
60
61 * config.guess: Update copyright years.
62 * config.sub: Likewise.
63
64 2004-06-22 Robert Millan <robertmh@gnu.org>
65
66 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
67 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
68
69 2004-06-22 Stanley F. Quayle <stan@stanq.com>
70
71 * config.guess (*:*VMS:*:*): New entry. Replaces
72 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
73 manufacturer.
74
75 2004-06-22 Ben Elliston <bje@gnu.org>
76
77 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
78 * config.sub: Likewise.
79
80 2004-06-22 Ben Elliston <bje@gnu.org>
81
82 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
83 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
84
85 2004-06-11 Ben Elliston <bje@gnu.org>
86
87 * config.guess (pegasos:OpenBSD:*:*): Remove.
88
89 2004-06-11 Ben Elliston <bje@gnu.org>
90
91 From Wouter Verhelst <wouter@grep.be>:
92 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
93
94 2004-06-11 Ben Elliston <bje@gnu.org>
95
96 * config.guess (luna88k:OpenBSD:*:*): New.
97
98 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
99
100 * config.guess (m32r*:Linux:*:*): New case.
101 * config.sub: Handle m32rle.
102
103 2004-03-12 Ben Elliston <bje@wasabisystems.com>
104
105 From Jens Petersen <petersen@redhat.com>:
106 * config.sub: Handle sparcv8.
107
108 2004-03-03 Ben Elliston <bje@wasabisystems.com>
109
110 From Tom Smith <smith@cag.lkg.hp.com>:
111 * config.guess: Version suffixes are equally significant on Tru64
112 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
113 prefix of "P" (patched kernel).
114
115 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
116
117 * config.sub: Add support for National Semiconductor CRX target.
118
2f4cc6bf
JJ
1192004-09-03 Janis Johnson <janis187@us.ibm.com>
120
121 * MAINTAINERS (Various Maintainers): Remove myself as web page
122 maintainer, add myself as maintainer of build status lists.
123
61fec9ff
JB
1242004-09-03 Jan Beulich <jbeulich@novell.com>
125
126 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
127 *-*-netware, but add target-libmudflap.
128 Consolidate *-*-netware targets (of which really only i?86 exists)
129 into a single entry.
130 * configure: Likewise.
131
45f366ab
PB
1322004-09-01 Paolo Bonzini <bonzini@gnu.org>
133
134 * Makefile.tpl (sorry): Remove.
135 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
136 (cleanstrap targets): Depend on distclean, not distclean-stage1.
137 (do-clean): Clean per-stage directories too.
138 (do-distclean): Run distclean-stage1 too.
139 (.NOTPARALLEL): Enable during toplevel bootstrap.
140 (stage[+id+]-bubble): Enable parallel execution during
141 the recursive invocation.
142 * Makefile.in: Regenerate.
143
144 Fix previous checkin:
145
146 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
147 include.
148 * configure.in: Fix indentation.
149 * configure: Regenerate.
150
be8fff81
RB
1512004-08-31 Robert Bowdidge <bowdidge@apple.com>
152
45f366ab
PB
153 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
154 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
155 * configure: regenerate
156 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
157 -mdynamic-no-pic
be8fff81
RB
158
159
71b5d516
PB
1602004-08-31 Paolo Bonzini <bonzini@gnu.org>
161
162 * Makefile.def (build_modules): Add fixincludes.
163 (dependencies): Make gcc depend on fixincludes.
164 * configure.in (build_tools): Add fixincludes.
165 (build_configdirs): Always include build_libs.
166 * Makefile.in: Regenerate.
167 * configure: Regenerate.
168
1692004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
170
171 * Makefile.def (bootstrap stages): Add 'lean' parameter.
172 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
173 phony targets; do not generate timestamp files.
174 (distclean-stageN): Remove references to their timestamp files.
175 (restageN, touch-stageN): Remove.
176 (stageN-bubble): Rewritten.
177 (compare): Support lean bootstraps.
178 * Makefile.in: Regenerate.
179
180 * configure.in: Only warn when bootstrapping but
181 build != host or build != target. Support lean bootstraps.
182 * configure: Regenerate.
183
ce7cbbb0
PE
1842004-08-26 Phil Edwards <phil@codesourcery.com>
185
186 * configure.in: Give a better error message if GMP/MPFR are missing
187 and a language needing them has been requested.
188 * configure: Regenerated.
189
9c71a529
PE
1902004-08-25 Phil Edwards <phil@codesourcery.com>
191
192 * configure.in: Print a list of available language front-ends if
193 a requested one is missing. Tidy stray tab characters.
194 * configure: Regenerated.
195
e3f92d3b
MK
1962004-08-19 Michael Koch <konqueror@gmx.de>
197
198 * gcc/doc/install.texi: Update entry about automake for libjava.
199
c3f84f61
RM
2002004-08-17 Robert Millan <robertmh@gnu.org>
201
202 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
203 (instead of FreeBSD).
204 * configure: Regenerate.
205
7c27e184
PB
2062004-08-16 Paolo Bonzini <bonzini@gnu.org>
207
208 * Makefile.in: Regenerate.
209 * configure: Regenerate.
210
211 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
212 stage_*_flags.
213 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
214 for bootstrapped modules if toplevel bootstrap is going.
215 (GCC bootstrap): Generate per-stage targets for all bootstrapped
216 modules. Adjust for changes in Makefile.def. Enable several
217 rules even in non-bootstrap mode, just to avoid peppering the
218 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
219 (stage-[+prev+]-bubble): Remove.
220
221 * Makefile.def (Dependencies): Depend on all-build-bison,
222 all-build-flex, all-build-byacc, all-build-texinfo, rather
223 than the host variations.
224 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
225 with BUILD_SUBDIR.
226 (BISON): Update for recent Bisons.
227 (YACC): Fix typo.
228 (cross): Depend on all-build.
229 (all): Do not depend on all-build.
230 (prebootstrap): Remove.
231 (dep-kind): Accept separate prefixes for MODULE and ON variables.
232 (Prebootstrap dependencies): Add them to the per-stage targets
233 and to all-prebootstrap.
234 * configure.in (build_configdirs): Always enable build_tools.
235 (BUILD_DIR_PREFIX): Remove.
236
237 * Makefile.def (gcc): Add target variable.
238 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
239 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
240 in the recursive `make', instead of hardwiring `all'.
241 (Autogenerated TARGET-* variables): New.
242
20f3bb80
BB
2432004-08-13 Brian Booth <bbooth@redhat.com>
244
245 * MAINTAINERS: Remove myself from write-after-approval.
246
b5be499d
NN
2472004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
248
249 * src-release: Stop distributing mmalloc with gdb (which doesn't
250 use it).
251 * Makefile.def: GDB doesn't depend on mmalloc anymore.
252 * Makefile.in: Regenerate.
253
b3f8d95d
MM
2542004-08-09 Mark Mitchell <mark@codesourcery.com>
255
256 * configure.in (arm*-*-eabi*): New target.
257 * configure: Regenerate.
258
3589b69e
PB
2592004-08-06 Paolo Bonzini <bonzini@gnu.org>
260
261 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
262 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
263 (Dependencies): New section.
264 * Makefile.tpl (Dependencies): Generate from Makefile.def.
265 (configure-target-[+module+]): Depend on maybe-all-gcc
266 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
267 (toplevel profiledbootstrap): Fix dependencies.
268 * Makefile.in: Regenerate.
269
972974fc
MM
2702004-08-03 Mark Mitchell <mark@codesourcery.com>
271
272 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
273 target-libiberty to noconfigdirs.
274 * configure: Regenerate.
275
bebf829d
PB
2762004-08-03 Paul Brook <paul@codesourcery.com>
277
278 * configure.in: Check for MPFR as well as GMP.
279 * configure: Regenerate.
280
98a5bb3b
RM
2812004-08-01 Robert Millan <robertmh@gnu.org>
282
283 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
284 libmudflap for all GNU-based systems (with Glibc).
285 * configure: Regenerate.
286
d32ab992
PB
2872004-08-03 Paolo Bonzini <bonzini@gnu.org>
288
289 * Makefile.def (host-modules): Add gcc.
290 * Makefile.in: Regenerate.
291 * Makefile.tpl (sorry): New rule.
292 (configure-host, all-host, [+make_target+]-host, do-check,
293 install-host): Do not add gcc as a special case.
294 (host modules): Add a small special-casing for gcc. Export
295 extra_make_flags through the environment.
296 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
297 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
298 other recursive targets for gcc): Remove.
299
300 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
301 (stage, unstage): New rules.
302 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
303 distclean-stage[+id+]): Use stage_current.
304 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
305 the stage*-start rules.
306
aeb732c1
GK
3072004-08-02 Geoffrey Keating <geoffk@apple.com>
308
309 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
310 use -all_load flag.
311
25b656e7
PB
3122004-08-02 Paolo Bonzini <bonzini@gnu.org>
313
314 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
315 * configure: Regenerate.
316
cc440d71
TM
3172004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
318
319 * maintainer-scripts/gcc_release: Revert yesterday's change.
320
270e140b
SB
3212004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
322
323 * MAINTAINERS: Add myself to write-after-approval.
324
3e4035f8
TM
3252004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
326
327 * libf2c: Removed.
328 * gcc/gccbug.in: Updated because of libf2c removal.
329 * maintainer-scripts/gcc_release: Ditto.
330
a3e8d8b4
LR
3312004-07-09 Loren J. Rittle <ljrittle@acm.org>
332
333 * configure.in: Build libmudflap by default on FreeBSD.
334 * configure: Regenerated.
335
dfcada9a
MM
3362004-07-09 Mark Mitchell <mark@codesourcery.com>
337
338 * configure.in: Do not build libmudflap by default on non-GNU/Linux
339 systems.
340 * configure: Regenerated.
341
3922b216
JDA
3422004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
343
344 PR target/16344
345 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
346 feedback based compiler.
347 * Makefile.in: Rebuilt.
348
95bcca47
AO
3492004-07-08 Alexandre Oliva <aoliva@redhat.com>
350
351 * Makefile.def (host_modules): Set bootstrap=true for flex.
352 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
353 * Makefile.in: Rebuilt.
354
051822f6
JH
3552004-07-07 Jan Hubicka <jh@suse.cz>
356
357 * MAINTAINERS: Add self as a profile feedback maintainer.
358
7b61653a
PE
3592004-07-05 Phil Edwards <phil@codesourcery.com>
360
361 * configure.in: Do not prepend $srcdir to /dev/null in
362 makefile fragments.
363 * configure: Regenerate.
364
23f6b2f9
PB
3652004-07-01 Paolo Bonzini <bonzini@gnu.org>
366
367 * Makefile.def (build_modules): Add bison, byacc, flex,
368 m4, texinfo.
369 (flags_to_pass): Add FLEX.
370 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
371 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
372 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
373 DEFAULT_MAKEINFO): Remove.
374 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
375 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
376 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
377 objdir or else use configured tool.
378 (all-build): New.
379 (all): Depend on it.
380 (Build module dependencies): Add.
381 * Makefile.in: Regenerate.
382 * configure.in: Better support for multiple build modules,
383 matching what is done for host/target modules. Do not look
384 for "plausible" locations of build tools if Canadian cross.
385 Use autoconf's AC_PROG_CC to find a C compiler. Define
386 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
387 * configure: Regenerate.
388
1c020272
PB
3892004-06-22 Paolo Bonzini <bonzini@gnu.org>
390
391 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
392 * Makefile.in: Regenerate.
393
a52a0a7f
PB
3942004-06-22 Paolo Bonzini <bonzini@gnu.org>
395
396 * Makefile.tpl (configure-build-[+module+],
397 configure-[+module+], configure-target-[+module+]): Pass
398 [+extra_configure_args+].
399 (all-build-[+module+], all-[+module+], check-[+module+],
400 install-[+module+], [+make_target+]-[+module+],
401 all-target-[+module+], check-target-[+module+],
402 install-target-[+module+], [+make_target+]-target-[+module+]):
403 Pass [+extra_make_args+].
404 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
405 (GCC_HOST_EXPORTS): Remove.
406 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
407 cross, check-gcc, check-gcc-c++, install-gcc,
408 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
409 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
410 * Makefile.in: Regenerate.
411
ccde3f1a
MS
4122004-06-21 Matthew Sachs <msachs@apple.com>
413
414 * MAINTAINERS: Added self to write-after-approval.
415
6264b0a6
CF
4162004-06-21 Christopher Faylor <cgf@alum.bu.edu>
417
418 * configure.in: Check for srcdir/winsup rather than build directory
419 winsup.
420 * configure: Regenerate.
421
801e2270
CV
4222004-06-17 Corinna Vinschen <vinschen@redhat.com>
423
424 * configure.in: Don't build Cygwin native newlib if winsup
425 directory is missing. Emit warning instead.
426 * configure: Regenerate.
427
ad6717df
PB
4282004-06-09 Paolo Bonzini <bonzini@gnu.org>
429
430 * Makefile.tpl (touch-stage[+id+]): New.
431 (restage[+prev+]): Depend on touch-stage[+id+].
432
433 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
434 Use it throughout.
435
436 * Makefile.def: Add profile and feedback bootstrap stages.
437 Remove next field from bootstrap stages.
438 * Makefile.tpl (LN, LN_S): Substitute.
439 (stageN-start, stageN-end): Use double-colon rules, to
440 provide a hook for additional setup commands.
441 (distclean-stageN-gcc, restageN): Create dependencies from
442 [+prev+], not from [+next+].
443 (stageN-bubble): Add commands for successive stages from
444 [+prev+], using double-colon rules.
445 (all-stageN-gcc): Fix typo.
446 (stagefeedback-start, profiledbootstrap): New.
447 * Makefile.in: Regenerate.
448 * configure.in: Call ACX_PROG_LN.
449 * configure: Regenerate.
450
5bbb9680
CY
4512004-06-08 Canqun Yang <canqun@nudt.edu.cn>
452
453 * MAINTAINERS (Write After Approval): Add myself.
454
e18be1d4
MA
4552004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
456
457 * MAINTAINERS (Write After Approval): Add myself.
458
5607edfd
PB
4592004-06-03 Paolo Bonzini <bonzini@gnu.org>
460
461 * configure.in: Fix --enable-bootstrap breakage introduced in trees
462 without gcc.
463 * configure: Regenerate.
464
1ec4e9c3
PB
4652004-06-01 Paolo Bonzini <bonzini@gnu.org>
466
467 * Makefile.tpl: Fix typo.
468 * Makefile.in: Regenerate.
469
c2f7605f
PB
4702004-06-01 Paolo Bonzini <bonzini@gnu.org>
471
472 * configure.in: Remove new- prefix from toplevel
473 bootstrap targets.
474 * configure: Regenerate.
475
f516a7da
PB
4762004-06-01 Paolo Bonzini <bonzini@gnu.org>
477
478 * Makefile.tpl (all.normal): Rename to all.
479 (all): Replace with a rule to pick the default
480 target from configure.
481 (all-gcc, configure-gcc): Use conditionals to
482 do nothing when toplevel bootstrap is going on.
483 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
484 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
485 * configure.in: Support --enable-bootstrap.
486
487 * Makefile.def: Remove new- prefix from toplevel
488 bootstrap targets.
489 * Makefile.tpl: Likewise.
490
491 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
492 target.
493
494 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
495 $(RECURSE_FLAGS) to recursive invocation of make.
496
497 * Makefile.in: Regenerate.
498 * configure: Regenerate.
499
78dd5e36
AJ
5002004-05-30 Andreas Jaeger <aj@suse.de>
501 Jim Wilson <wilson@specifixinc.com>
502
503 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
504 like CC.
505
30f1bddc
DJ
5062004-05-27 Daniel Jacobowitz <dan@debian.org>
507
508 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
509 * configure: Regenerate.
510
4fc4dd12
DJ
5112004-05-25 Daniel Jacobowitz <drow@false.org>
512
513 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
514 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
515 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
516 targets.
517 * Makefile.in: Regenerate.
518
94632047 5192004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
520
521 * configure.in: Test the ability to symlink directories.
522 * configure: Regenerate.
523
524 * Makefile.def (bootstrap-stage): New definitions.
525 * Makefile.tpl (configure-stage1-gcc,
526 configure-stage2-gcc, configure-stage3-gcc,
527 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
528 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
529 new-restage3, compare): Autogenerate, see Makefile.in
530 entry for behavioral changes.
531 (distclean-stage1, new-stage1-start, new-stage1-end,
532 new-stage1-bubble, distclean-stage2, new-stage2-start,
533 new-stage2-end, new-stage2-bubble, distclean-stage3,
534 new-stage3-start, new-stage3-end): New autogenerated targets.
535 (objext, prebootstrap, BOOT_CFLAGS,
536 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
537 targets.
538
539 * Makefile.in: Regenerate.
540 (distclean-stage1, new-stage1-start, new-stage1-end,
541 new-stage1-bubble, distclean-stage2, new-stage2-start,
542 new-stage2-end, new-stage2-bubble, distclean-stage3,
543 new-stage3-start, new-stage3-end): New targets.
544 (all-stage1-gcc): Move prebootstrap dependency from here...
545 (configure-stage1-gcc): ...to here.
546 (new-bootstrap): Use bubble targets.
547 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
548 Use per-stage distclean targets.
549 (configure-stage1-gcc, configure-stage2-gcc,
550 configure-stage3-gcc, all-stage1-gcc,
551 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
552 Use new-stageN-start to prepare the tree.
553
4f4e53dd
PB
5542004-05-23 Paolo Bonzini <bonzini@gnu.org>
555
556 * Makefile.def (host_modules): add libcpp.
557 * Makefile.tpl: Add dependencies on and for libcpp.
558 * Makefile.in: Regenerate.
559 * configure.in: Add libcpp host module.
560 * configure: Regenerate.
561
60975492
PB
5622004-05-21 Paolo Bonzini <bonzini@gnu.org>
563
564 * Makefile.tpl: Whenever a recursive target is defined, wrap
565 it in a special @if/@endif block, and prepare its maybe
566 dependency in the @if/@endif block
567 * configure.in: Instead of writing maybe dependencies, remove
568 the @if/@endif statements, and remove the @if/@endif blocks
569 that remain.
570 * configure: Regenerate.
571 * Makefile.in: Regenerate.
572
5ce7d75d
JJ
5732004-05-20 Janis Johnson <janis187@us.ibm.com>
574
575 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
576
c779c42f
KK
5772004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
578
579 PR bootstrap/15120
580 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
581 * */configure: Rebuilt.
582
b4117c30
ZW
5832004-05-17 Zack Weinberg <zack@codesourcery.com>
584
585 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
586 of libf2c.
587 * configure, Makefile.in: Regenerate.
588
315fcf97 589