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