]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
re PR libgcj/20160 (link errors building libgcj tests)
[thirdparty/gcc.git] / ChangeLog
CommitLineData
e73ed25c
AO
12005-03-01 Alexandre Oliva <aoliva@redhat.com>
2
3 PR libgcj/20160
4 * ltmain.sh: Avoid creating archives with components that have
5 duplicate basenames.
6
ace9ac7b
AP
72005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
8
9 PR bootstrap/20250
10 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
11 instead of check.
12 * Makefile.in: Regenerate.
13
c9db9354
PB
142005-02-28 Paolo Bonzini <bonzini@gnu.org>
15
16 * Makefile.in: Regenerate to fix conflict between the previous two
17 patches.
18
215c351a
PB
192005-02-28 Paolo Bonzini <bonzini@gnu.org>
20
21 PR bootstrap/17383
22 * Makefile.def (target_modules): Remove "stage", now unnecessary.
23 * Makefile.tpl (HOST_SUBDIR): New substitution.
24 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
25 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
26 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
27 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
28 (Host modules, Bootstrapped modules): Use it.
29 (Build modules, Target modules): Do not create symlink trees,
30 always configure out-of-srcdir.
31 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
32 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
33 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
34 $(HOST_SUBDIR). Create a symlink for host_subdir.
35
36 * Makefile.in: Regenerate.
37 * configure: Regenerate.
38
5395b47b
NN
392005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
40
41 Merged from libada-gnattools-branch:
42 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
43
44 * gnattools: New directory.
45 * Makefile.def: Add gnattools as a module, depending on target-libada.
46 * Makefile.in: Regenerate.
47 * configure.in: Include gnattools in host_tools; disable it if ada
48 is disabled.
49 * configure: Regenerate.
50
ca2cc05c
JM
512005-02-24 James A. Morrison <phython@gcc.gnu.org>
52
53 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
54 treelang maintainer.
55 (Write After Approval): Remove myself.
56
d2f3024f
PS
572005-02-23 Paul Schlie <schlie@comcast.net>
58
59 * configure.in: Allow darwin targeted ports to build tk, itcl and
60 libgui.
61 * configure: Regenerate.
62
bba5e0ca
EB
632005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
64
65 PR libgcj/10353
66 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
67 * configure: Regenerate.
68
70132ce7
SK
692005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
70
71 * MAINTAINERS (Write After Approval): Add myself.
72
20f0edca
ILT
732005-02-10 Ian Lance Taylor <ian@airs.com>
74
75 * MAINTAINERS: Update my e-mail address.
76
e64e5109
RG
772005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
78
79 * MAINTAINERS (Write After Approval): Add myself.
80
40d64b5a
HPN
812005-01-29 Hans-Peter Nilsson <hp@axis.com>
82
83 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
84 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
85 target-libgloss when not *-*-elf and *-*-aout.
86 * configure: Regenerate.
87
54a12711
KH
882005-01-23 Kazu Hirata <kazu@cs.umass.edu>
89
90 * MAINTAINERS: Remove obsolete entries.
91
0aa99dbb
KH
92 * MAINTAINERS (Write After Approval): Add Michael Matz.
93
2b009f5f
NB
942005-01-19 Neil Booth <neil@daikokuya.co.uk>
95
96 * MAINTAINERS: Remove self as cpplib maintainer.
97
385870f5
KC
982005-01-17 Kelley Cook <kcook@gcc.gnu.org>
99
100 * install-sh, config.sub: Import from upstream.
101
e7daab31
KC
1022005-01-17 Kelley Cook <kcook@gcc.gnu.org>
103
104 PR bootstrap/18222
105 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
106 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
107 * Makefile.in: Regenerate.
108
e6003f4d
JT
1092005-01-16 Jason Thorpe <thorpej@netbsd.org>
110
111 * MAINTAINERS: Update my email address.
112
145e2972 1132005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 114 Andreas Schwab <schwab@suse.de>
145e2972
DE
115
116 PR bootstrap/18033
117 * config-ml.in: Eval option if surrounded by single quotes.
118
86c7e0da
PB
1192005-01-03 Paolo Bonzini <bonzini@gnu.org>
120
121 Revert 2004-12-28 Makefile changes, a better fix will be
122 applied to mainline and src after GCC 4.0 branches.
123
3224a22f
PB
1242004-12-28 Paolo Bonzini <bonzini@gnu.org>
125
126 PR bootstrap/17383
127
128 * Makefile.def (target_modules): Remove stage parameter,
129 it is always true now.
130 * Makefile.tpl (configure-build-[+module+],
131 configure-target-[+module+]): Always build symlink tree
132 for the directory and for include. BUILD_SUBDIR and
133 TARGET_SUBDIR cannot be . anymore.
134 * Makefile.in: Regenerate.
135
aaf51ca2
DE
1362004-12-25 David Edelsohn <edelsohn@gnu.org>
137
138 Revert 2004-12-08 Makefile changes.
139
4e32e454
DS
1402004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
141
142 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
143 cygwin, mingw.
144
669f01d8
AS
1452004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
146
147 * configure.in (sh64-*-*): Reenable gprof.
148 * configure: Regenerate.
149
1b227ee0
DE
1502004-12-08 David Edelsohn <edelsohn@gnu.org>
151
152 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
153 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
154 (EXTRA_TARGET_FLAGS): Add PICFLAG.
155 * Makefile.in: Regenerate.
156
ce5e944c
CF
1572004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
158
159 * MAINTAINERS: Update my email address.
160
893f1e87
MK
1612004-12-07 Matt Kraai <kraai@ftbfs.org>
162
163 * Makefile.tpl: Generate normal dependencies if the LHS module is
164 not bootstrapped.
165 * Makefile.in: Regenerate.
166
bb59c339
RS
1672004-12-03 Richard Sandiford <rsandifo@redhat.com>
168
169 * configure.in: Include config/gxx-include-dir.m4. Use
170 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
171 * configure: Regenerate.
172
4982adbe
RS
1732004-12-03 Richard Sandiford <rsandifo@redhat.com>
174
175 * config.if: Delete.
176 * configure.in: Set libstdcxx_incdir directly.
177 * configure: Regenerate.
178
05750653
EC
1792004-12-02 Eric Christopher <echristo@redhat.com>
180
181 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
182 * Makefile.in: Regenerate.
183
5fef1dbd
RS
1842004-12-02 Richard Sandiford <rsandifo@redhat.com>
185
186 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
187 * configure: Regenerate.
188
afabd8e6
RS
1892004-12-02 Richard Sandiford <rsandifo@redhat.com>
190
191 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
192 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
193 * configure: Regenerate.
194
78716e86
EC
1952004-12-01 Eric Christopher <echristo@redhat.com>
196
197 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
198 of things to remove.
199
57ab8ba9
MK
2002004-11-29 Matt Kraai <kraai@ftbfs.org>
201
202 * MAINTAINERS (Write After Approval): Update my e-mail address.
203
2539bffe
KC
2042004-11-29 Kelley Cook <kcook@gcc.gnu.org>
205
206 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
207 from CVS libtool to always pass_all.
208
3e732ba0
JDA
2092004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
210
211 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
212 (hppa*64*-*-*): Delete incorrect comment.
213 * configure: Rebuilt.
214
767f726e
KC
2152004-11-24 Kelley Cook <kcook@gcc.gnu.org>
216
217 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
218
2c92e90f
KC
2192004-11-24 Kelley Cook <kcook@gcc.gnu.org>
220
221 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
222 from CVS libtool to always pass_all.
223
32f84e48
KC
2242004-11-15 Kelley Cook <kcook@gcc.gnu.org>
225
226 * install-sh, compile: Import from automake.
227
9587be8a
KC
2282004-11-15 Kelley Cook <kcook@gcc.gnu.org>
229
230 * config.guess, config.sub: Import from savannnah.
231
04e81808 2322004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
233
234 * MAINTAINERS (Write After Approval): Add myself
235
f87a2b2e
MS
2362004-11-12 Mike Stump <mrs@apple.com>
237
238 * Makefile.def: Add html support.
239 * Makefile.tpl: Likewise.
240 * Makefile.in: Regenerate.
241
848556c2
GK
2422004-11-11 Geoffrey Keating <geoffk@apple.com>
243
556f03c4
GK
244 PR 18423
245 * configure.in: Remove all instances of build-fixincludes from
246 noconfigdirs.
247 (build_configargs): Supply --target to subdirectories.
248 * configure: Regenerate.
249
848556c2
GK
250 * Makefile.def: Make gcc install depend on fixincludes install.
251 * Makefile.in: Regenerate.
252
9e5712a5
JJ
2532004-11-10 Janis Johnson <janis187@us.ibm.com>
254
255 * MAINTAINERS: Add myself as gcc testsuite maintainer.
256
4ef509c0
PB
2572004-11-11 Paul Brook <paul@codesourcery.com>
258
259 * MAINTAINERS: Add self as arm maintainer. Update email address.
260
20d11df6
HPN
2612004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
262
263 * configure.in (noconfigdirs) [mmix-*-*]: Disable
264 target-libgfortran.
79fd8592 265 * configure: Regenerate.
20d11df6 266
68c70f15
DE
2672004-11-07 David Edelsohn <edelsohn@gnu.org>
268
269 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
270 like CC.
271
54f88091
PB
2722004-11-05 Paolo Bonzini <bonzini@gnu.org>
273
274 * Makefile.def (host fixincludes): Specify missing targets.
275 * Makefile.in: Regenerate.
276
6866abb8
RC
2772004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
278
279 * MAINTAINERS: Add myself
280
83f62578
GL
2812004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
282
283 * MAINTAINERS (Write After Approval): Add myself.
284
53c7ffe7
GK
2852004-11-04 Geoffrey Keating <geoffk@apple.com>
286
287 * Makefile.def: Build fixincludes for the host, too.
288 * Makefile.in: Regenerate.
289 * configure.in (host_tools): Add fixincludes.
290 * configure: Regenerate.
291
ac8b3d9d
DJ
2922004-11-04 Daniel Jacobowitz <dan@debian.org>
293
294 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
295 * configure: Regenerated.
296
bab37580
L
2972004-11-04 H.J. Lu <hongjiu.lu@intel.com>
298
299 PR other/17783
300 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
301 * configure: Regenerated.
302
db1de713
MM
3032004-10-31 Mark Mitchell <mark@codesourcery.com>
304
305 * README.SCO: Update per FSF instructions.
306
a827e21a
EW
3072004-10-28 Eric B. Weddington <ericw@evcohs.com>
308
309 PR target/18151
310 * configure.in (case ${target}): Do not build fixincludes for avr.
311 * configure: Regenerated.
312
9d069a4f
PB
3132004-10-26 Paolo Bonzini <bonzini@gnu.org>
314
315 * configure.in (case ${target}): Do not build fixincludes
316 on platforms where it is not used.
317 * configure: Regenerated.
318
fc45f3fe
DJ
3192004-10-23 Daniel Jacobowitz <dan@debian.org>
320
321 * configure.in: Use an absolute path to install-sh.
322 * configure: Regenerated.
323
36554b92
AL
3242004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
325
326 * MAINTAINERS (Write After Approval): Add myself.
327
88e9994a
KH
3282004-10-19 Kazu Hirata <kazu@cs.umass.edu>
329
330 * MAINTAINERS: Remove from Write After Approval those that are
331 already maintainers.
332
ad02a944
SP
3332004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
334
335 * MAINTAINERS: Update my email address.
336
c8e6cd41
KC
3372004-10-12 Kelley Cook <kcook@gcc.gnu.org>
338
339 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
340 * configure: Regenerate.
341
ebe55024
R
3422004-10-07 J"orn Rennecke <joern.rennecke@st.com>
343
344 * MAINTAINERS: Update my email address.
345
a8b0957e
KH
3462004-10-07 Kazu Hirata <kazu@cs.umass.edu>
347
348 * MAINTAINERS (Language Front Ends Maintainers): New. Move
349 entries belonging to this category.
350
96836f61
JZ
3512004-10-06 Josef Zlomek <josef.zlomek@email.cz>
352
353 * MAINTAINERS: Update my e-mail address.
354
7e0b5752
PB
3552004-10-06 Paolo Bonzini <bonzini@gnu.org>
356
357 Fix wrong conflict resolution in:
358
359 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
360
361 * Makefile.in: Regenerate.
362 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
363 in the recursive `make', instead of hardwiring `all'.
364 (Autogenerated TARGET-* variables): New.
365
370f7a47
TL
3662004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
367
368 * configure.in: Enable target-libgloss for crx-*-*.
369 * configure: Regenerate.
370
13e5d623
KH
3712004-10-04 Kazu Hirata <kazu@cs.umass.edu>
372
373 * MAINTAINERS (Various Maintainers): Move the "windows,
374 cygwin, mingw" maintainer to ...
375 (OS Port Maintainers): ... here.
376
a6497c1b
KH
3772004-10-04 Kazu Hirata <kazu@cs.umass.edu>
378
379 * MAINTAINERS (Write After Approval): Remove those that are
380 maintainers of some subsystem.
381
1abb828a
D
3822004-10-02 P.J. Darcy <darcypj@us.ibm.com>
383
384 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
385 * ltcf-cxx.sh (tpf*): Likewise.
386 * ltconfig (tpf*): Add TPF OS configuration support.
387
16d1338d
BS
3882004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
389
390 * MAINTAINERS: Change my email address to my new work account.
391
9082a750
MR
3922004-09-24 Michael Roth <mroth@nessie.de>
393
394 * configure.in (--without-headers): Add missing double quotes.
395 * configure: Regenerate.
396
07a8bdf8
KC
3972004-09-24 Kelley Cook <kcook@gcc.gnu.org>
398
399 * ylwrap: Revert to previous version.
400
4c4a5bbc
L
4012004-09-23 H.J. Lu <hongjiu.lu@intel.com>
402
403 PR bootstrap/17369
404 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
405 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
406 SET_GCC_LIB_PATH_CMD.
407 (BASE_TARGET_EXPORTS): Likewise.
408 * Makefile.in: Regenerated.
409
410 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
411 * configure: Regenerated.
412
85f59630
KC
4132004-09-23 Kelley Cook <kcook@gcc.gnu.org>
414
415 * config.guess: New upstream version
416 * compile, depcomp, install-sh, ylwrap: Likewise.
417
95c53c62
RS
4182004-09-19 Roger Sayle <roger@eyesopen.com>
419
420 * config/mh-x86omitfp: New host makefile fragment. Add
421 -fomit-frame-pointer to the default BOOT_CFLAGS.
422 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
423 * configure: Regenerate.
424
0a1c093b
AP
4252004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
426
427 PR target/11572
428 * configure.in (*-*-darwin*): Renable libobjc.
429 * configure: Regenerate.
430
315fcf97
NS
4312004-09-10 Nathan Sidwell <nathan@codesourcery.com>
432
433 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
434
0a050485 4352004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 436
0a050485
DB
437 * Makefile.def: Remove libbanshee.
438 * Makefile.tpl: Ditto.
439 * configure.in: Ditto.
440 * Makefile.in: Regen.
441 * configure: Ditto.
442
5f4a098e
DE
4432004-09-08 David Edelsohn <edelsohn@gnu.org>
444
445 * ltmain.sh: Use $pic_object as $non_pic_object if
446 $non_pic_object=none.
447
32b2511f
PB
4482004-09-07 Paolo Bonzini <bonzini@gnu.org>
449
450 * missing: Import latest version from master repository.
451
fc4d0e82
NC
4522004-09-06 Nick Clifton <nickc@redhat.com>
453
454 * config.sub: Import latest version from master repository.
455 * config.guess: Likewise.
456 This includes these changes:
78716e86 457
fc4d0e82
NC
458 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
459
460 * config.sub: Handle crisv32, alias etraxfs.
461 * config.guess (crisv32:Linux:*:*): Handle.
462
463 2004-08-13 Brad Smith <brad@comstyle.com>
464
465 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
466 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
467
468 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
469
470 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
471 assume the processor is a powerpc. This is because coreutils
472 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
473 in this case, due to a MacOS X bug that causes
474 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
475 to return a negative number.
476 Problem reported by Petter Reinholdtsen in:
477 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
478
479 2004-07-19 Ben Elliston <bje@gnu.org>
480
481 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
482
483 2004-06-24 Ben Elliston <bje@gnu.org>
484
485 * config.guess: Update copyright years.
486 * config.sub: Likewise.
487
488 2004-06-22 Robert Millan <robertmh@gnu.org>
489
490 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
491 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
492
493 2004-06-22 Stanley F. Quayle <stan@stanq.com>
494
495 * config.guess (*:*VMS:*:*): New entry. Replaces
496 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
497 manufacturer.
498
499 2004-06-22 Ben Elliston <bje@gnu.org>
500
501 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
502 * config.sub: Likewise.
503
504 2004-06-22 Ben Elliston <bje@gnu.org>
505
506 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
507 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
508
509 2004-06-11 Ben Elliston <bje@gnu.org>
510
511 * config.guess (pegasos:OpenBSD:*:*): Remove.
512
513 2004-06-11 Ben Elliston <bje@gnu.org>
514
515 From Wouter Verhelst <wouter@grep.be>:
516 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
517
518 2004-06-11 Ben Elliston <bje@gnu.org>
519
520 * config.guess (luna88k:OpenBSD:*:*): New.
521
522 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
523
524 * config.guess (m32r*:Linux:*:*): New case.
525 * config.sub: Handle m32rle.
526
527 2004-03-12 Ben Elliston <bje@wasabisystems.com>
528
529 From Jens Petersen <petersen@redhat.com>:
530 * config.sub: Handle sparcv8.
531
532 2004-03-03 Ben Elliston <bje@wasabisystems.com>
533
534 From Tom Smith <smith@cag.lkg.hp.com>:
535 * config.guess: Version suffixes are equally significant on Tru64
536 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
537 prefix of "P" (patched kernel).
538
539 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
540
541 * config.sub: Add support for National Semiconductor CRX target.
542
2f4cc6bf
JJ
5432004-09-03 Janis Johnson <janis187@us.ibm.com>
544
545 * MAINTAINERS (Various Maintainers): Remove myself as web page
546 maintainer, add myself as maintainer of build status lists.
547
61fec9ff
JB
5482004-09-03 Jan Beulich <jbeulich@novell.com>
549
550 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
551 *-*-netware, but add target-libmudflap.
552 Consolidate *-*-netware targets (of which really only i?86 exists)
553 into a single entry.
554 * configure: Likewise.
555
45f366ab
PB
5562004-09-01 Paolo Bonzini <bonzini@gnu.org>
557
558 * Makefile.tpl (sorry): Remove.
559 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
560 (cleanstrap targets): Depend on distclean, not distclean-stage1.
561 (do-clean): Clean per-stage directories too.
562 (do-distclean): Run distclean-stage1 too.
563 (.NOTPARALLEL): Enable during toplevel bootstrap.
564 (stage[+id+]-bubble): Enable parallel execution during
565 the recursive invocation.
566 * Makefile.in: Regenerate.
567
568 Fix previous checkin:
569
570 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
571 include.
572 * configure.in: Fix indentation.
573 * configure: Regenerate.
574
be8fff81
RB
5752004-08-31 Robert Bowdidge <bowdidge@apple.com>
576
45f366ab
PB
577 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
578 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
579 * configure: regenerate
78716e86 580 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
45f366ab 581 -mdynamic-no-pic
be8fff81
RB
582
583
71b5d516
PB
5842004-08-31 Paolo Bonzini <bonzini@gnu.org>
585
586 * Makefile.def (build_modules): Add fixincludes.
587 (dependencies): Make gcc depend on fixincludes.
588 * configure.in (build_tools): Add fixincludes.
589 (build_configdirs): Always include build_libs.
590 * Makefile.in: Regenerate.
591 * configure: Regenerate.
592
5932004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
594
595 * Makefile.def (bootstrap stages): Add 'lean' parameter.
596 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
597 phony targets; do not generate timestamp files.
598 (distclean-stageN): Remove references to their timestamp files.
599 (restageN, touch-stageN): Remove.
600 (stageN-bubble): Rewritten.
601 (compare): Support lean bootstraps.
602 * Makefile.in: Regenerate.
603
604 * configure.in: Only warn when bootstrapping but
605 build != host or build != target. Support lean bootstraps.
606 * configure: Regenerate.
607
ce7cbbb0
PE
6082004-08-26 Phil Edwards <phil@codesourcery.com>
609
610 * configure.in: Give a better error message if GMP/MPFR are missing
611 and a language needing them has been requested.
612 * configure: Regenerated.
613
9c71a529
PE
6142004-08-25 Phil Edwards <phil@codesourcery.com>
615
616 * configure.in: Print a list of available language front-ends if
617 a requested one is missing. Tidy stray tab characters.
618 * configure: Regenerated.
619
e3f92d3b
MK
6202004-08-19 Michael Koch <konqueror@gmx.de>
621
622 * gcc/doc/install.texi: Update entry about automake for libjava.
623
c3f84f61
RM
6242004-08-17 Robert Millan <robertmh@gnu.org>
625
626 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
627 (instead of FreeBSD).
628 * configure: Regenerate.
629
7c27e184
PB
6302004-08-16 Paolo Bonzini <bonzini@gnu.org>
631
632 * Makefile.in: Regenerate.
633 * configure: Regenerate.
634
635 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
636 stage_*_flags.
637 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
638 for bootstrapped modules if toplevel bootstrap is going.
639 (GCC bootstrap): Generate per-stage targets for all bootstrapped
640 modules. Adjust for changes in Makefile.def. Enable several
641 rules even in non-bootstrap mode, just to avoid peppering the
642 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
643 (stage-[+prev+]-bubble): Remove.
644
645 * Makefile.def (Dependencies): Depend on all-build-bison,
646 all-build-flex, all-build-byacc, all-build-texinfo, rather
647 than the host variations.
648 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
649 with BUILD_SUBDIR.
650 (BISON): Update for recent Bisons.
651 (YACC): Fix typo.
652 (cross): Depend on all-build.
653 (all): Do not depend on all-build.
654 (prebootstrap): Remove.
655 (dep-kind): Accept separate prefixes for MODULE and ON variables.
656 (Prebootstrap dependencies): Add them to the per-stage targets
657 and to all-prebootstrap.
658 * configure.in (build_configdirs): Always enable build_tools.
659 (BUILD_DIR_PREFIX): Remove.
660
661 * Makefile.def (gcc): Add target variable.
662 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
663 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
664 in the recursive `make', instead of hardwiring `all'.
665 (Autogenerated TARGET-* variables): New.
666
20f3bb80
BB
6672004-08-13 Brian Booth <bbooth@redhat.com>
668
669 * MAINTAINERS: Remove myself from write-after-approval.
670
b5be499d
NN
6712004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
672
673 * src-release: Stop distributing mmalloc with gdb (which doesn't
674 use it).
675 * Makefile.def: GDB doesn't depend on mmalloc anymore.
676 * Makefile.in: Regenerate.
677
b3f8d95d
MM
6782004-08-09 Mark Mitchell <mark@codesourcery.com>
679
680 * configure.in (arm*-*-eabi*): New target.
681 * configure: Regenerate.
682
3589b69e
PB
6832004-08-06 Paolo Bonzini <bonzini@gnu.org>
684
685 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
686 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
687 (Dependencies): New section.
688 * Makefile.tpl (Dependencies): Generate from Makefile.def.
689 (configure-target-[+module+]): Depend on maybe-all-gcc
690 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
691 (toplevel profiledbootstrap): Fix dependencies.
692 * Makefile.in: Regenerate.
693
972974fc
MM
6942004-08-03 Mark Mitchell <mark@codesourcery.com>
695
696 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
697 target-libiberty to noconfigdirs.
698 * configure: Regenerate.
699
bebf829d
PB
7002004-08-03 Paul Brook <paul@codesourcery.com>
701
702 * configure.in: Check for MPFR as well as GMP.
703 * configure: Regenerate.
704
98a5bb3b
RM
7052004-08-01 Robert Millan <robertmh@gnu.org>
706
707 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
708 libmudflap for all GNU-based systems (with Glibc).
709 * configure: Regenerate.
710
d32ab992
PB
7112004-08-03 Paolo Bonzini <bonzini@gnu.org>
712
713 * Makefile.def (host-modules): Add gcc.
714 * Makefile.in: Regenerate.
715 * Makefile.tpl (sorry): New rule.
716 (configure-host, all-host, [+make_target+]-host, do-check,
717 install-host): Do not add gcc as a special case.
718 (host modules): Add a small special-casing for gcc. Export
719 extra_make_flags through the environment.
720 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
721 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
722 other recursive targets for gcc): Remove.
723
724 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
725 (stage, unstage): New rules.
726 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
727 distclean-stage[+id+]): Use stage_current.
728 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
729 the stage*-start rules.
730
aeb732c1
GK
7312004-08-02 Geoffrey Keating <geoffk@apple.com>
732
733 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
734 use -all_load flag.
735
25b656e7
PB
7362004-08-02 Paolo Bonzini <bonzini@gnu.org>
737
738 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
739 * configure: Regenerate.
740
cc440d71
TM
7412004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
742
743 * maintainer-scripts/gcc_release: Revert yesterday's change.
744
270e140b
SB
7452004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
746
747 * MAINTAINERS: Add myself to write-after-approval.
748
3e4035f8
TM
7492004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
750
751 * libf2c: Removed.
752 * gcc/gccbug.in: Updated because of libf2c removal.
753 * maintainer-scripts/gcc_release: Ditto.
754
a3e8d8b4
LR
7552004-07-09 Loren J. Rittle <ljrittle@acm.org>
756
757 * configure.in: Build libmudflap by default on FreeBSD.
758 * configure: Regenerated.
759
dfcada9a
MM
7602004-07-09 Mark Mitchell <mark@codesourcery.com>
761
762 * configure.in: Do not build libmudflap by default on non-GNU/Linux
763 systems.
764 * configure: Regenerated.
765
3922b216
JDA
7662004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
767
768 PR target/16344
769 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
770 feedback based compiler.
771 * Makefile.in: Rebuilt.
772
95bcca47
AO
7732004-07-08 Alexandre Oliva <aoliva@redhat.com>
774
775 * Makefile.def (host_modules): Set bootstrap=true for flex.
776 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
777 * Makefile.in: Rebuilt.
778
051822f6
JH
7792004-07-07 Jan Hubicka <jh@suse.cz>
780
781 * MAINTAINERS: Add self as a profile feedback maintainer.
782
7b61653a
PE
7832004-07-05 Phil Edwards <phil@codesourcery.com>
784
785 * configure.in: Do not prepend $srcdir to /dev/null in
786 makefile fragments.
787 * configure: Regenerate.
788
23f6b2f9
PB
7892004-07-01 Paolo Bonzini <bonzini@gnu.org>
790
791 * Makefile.def (build_modules): Add bison, byacc, flex,
792 m4, texinfo.
793 (flags_to_pass): Add FLEX.
794 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
795 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
796 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
797 DEFAULT_MAKEINFO): Remove.
798 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
799 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
800 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
801 objdir or else use configured tool.
802 (all-build): New.
803 (all): Depend on it.
804 (Build module dependencies): Add.
805 * Makefile.in: Regenerate.
806 * configure.in: Better support for multiple build modules,
807 matching what is done for host/target modules. Do not look
808 for "plausible" locations of build tools if Canadian cross.
809 Use autoconf's AC_PROG_CC to find a C compiler. Define
810 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
811 * configure: Regenerate.
78716e86 812
1c020272
PB
8132004-06-22 Paolo Bonzini <bonzini@gnu.org>
814
815 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
816 * Makefile.in: Regenerate.
817
a52a0a7f
PB
8182004-06-22 Paolo Bonzini <bonzini@gnu.org>
819
820 * Makefile.tpl (configure-build-[+module+],
821 configure-[+module+], configure-target-[+module+]): Pass
822 [+extra_configure_args+].
823 (all-build-[+module+], all-[+module+], check-[+module+],
824 install-[+module+], [+make_target+]-[+module+],
825 all-target-[+module+], check-target-[+module+],
826 install-target-[+module+], [+make_target+]-target-[+module+]):
827 Pass [+extra_make_args+].
828 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
829 (GCC_HOST_EXPORTS): Remove.
830 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
831 cross, check-gcc, check-gcc-c++, install-gcc,
832 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
833 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
834 * Makefile.in: Regenerate.
835
ccde3f1a
MS
8362004-06-21 Matthew Sachs <msachs@apple.com>
837
838 * MAINTAINERS: Added self to write-after-approval.
839
6264b0a6
CF
8402004-06-21 Christopher Faylor <cgf@alum.bu.edu>
841
842 * configure.in: Check for srcdir/winsup rather than build directory
843 winsup.
844 * configure: Regenerate.
845
801e2270
CV
8462004-06-17 Corinna Vinschen <vinschen@redhat.com>
847
848 * configure.in: Don't build Cygwin native newlib if winsup
849 directory is missing. Emit warning instead.
850 * configure: Regenerate.
851
ad6717df
PB
8522004-06-09 Paolo Bonzini <bonzini@gnu.org>
853
854 * Makefile.tpl (touch-stage[+id+]): New.
855 (restage[+prev+]): Depend on touch-stage[+id+].
856
857 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
858 Use it throughout.
859
860 * Makefile.def: Add profile and feedback bootstrap stages.
861 Remove next field from bootstrap stages.
862 * Makefile.tpl (LN, LN_S): Substitute.
863 (stageN-start, stageN-end): Use double-colon rules, to
864 provide a hook for additional setup commands.
865 (distclean-stageN-gcc, restageN): Create dependencies from
866 [+prev+], not from [+next+].
867 (stageN-bubble): Add commands for successive stages from
868 [+prev+], using double-colon rules.
869 (all-stageN-gcc): Fix typo.
870 (stagefeedback-start, profiledbootstrap): New.
871 * Makefile.in: Regenerate.
872 * configure.in: Call ACX_PROG_LN.
873 * configure: Regenerate.
874
5bbb9680
CY
8752004-06-08 Canqun Yang <canqun@nudt.edu.cn>
876
877 * MAINTAINERS (Write After Approval): Add myself.
878
e18be1d4
MA
8792004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
880
881 * MAINTAINERS (Write After Approval): Add myself.
882
5607edfd
PB
8832004-06-03 Paolo Bonzini <bonzini@gnu.org>
884
885 * configure.in: Fix --enable-bootstrap breakage introduced in trees
886 without gcc.
887 * configure: Regenerate.
888
1ec4e9c3
PB
8892004-06-01 Paolo Bonzini <bonzini@gnu.org>
890
891 * Makefile.tpl: Fix typo.
892 * Makefile.in: Regenerate.
893
c2f7605f
PB
8942004-06-01 Paolo Bonzini <bonzini@gnu.org>
895
896 * configure.in: Remove new- prefix from toplevel
897 bootstrap targets.
898 * configure: Regenerate.
899
f516a7da
PB
9002004-06-01 Paolo Bonzini <bonzini@gnu.org>
901
902 * Makefile.tpl (all.normal): Rename to all.
903 (all): Replace with a rule to pick the default
904 target from configure.
905 (all-gcc, configure-gcc): Use conditionals to
906 do nothing when toplevel bootstrap is going on.
907 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
908 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
909 * configure.in: Support --enable-bootstrap.
910
911 * Makefile.def: Remove new- prefix from toplevel
912 bootstrap targets.
913 * Makefile.tpl: Likewise.
914
915 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
916 target.
917
918 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
919 $(RECURSE_FLAGS) to recursive invocation of make.
920
921 * Makefile.in: Regenerate.
922 * configure: Regenerate.
923
78dd5e36
AJ
9242004-05-30 Andreas Jaeger <aj@suse.de>
925 Jim Wilson <wilson@specifixinc.com>
926
927 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
928 like CC.
929
30f1bddc
DJ
9302004-05-27 Daniel Jacobowitz <dan@debian.org>
931
932 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
933 * configure: Regenerate.
934
4fc4dd12
DJ
9352004-05-25 Daniel Jacobowitz <drow@false.org>
936
937 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
938 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
939 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
940 targets.
941 * Makefile.in: Regenerate.
942
94632047 9432004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
944
945 * configure.in: Test the ability to symlink directories.
946 * configure: Regenerate.
947
948 * Makefile.def (bootstrap-stage): New definitions.
949 * Makefile.tpl (configure-stage1-gcc,
950 configure-stage2-gcc, configure-stage3-gcc,
951 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
952 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
953 new-restage3, compare): Autogenerate, see Makefile.in
954 entry for behavioral changes.
955 (distclean-stage1, new-stage1-start, new-stage1-end,
956 new-stage1-bubble, distclean-stage2, new-stage2-start,
957 new-stage2-end, new-stage2-bubble, distclean-stage3,
958 new-stage3-start, new-stage3-end): New autogenerated targets.
959 (objext, prebootstrap, BOOT_CFLAGS,
960 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
961 targets.
962
963 * Makefile.in: Regenerate.
964 (distclean-stage1, new-stage1-start, new-stage1-end,
965 new-stage1-bubble, distclean-stage2, new-stage2-start,
966 new-stage2-end, new-stage2-bubble, distclean-stage3,
967 new-stage3-start, new-stage3-end): New targets.
968 (all-stage1-gcc): Move prebootstrap dependency from here...
969 (configure-stage1-gcc): ...to here.
970 (new-bootstrap): Use bubble targets.
971 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
972 Use per-stage distclean targets.
973 (configure-stage1-gcc, configure-stage2-gcc,
974 configure-stage3-gcc, all-stage1-gcc,
975 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
976 Use new-stageN-start to prepare the tree.
977
4f4e53dd
PB
9782004-05-23 Paolo Bonzini <bonzini@gnu.org>
979
980 * Makefile.def (host_modules): add libcpp.
981 * Makefile.tpl: Add dependencies on and for libcpp.
982 * Makefile.in: Regenerate.
983 * configure.in: Add libcpp host module.
984 * configure: Regenerate.
985
60975492
PB
9862004-05-21 Paolo Bonzini <bonzini@gnu.org>
987
988 * Makefile.tpl: Whenever a recursive target is defined, wrap
989 it in a special @if/@endif block, and prepare its maybe
990 dependency in the @if/@endif block
991 * configure.in: Instead of writing maybe dependencies, remove
992 the @if/@endif statements, and remove the @if/@endif blocks
993 that remain.
994 * configure: Regenerate.
995 * Makefile.in: Regenerate.
996
5ce7d75d
JJ
9972004-05-20 Janis Johnson <janis187@us.ibm.com>
998
999 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
1000
c779c42f
KK
10012004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
1002
1003 PR bootstrap/15120
1004 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
1005 * */configure: Rebuilt.
1006
b4117c30
ZW
10072004-05-17 Zack Weinberg <zack@codesourcery.com>
1008
1009 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1010 of libf2c.
1011 * configure, Makefile.in: Regenerate.
1012
315fcf97 1013