]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
stor-layout.c (layout_type): Don't complain about a too small an array element type...
[thirdparty/gcc.git] / ChangeLog
CommitLineData
1ca26cd2
PB
12005-12-14 Paolo Bonzini <bonzini@gnu.org>
2
3 * configure.in: Flip the top-level bootstrap switch.
4 * configure: Regenerate.
5
f41d6665
DJ
62005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
7
8 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
9 $(stage) and $(unstage).
10 (EXTRA_TARGET_FLAGS): Correct double-quoting.
11 (all): Remove stray semicolon.
12 (local-distclean): Don't handle multilib.tmp and multilib.out.
13 (install.all): Set $s for consistency.
14 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
15 check_multilibs setting. Always make the install directory.
16 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
17 Correct @if/@endif.
18 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
19 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
20 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
21 (multilib.out): Remove.
22 * Makefile.in: Regenerated.
23
9174b3cf
CD
242005-12-12 Carlos O'Donell <carlos@codesourcery.com>
25
26 * MAINTAINERS (Write After Approval): Add myself.
27
64f182bd
NS
282005-12-12 Nathan Sidwell <nathan@codesourcery.com>
29
121b2cee
NS
30 * MAINTAINERS: Add myself as mt maintainer.
31
64f182bd
NS
32 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
33
a6d63770
AN
342005-12-06 Adam Nemet <anemet@caviumnetworks.com>
35
36 * MAINTAINERS: Change email address.
37
2abefe3d
PB
382005-12-05 Paolo Bonzini <bonzini@gnu.org>
39
40 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
41 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
42 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
43 Find in-tree tools if available.
44 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
45 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
46 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
47 (COMPILER_*_FOR_TARGET): New.
48 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
49 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
50 (CONFIGURED_*, USUAL_*): Remove.
51 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
52 STRIP): Use autoconf substitutions.
53 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
54 COMPILER_NM_FOR_TARGET): New.
55 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
56
57 (all): Make all-host and all-target in parallel.
58 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
59 that $$r and $$s are set before invoking a recursive make.
60 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
61 ([+bootstrap-target+]): Inline most of the `all' target.
62
2f3bdde7
BE
632005-11-29 Ben Elliston <bje@au.ibm.com>
64
65 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
66 from the gcc build directory.
67 * Makefile.in: Regenerate.
68
a4b6c45a
BE
692005-11-29 Ben Elliston <bje@au.ibm.com>
70
71 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
72 depend on all-libdecnumber.
73 * configure.in (host_libs): Include libdecnumber.
74 * Makefile.in: Regenerate.
75 * configure: Likewise.
76
473a74b9
BE
772005-11-29 Ben Elliston <bje@au.ibm.com>
78
79 * libdecnumber: Import decNumber sources from the dfp-branch.
80
b4623110
KJ
812005-11-21 Kean Johnston <jkj@sco.com>
82
83 * config.sub, config.guess: Sync from upstream sources.
84
67dc1785
BE
852005-11-21 Ben Elliston <bje@au.ibm.com>
86
87 Import from Autoconf sources:
88
89 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
90 * config/move-if-change: Don't output "$2 is unchanged";
91 suggested by Ben Elliston. Handle weird characters correctly.
92
186abafe
AT
932005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
94
95 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
96 to match upstream libtool for darwin.
97
ef9db8d5
DJ
982005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
99
100 * Makefile.def: Remove gdb dependencies for gdbtk.
101 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
102 (configure-gdb, install-gdb): New rules.
103 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
104 * Makefile.in, configure: Regenerated.
105
9c5141ab
JB
1062005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
107
108 * MAINTAINERS (Write After Approval): Add myself.
109
4523d51b
EE
1102005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
111
112 * MAINTAINERS (Write After Approval): Add myself.
113
086b011c
DN
1142005-10-24 Diego Novillo <dnovillo@redhat.com>
115
116 * MAINTAINERS (alias analysis): Add Daniel Berlin and
117 Diego Novillo.
118
e7c84bf8
PB
1192005-10-22 Paolo Bonzini <bonzini@gnu.org>
120
121 PR bootstrap/24297
122 * Makefile.tpl (do-[+make-target+], do-check, install,
123 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
124 are set before recursing.
125 * Makefile.in: Regenerate.
126
b88a7564
EB
1272005-10-20 Eric Botcazou <ebotcazou@adacore.com>
128
129 PR bootstrap/18939
130 * Makefile.def (gcc) <target>: Fix thinko.
131 * Makefile.in: Regenerate.
132
61efc800
BS
1332005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
134
135 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
136 * configure: Regenerate.
137
f53d2869
JZ
1382005-10-15 Jie Zhang <jie.zhang@analog.com>
139
140 * MAINTAINERS (Write After Approval): Add self.
141
077fc835
KH
1422005-10-08 Kazu Hirata <kazu@codesourcery.com>
143
144 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
145 target-libffi, target-qthreads, target-libjava, and
146 targetlibobjc.
147 * configure: Regenerate.
148
d739199a
DJ
1492005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
150
151 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
152 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
153 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
154 (USUAL_OBJDUMP_FOR_TARGET): New.
155 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
156 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 157 * configure, Makefile.in: Regenerated.
d739199a 158
db38c6bb
PB
1592005-10-05 Paolo Bonzini <bonzini@gnu.org>
160
161 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
162 before other host packages.
163
3015564c
KK
1642005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
165
166 * MAINTAINERS: Add self as sh libraries/configury maintainer.
167
1061f99e
PB
1682005-10-05 Paolo Bonzini <bonzini@gnu.org>
169
170 PR bootstrap/22340
171
172 * configure.in (default_target): Remove.
173 * Makefile.tpl (all): Do not use prerequisites as subroutines
174 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
175 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
176 use prerequisites as subroutines.
177 (check-host, check-target): New.
178 (bootstrap configure & all targets): Do not use stage*-start
179 if the directory layout is already ok.
180 (non-bootstrap configure & all targets): Prepend a $(unstage).
181 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
182 (NOTPARALLEL): Remove.
183 (unstage, stage variables): New variables.
184 (unstage, stage targets): Simply expand to those variables.
185
186 * configure: Regenerate.
187 * Makefile.in: Regenerate.
188
4a9c436f
JW
1892005-10-04 James E Wilson <wilson@specifix.com>
190
191 * Makefile.def (lang_env_dependencies): Add libmudflap.
192 * Makefile.in: Regenerate.
193
37150080
AS
1942005-10-03 Andreas Schwab <schwab@suse.de>
195
196 Backport from libtool CVS:
197 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
198
199 * ltmain.sh: add support for installing into temporary
200 staging area (e.g. 'make install DESTDIR=...')
201
39d16468
L
2022005-10-03 H.J. Lu <hongjiu.lu@intel.com>
203
204 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
205 * configure: Regenerated.
206
72a7ab82
AP
2072005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
208
209 * configure: Regenerate with the correct
210 autoconf version.
211
6b65a26d
CM
2122005-09-30 Catherine Moore <clm@cm00re.com>
213
214 * configure.in (bfin-*-*): New.
215 * configure: Regenerated.
216
040b1c5a
GK
2172005-09-28 Geoffrey Keating <geoffk@apple.com>
218
219 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
220 (LIPO_FOR_TARGET): New.
221 (CONFIGURED_LIPO_FOR_TARGET): New.
222 (USUAL_LIPO_FOR_TARGET): New.
223 (STRIP_FOR_TARGET): New.
224 (CONFIGURED_STRIP_FOR_TARGET): New.
225 (USUAL_STRIP_FOR_TARGET): New.
226 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
227 STRIP_FOR_TARGET.
228 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
229 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
230 * Makefile.in: Regenerate.
231 * configure: Regenerate.
232
3a3c28db
DE
2332005-09-19 David Edelsohn <edelsohn@gnu.org>
234
235 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
236 (rs6000-*-aix*): Same.
237 * configure: Regenerate.
238
2749a921
TT
2392005-09-16 Tom Tromey <tromey@redhat.com>
240
241 * MAINTAINERS: Add self as java maintainer.
242
7f26dfa3
FXC
2432005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
244
245 * configure.in: Recognize f95 in the --enable-languages option,
246 and substitute it for fortran, issuing a warning.
247 * configure: Regenerate.
248
d8852c4f
PE
2492005-08-30 Phil Edwards <phil@codesourcery.com>
250
251 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
252 * configure: Regenerated.
253
ad685e81
AH
2542005-08-22 Aldy Hernandez <aldyh@redhat.com>
255
256 * MAINTAINERS: Add self as ms1 maintainer.
257
b00d752c
RE
2582005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
259
260 * Makefile.def (libssp): Add to lang_env_dependencies.
261 * Makefile.in: Regenerate.
262
9ed8fb9b
ILT
2632005-08-18 Ian Lance Taylor <ian@airs.com>
264
265 * MAINTAINERS: Add myself as middle-end maintainer.
266
0f029d39
CG
2672005-08-17 Christian Groessler <chris@groessler.org>
268
269 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
270 * Makefile.in: Regenerate.
271
81087874
AK
2722005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
273
274 * MAINTAINERS (write after approval): Added myself.
275
6a134f1c
MR
2762005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
277
278 * MAINTAINERS (Write After Approval): Add myself.
279
2693c0b0
PB
2802005-08-12 Paolo Bonzini <bonzini@gnu.org>
281
282 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
283 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
284 Look for alternate names of the target cc and c++
285 * configure: Regenerate.
286
4de997d1
PB
2872005-08-08 Paolo Bonzini <bonzini@gnu.org>
288
289 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
290 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
291 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
292 tools; remove code to manually set them.
293 (Target tools): Look in the environment for them.
294 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
295 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
296 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
297 build directory.
298 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
299 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
300 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
301 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
302 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
303 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
304 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
305 * configure: Regenerate.
306 * Makefile.in: Regenerate.
307
b089e33a
BE
3082005-07-28 Ben Elliston <bje@au.ibm.com>
309
310 * MAINTAINERS: Update for removed CPU targets.
311
e3791243
MM
3122005-07-27 Mark Mitchell <mark@codesourcery.com>
313
314 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
315 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
316 * Makefile.in: Regenerated.
317
526635cb
MM
3182005-07-26 Mark Mitchell <mark@codesourcery.com>
319
320 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
321 (CFLAGS_FOR_TARGET): Use it.
322 (CXXFLAGS_FOR_TARGET): Likewise.
323 * Makefile.in: Regenerated.
324 * configure.in (--with-build-sysroot): New option.
325 * configure: Regenerated.
326
19791f70
PB
3272005-07-24 Paolo Bonzini <bonzini@gnu.org>
328
329 * Makefile.tpl: Wrap install between unstage and stage
330 * Makefile.in: Regenerate.
331
35f5a23f
EC
3322005-07-21 Eric Christopher <echristo@apple.com>
333
334 * MAINTAINERS: Update affiliation.
335
ff3ddf15
PW
3362005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
337
338 * MAINTAINERS: Add self as crx port maintainer.
339
3a664c1c
DD
3402005-07-20 DJ Delorie <dj@redhat.com>
341
342 * MAINTAINERS: Add self as m32c maintainer.
343
539df155
KC
3442005-07-16 Kelley Cook <kcook@gcc.gnu.org>
345
346 * all files: Update FSF address.
347
be9c593a
EC
3482005-07-15 Eric Christopher <echristo@redhat.com>
349
350 * MAINTAINERS: Change affiliation.
351
fd7ea4ab
JB
3522005-07-14 Jim Blandy <jimb@redhat.com>
353
354 * configure.in: Add cases for Renesas m32c.
355 * configure: Regenerated.
356
0063a823
KC
3572005-07-14 Kelley Cook <kcook@gcc.gnu.org>
358
d0ca130a
KC
359 * COPYING.LIB: Update from fsf.org.
360
3612005-07-14 Kelley Cook <kcook@gcc.gnu.org>
362
363 * COPYING, compile, config.guess,
0063a823
KC
364 config.sub, install-sh, missing, mkinstalldirs,
365 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 366 * config-ml.in: Update FSF address.
0063a823 367
a8ba31f2
EC
3682005-07-13 Eric Christopher <echristo@redhat.com>
369
370 * configure.in: Add toplevel noconfigdir support for tpf.
371 * configure: Regenerate.
372
5bea4a03
PB
3732005-07-11 Paolo Bonzini <bonzini@gnu.org>
374
375 PR ada/22340
376
377 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
378 * Makefile.in: Regenerate.
379
284bdbbd
MM
3802005-07-07 Mark Mitchell <mark@codesourcery.com>
381
382 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
383 Brolley to write-after-approval.
384
452190fb
AS
3852005-07-07 Andreas Schwab <schwab@suse.de>
386
387 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
388 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
389 * Makefile.in: Regenerated.
390
9c8f9ec2
GK
3912005-07-06 Geoffrey Keating <geoffk@apple.com>
392
393 * configure.in: Don't build sim or rda when targetting darwin.
394 * configure: Regenerate.
395
ef0087a7
KH
3962005-07-06 Kazu Hirata <kazu@codesourcery.com>
397
398 * configure.in: Add --enable-libssp and --disable-libssp.
399 * configure: Regenerate with autoconf-2.13.
400
77008252
JJ
4012005-07-02 Jakub Jelinek <jakub@redhat.com>
402
403 * Makefile.def (target_modules): Add libssp.
404 * configure.in (target_libraries): Add target-libssp.
405 * configure: Rebuilt.
406 * Makefile.in: Rebuilt.
407
a04eae1b
ZW
4082005-07-01 Zack Weinberg <zackw@panix.com>
409
410 * MAINTAINERS: Change email address. Resign from maintainership.
411
948884cd
RG
4122005-07-01 Richard Guenther <rguenther@suse.de>
413
414 * MAINTAINERS: Change my e-mail address and affiliation.
415
c7870f5d
PB
4162005-06-22 Paolo Bonzini <bonzini@gnu.org>
417
418 * Makefile.def (stagefeedback): Come after profile.
419 Define profiledbootstrap target.
420 * Makefile.tpl (profiledbootstrap): Remove.
421 (stageprofile-end): Zap stagefeedback.
422 (stagefeedback-start): Copy all .gcda files, not only GCC's.
423 * Makefile.in: Regenerate.
424
ab99519a
RS
4252005-06-13 Richard Sandiford <richard@codesourcery.com>
426
427 * MAINTAINERS: Update my email address.
428
f610dd5f
ZW
4292005-06-13 Zack Weinberg <zack@codesourcery.com>
430
431 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
432 In 'cpp' stanza, support '#line' as well as '# '.
433
71bc2a83
AS
4342005-06-08 Andreas Schwab <schwab@suse.de>
435
436 * MAINTAINERS: Move myself from 'Write After Approval' to
437 'CPU Port Maintainers' section as m68k maintainer.
438
4fab7234
HPN
4392005-06-07 Hans-Peter Nilsson <hp@axis.com>
440
441 * configure.in (unsupported_languages): New macro.
442 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
443 non-ported target libraries in noconfigdirs.
444 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
445 non-linux-gnu. Remove libgcj_ex_libffi.
446 <lang_frag loop>: Set add_this_lang=no if the language is in
447 unsupported_languages.
448 * configure: Regenerate.
449
68193f9b
TS
4502005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
451
452 * configure.in: Fix typo in handling of --with-mpfr-dir.
453 * configure: Regenerate.
454
f26f6b8d
RS
4552005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
456
457 * MAINTAINERS: Update my email address.
458
ba4853f8
JB
4592005-06-02 Jim Blandy <jimb@redhat.com>
460
461 * config.sub: Add cases for the Renesas m32c. (This patch has been
462 accepted into the master sources.)
463
79dd769c 4642005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
465 Michael Snyder <msnyder@redhat.com>
466 Stan Cox <scox@redhat.com>
79dd769c 467
f610dd5f 468 * configure.in: Set noconfigdirs for ms1.
79dd769c 469
f610dd5f 470 * configure: Regenerate.
79dd769c 471
d29e107f
JD
4722005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
473
474 * MAINTAINERS (Write After Approval): Add self.
475
e93196c3
JC
4762005-06-01 Josh Conner <jconner@apple.com>
477
478 * MAINTAINERS (Write After Approval): Add self.
479
ae263c7a
KH
4802005-06-01 Kazu Hirata <kazu@codesourcery.com>
481
482 * MAINTAINERS: Update my email address.
483
585b3aa3
ZM
4842005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
485
486 * MAINTAINERS (Write After Approval): Add self.
487
4930c50b
CD
4882005-05-26 Chris Demetriou <cgd@broadcom.com>
489
490 * MAINTAINERS (Write After Approval): Remove self.
491
2dfbef6d
PB
4922005-05-25 Paolo Bonzini <bonzini@gnu.org>
493
494 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
495 (Dependencies): Consider target modules for bootstrap dependencies.
496 Make target bootstrap modules depend on each stage's gcc.
497 * Makefile.in: Regenerate.
498
bcb28cf5
PB
4992005-05-20 Paolo Bonzini <bonzini@gnu.org>
500
501 * Makefile.def (configure-gcc): Depend on binutils having been built.
502 (all-gcc): No need to do it here.
503 * Makefile.in: Regenerate.
504
0cf085e4
PB
5052005-05-19 Paul Brook <paul@codesourcery.com>
506
f610dd5f 507 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
508 language cannot be built.
509 * configure: Regenerate.
510
dfb2c39a
DJ
5112005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
512
513 * ylwrap: Import from Automake 1.9.5.
514
771aaa92
DU
5152005-05-13 David Ung <davidu@mips.com>
516
517 * MAINTAINERS (Write After Approval): Add self.
518
3ac9bd58
MS
5192005-05-09 Mike Stump <mrs@apple.com>
520
521 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
522 lt_cv_sys_max_cmd_len for now.
f610dd5f 523
f77a5578
SC
5242005-05-09 Stan Cox <scox@redhat.com>
525
526 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
527
795e36e5
MK
5282005-05-08 Matt Kraai <kraai@ftbfs.org>
529
530 * README.SCO: Update the URL.
531
c9392a2b
DE
5322005-05-05 David Edelsohn <edelsohn@gnu.org>
533
534 * ltconfig: Define file_list_spec. Pass file_list_spec and
535 with_gnu_ld to libtool.
536 * ltcf-c.sh (aix[45]): Define file_list_spec.
537 * ltcf-cxx.sh (aix[45]): Same.
538 * ltcf-gcj.sh (aix[45]): Same.
539 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
540 exists, write list of input files to temporary file.
541
bebcd931
MS
5422005-05-04 Mike Stump <mrs@apple.com>
543
544 * configure.in: Always pass --target to target configures as
545 otherwise rebuilds that do --recheck will fail.
546 * confiugure: Rebuilt.
547
ce406537
PB
5482005-05-04 Paolo Bonzini <bonzini@gnu.org>
549
550 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
551 STAGE_HOST_EXPORTS.
552 (configure, all): Add bootstrap support.
553 (Host modules, target modules): Pass post-stage1 flags and exports.
554 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
555 * Makefile.in: Regenerate.
556
aa9dcfc4
PB
5572005-04-29 Paolo Bonzini <bonzini@gnu.org>
558
559 * configure: Regenerate.
560
b6f9abcf
MS
5612005-04-27 Mike Stump <mrs@apple.com>
562
563 * MAINTAINERS: Add self as darwin maintainer.
564
acb217cb
BS
5652005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
566
567 * config.sub: Update from master copy.
568
b6dae270
MS
5692005-04-21 Mike Stump <mrs@apple.com>
570
571 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
572 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
573
c2e0d3a9
HPN
5742005-04-19 Hans-Peter Nilsson <hp@axis.com>
575
576 * configure.in <crisv32-*-*, cris-*-*>: New local variable
577 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
578 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
579 "*-*-elf" and "*-*-linux*".
580 * configure: Regenerate.
581
871ae772
JM
5822005-04-14 Joseph S. Myers <joseph@codesourcery.com>
583
584 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
585
bf070c29
MS
5862005-04-12 Mike Stump <mrs@apple.com>
587
588 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
589
e865b6f7
TK
5902005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
591
592 * MAINTAINERS (Write After Approval): Add myself.
593
7b71ad7f
BS
5942005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
595
596 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
597
25b42232
PB
5982005-04-06 Paolo Bonzini <bonzini@gnu.org>
599
f610dd5f 600 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
601 (TARGET_CONFIGARGS): Include --with-target-subdir.
602 (configure, all): New macros. Use them throughout.
603 * Makefile.in: Regenerate.
604
d727c624
JG
6052005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
606
607 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 608
fff72cc4
ZD
6092005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
610
611 * MAINTAINERS: Remove 'loop unrolling' maintainer.
612
86472dc3
GP
6132005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
614
615 * MAINTAINERS: Move John Carr to Write After Approval.
616
5d0f90e5
R
6172005-03-30 J"orn Rennecke <joern.rennecke@st.com>
618
619 * config/mh-mingw32: Delete.
620 * configure.in: Don't use it.
621 * configure: Regenerate.
622
33da42bc
PB
6232005-03-31 Paolo Bonzini <bonzini@gnu.org>
624
625 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
626 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
627 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
628 (HOST_LIB_PATH): Generate from Makefile.def.
629 (TARGET_LIB_PATH): Likewise.
630 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
631 * Makefile.in: Regenerate.
632 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
633 (RPATH_ENVVAR): Include Darwin case.
634 * configure: Regenerate.
635
15cc1841
TF
6362005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
637
638 * MAINTAINERS (Various Maintainers): Remove self.
639 (Write After Approval): Add self.
640
6a8c79d5
TF
6412005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
642
643 * MAINTAINERS (Various Maintainers): Add self.
644
256f7136
PB
6452005-03-25 Paolo Bonzini <bonzini@gnu.org>
646
647 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
648 * configure: Regenerate.
649
191dd2c9
ZW
6502005-03-21 Zack Weinberg <zack@codesourcery.com>
651
652 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
653 gcc_version, and gcc_version_trigger from set of flags to pass.
654 * Makefile.tpl: Remove definitions of above variables.
655 (config.status): Remove dependency on $(gcc_version_trigger).
656 * Makefile.in: Regenerate.
657 * configure.in: Do not reference config/gcc-version.m4 nor
658 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
659 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
660 * configure: Regenerate.
661
ef6e9bc0
MH
6622005-03-16 Manfred Hollstein <manfred.h@gmx.net>
663 Andrew Pinski <pinskia@physics.uc.edu>
664
665 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
666 * Makefile.in: Regenerate.
667
009bbd5a
FW
6682005-03-13 Feng Wang <fengwang@nudt.edu.cn>
669
670 * MAINTAINERS (Write After Approval): Add myself.
671
09f8755b
DA
6722005-03-03 David Ayers <d.ayers@inode.at>
673
674 * MAINTAINERS (Write After Approval): Add myself.
675
e73ed25c
AO
6762005-03-01 Alexandre Oliva <aoliva@redhat.com>
677
678 PR libgcj/20160
679 * ltmain.sh: Avoid creating archives with components that have
680 duplicate basenames.
681
ace9ac7b
AP
6822005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
683
684 PR bootstrap/20250
685 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
686 instead of check.
687 * Makefile.in: Regenerate.
688
c9db9354
PB
6892005-02-28 Paolo Bonzini <bonzini@gnu.org>
690
691 * Makefile.in: Regenerate to fix conflict between the previous two
692 patches.
693
215c351a
PB
6942005-02-28 Paolo Bonzini <bonzini@gnu.org>
695
696 PR bootstrap/17383
697 * Makefile.def (target_modules): Remove "stage", now unnecessary.
698 * Makefile.tpl (HOST_SUBDIR): New substitution.
699 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
700 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
701 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
702 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
703 (Host modules, Bootstrapped modules): Use it.
704 (Build modules, Target modules): Do not create symlink trees,
705 always configure out-of-srcdir.
706 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
707 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
708 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
709 $(HOST_SUBDIR). Create a symlink for host_subdir.
710
711 * Makefile.in: Regenerate.
712 * configure: Regenerate.
713
5395b47b
NN
7142005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
715
716 Merged from libada-gnattools-branch:
717 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
718
719 * gnattools: New directory.
720 * Makefile.def: Add gnattools as a module, depending on target-libada.
721 * Makefile.in: Regenerate.
722 * configure.in: Include gnattools in host_tools; disable it if ada
723 is disabled.
724 * configure: Regenerate.
725
ca2cc05c
JM
7262005-02-24 James A. Morrison <phython@gcc.gnu.org>
727
728 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
729 treelang maintainer.
730 (Write After Approval): Remove myself.
731
d2f3024f
PS
7322005-02-23 Paul Schlie <schlie@comcast.net>
733
734 * configure.in: Allow darwin targeted ports to build tk, itcl and
735 libgui.
736 * configure: Regenerate.
737
bba5e0ca
EB
7382005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
739
740 PR libgcj/10353
741 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
742 * configure: Regenerate.
743
70132ce7
SK
7442005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
745
746 * MAINTAINERS (Write After Approval): Add myself.
747
20f0edca
ILT
7482005-02-10 Ian Lance Taylor <ian@airs.com>
749
750 * MAINTAINERS: Update my e-mail address.
751
e64e5109
RG
7522005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
753
754 * MAINTAINERS (Write After Approval): Add myself.
755
40d64b5a
HPN
7562005-01-29 Hans-Peter Nilsson <hp@axis.com>
757
758 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
759 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
760 target-libgloss when not *-*-elf and *-*-aout.
761 * configure: Regenerate.
762
54a12711
KH
7632005-01-23 Kazu Hirata <kazu@cs.umass.edu>
764
765 * MAINTAINERS: Remove obsolete entries.
766
0aa99dbb
KH
767 * MAINTAINERS (Write After Approval): Add Michael Matz.
768
2b009f5f
NB
7692005-01-19 Neil Booth <neil@daikokuya.co.uk>
770
771 * MAINTAINERS: Remove self as cpplib maintainer.
772
385870f5
KC
7732005-01-17 Kelley Cook <kcook@gcc.gnu.org>
774
775 * install-sh, config.sub: Import from upstream.
776
e7daab31
KC
7772005-01-17 Kelley Cook <kcook@gcc.gnu.org>
778
779 PR bootstrap/18222
780 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
781 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
782 * Makefile.in: Regenerate.
783
e6003f4d
JT
7842005-01-16 Jason Thorpe <thorpej@netbsd.org>
785
786 * MAINTAINERS: Update my email address.
787
145e2972 7882005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 789 Andreas Schwab <schwab@suse.de>
145e2972
DE
790
791 PR bootstrap/18033
792 * config-ml.in: Eval option if surrounded by single quotes.
793
86c7e0da
PB
7942005-01-03 Paolo Bonzini <bonzini@gnu.org>
795
796 Revert 2004-12-28 Makefile changes, a better fix will be
797 applied to mainline and src after GCC 4.0 branches.
798
3224a22f
PB
7992004-12-28 Paolo Bonzini <bonzini@gnu.org>
800
801 PR bootstrap/17383
802
803 * Makefile.def (target_modules): Remove stage parameter,
804 it is always true now.
805 * Makefile.tpl (configure-build-[+module+],
806 configure-target-[+module+]): Always build symlink tree
807 for the directory and for include. BUILD_SUBDIR and
808 TARGET_SUBDIR cannot be . anymore.
809 * Makefile.in: Regenerate.
810
aaf51ca2
DE
8112004-12-25 David Edelsohn <edelsohn@gnu.org>
812
813 Revert 2004-12-08 Makefile changes.
814
4e32e454
DS
8152004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
816
817 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
818 cygwin, mingw.
819
669f01d8
AS
8202004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
821
822 * configure.in (sh64-*-*): Reenable gprof.
823 * configure: Regenerate.
824
1b227ee0
DE
8252004-12-08 David Edelsohn <edelsohn@gnu.org>
826
827 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
828 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
829 (EXTRA_TARGET_FLAGS): Add PICFLAG.
830 * Makefile.in: Regenerate.
831
ce5e944c
CF
8322004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
833
834 * MAINTAINERS: Update my email address.
835
893f1e87
MK
8362004-12-07 Matt Kraai <kraai@ftbfs.org>
837
838 * Makefile.tpl: Generate normal dependencies if the LHS module is
839 not bootstrapped.
840 * Makefile.in: Regenerate.
841
bb59c339
RS
8422004-12-03 Richard Sandiford <rsandifo@redhat.com>
843
844 * configure.in: Include config/gxx-include-dir.m4. Use
845 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
846 * configure: Regenerate.
847
4982adbe
RS
8482004-12-03 Richard Sandiford <rsandifo@redhat.com>
849
850 * config.if: Delete.
851 * configure.in: Set libstdcxx_incdir directly.
852 * configure: Regenerate.
853
05750653
EC
8542004-12-02 Eric Christopher <echristo@redhat.com>
855
856 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
857 * Makefile.in: Regenerate.
858
5fef1dbd
RS
8592004-12-02 Richard Sandiford <rsandifo@redhat.com>
860
861 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
862 * configure: Regenerate.
863
afabd8e6
RS
8642004-12-02 Richard Sandiford <rsandifo@redhat.com>
865
866 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
867 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
868 * configure: Regenerate.
869
78716e86
EC
8702004-12-01 Eric Christopher <echristo@redhat.com>
871
872 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
873 of things to remove.
874
57ab8ba9
MK
8752004-11-29 Matt Kraai <kraai@ftbfs.org>
876
877 * MAINTAINERS (Write After Approval): Update my e-mail address.
878
2539bffe
KC
8792004-11-29 Kelley Cook <kcook@gcc.gnu.org>
880
881 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
882 from CVS libtool to always pass_all.
883
3e732ba0
JDA
8842004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
885
886 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
887 (hppa*64*-*-*): Delete incorrect comment.
888 * configure: Rebuilt.
889
767f726e
KC
8902004-11-24 Kelley Cook <kcook@gcc.gnu.org>
891
892 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
893
2c92e90f
KC
8942004-11-24 Kelley Cook <kcook@gcc.gnu.org>
895
896 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
897 from CVS libtool to always pass_all.
898
32f84e48
KC
8992004-11-15 Kelley Cook <kcook@gcc.gnu.org>
900
901 * install-sh, compile: Import from automake.
902
9587be8a
KC
9032004-11-15 Kelley Cook <kcook@gcc.gnu.org>
904
905 * config.guess, config.sub: Import from savannnah.
906
04e81808 9072004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
908
909 * MAINTAINERS (Write After Approval): Add myself
910
f87a2b2e
MS
9112004-11-12 Mike Stump <mrs@apple.com>
912
913 * Makefile.def: Add html support.
914 * Makefile.tpl: Likewise.
915 * Makefile.in: Regenerate.
916
848556c2
GK
9172004-11-11 Geoffrey Keating <geoffk@apple.com>
918
556f03c4
GK
919 PR 18423
920 * configure.in: Remove all instances of build-fixincludes from
921 noconfigdirs.
922 (build_configargs): Supply --target to subdirectories.
923 * configure: Regenerate.
924
848556c2
GK
925 * Makefile.def: Make gcc install depend on fixincludes install.
926 * Makefile.in: Regenerate.
927
9e5712a5
JJ
9282004-11-10 Janis Johnson <janis187@us.ibm.com>
929
930 * MAINTAINERS: Add myself as gcc testsuite maintainer.
931
4ef509c0
PB
9322004-11-11 Paul Brook <paul@codesourcery.com>
933
934 * MAINTAINERS: Add self as arm maintainer. Update email address.
935
20d11df6
HPN
9362004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
937
938 * configure.in (noconfigdirs) [mmix-*-*]: Disable
939 target-libgfortran.
79fd8592 940 * configure: Regenerate.
20d11df6 941
68c70f15
DE
9422004-11-07 David Edelsohn <edelsohn@gnu.org>
943
944 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
945 like CC.
946
54f88091
PB
9472004-11-05 Paolo Bonzini <bonzini@gnu.org>
948
949 * Makefile.def (host fixincludes): Specify missing targets.
950 * Makefile.in: Regenerate.
951
6866abb8
RC
9522004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
953
954 * MAINTAINERS: Add myself
955
83f62578
GL
9562004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
957
958 * MAINTAINERS (Write After Approval): Add myself.
959
53c7ffe7
GK
9602004-11-04 Geoffrey Keating <geoffk@apple.com>
961
962 * Makefile.def: Build fixincludes for the host, too.
963 * Makefile.in: Regenerate.
964 * configure.in (host_tools): Add fixincludes.
965 * configure: Regenerate.
966
ac8b3d9d
DJ
9672004-11-04 Daniel Jacobowitz <dan@debian.org>
968
969 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
970 * configure: Regenerated.
971
bab37580
L
9722004-11-04 H.J. Lu <hongjiu.lu@intel.com>
973
974 PR other/17783
975 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
976 * configure: Regenerated.
977
db1de713
MM
9782004-10-31 Mark Mitchell <mark@codesourcery.com>
979
980 * README.SCO: Update per FSF instructions.
981
a827e21a
EW
9822004-10-28 Eric B. Weddington <ericw@evcohs.com>
983
984 PR target/18151
985 * configure.in (case ${target}): Do not build fixincludes for avr.
986 * configure: Regenerated.
987
9d069a4f
PB
9882004-10-26 Paolo Bonzini <bonzini@gnu.org>
989
990 * configure.in (case ${target}): Do not build fixincludes
991 on platforms where it is not used.
992 * configure: Regenerated.
993
fc45f3fe
DJ
9942004-10-23 Daniel Jacobowitz <dan@debian.org>
995
996 * configure.in: Use an absolute path to install-sh.
997 * configure: Regenerated.
998
36554b92
AL
9992004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1000
1001 * MAINTAINERS (Write After Approval): Add myself.
1002
88e9994a
KH
10032004-10-19 Kazu Hirata <kazu@cs.umass.edu>
1004
1005 * MAINTAINERS: Remove from Write After Approval those that are
1006 already maintainers.
1007
ad02a944
SP
10082004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
1009
1010 * MAINTAINERS: Update my email address.
1011
c8e6cd41
KC
10122004-10-12 Kelley Cook <kcook@gcc.gnu.org>
1013
1014 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
1015 * configure: Regenerate.
1016
ebe55024
R
10172004-10-07 J"orn Rennecke <joern.rennecke@st.com>
1018
1019 * MAINTAINERS: Update my email address.
1020
a8b0957e
KH
10212004-10-07 Kazu Hirata <kazu@cs.umass.edu>
1022
1023 * MAINTAINERS (Language Front Ends Maintainers): New. Move
1024 entries belonging to this category.
1025
96836f61
JZ
10262004-10-06 Josef Zlomek <josef.zlomek@email.cz>
1027
1028 * MAINTAINERS: Update my e-mail address.
1029
7e0b5752
PB
10302004-10-06 Paolo Bonzini <bonzini@gnu.org>
1031
1032 Fix wrong conflict resolution in:
1033
1034 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
1035
1036 * Makefile.in: Regenerate.
1037 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1038 in the recursive `make', instead of hardwiring `all'.
1039 (Autogenerated TARGET-* variables): New.
1040
370f7a47
TL
10412004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
1042
1043 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 1044 * configure: Regenerate.
370f7a47 1045
13e5d623
KH
10462004-10-04 Kazu Hirata <kazu@cs.umass.edu>
1047
1048 * MAINTAINERS (Various Maintainers): Move the "windows,
1049 cygwin, mingw" maintainer to ...
1050 (OS Port Maintainers): ... here.
1051
a6497c1b
KH
10522004-10-04 Kazu Hirata <kazu@cs.umass.edu>
1053
1054 * MAINTAINERS (Write After Approval): Remove those that are
1055 maintainers of some subsystem.
1056
1abb828a
D
10572004-10-02 P.J. Darcy <darcypj@us.ibm.com>
1058
1059 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
1060 * ltcf-cxx.sh (tpf*): Likewise.
1061 * ltconfig (tpf*): Add TPF OS configuration support.
1062
16d1338d
BS
10632004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
1064
1065 * MAINTAINERS: Change my email address to my new work account.
1066
9082a750
MR
10672004-09-24 Michael Roth <mroth@nessie.de>
1068
1069 * configure.in (--without-headers): Add missing double quotes.
1070 * configure: Regenerate.
1071
07a8bdf8
KC
10722004-09-24 Kelley Cook <kcook@gcc.gnu.org>
1073
1074 * ylwrap: Revert to previous version.
1075
4c4a5bbc
L
10762004-09-23 H.J. Lu <hongjiu.lu@intel.com>
1077
1078 PR bootstrap/17369
1079 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1080 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1081 SET_GCC_LIB_PATH_CMD.
1082 (BASE_TARGET_EXPORTS): Likewise.
1083 * Makefile.in: Regenerated.
1084
1085 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1086 * configure: Regenerated.
1087
85f59630
KC
10882004-09-23 Kelley Cook <kcook@gcc.gnu.org>
1089
1090 * config.guess: New upstream version
1091 * compile, depcomp, install-sh, ylwrap: Likewise.
1092
95c53c62
RS
10932004-09-19 Roger Sayle <roger@eyesopen.com>
1094
1095 * config/mh-x86omitfp: New host makefile fragment. Add
1096 -fomit-frame-pointer to the default BOOT_CFLAGS.
1097 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1098 * configure: Regenerate.
1099
0a1c093b
AP
11002004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
1101
1102 PR target/11572
1103 * configure.in (*-*-darwin*): Renable libobjc.
1104 * configure: Regenerate.
1105
315fcf97
NS
11062004-09-10 Nathan Sidwell <nathan@codesourcery.com>
1107
1108 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
1109
0a050485 11102004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 1111
0a050485
DB
1112 * Makefile.def: Remove libbanshee.
1113 * Makefile.tpl: Ditto.
1114 * configure.in: Ditto.
1115 * Makefile.in: Regen.
1116 * configure: Ditto.
1117
5f4a098e
DE
11182004-09-08 David Edelsohn <edelsohn@gnu.org>
1119
1120 * ltmain.sh: Use $pic_object as $non_pic_object if
1121 $non_pic_object=none.
1122
32b2511f
PB
11232004-09-07 Paolo Bonzini <bonzini@gnu.org>
1124
1125 * missing: Import latest version from master repository.
1126
fc4d0e82
NC
11272004-09-06 Nick Clifton <nickc@redhat.com>
1128
1129 * config.sub: Import latest version from master repository.
1130 * config.guess: Likewise.
1131 This includes these changes:
78716e86 1132
fc4d0e82
NC
1133 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
1134
1135 * config.sub: Handle crisv32, alias etraxfs.
1136 * config.guess (crisv32:Linux:*:*): Handle.
1137
1138 2004-08-13 Brad Smith <brad@comstyle.com>
1139
1140 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1141 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1142
1143 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
1144
1145 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1146 assume the processor is a powerpc. This is because coreutils
1147 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1148 in this case, due to a MacOS X bug that causes
1149 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1150 to return a negative number.
1151 Problem reported by Petter Reinholdtsen in:
1152 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1153
1154 2004-07-19 Ben Elliston <bje@gnu.org>
1155
1156 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1157
1158 2004-06-24 Ben Elliston <bje@gnu.org>
1159
1160 * config.guess: Update copyright years.
1161 * config.sub: Likewise.
1162
1163 2004-06-22 Robert Millan <robertmh@gnu.org>
1164
1165 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1166 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1167
1168 2004-06-22 Stanley F. Quayle <stan@stanq.com>
1169
1170 * config.guess (*:*VMS:*:*): New entry. Replaces
1171 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1172 manufacturer.
1173
1174 2004-06-22 Ben Elliston <bje@gnu.org>
1175
1176 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
1177 * config.sub: Likewise.
1178
1179 2004-06-22 Ben Elliston <bje@gnu.org>
1180
1181 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
1182 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
1183
1184 2004-06-11 Ben Elliston <bje@gnu.org>
1185
1186 * config.guess (pegasos:OpenBSD:*:*): Remove.
1187
1188 2004-06-11 Ben Elliston <bje@gnu.org>
1189
1190 From Wouter Verhelst <wouter@grep.be>:
1191 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
1192
1193 2004-06-11 Ben Elliston <bje@gnu.org>
1194
1195 * config.guess (luna88k:OpenBSD:*:*): New.
1196
1197 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1198
1199 * config.guess (m32r*:Linux:*:*): New case.
1200 * config.sub: Handle m32rle.
1201
1202 2004-03-12 Ben Elliston <bje@wasabisystems.com>
1203
1204 From Jens Petersen <petersen@redhat.com>:
1205 * config.sub: Handle sparcv8.
1206
1207 2004-03-03 Ben Elliston <bje@wasabisystems.com>
1208
1209 From Tom Smith <smith@cag.lkg.hp.com>:
1210 * config.guess: Version suffixes are equally significant on Tru64
1211 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
1212 prefix of "P" (patched kernel).
1213
1214 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
1215
1216 * config.sub: Add support for National Semiconductor CRX target.
1217
2f4cc6bf
JJ
12182004-09-03 Janis Johnson <janis187@us.ibm.com>
1219
1220 * MAINTAINERS (Various Maintainers): Remove myself as web page
1221 maintainer, add myself as maintainer of build status lists.
1222
61fec9ff
JB
12232004-09-03 Jan Beulich <jbeulich@novell.com>
1224
1225 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
1226 *-*-netware, but add target-libmudflap.
1227 Consolidate *-*-netware targets (of which really only i?86 exists)
1228 into a single entry.
1229 * configure: Likewise.
1230
45f366ab
PB
12312004-09-01 Paolo Bonzini <bonzini@gnu.org>
1232
1233 * Makefile.tpl (sorry): Remove.
1234 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
1235 (cleanstrap targets): Depend on distclean, not distclean-stage1.
1236 (do-clean): Clean per-stage directories too.
1237 (do-distclean): Run distclean-stage1 too.
1238 (.NOTPARALLEL): Enable during toplevel bootstrap.
1239 (stage[+id+]-bubble): Enable parallel execution during
1240 the recursive invocation.
1241 * Makefile.in: Regenerate.
1242
1243 Fix previous checkin:
1244
1245 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
1246 include.
1247 * configure.in: Fix indentation.
1248 * configure: Regenerate.
1249
be8fff81
RB
12502004-08-31 Robert Bowdidge <bowdidge@apple.com>
1251
45f366ab
PB
1252 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
1253 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
1254 * configure: regenerate
78716e86 1255 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 1256 -mdynamic-no-pic
be8fff81
RB
1257
1258
71b5d516
PB
12592004-08-31 Paolo Bonzini <bonzini@gnu.org>
1260
1261 * Makefile.def (build_modules): Add fixincludes.
1262 (dependencies): Make gcc depend on fixincludes.
1263 * configure.in (build_tools): Add fixincludes.
1264 (build_configdirs): Always include build_libs.
1265 * Makefile.in: Regenerate.
1266 * configure: Regenerate.
1267
12682004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
1269
1270 * Makefile.def (bootstrap stages): Add 'lean' parameter.
1271 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1272 phony targets; do not generate timestamp files.
1273 (distclean-stageN): Remove references to their timestamp files.
1274 (restageN, touch-stageN): Remove.
1275 (stageN-bubble): Rewritten.
1276 (compare): Support lean bootstraps.
1277 * Makefile.in: Regenerate.
1278
1279 * configure.in: Only warn when bootstrapping but
1280 build != host or build != target. Support lean bootstraps.
1281 * configure: Regenerate.
1282
ce7cbbb0
PE
12832004-08-26 Phil Edwards <phil@codesourcery.com>
1284
1285 * configure.in: Give a better error message if GMP/MPFR are missing
1286 and a language needing them has been requested.
1287 * configure: Regenerated.
1288
9c71a529
PE
12892004-08-25 Phil Edwards <phil@codesourcery.com>
1290
1291 * configure.in: Print a list of available language front-ends if
1292 a requested one is missing. Tidy stray tab characters.
1293 * configure: Regenerated.
1294
e3f92d3b
MK
12952004-08-19 Michael Koch <konqueror@gmx.de>
1296
1297 * gcc/doc/install.texi: Update entry about automake for libjava.
1298
c3f84f61
RM
12992004-08-17 Robert Millan <robertmh@gnu.org>
1300
1301 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1302 (instead of FreeBSD).
1303 * configure: Regenerate.
1304
7c27e184
PB
13052004-08-16 Paolo Bonzini <bonzini@gnu.org>
1306
1307 * Makefile.in: Regenerate.
1308 * configure: Regenerate.
1309
1310 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1311 stage_*_flags.
1312 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1313 for bootstrapped modules if toplevel bootstrap is going.
1314 (GCC bootstrap): Generate per-stage targets for all bootstrapped
1315 modules. Adjust for changes in Makefile.def. Enable several
1316 rules even in non-bootstrap mode, just to avoid peppering the
1317 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1318 (stage-[+prev+]-bubble): Remove.
1319
1320 * Makefile.def (Dependencies): Depend on all-build-bison,
1321 all-build-flex, all-build-byacc, all-build-texinfo, rather
1322 than the host variations.
1323 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
1324 with BUILD_SUBDIR.
1325 (BISON): Update for recent Bisons.
1326 (YACC): Fix typo.
1327 (cross): Depend on all-build.
1328 (all): Do not depend on all-build.
1329 (prebootstrap): Remove.
1330 (dep-kind): Accept separate prefixes for MODULE and ON variables.
1331 (Prebootstrap dependencies): Add them to the per-stage targets
1332 and to all-prebootstrap.
1333 * configure.in (build_configdirs): Always enable build_tools.
1334 (BUILD_DIR_PREFIX): Remove.
1335
1336 * Makefile.def (gcc): Add target variable.
1337 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1338 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1339 in the recursive `make', instead of hardwiring `all'.
1340 (Autogenerated TARGET-* variables): New.
1341
20f3bb80
BB
13422004-08-13 Brian Booth <bbooth@redhat.com>
1343
1344 * MAINTAINERS: Remove myself from write-after-approval.
1345
b5be499d
NN
13462004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
1347
1348 * src-release: Stop distributing mmalloc with gdb (which doesn't
1349 use it).
1350 * Makefile.def: GDB doesn't depend on mmalloc anymore.
1351 * Makefile.in: Regenerate.
1352
b3f8d95d
MM
13532004-08-09 Mark Mitchell <mark@codesourcery.com>
1354
1355 * configure.in (arm*-*-eabi*): New target.
1356 * configure: Regenerate.
1357
3589b69e
PB
13582004-08-06 Paolo Bonzini <bonzini@gnu.org>
1359
1360 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1361 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1362 (Dependencies): New section.
1363 * Makefile.tpl (Dependencies): Generate from Makefile.def.
1364 (configure-target-[+module+]): Depend on maybe-all-gcc
1365 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
1366 (toplevel profiledbootstrap): Fix dependencies.
1367 * Makefile.in: Regenerate.
1368
972974fc
MM
13692004-08-03 Mark Mitchell <mark@codesourcery.com>
1370
1371 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1372 target-libiberty to noconfigdirs.
1373 * configure: Regenerate.
1374
bebf829d
PB
13752004-08-03 Paul Brook <paul@codesourcery.com>
1376
1377 * configure.in: Check for MPFR as well as GMP.
1378 * configure: Regenerate.
1379
98a5bb3b
RM
13802004-08-01 Robert Millan <robertmh@gnu.org>
1381
1382 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1383 libmudflap for all GNU-based systems (with Glibc).
1384 * configure: Regenerate.
1385
d32ab992
PB
13862004-08-03 Paolo Bonzini <bonzini@gnu.org>
1387
1388 * Makefile.def (host-modules): Add gcc.
1389 * Makefile.in: Regenerate.
1390 * Makefile.tpl (sorry): New rule.
1391 (configure-host, all-host, [+make_target+]-host, do-check,
1392 install-host): Do not add gcc as a special case.
1393 (host modules): Add a small special-casing for gcc. Export
1394 extra_make_flags through the environment.
1395 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1396 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1397 other recursive targets for gcc): Remove.
1398
1399 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1400 (stage, unstage): New rules.
1401 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1402 distclean-stage[+id+]): Use stage_current.
1403 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1404 the stage*-start rules.
1405
aeb732c1
GK
14062004-08-02 Geoffrey Keating <geoffk@apple.com>
1407
1408 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
1409 use -all_load flag.
1410
25b656e7
PB
14112004-08-02 Paolo Bonzini <bonzini@gnu.org>
1412
1413 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
1414 * configure: Regenerate.
1415
cc440d71
TM
14162004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
1417
1418 * maintainer-scripts/gcc_release: Revert yesterday's change.
1419
270e140b
SB
14202004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
1421
1422 * MAINTAINERS: Add myself to write-after-approval.
1423
3e4035f8
TM
14242004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
1425
1426 * libf2c: Removed.
1427 * gcc/gccbug.in: Updated because of libf2c removal.
1428 * maintainer-scripts/gcc_release: Ditto.
1429
a3e8d8b4
LR
14302004-07-09 Loren J. Rittle <ljrittle@acm.org>
1431
1432 * configure.in: Build libmudflap by default on FreeBSD.
1433 * configure: Regenerated.
1434
dfcada9a
MM
14352004-07-09 Mark Mitchell <mark@codesourcery.com>
1436
1437 * configure.in: Do not build libmudflap by default on non-GNU/Linux
1438 systems.
1439 * configure: Regenerated.
1440
3922b216
JDA
14412004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1442
1443 PR target/16344
1444 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
1445 feedback based compiler.
1446 * Makefile.in: Rebuilt.
1447
95bcca47
AO
14482004-07-08 Alexandre Oliva <aoliva@redhat.com>
1449
1450 * Makefile.def (host_modules): Set bootstrap=true for flex.
1451 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
1452 * Makefile.in: Rebuilt.
1453
051822f6
JH
14542004-07-07 Jan Hubicka <jh@suse.cz>
1455
1456 * MAINTAINERS: Add self as a profile feedback maintainer.
1457
7b61653a
PE
14582004-07-05 Phil Edwards <phil@codesourcery.com>
1459
1460 * configure.in: Do not prepend $srcdir to /dev/null in
1461 makefile fragments.
1462 * configure: Regenerate.
1463
23f6b2f9
PB
14642004-07-01 Paolo Bonzini <bonzini@gnu.org>
1465
1466 * Makefile.def (build_modules): Add bison, byacc, flex,
1467 m4, texinfo.
1468 (flags_to_pass): Add FLEX.
1469 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1470 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1471 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1472 DEFAULT_MAKEINFO): Remove.
1473 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1474 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1475 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1476 objdir or else use configured tool.
1477 (all-build): New.
1478 (all): Depend on it.
1479 (Build module dependencies): Add.
1480 * Makefile.in: Regenerate.
1481 * configure.in: Better support for multiple build modules,
1482 matching what is done for host/target modules. Do not look
1483 for "plausible" locations of build tools if Canadian cross.
1484 Use autoconf's AC_PROG_CC to find a C compiler. Define
1485 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
1486 * configure: Regenerate.
78716e86 1487
1c020272
PB
14882004-06-22 Paolo Bonzini <bonzini@gnu.org>
1489
1490 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
1491 * Makefile.in: Regenerate.
1492
a52a0a7f
PB
14932004-06-22 Paolo Bonzini <bonzini@gnu.org>
1494
1495 * Makefile.tpl (configure-build-[+module+],
1496 configure-[+module+], configure-target-[+module+]): Pass
1497 [+extra_configure_args+].
1498 (all-build-[+module+], all-[+module+], check-[+module+],
1499 install-[+module+], [+make_target+]-[+module+],
1500 all-target-[+module+], check-target-[+module+],
1501 install-target-[+module+], [+make_target+]-target-[+module+]):
1502 Pass [+extra_make_args+].
1503 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
1504 (GCC_HOST_EXPORTS): Remove.
1505 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
1506 cross, check-gcc, check-gcc-c++, install-gcc,
1507 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
1508 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
1509 * Makefile.in: Regenerate.
1510
ccde3f1a
MS
15112004-06-21 Matthew Sachs <msachs@apple.com>
1512
1513 * MAINTAINERS: Added self to write-after-approval.
1514
6264b0a6
CF
15152004-06-21 Christopher Faylor <cgf@alum.bu.edu>
1516
1517 * configure.in: Check for srcdir/winsup rather than build directory
1518 winsup.
1519 * configure: Regenerate.
1520
801e2270
CV
15212004-06-17 Corinna Vinschen <vinschen@redhat.com>
1522
1523 * configure.in: Don't build Cygwin native newlib if winsup
1524 directory is missing. Emit warning instead.
1525 * configure: Regenerate.
1526
ad6717df
PB
15272004-06-09 Paolo Bonzini <bonzini@gnu.org>
1528
1529 * Makefile.tpl (touch-stage[+id+]): New.
1530 (restage[+prev+]): Depend on touch-stage[+id+].
1531
1532 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
1533 Use it throughout.
1534
1535 * Makefile.def: Add profile and feedback bootstrap stages.
1536 Remove next field from bootstrap stages.
1537 * Makefile.tpl (LN, LN_S): Substitute.
1538 (stageN-start, stageN-end): Use double-colon rules, to
1539 provide a hook for additional setup commands.
1540 (distclean-stageN-gcc, restageN): Create dependencies from
1541 [+prev+], not from [+next+].
1542 (stageN-bubble): Add commands for successive stages from
1543 [+prev+], using double-colon rules.
1544 (all-stageN-gcc): Fix typo.
1545 (stagefeedback-start, profiledbootstrap): New.
1546 * Makefile.in: Regenerate.
1547 * configure.in: Call ACX_PROG_LN.
1548 * configure: Regenerate.
1549
5bbb9680
CY
15502004-06-08 Canqun Yang <canqun@nudt.edu.cn>
1551
1552 * MAINTAINERS (Write After Approval): Add myself.
1553
e18be1d4
MA
15542004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
1555
1556 * MAINTAINERS (Write After Approval): Add myself.
1557
5607edfd
PB
15582004-06-03 Paolo Bonzini <bonzini@gnu.org>
1559
1560 * configure.in: Fix --enable-bootstrap breakage introduced in trees
1561 without gcc.
1562 * configure: Regenerate.
1563
1ec4e9c3
PB
15642004-06-01 Paolo Bonzini <bonzini@gnu.org>
1565
1566 * Makefile.tpl: Fix typo.
1567 * Makefile.in: Regenerate.
1568
c2f7605f
PB
15692004-06-01 Paolo Bonzini <bonzini@gnu.org>
1570
1571 * configure.in: Remove new- prefix from toplevel
1572 bootstrap targets.
1573 * configure: Regenerate.
1574
f516a7da
PB
15752004-06-01 Paolo Bonzini <bonzini@gnu.org>
1576
1577 * Makefile.tpl (all.normal): Rename to all.
1578 (all): Replace with a rule to pick the default
1579 target from configure.
1580 (all-gcc, configure-gcc): Use conditionals to
1581 do nothing when toplevel bootstrap is going on.
1582 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
1583 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
1584 * configure.in: Support --enable-bootstrap.
1585
1586 * Makefile.def: Remove new- prefix from toplevel
1587 bootstrap targets.
1588 * Makefile.tpl: Likewise.
1589
1590 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
1591 target.
1592
1593 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
1594 $(RECURSE_FLAGS) to recursive invocation of make.
1595
1596 * Makefile.in: Regenerate.
1597 * configure: Regenerate.
1598
78dd5e36
AJ
15992004-05-30 Andreas Jaeger <aj@suse.de>
1600 Jim Wilson <wilson@specifixinc.com>
1601
1602 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
1603 like CC.
1604
30f1bddc
DJ
16052004-05-27 Daniel Jacobowitz <dan@debian.org>
1606
1607 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
1608 * configure: Regenerate.
1609
4fc4dd12
DJ
16102004-05-25 Daniel Jacobowitz <drow@false.org>
1611
1612 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
1613 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
1614 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
1615 targets.
1616 * Makefile.in: Regenerate.
1617
94632047 16182004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
1619
1620 * configure.in: Test the ability to symlink directories.
1621 * configure: Regenerate.
1622
1623 * Makefile.def (bootstrap-stage): New definitions.
1624 * Makefile.tpl (configure-stage1-gcc,
1625 configure-stage2-gcc, configure-stage3-gcc,
1626 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
1627 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
1628 new-restage3, compare): Autogenerate, see Makefile.in
1629 entry for behavioral changes.
1630 (distclean-stage1, new-stage1-start, new-stage1-end,
1631 new-stage1-bubble, distclean-stage2, new-stage2-start,
1632 new-stage2-end, new-stage2-bubble, distclean-stage3,
1633 new-stage3-start, new-stage3-end): New autogenerated targets.
1634 (objext, prebootstrap, BOOT_CFLAGS,
1635 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
1636 targets.
1637
1638 * Makefile.in: Regenerate.
1639 (distclean-stage1, new-stage1-start, new-stage1-end,
1640 new-stage1-bubble, distclean-stage2, new-stage2-start,
1641 new-stage2-end, new-stage2-bubble, distclean-stage3,
1642 new-stage3-start, new-stage3-end): New targets.
1643 (all-stage1-gcc): Move prebootstrap dependency from here...
1644 (configure-stage1-gcc): ...to here.
1645 (new-bootstrap): Use bubble targets.
1646 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1647 Use per-stage distclean targets.
1648 (configure-stage1-gcc, configure-stage2-gcc,
1649 configure-stage3-gcc, all-stage1-gcc,
1650 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1651 Use new-stageN-start to prepare the tree.
1652
4f4e53dd
PB
16532004-05-23 Paolo Bonzini <bonzini@gnu.org>
1654
1655 * Makefile.def (host_modules): add libcpp.
1656 * Makefile.tpl: Add dependencies on and for libcpp.
1657 * Makefile.in: Regenerate.
1658 * configure.in: Add libcpp host module.
1659 * configure: Regenerate.
1660
60975492
PB
16612004-05-21 Paolo Bonzini <bonzini@gnu.org>
1662
1663 * Makefile.tpl: Whenever a recursive target is defined, wrap
1664 it in a special @if/@endif block, and prepare its maybe
1665 dependency in the @if/@endif block
1666 * configure.in: Instead of writing maybe dependencies, remove
1667 the @if/@endif statements, and remove the @if/@endif blocks
1668 that remain.
1669 * configure: Regenerate.
1670 * Makefile.in: Regenerate.
1671
5ce7d75d
JJ
16722004-05-20 Janis Johnson <janis187@us.ibm.com>
1673
1674 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
1675
c779c42f
KK
16762004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
1677
1678 PR bootstrap/15120
1679 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
1680 * */configure: Rebuilt.
1681
b4117c30
ZW
16822004-05-17 Zack Weinberg <zack@codesourcery.com>
1683
1684 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1685 of libf2c.
1686 * configure, Makefile.in: Regenerate.
1687
315fcf97 1688