]> gcc.gnu.org Git - gcc.git/blame - ChangeLog
Daily bump.
[gcc.git] / ChangeLog
CommitLineData
212f829c
PB
12005-12-20 Paolo Bonzini <bonzini@gnu.org>
2
3 Revert Ada-related part of the previous change.
4
5 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
6 Do not pass.
7 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
8 * Makefile.in: Regenerate.
9 * configure.in: Do not include mt-ppc-aix target fragment.
10 * configure: Regenerate.
11
8ef1f2df
PB
122005-12-19 Paolo Bonzini <bonzini@gnu.org>
13
14 * configure.in: Select appropriate fragments for PowerPC/AIX.
15 * configure: Regenerate.
16
17 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
18 BOOT_CFLAGS, BOOT_LDFLAGS.
19 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
20 BOOT_CFLAGS, BOOT_LDFLAGS.
21 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
22 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
23 (stage): Fail if we cannot complete the work.
24 * Makefile.in: Regenerate.
25
ab34901f
NS
262005-12-16 Nathan Sidwell <nathan@codesourcery.com>
27
28 * configure.in: Replace ms1 with mt.
29 * configure: Rebuilt.
30
cbe82f21
BM
312005-12-15 Bryce McKinlay <mckinlay@redhat.com>
32
33 * MAINTAINERS: Update my email address.
34
19843472
PB
352005-12-15 Paolo Bonzini <bonzini@gnu.org>
36
37 * Makefile.tpl (all, do-[+make_target+], do-check, install,
38 install-host-nogcc): Don't invoke $(stage) at the end.
39 * Makefile.in: Regenerate.
40
1ca26cd2
PB
412005-12-14 Paolo Bonzini <bonzini@gnu.org>
42
43 * configure.in: Flip the top-level bootstrap switch.
44 * configure: Regenerate.
45
f41d6665
DJ
462005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
47
48 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
49 $(stage) and $(unstage).
50 (EXTRA_TARGET_FLAGS): Correct double-quoting.
51 (all): Remove stray semicolon.
52 (local-distclean): Don't handle multilib.tmp and multilib.out.
53 (install.all): Set $s for consistency.
54 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
55 check_multilibs setting. Always make the install directory.
56 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
57 Correct @if/@endif.
58 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
59 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
60 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
61 (multilib.out): Remove.
62 * Makefile.in: Regenerated.
63
9174b3cf
CD
642005-12-12 Carlos O'Donell <carlos@codesourcery.com>
65
66 * MAINTAINERS (Write After Approval): Add myself.
67
64f182bd
NS
682005-12-12 Nathan Sidwell <nathan@codesourcery.com>
69
121b2cee
NS
70 * MAINTAINERS: Add myself as mt maintainer.
71
64f182bd
NS
72 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
73
a6d63770
AN
742005-12-06 Adam Nemet <anemet@caviumnetworks.com>
75
76 * MAINTAINERS: Change email address.
77
2abefe3d
PB
782005-12-05 Paolo Bonzini <bonzini@gnu.org>
79
80 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
81 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
82 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
83 Find in-tree tools if available.
84 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
85 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
86 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
87 (COMPILER_*_FOR_TARGET): New.
88 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
89 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
90 (CONFIGURED_*, USUAL_*): Remove.
91 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
92 STRIP): Use autoconf substitutions.
93 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
94 COMPILER_NM_FOR_TARGET): New.
95 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
96
97 (all): Make all-host and all-target in parallel.
98 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
99 that $$r and $$s are set before invoking a recursive make.
100 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
101 ([+bootstrap-target+]): Inline most of the `all' target.
102
2f3bdde7
BE
1032005-11-29 Ben Elliston <bje@au.ibm.com>
104
105 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
106 from the gcc build directory.
107 * Makefile.in: Regenerate.
108
a4b6c45a
BE
1092005-11-29 Ben Elliston <bje@au.ibm.com>
110
111 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
112 depend on all-libdecnumber.
113 * configure.in (host_libs): Include libdecnumber.
114 * Makefile.in: Regenerate.
115 * configure: Likewise.
116
473a74b9
BE
1172005-11-29 Ben Elliston <bje@au.ibm.com>
118
119 * libdecnumber: Import decNumber sources from the dfp-branch.
120
b4623110
KJ
1212005-11-21 Kean Johnston <jkj@sco.com>
122
123 * config.sub, config.guess: Sync from upstream sources.
124
67dc1785
BE
1252005-11-21 Ben Elliston <bje@au.ibm.com>
126
127 Import from Autoconf sources:
128
129 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
130 * config/move-if-change: Don't output "$2 is unchanged";
131 suggested by Ben Elliston. Handle weird characters correctly.
132
186abafe
AT
1332005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
134
135 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
136 to match upstream libtool for darwin.
137
ef9db8d5
DJ
1382005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
139
140 * Makefile.def: Remove gdb dependencies for gdbtk.
141 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
142 (configure-gdb, install-gdb): New rules.
143 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
144 * Makefile.in, configure: Regenerated.
145
9c5141ab
JB
1462005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
147
148 * MAINTAINERS (Write After Approval): Add myself.
149
4523d51b
EE
1502005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
151
152 * MAINTAINERS (Write After Approval): Add myself.
153
086b011c
DN
1542005-10-24 Diego Novillo <dnovillo@redhat.com>
155
156 * MAINTAINERS (alias analysis): Add Daniel Berlin and
157 Diego Novillo.
158
e7c84bf8
PB
1592005-10-22 Paolo Bonzini <bonzini@gnu.org>
160
161 PR bootstrap/24297
162 * Makefile.tpl (do-[+make-target+], do-check, install,
163 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
164 are set before recursing.
165 * Makefile.in: Regenerate.
166
b88a7564
EB
1672005-10-20 Eric Botcazou <ebotcazou@adacore.com>
168
169 PR bootstrap/18939
170 * Makefile.def (gcc) <target>: Fix thinko.
171 * Makefile.in: Regenerate.
172
61efc800
BS
1732005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
174
175 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
176 * configure: Regenerate.
177
f53d2869
JZ
1782005-10-15 Jie Zhang <jie.zhang@analog.com>
179
180 * MAINTAINERS (Write After Approval): Add self.
181
077fc835
KH
1822005-10-08 Kazu Hirata <kazu@codesourcery.com>
183
184 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
185 target-libffi, target-qthreads, target-libjava, and
186 targetlibobjc.
187 * configure: Regenerate.
188
d739199a
DJ
1892005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
190
191 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
192 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
193 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
194 (USUAL_OBJDUMP_FOR_TARGET): New.
195 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
196 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 197 * configure, Makefile.in: Regenerated.
d739199a 198
db38c6bb
PB
1992005-10-05 Paolo Bonzini <bonzini@gnu.org>
200
201 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
202 before other host packages.
203
3015564c
KK
2042005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
205
206 * MAINTAINERS: Add self as sh libraries/configury maintainer.
207
1061f99e
PB
2082005-10-05 Paolo Bonzini <bonzini@gnu.org>
209
210 PR bootstrap/22340
211
212 * configure.in (default_target): Remove.
213 * Makefile.tpl (all): Do not use prerequisites as subroutines
214 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
215 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
216 use prerequisites as subroutines.
217 (check-host, check-target): New.
218 (bootstrap configure & all targets): Do not use stage*-start
219 if the directory layout is already ok.
220 (non-bootstrap configure & all targets): Prepend a $(unstage).
221 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
222 (NOTPARALLEL): Remove.
223 (unstage, stage variables): New variables.
224 (unstage, stage targets): Simply expand to those variables.
225
226 * configure: Regenerate.
227 * Makefile.in: Regenerate.
228
4a9c436f
JW
2292005-10-04 James E Wilson <wilson@specifix.com>
230
231 * Makefile.def (lang_env_dependencies): Add libmudflap.
232 * Makefile.in: Regenerate.
233
37150080
AS
2342005-10-03 Andreas Schwab <schwab@suse.de>
235
236 Backport from libtool CVS:
237 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
238
239 * ltmain.sh: add support for installing into temporary
240 staging area (e.g. 'make install DESTDIR=...')
241
39d16468
L
2422005-10-03 H.J. Lu <hongjiu.lu@intel.com>
243
244 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
245 * configure: Regenerated.
246
72a7ab82
AP
2472005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
248
249 * configure: Regenerate with the correct
250 autoconf version.
251
6b65a26d
CM
2522005-09-30 Catherine Moore <clm@cm00re.com>
253
254 * configure.in (bfin-*-*): New.
255 * configure: Regenerated.
256
040b1c5a
GK
2572005-09-28 Geoffrey Keating <geoffk@apple.com>
258
259 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
260 (LIPO_FOR_TARGET): New.
261 (CONFIGURED_LIPO_FOR_TARGET): New.
262 (USUAL_LIPO_FOR_TARGET): New.
263 (STRIP_FOR_TARGET): New.
264 (CONFIGURED_STRIP_FOR_TARGET): New.
265 (USUAL_STRIP_FOR_TARGET): New.
266 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
267 STRIP_FOR_TARGET.
268 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
269 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
270 * Makefile.in: Regenerate.
271 * configure: Regenerate.
272
3a3c28db
DE
2732005-09-19 David Edelsohn <edelsohn@gnu.org>
274
275 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
276 (rs6000-*-aix*): Same.
277 * configure: Regenerate.
278
2749a921
TT
2792005-09-16 Tom Tromey <tromey@redhat.com>
280
281 * MAINTAINERS: Add self as java maintainer.
282
7f26dfa3
FXC
2832005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
284
285 * configure.in: Recognize f95 in the --enable-languages option,
286 and substitute it for fortran, issuing a warning.
287 * configure: Regenerate.
288
d8852c4f
PE
2892005-08-30 Phil Edwards <phil@codesourcery.com>
290
291 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
292 * configure: Regenerated.
293
ad685e81
AH
2942005-08-22 Aldy Hernandez <aldyh@redhat.com>
295
296 * MAINTAINERS: Add self as ms1 maintainer.
297
b00d752c
RE
2982005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
299
300 * Makefile.def (libssp): Add to lang_env_dependencies.
301 * Makefile.in: Regenerate.
302
9ed8fb9b
ILT
3032005-08-18 Ian Lance Taylor <ian@airs.com>
304
305 * MAINTAINERS: Add myself as middle-end maintainer.
306
0f029d39
CG
3072005-08-17 Christian Groessler <chris@groessler.org>
308
309 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
310 * Makefile.in: Regenerate.
311
81087874
AK
3122005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
313
314 * MAINTAINERS (write after approval): Added myself.
315
6a134f1c
MR
3162005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
317
318 * MAINTAINERS (Write After Approval): Add myself.
319
2693c0b0
PB
3202005-08-12 Paolo Bonzini <bonzini@gnu.org>
321
322 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
323 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
324 Look for alternate names of the target cc and c++
325 * configure: Regenerate.
326
4de997d1
PB
3272005-08-08 Paolo Bonzini <bonzini@gnu.org>
328
329 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
330 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
331 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
332 tools; remove code to manually set them.
333 (Target tools): Look in the environment for them.
334 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
335 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
336 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
337 build directory.
338 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
339 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
340 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
341 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
342 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
343 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
344 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
345 * configure: Regenerate.
346 * Makefile.in: Regenerate.
347
b089e33a
BE
3482005-07-28 Ben Elliston <bje@au.ibm.com>
349
350 * MAINTAINERS: Update for removed CPU targets.
351
e3791243
MM
3522005-07-27 Mark Mitchell <mark@codesourcery.com>
353
354 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
355 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
356 * Makefile.in: Regenerated.
357
526635cb
MM
3582005-07-26 Mark Mitchell <mark@codesourcery.com>
359
360 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
361 (CFLAGS_FOR_TARGET): Use it.
362 (CXXFLAGS_FOR_TARGET): Likewise.
363 * Makefile.in: Regenerated.
364 * configure.in (--with-build-sysroot): New option.
365 * configure: Regenerated.
366
19791f70
PB
3672005-07-24 Paolo Bonzini <bonzini@gnu.org>
368
369 * Makefile.tpl: Wrap install between unstage and stage
370 * Makefile.in: Regenerate.
371
35f5a23f
EC
3722005-07-21 Eric Christopher <echristo@apple.com>
373
374 * MAINTAINERS: Update affiliation.
375
ff3ddf15
PW
3762005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
377
378 * MAINTAINERS: Add self as crx port maintainer.
379
3a664c1c
DD
3802005-07-20 DJ Delorie <dj@redhat.com>
381
382 * MAINTAINERS: Add self as m32c maintainer.
383
539df155
KC
3842005-07-16 Kelley Cook <kcook@gcc.gnu.org>
385
386 * all files: Update FSF address.
387
be9c593a
EC
3882005-07-15 Eric Christopher <echristo@redhat.com>
389
390 * MAINTAINERS: Change affiliation.
391
fd7ea4ab
JB
3922005-07-14 Jim Blandy <jimb@redhat.com>
393
394 * configure.in: Add cases for Renesas m32c.
395 * configure: Regenerated.
396
0063a823
KC
3972005-07-14 Kelley Cook <kcook@gcc.gnu.org>
398
d0ca130a
KC
399 * COPYING.LIB: Update from fsf.org.
400
4012005-07-14 Kelley Cook <kcook@gcc.gnu.org>
402
403 * COPYING, compile, config.guess,
0063a823
KC
404 config.sub, install-sh, missing, mkinstalldirs,
405 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 406 * config-ml.in: Update FSF address.
0063a823 407
a8ba31f2
EC
4082005-07-13 Eric Christopher <echristo@redhat.com>
409
410 * configure.in: Add toplevel noconfigdir support for tpf.
411 * configure: Regenerate.
412
5bea4a03
PB
4132005-07-11 Paolo Bonzini <bonzini@gnu.org>
414
415 PR ada/22340
416
417 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
418 * Makefile.in: Regenerate.
419
284bdbbd
MM
4202005-07-07 Mark Mitchell <mark@codesourcery.com>
421
422 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
423 Brolley to write-after-approval.
424
452190fb
AS
4252005-07-07 Andreas Schwab <schwab@suse.de>
426
427 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
428 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
429 * Makefile.in: Regenerated.
430
9c8f9ec2
GK
4312005-07-06 Geoffrey Keating <geoffk@apple.com>
432
433 * configure.in: Don't build sim or rda when targetting darwin.
434 * configure: Regenerate.
435
ef0087a7
KH
4362005-07-06 Kazu Hirata <kazu@codesourcery.com>
437
438 * configure.in: Add --enable-libssp and --disable-libssp.
439 * configure: Regenerate with autoconf-2.13.
440
77008252
JJ
4412005-07-02 Jakub Jelinek <jakub@redhat.com>
442
443 * Makefile.def (target_modules): Add libssp.
444 * configure.in (target_libraries): Add target-libssp.
445 * configure: Rebuilt.
446 * Makefile.in: Rebuilt.
447
a04eae1b
ZW
4482005-07-01 Zack Weinberg <zackw@panix.com>
449
450 * MAINTAINERS: Change email address. Resign from maintainership.
451
948884cd
RG
4522005-07-01 Richard Guenther <rguenther@suse.de>
453
454 * MAINTAINERS: Change my e-mail address and affiliation.
455
c7870f5d
PB
4562005-06-22 Paolo Bonzini <bonzini@gnu.org>
457
458 * Makefile.def (stagefeedback): Come after profile.
459 Define profiledbootstrap target.
460 * Makefile.tpl (profiledbootstrap): Remove.
461 (stageprofile-end): Zap stagefeedback.
462 (stagefeedback-start): Copy all .gcda files, not only GCC's.
463 * Makefile.in: Regenerate.
464
ab99519a
RS
4652005-06-13 Richard Sandiford <richard@codesourcery.com>
466
467 * MAINTAINERS: Update my email address.
468
f610dd5f
ZW
4692005-06-13 Zack Weinberg <zack@codesourcery.com>
470
471 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
472 In 'cpp' stanza, support '#line' as well as '# '.
473
71bc2a83
AS
4742005-06-08 Andreas Schwab <schwab@suse.de>
475
476 * MAINTAINERS: Move myself from 'Write After Approval' to
477 'CPU Port Maintainers' section as m68k maintainer.
478
4fab7234
HPN
4792005-06-07 Hans-Peter Nilsson <hp@axis.com>
480
481 * configure.in (unsupported_languages): New macro.
482 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
483 non-ported target libraries in noconfigdirs.
484 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
485 non-linux-gnu. Remove libgcj_ex_libffi.
486 <lang_frag loop>: Set add_this_lang=no if the language is in
487 unsupported_languages.
488 * configure: Regenerate.
489
68193f9b
TS
4902005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
491
492 * configure.in: Fix typo in handling of --with-mpfr-dir.
493 * configure: Regenerate.
494
f26f6b8d
RS
4952005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
496
497 * MAINTAINERS: Update my email address.
498
ba4853f8
JB
4992005-06-02 Jim Blandy <jimb@redhat.com>
500
501 * config.sub: Add cases for the Renesas m32c. (This patch has been
502 accepted into the master sources.)
503
79dd769c 5042005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
505 Michael Snyder <msnyder@redhat.com>
506 Stan Cox <scox@redhat.com>
79dd769c 507
f610dd5f 508 * configure.in: Set noconfigdirs for ms1.
79dd769c 509
f610dd5f 510 * configure: Regenerate.
79dd769c 511
d29e107f
JD
5122005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
513
514 * MAINTAINERS (Write After Approval): Add self.
515
e93196c3
JC
5162005-06-01 Josh Conner <jconner@apple.com>
517
518 * MAINTAINERS (Write After Approval): Add self.
519
ae263c7a
KH
5202005-06-01 Kazu Hirata <kazu@codesourcery.com>
521
522 * MAINTAINERS: Update my email address.
523
585b3aa3
ZM
5242005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
525
526 * MAINTAINERS (Write After Approval): Add self.
527
4930c50b
CD
5282005-05-26 Chris Demetriou <cgd@broadcom.com>
529
530 * MAINTAINERS (Write After Approval): Remove self.
531
2dfbef6d
PB
5322005-05-25 Paolo Bonzini <bonzini@gnu.org>
533
534 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
535 (Dependencies): Consider target modules for bootstrap dependencies.
536 Make target bootstrap modules depend on each stage's gcc.
537 * Makefile.in: Regenerate.
538
bcb28cf5
PB
5392005-05-20 Paolo Bonzini <bonzini@gnu.org>
540
541 * Makefile.def (configure-gcc): Depend on binutils having been built.
542 (all-gcc): No need to do it here.
543 * Makefile.in: Regenerate.
544
0cf085e4
PB
5452005-05-19 Paul Brook <paul@codesourcery.com>
546
f610dd5f 547 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
548 language cannot be built.
549 * configure: Regenerate.
550
dfb2c39a
DJ
5512005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
552
553 * ylwrap: Import from Automake 1.9.5.
554
771aaa92
DU
5552005-05-13 David Ung <davidu@mips.com>
556
557 * MAINTAINERS (Write After Approval): Add self.
558
3ac9bd58
MS
5592005-05-09 Mike Stump <mrs@apple.com>
560
561 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
562 lt_cv_sys_max_cmd_len for now.
f610dd5f 563
f77a5578
SC
5642005-05-09 Stan Cox <scox@redhat.com>
565
566 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
567
795e36e5
MK
5682005-05-08 Matt Kraai <kraai@ftbfs.org>
569
570 * README.SCO: Update the URL.
571
c9392a2b
DE
5722005-05-05 David Edelsohn <edelsohn@gnu.org>
573
574 * ltconfig: Define file_list_spec. Pass file_list_spec and
575 with_gnu_ld to libtool.
576 * ltcf-c.sh (aix[45]): Define file_list_spec.
577 * ltcf-cxx.sh (aix[45]): Same.
578 * ltcf-gcj.sh (aix[45]): Same.
579 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
580 exists, write list of input files to temporary file.
581
bebcd931
MS
5822005-05-04 Mike Stump <mrs@apple.com>
583
584 * configure.in: Always pass --target to target configures as
585 otherwise rebuilds that do --recheck will fail.
586 * confiugure: Rebuilt.
587
ce406537
PB
5882005-05-04 Paolo Bonzini <bonzini@gnu.org>
589
590 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
591 STAGE_HOST_EXPORTS.
592 (configure, all): Add bootstrap support.
593 (Host modules, target modules): Pass post-stage1 flags and exports.
594 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
595 * Makefile.in: Regenerate.
596
aa9dcfc4
PB
5972005-04-29 Paolo Bonzini <bonzini@gnu.org>
598
599 * configure: Regenerate.
600
b6f9abcf
MS
6012005-04-27 Mike Stump <mrs@apple.com>
602
603 * MAINTAINERS: Add self as darwin maintainer.
604
acb217cb
BS
6052005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
606
607 * config.sub: Update from master copy.
608
b6dae270
MS
6092005-04-21 Mike Stump <mrs@apple.com>
610
611 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
612 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
613
c2e0d3a9
HPN
6142005-04-19 Hans-Peter Nilsson <hp@axis.com>
615
616 * configure.in <crisv32-*-*, cris-*-*>: New local variable
617 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
618 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
619 "*-*-elf" and "*-*-linux*".
620 * configure: Regenerate.
621
871ae772
JM
6222005-04-14 Joseph S. Myers <joseph@codesourcery.com>
623
624 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
625
bf070c29
MS
6262005-04-12 Mike Stump <mrs@apple.com>
627
628 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
629
e865b6f7
TK
6302005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
631
632 * MAINTAINERS (Write After Approval): Add myself.
633
7b71ad7f
BS
6342005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
635
636 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
637
25b42232
PB
6382005-04-06 Paolo Bonzini <bonzini@gnu.org>
639
f610dd5f 640 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
641 (TARGET_CONFIGARGS): Include --with-target-subdir.
642 (configure, all): New macros. Use them throughout.
643 * Makefile.in: Regenerate.
644
d727c624
JG
6452005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
646
647 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 648
fff72cc4
ZD
6492005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
650
651 * MAINTAINERS: Remove 'loop unrolling' maintainer.
652
86472dc3
GP
6532005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
654
655 * MAINTAINERS: Move John Carr to Write After Approval.
656
5d0f90e5
R
6572005-03-30 J"orn Rennecke <joern.rennecke@st.com>
658
659 * config/mh-mingw32: Delete.
660 * configure.in: Don't use it.
661 * configure: Regenerate.
662
33da42bc
PB
6632005-03-31 Paolo Bonzini <bonzini@gnu.org>
664
665 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
666 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
667 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
668 (HOST_LIB_PATH): Generate from Makefile.def.
669 (TARGET_LIB_PATH): Likewise.
670 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
671 * Makefile.in: Regenerate.
672 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
673 (RPATH_ENVVAR): Include Darwin case.
674 * configure: Regenerate.
675
15cc1841
TF
6762005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
677
678 * MAINTAINERS (Various Maintainers): Remove self.
679 (Write After Approval): Add self.
680
6a8c79d5
TF
6812005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
682
683 * MAINTAINERS (Various Maintainers): Add self.
684
256f7136
PB
6852005-03-25 Paolo Bonzini <bonzini@gnu.org>
686
687 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
688 * configure: Regenerate.
689
191dd2c9
ZW
6902005-03-21 Zack Weinberg <zack@codesourcery.com>
691
692 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
693 gcc_version, and gcc_version_trigger from set of flags to pass.
694 * Makefile.tpl: Remove definitions of above variables.
695 (config.status): Remove dependency on $(gcc_version_trigger).
696 * Makefile.in: Regenerate.
697 * configure.in: Do not reference config/gcc-version.m4 nor
698 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
699 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
700 * configure: Regenerate.
701
ef6e9bc0
MH
7022005-03-16 Manfred Hollstein <manfred.h@gmx.net>
703 Andrew Pinski <pinskia@physics.uc.edu>
704
705 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
706 * Makefile.in: Regenerate.
707
009bbd5a
FW
7082005-03-13 Feng Wang <fengwang@nudt.edu.cn>
709
710 * MAINTAINERS (Write After Approval): Add myself.
711
09f8755b
DA
7122005-03-03 David Ayers <d.ayers@inode.at>
713
714 * MAINTAINERS (Write After Approval): Add myself.
715
e73ed25c
AO
7162005-03-01 Alexandre Oliva <aoliva@redhat.com>
717
718 PR libgcj/20160
719 * ltmain.sh: Avoid creating archives with components that have
720 duplicate basenames.
721
ace9ac7b
AP
7222005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
723
724 PR bootstrap/20250
725 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
726 instead of check.
727 * Makefile.in: Regenerate.
728
c9db9354
PB
7292005-02-28 Paolo Bonzini <bonzini@gnu.org>
730
731 * Makefile.in: Regenerate to fix conflict between the previous two
732 patches.
733
215c351a
PB
7342005-02-28 Paolo Bonzini <bonzini@gnu.org>
735
736 PR bootstrap/17383
737 * Makefile.def (target_modules): Remove "stage", now unnecessary.
738 * Makefile.tpl (HOST_SUBDIR): New substitution.
739 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
740 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
741 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
742 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
743 (Host modules, Bootstrapped modules): Use it.
744 (Build modules, Target modules): Do not create symlink trees,
745 always configure out-of-srcdir.
746 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
747 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
748 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
749 $(HOST_SUBDIR). Create a symlink for host_subdir.
750
751 * Makefile.in: Regenerate.
752 * configure: Regenerate.
753
5395b47b
NN
7542005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
755
756 Merged from libada-gnattools-branch:
757 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
758
759 * gnattools: New directory.
760 * Makefile.def: Add gnattools as a module, depending on target-libada.
761 * Makefile.in: Regenerate.
762 * configure.in: Include gnattools in host_tools; disable it if ada
763 is disabled.
764 * configure: Regenerate.
765
ca2cc05c
JM
7662005-02-24 James A. Morrison <phython@gcc.gnu.org>
767
768 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
769 treelang maintainer.
770 (Write After Approval): Remove myself.
771
d2f3024f
PS
7722005-02-23 Paul Schlie <schlie@comcast.net>
773
774 * configure.in: Allow darwin targeted ports to build tk, itcl and
775 libgui.
776 * configure: Regenerate.
777
bba5e0ca
EB
7782005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
779
780 PR libgcj/10353
781 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
782 * configure: Regenerate.
783
70132ce7
SK
7842005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
785
786 * MAINTAINERS (Write After Approval): Add myself.
787
20f0edca
ILT
7882005-02-10 Ian Lance Taylor <ian@airs.com>
789
790 * MAINTAINERS: Update my e-mail address.
791
e64e5109
RG
7922005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
793
794 * MAINTAINERS (Write After Approval): Add myself.
795
40d64b5a
HPN
7962005-01-29 Hans-Peter Nilsson <hp@axis.com>
797
798 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
799 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
800 target-libgloss when not *-*-elf and *-*-aout.
801 * configure: Regenerate.
802
54a12711
KH
8032005-01-23 Kazu Hirata <kazu@cs.umass.edu>
804
805 * MAINTAINERS: Remove obsolete entries.
806
0aa99dbb
KH
807 * MAINTAINERS (Write After Approval): Add Michael Matz.
808
2b009f5f
NB
8092005-01-19 Neil Booth <neil@daikokuya.co.uk>
810
811 * MAINTAINERS: Remove self as cpplib maintainer.
812
385870f5
KC
8132005-01-17 Kelley Cook <kcook@gcc.gnu.org>
814
815 * install-sh, config.sub: Import from upstream.
816
e7daab31
KC
8172005-01-17 Kelley Cook <kcook@gcc.gnu.org>
818
819 PR bootstrap/18222
820 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
821 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
822 * Makefile.in: Regenerate.
823
e6003f4d
JT
8242005-01-16 Jason Thorpe <thorpej@netbsd.org>
825
826 * MAINTAINERS: Update my email address.
827
145e2972 8282005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 829 Andreas Schwab <schwab@suse.de>
145e2972
DE
830
831 PR bootstrap/18033
832 * config-ml.in: Eval option if surrounded by single quotes.
833
86c7e0da
PB
8342005-01-03 Paolo Bonzini <bonzini@gnu.org>
835
836 Revert 2004-12-28 Makefile changes, a better fix will be
837 applied to mainline and src after GCC 4.0 branches.
838
3224a22f
PB
8392004-12-28 Paolo Bonzini <bonzini@gnu.org>
840
841 PR bootstrap/17383
842
843 * Makefile.def (target_modules): Remove stage parameter,
844 it is always true now.
845 * Makefile.tpl (configure-build-[+module+],
846 configure-target-[+module+]): Always build symlink tree
847 for the directory and for include. BUILD_SUBDIR and
848 TARGET_SUBDIR cannot be . anymore.
849 * Makefile.in: Regenerate.
850
aaf51ca2
DE
8512004-12-25 David Edelsohn <edelsohn@gnu.org>
852
853 Revert 2004-12-08 Makefile changes.
854
4e32e454
DS
8552004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
856
857 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
858 cygwin, mingw.
859
669f01d8
AS
8602004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
861
862 * configure.in (sh64-*-*): Reenable gprof.
863 * configure: Regenerate.
864
1b227ee0
DE
8652004-12-08 David Edelsohn <edelsohn@gnu.org>
866
867 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
868 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
869 (EXTRA_TARGET_FLAGS): Add PICFLAG.
870 * Makefile.in: Regenerate.
871
ce5e944c
CF
8722004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
873
874 * MAINTAINERS: Update my email address.
875
893f1e87
MK
8762004-12-07 Matt Kraai <kraai@ftbfs.org>
877
878 * Makefile.tpl: Generate normal dependencies if the LHS module is
879 not bootstrapped.
880 * Makefile.in: Regenerate.
881
bb59c339
RS
8822004-12-03 Richard Sandiford <rsandifo@redhat.com>
883
884 * configure.in: Include config/gxx-include-dir.m4. Use
885 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
886 * configure: Regenerate.
887
4982adbe
RS
8882004-12-03 Richard Sandiford <rsandifo@redhat.com>
889
890 * config.if: Delete.
891 * configure.in: Set libstdcxx_incdir directly.
892 * configure: Regenerate.
893
05750653
EC
8942004-12-02 Eric Christopher <echristo@redhat.com>
895
896 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
897 * Makefile.in: Regenerate.
898
5fef1dbd
RS
8992004-12-02 Richard Sandiford <rsandifo@redhat.com>
900
901 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
902 * configure: Regenerate.
903
afabd8e6
RS
9042004-12-02 Richard Sandiford <rsandifo@redhat.com>
905
906 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
907 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
908 * configure: Regenerate.
909
78716e86
EC
9102004-12-01 Eric Christopher <echristo@redhat.com>
911
912 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
913 of things to remove.
914
57ab8ba9
MK
9152004-11-29 Matt Kraai <kraai@ftbfs.org>
916
917 * MAINTAINERS (Write After Approval): Update my e-mail address.
918
2539bffe
KC
9192004-11-29 Kelley Cook <kcook@gcc.gnu.org>
920
921 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
922 from CVS libtool to always pass_all.
923
3e732ba0
JDA
9242004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
925
926 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
927 (hppa*64*-*-*): Delete incorrect comment.
928 * configure: Rebuilt.
929
767f726e
KC
9302004-11-24 Kelley Cook <kcook@gcc.gnu.org>
931
932 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
933
2c92e90f
KC
9342004-11-24 Kelley Cook <kcook@gcc.gnu.org>
935
936 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
937 from CVS libtool to always pass_all.
938
32f84e48
KC
9392004-11-15 Kelley Cook <kcook@gcc.gnu.org>
940
941 * install-sh, compile: Import from automake.
942
9587be8a
KC
9432004-11-15 Kelley Cook <kcook@gcc.gnu.org>
944
945 * config.guess, config.sub: Import from savannnah.
946
04e81808 9472004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
948
949 * MAINTAINERS (Write After Approval): Add myself
950
f87a2b2e
MS
9512004-11-12 Mike Stump <mrs@apple.com>
952
953 * Makefile.def: Add html support.
954 * Makefile.tpl: Likewise.
955 * Makefile.in: Regenerate.
956
848556c2
GK
9572004-11-11 Geoffrey Keating <geoffk@apple.com>
958
556f03c4
GK
959 PR 18423
960 * configure.in: Remove all instances of build-fixincludes from
961 noconfigdirs.
962 (build_configargs): Supply --target to subdirectories.
963 * configure: Regenerate.
964
848556c2
GK
965 * Makefile.def: Make gcc install depend on fixincludes install.
966 * Makefile.in: Regenerate.
967
9e5712a5
JJ
9682004-11-10 Janis Johnson <janis187@us.ibm.com>
969
970 * MAINTAINERS: Add myself as gcc testsuite maintainer.
971
4ef509c0
PB
9722004-11-11 Paul Brook <paul@codesourcery.com>
973
974 * MAINTAINERS: Add self as arm maintainer. Update email address.
975
20d11df6
HPN
9762004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
977
978 * configure.in (noconfigdirs) [mmix-*-*]: Disable
979 target-libgfortran.
79fd8592 980 * configure: Regenerate.
20d11df6 981
68c70f15
DE
9822004-11-07 David Edelsohn <edelsohn@gnu.org>
983
984 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
985 like CC.
986
54f88091
PB
9872004-11-05 Paolo Bonzini <bonzini@gnu.org>
988
989 * Makefile.def (host fixincludes): Specify missing targets.
990 * Makefile.in: Regenerate.
991
6866abb8
RC
9922004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
993
994 * MAINTAINERS: Add myself
995
83f62578
GL
9962004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
997
998 * MAINTAINERS (Write After Approval): Add myself.
999
53c7ffe7
GK
10002004-11-04 Geoffrey Keating <geoffk@apple.com>
1001
1002 * Makefile.def: Build fixincludes for the host, too.
1003 * Makefile.in: Regenerate.
1004 * configure.in (host_tools): Add fixincludes.
1005 * configure: Regenerate.
1006
ac8b3d9d
DJ
10072004-11-04 Daniel Jacobowitz <dan@debian.org>
1008
1009 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
1010 * configure: Regenerated.
1011
bab37580
L
10122004-11-04 H.J. Lu <hongjiu.lu@intel.com>
1013
1014 PR other/17783
1015 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
1016 * configure: Regenerated.
1017
db1de713
MM
10182004-10-31 Mark Mitchell <mark@codesourcery.com>
1019
1020 * README.SCO: Update per FSF instructions.
1021
a827e21a
EW
10222004-10-28 Eric B. Weddington <ericw@evcohs.com>
1023
1024 PR target/18151
1025 * configure.in (case ${target}): Do not build fixincludes for avr.
1026 * configure: Regenerated.
1027
9d069a4f
PB
10282004-10-26 Paolo Bonzini <bonzini@gnu.org>
1029
1030 * configure.in (case ${target}): Do not build fixincludes
1031 on platforms where it is not used.
1032 * configure: Regenerated.
1033
fc45f3fe
DJ
10342004-10-23 Daniel Jacobowitz <dan@debian.org>
1035
1036 * configure.in: Use an absolute path to install-sh.
1037 * configure: Regenerated.
1038
36554b92
AL
10392004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1040
1041 * MAINTAINERS (Write After Approval): Add myself.
1042
88e9994a
KH
10432004-10-19 Kazu Hirata <kazu@cs.umass.edu>
1044
1045 * MAINTAINERS: Remove from Write After Approval those that are
1046 already maintainers.
1047
ad02a944
SP
10482004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
1049
1050 * MAINTAINERS: Update my email address.
1051
c8e6cd41
KC
10522004-10-12 Kelley Cook <kcook@gcc.gnu.org>
1053
1054 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
1055 * configure: Regenerate.
1056
ebe55024
R
10572004-10-07 J"orn Rennecke <joern.rennecke@st.com>
1058
1059 * MAINTAINERS: Update my email address.
1060
a8b0957e
KH
10612004-10-07 Kazu Hirata <kazu@cs.umass.edu>
1062
1063 * MAINTAINERS (Language Front Ends Maintainers): New. Move
1064 entries belonging to this category.
1065
96836f61
JZ
10662004-10-06 Josef Zlomek <josef.zlomek@email.cz>
1067
1068 * MAINTAINERS: Update my e-mail address.
1069
7e0b5752
PB
10702004-10-06 Paolo Bonzini <bonzini@gnu.org>
1071
1072 Fix wrong conflict resolution in:
1073
1074 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
1075
1076 * Makefile.in: Regenerate.
1077 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1078 in the recursive `make', instead of hardwiring `all'.
1079 (Autogenerated TARGET-* variables): New.
1080
370f7a47
TL
10812004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
1082
1083 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 1084 * configure: Regenerate.
370f7a47 1085
13e5d623
KH
10862004-10-04 Kazu Hirata <kazu@cs.umass.edu>
1087
1088 * MAINTAINERS (Various Maintainers): Move the "windows,
1089 cygwin, mingw" maintainer to ...
1090 (OS Port Maintainers): ... here.
1091
a6497c1b
KH
10922004-10-04 Kazu Hirata <kazu@cs.umass.edu>
1093
1094 * MAINTAINERS (Write After Approval): Remove those that are
1095 maintainers of some subsystem.
1096
1abb828a
D
10972004-10-02 P.J. Darcy <darcypj@us.ibm.com>
1098
1099 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
1100 * ltcf-cxx.sh (tpf*): Likewise.
1101 * ltconfig (tpf*): Add TPF OS configuration support.
1102
16d1338d
BS
11032004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
1104
1105 * MAINTAINERS: Change my email address to my new work account.
1106
9082a750
MR
11072004-09-24 Michael Roth <mroth@nessie.de>
1108
1109 * configure.in (--without-headers): Add missing double quotes.
1110 * configure: Regenerate.
1111
07a8bdf8
KC
11122004-09-24 Kelley Cook <kcook@gcc.gnu.org>
1113
1114 * ylwrap: Revert to previous version.
1115
4c4a5bbc
L
11162004-09-23 H.J. Lu <hongjiu.lu@intel.com>
1117
1118 PR bootstrap/17369
1119 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1120 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1121 SET_GCC_LIB_PATH_CMD.
1122 (BASE_TARGET_EXPORTS): Likewise.
1123 * Makefile.in: Regenerated.
1124
1125 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1126 * configure: Regenerated.
1127
85f59630
KC
11282004-09-23 Kelley Cook <kcook@gcc.gnu.org>
1129
1130 * config.guess: New upstream version
1131 * compile, depcomp, install-sh, ylwrap: Likewise.
1132
95c53c62
RS
11332004-09-19 Roger Sayle <roger@eyesopen.com>
1134
1135 * config/mh-x86omitfp: New host makefile fragment. Add
1136 -fomit-frame-pointer to the default BOOT_CFLAGS.
1137 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1138 * configure: Regenerate.
1139
0a1c093b
AP
11402004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
1141
1142 PR target/11572
1143 * configure.in (*-*-darwin*): Renable libobjc.
1144 * configure: Regenerate.
1145
315fcf97
NS
11462004-09-10 Nathan Sidwell <nathan@codesourcery.com>
1147
1148 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
1149
0a050485 11502004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 1151
0a050485
DB
1152 * Makefile.def: Remove libbanshee.
1153 * Makefile.tpl: Ditto.
1154 * configure.in: Ditto.
1155 * Makefile.in: Regen.
1156 * configure: Ditto.
1157
5f4a098e
DE
11582004-09-08 David Edelsohn <edelsohn@gnu.org>
1159
1160 * ltmain.sh: Use $pic_object as $non_pic_object if
1161 $non_pic_object=none.
1162
32b2511f
PB
11632004-09-07 Paolo Bonzini <bonzini@gnu.org>
1164
1165 * missing: Import latest version from master repository.
1166
fc4d0e82
NC
11672004-09-06 Nick Clifton <nickc@redhat.com>
1168
1169 * config.sub: Import latest version from master repository.
1170 * config.guess: Likewise.
1171 This includes these changes:
78716e86 1172
fc4d0e82
NC
1173 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
1174
1175 * config.sub: Handle crisv32, alias etraxfs.
1176 * config.guess (crisv32:Linux:*:*): Handle.
1177
1178 2004-08-13 Brad Smith <brad@comstyle.com>
1179
1180 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1181 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1182
1183 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
1184
1185 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1186 assume the processor is a powerpc. This is because coreutils
1187 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1188 in this case, due to a MacOS X bug that causes
1189 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1190 to return a negative number.
1191 Problem reported by Petter Reinholdtsen in:
1192 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1193
1194 2004-07-19 Ben Elliston <bje@gnu.org>
1195
1196 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1197
1198 2004-06-24 Ben Elliston <bje@gnu.org>
1199
1200 * config.guess: Update copyright years.
1201 * config.sub: Likewise.
1202
1203 2004-06-22 Robert Millan <robertmh@gnu.org>
1204
1205 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1206 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1207
1208 2004-06-22 Stanley F. Quayle <stan@stanq.com>
1209
1210 * config.guess (*:*VMS:*:*): New entry. Replaces
1211 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1212 manufacturer.
1213
1214 2004-06-22 Ben Elliston <bje@gnu.org>
1215
1216 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
1217 * config.sub: Likewise.
1218
1219 2004-06-22 Ben Elliston <bje@gnu.org>
1220
1221 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
1222 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
1223
1224 2004-06-11 Ben Elliston <bje@gnu.org>
1225
1226 * config.guess (pegasos:OpenBSD:*:*): Remove.
1227
1228 2004-06-11 Ben Elliston <bje@gnu.org>
1229
1230 From Wouter Verhelst <wouter@grep.be>:
1231 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
1232
1233 2004-06-11 Ben Elliston <bje@gnu.org>
1234
1235 * config.guess (luna88k:OpenBSD:*:*): New.
1236
1237 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1238
1239 * config.guess (m32r*:Linux:*:*): New case.
1240 * config.sub: Handle m32rle.
1241
1242 2004-03-12 Ben Elliston <bje@wasabisystems.com>
1243
1244 From Jens Petersen <petersen@redhat.com>:
1245 * config.sub: Handle sparcv8.
1246
1247 2004-03-03 Ben Elliston <bje@wasabisystems.com>
1248
1249 From Tom Smith <smith@cag.lkg.hp.com>:
1250 * config.guess: Version suffixes are equally significant on Tru64
1251 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
1252 prefix of "P" (patched kernel).
1253
1254 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
1255
1256 * config.sub: Add support for National Semiconductor CRX target.
1257
2f4cc6bf
JJ
12582004-09-03 Janis Johnson <janis187@us.ibm.com>
1259
1260 * MAINTAINERS (Various Maintainers): Remove myself as web page
1261 maintainer, add myself as maintainer of build status lists.
1262
61fec9ff
JB
12632004-09-03 Jan Beulich <jbeulich@novell.com>
1264
1265 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
1266 *-*-netware, but add target-libmudflap.
1267 Consolidate *-*-netware targets (of which really only i?86 exists)
1268 into a single entry.
1269 * configure: Likewise.
1270
45f366ab
PB
12712004-09-01 Paolo Bonzini <bonzini@gnu.org>
1272
1273 * Makefile.tpl (sorry): Remove.
1274 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
1275 (cleanstrap targets): Depend on distclean, not distclean-stage1.
1276 (do-clean): Clean per-stage directories too.
1277 (do-distclean): Run distclean-stage1 too.
1278 (.NOTPARALLEL): Enable during toplevel bootstrap.
1279 (stage[+id+]-bubble): Enable parallel execution during
1280 the recursive invocation.
1281 * Makefile.in: Regenerate.
1282
1283 Fix previous checkin:
1284
1285 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
1286 include.
1287 * configure.in: Fix indentation.
1288 * configure: Regenerate.
1289
be8fff81
RB
12902004-08-31 Robert Bowdidge <bowdidge@apple.com>
1291
45f366ab
PB
1292 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
1293 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
1294 * configure: regenerate
78716e86 1295 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 1296 -mdynamic-no-pic
be8fff81
RB
1297
1298
71b5d516
PB
12992004-08-31 Paolo Bonzini <bonzini@gnu.org>
1300
1301 * Makefile.def (build_modules): Add fixincludes.
1302 (dependencies): Make gcc depend on fixincludes.
1303 * configure.in (build_tools): Add fixincludes.
1304 (build_configdirs): Always include build_libs.
1305 * Makefile.in: Regenerate.
1306 * configure: Regenerate.
1307
13082004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
1309
1310 * Makefile.def (bootstrap stages): Add 'lean' parameter.
1311 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1312 phony targets; do not generate timestamp files.
1313 (distclean-stageN): Remove references to their timestamp files.
1314 (restageN, touch-stageN): Remove.
1315 (stageN-bubble): Rewritten.
1316 (compare): Support lean bootstraps.
1317 * Makefile.in: Regenerate.
1318
1319 * configure.in: Only warn when bootstrapping but
1320 build != host or build != target. Support lean bootstraps.
1321 * configure: Regenerate.
1322
ce7cbbb0
PE
13232004-08-26 Phil Edwards <phil@codesourcery.com>
1324
1325 * configure.in: Give a better error message if GMP/MPFR are missing
1326 and a language needing them has been requested.
1327 * configure: Regenerated.
1328
9c71a529
PE
13292004-08-25 Phil Edwards <phil@codesourcery.com>
1330
1331 * configure.in: Print a list of available language front-ends if
1332 a requested one is missing. Tidy stray tab characters.
1333 * configure: Regenerated.
1334
e3f92d3b
MK
13352004-08-19 Michael Koch <konqueror@gmx.de>
1336
1337 * gcc/doc/install.texi: Update entry about automake for libjava.
1338
c3f84f61
RM
13392004-08-17 Robert Millan <robertmh@gnu.org>
1340
1341 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1342 (instead of FreeBSD).
1343 * configure: Regenerate.
1344
7c27e184
PB
13452004-08-16 Paolo Bonzini <bonzini@gnu.org>
1346
1347 * Makefile.in: Regenerate.
1348 * configure: Regenerate.
1349
1350 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1351 stage_*_flags.
1352 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1353 for bootstrapped modules if toplevel bootstrap is going.
1354 (GCC bootstrap): Generate per-stage targets for all bootstrapped
1355 modules. Adjust for changes in Makefile.def. Enable several
1356 rules even in non-bootstrap mode, just to avoid peppering the
1357 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1358 (stage-[+prev+]-bubble): Remove.
1359
1360 * Makefile.def (Dependencies): Depend on all-build-bison,
1361 all-build-flex, all-build-byacc, all-build-texinfo, rather
1362 than the host variations.
1363 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
1364 with BUILD_SUBDIR.
1365 (BISON): Update for recent Bisons.
1366 (YACC): Fix typo.
1367 (cross): Depend on all-build.
1368 (all): Do not depend on all-build.
1369 (prebootstrap): Remove.
1370 (dep-kind): Accept separate prefixes for MODULE and ON variables.
1371 (Prebootstrap dependencies): Add them to the per-stage targets
1372 and to all-prebootstrap.
1373 * configure.in (build_configdirs): Always enable build_tools.
1374 (BUILD_DIR_PREFIX): Remove.
1375
1376 * Makefile.def (gcc): Add target variable.
1377 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1378 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1379 in the recursive `make', instead of hardwiring `all'.
1380 (Autogenerated TARGET-* variables): New.
1381
20f3bb80
BB
13822004-08-13 Brian Booth <bbooth@redhat.com>
1383
1384 * MAINTAINERS: Remove myself from write-after-approval.
1385
b5be499d
NN
13862004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
1387
1388 * src-release: Stop distributing mmalloc with gdb (which doesn't
1389 use it).
1390 * Makefile.def: GDB doesn't depend on mmalloc anymore.
1391 * Makefile.in: Regenerate.
1392
b3f8d95d
MM
13932004-08-09 Mark Mitchell <mark@codesourcery.com>
1394
1395 * configure.in (arm*-*-eabi*): New target.
1396 * configure: Regenerate.
1397
3589b69e
PB
13982004-08-06 Paolo Bonzini <bonzini@gnu.org>
1399
1400 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1401 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1402 (Dependencies): New section.
1403 * Makefile.tpl (Dependencies): Generate from Makefile.def.
1404 (configure-target-[+module+]): Depend on maybe-all-gcc
1405 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
1406 (toplevel profiledbootstrap): Fix dependencies.
1407 * Makefile.in: Regenerate.
1408
972974fc
MM
14092004-08-03 Mark Mitchell <mark@codesourcery.com>
1410
1411 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1412 target-libiberty to noconfigdirs.
1413 * configure: Regenerate.
1414
bebf829d
PB
14152004-08-03 Paul Brook <paul@codesourcery.com>
1416
1417 * configure.in: Check for MPFR as well as GMP.
1418 * configure: Regenerate.
1419
98a5bb3b
RM
14202004-08-01 Robert Millan <robertmh@gnu.org>
1421
1422 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1423 libmudflap for all GNU-based systems (with Glibc).
1424 * configure: Regenerate.
1425
d32ab992
PB
14262004-08-03 Paolo Bonzini <bonzini@gnu.org>
1427
1428 * Makefile.def (host-modules): Add gcc.
1429 * Makefile.in: Regenerate.
1430 * Makefile.tpl (sorry): New rule.
1431 (configure-host, all-host, [+make_target+]-host, do-check,
1432 install-host): Do not add gcc as a special case.
1433 (host modules): Add a small special-casing for gcc. Export
1434 extra_make_flags through the environment.
1435 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1436 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1437 other recursive targets for gcc): Remove.
1438
1439 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1440 (stage, unstage): New rules.
1441 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1442 distclean-stage[+id+]): Use stage_current.
1443 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1444 the stage*-start rules.
1445
aeb732c1
GK
14462004-08-02 Geoffrey Keating <geoffk@apple.com>
1447
1448 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
1449 use -all_load flag.
1450
25b656e7
PB
14512004-08-02 Paolo Bonzini <bonzini@gnu.org>
1452
1453 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
1454 * configure: Regenerate.
1455
cc440d71
TM
14562004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
1457
1458 * maintainer-scripts/gcc_release: Revert yesterday's change.
1459
270e140b
SB
14602004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
1461
1462 * MAINTAINERS: Add myself to write-after-approval.
1463
3e4035f8
TM
14642004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
1465
1466 * libf2c: Removed.
1467 * gcc/gccbug.in: Updated because of libf2c removal.
1468 * maintainer-scripts/gcc_release: Ditto.
1469
a3e8d8b4
LR
14702004-07-09 Loren J. Rittle <ljrittle@acm.org>
1471
1472 * configure.in: Build libmudflap by default on FreeBSD.
1473 * configure: Regenerated.
1474
dfcada9a
MM
14752004-07-09 Mark Mitchell <mark@codesourcery.com>
1476
1477 * configure.in: Do not build libmudflap by default on non-GNU/Linux
1478 systems.
1479 * configure: Regenerated.
1480
3922b216
JDA
14812004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1482
1483 PR target/16344
1484 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
1485 feedback based compiler.
1486 * Makefile.in: Rebuilt.
1487
95bcca47
AO
14882004-07-08 Alexandre Oliva <aoliva@redhat.com>
1489
1490 * Makefile.def (host_modules): Set bootstrap=true for flex.
1491 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
1492 * Makefile.in: Rebuilt.
1493
051822f6
JH
14942004-07-07 Jan Hubicka <jh@suse.cz>
1495
1496 * MAINTAINERS: Add self as a profile feedback maintainer.
1497
7b61653a
PE
14982004-07-05 Phil Edwards <phil@codesourcery.com>
1499
1500 * configure.in: Do not prepend $srcdir to /dev/null in
1501 makefile fragments.
1502 * configure: Regenerate.
1503
23f6b2f9
PB
15042004-07-01 Paolo Bonzini <bonzini@gnu.org>
1505
1506 * Makefile.def (build_modules): Add bison, byacc, flex,
1507 m4, texinfo.
1508 (flags_to_pass): Add FLEX.
1509 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1510 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1511 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1512 DEFAULT_MAKEINFO): Remove.
1513 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1514 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1515 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1516 objdir or else use configured tool.
1517 (all-build): New.
1518 (all): Depend on it.
1519 (Build module dependencies): Add.
1520 * Makefile.in: Regenerate.
1521 * configure.in: Better support for multiple build modules,
1522 matching what is done for host/target modules. Do not look
1523 for "plausible" locations of build tools if Canadian cross.
1524 Use autoconf's AC_PROG_CC to find a C compiler. Define
1525 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
1526 * configure: Regenerate.
78716e86 1527
1c020272
PB
15282004-06-22 Paolo Bonzini <bonzini@gnu.org>
1529
1530 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
1531 * Makefile.in: Regenerate.
1532
a52a0a7f
PB
15332004-06-22 Paolo Bonzini <bonzini@gnu.org>
1534
1535 * Makefile.tpl (configure-build-[+module+],
1536 configure-[+module+], configure-target-[+module+]): Pass
1537 [+extra_configure_args+].
1538 (all-build-[+module+], all-[+module+], check-[+module+],
1539 install-[+module+], [+make_target+]-[+module+],
1540 all-target-[+module+], check-target-[+module+],
1541 install-target-[+module+], [+make_target+]-target-[+module+]):
1542 Pass [+extra_make_args+].
1543 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
1544 (GCC_HOST_EXPORTS): Remove.
1545 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
1546 cross, check-gcc, check-gcc-c++, install-gcc,
1547 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
1548 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
1549 * Makefile.in: Regenerate.
1550
ccde3f1a
MS
15512004-06-21 Matthew Sachs <msachs@apple.com>
1552
1553 * MAINTAINERS: Added self to write-after-approval.
1554
6264b0a6
CF
15552004-06-21 Christopher Faylor <cgf@alum.bu.edu>
1556
1557 * configure.in: Check for srcdir/winsup rather than build directory
1558 winsup.
1559 * configure: Regenerate.
1560
801e2270
CV
15612004-06-17 Corinna Vinschen <vinschen@redhat.com>
1562
1563 * configure.in: Don't build Cygwin native newlib if winsup
1564 directory is missing. Emit warning instead.
1565 * configure: Regenerate.
1566
ad6717df
PB
15672004-06-09 Paolo Bonzini <bonzini@gnu.org>
1568
1569 * Makefile.tpl (touch-stage[+id+]): New.
1570 (restage[+prev+]): Depend on touch-stage[+id+].
1571
1572 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
1573 Use it throughout.
1574
1575 * Makefile.def: Add profile and feedback bootstrap stages.
1576 Remove next field from bootstrap stages.
1577 * Makefile.tpl (LN, LN_S): Substitute.
1578 (stageN-start, stageN-end): Use double-colon rules, to
1579 provide a hook for additional setup commands.
1580 (distclean-stageN-gcc, restageN): Create dependencies from
1581 [+prev+], not from [+next+].
1582 (stageN-bubble): Add commands for successive stages from
1583 [+prev+], using double-colon rules.
1584 (all-stageN-gcc): Fix typo.
1585 (stagefeedback-start, profiledbootstrap): New.
1586 * Makefile.in: Regenerate.
1587 * configure.in: Call ACX_PROG_LN.
1588 * configure: Regenerate.
1589
5bbb9680
CY
15902004-06-08 Canqun Yang <canqun@nudt.edu.cn>
1591
1592 * MAINTAINERS (Write After Approval): Add myself.
1593
e18be1d4
MA
15942004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
1595
1596 * MAINTAINERS (Write After Approval): Add myself.
1597
5607edfd
PB
15982004-06-03 Paolo Bonzini <bonzini@gnu.org>
1599
1600 * configure.in: Fix --enable-bootstrap breakage introduced in trees
1601 without gcc.
1602 * configure: Regenerate.
1603
1ec4e9c3
PB
16042004-06-01 Paolo Bonzini <bonzini@gnu.org>
1605
1606 * Makefile.tpl: Fix typo.
1607 * Makefile.in: Regenerate.
1608
c2f7605f
PB
16092004-06-01 Paolo Bonzini <bonzini@gnu.org>
1610
1611 * configure.in: Remove new- prefix from toplevel
1612 bootstrap targets.
1613 * configure: Regenerate.
1614
f516a7da
PB
16152004-06-01 Paolo Bonzini <bonzini@gnu.org>
1616
1617 * Makefile.tpl (all.normal): Rename to all.
1618 (all): Replace with a rule to pick the default
1619 target from configure.
1620 (all-gcc, configure-gcc): Use conditionals to
1621 do nothing when toplevel bootstrap is going on.
1622 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
1623 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
1624 * configure.in: Support --enable-bootstrap.
1625
1626 * Makefile.def: Remove new- prefix from toplevel
1627 bootstrap targets.
1628 * Makefile.tpl: Likewise.
1629
1630 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
1631 target.
1632
1633 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
1634 $(RECURSE_FLAGS) to recursive invocation of make.
1635
1636 * Makefile.in: Regenerate.
1637 * configure: Regenerate.
1638
78dd5e36
AJ
16392004-05-30 Andreas Jaeger <aj@suse.de>
1640 Jim Wilson <wilson@specifixinc.com>
1641
1642 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
1643 like CC.
1644
30f1bddc
DJ
16452004-05-27 Daniel Jacobowitz <dan@debian.org>
1646
1647 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
1648 * configure: Regenerate.
1649
4fc4dd12
DJ
16502004-05-25 Daniel Jacobowitz <drow@false.org>
1651
1652 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
1653 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
1654 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
1655 targets.
1656 * Makefile.in: Regenerate.
1657
94632047 16582004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
1659
1660 * configure.in: Test the ability to symlink directories.
1661 * configure: Regenerate.
1662
1663 * Makefile.def (bootstrap-stage): New definitions.
1664 * Makefile.tpl (configure-stage1-gcc,
1665 configure-stage2-gcc, configure-stage3-gcc,
1666 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
1667 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
1668 new-restage3, compare): Autogenerate, see Makefile.in
1669 entry for behavioral changes.
1670 (distclean-stage1, new-stage1-start, new-stage1-end,
1671 new-stage1-bubble, distclean-stage2, new-stage2-start,
1672 new-stage2-end, new-stage2-bubble, distclean-stage3,
1673 new-stage3-start, new-stage3-end): New autogenerated targets.
1674 (objext, prebootstrap, BOOT_CFLAGS,
1675 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
1676 targets.
1677
1678 * Makefile.in: Regenerate.
1679 (distclean-stage1, new-stage1-start, new-stage1-end,
1680 new-stage1-bubble, distclean-stage2, new-stage2-start,
1681 new-stage2-end, new-stage2-bubble, distclean-stage3,
1682 new-stage3-start, new-stage3-end): New targets.
1683 (all-stage1-gcc): Move prebootstrap dependency from here...
1684 (configure-stage1-gcc): ...to here.
1685 (new-bootstrap): Use bubble targets.
1686 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1687 Use per-stage distclean targets.
1688 (configure-stage1-gcc, configure-stage2-gcc,
1689 configure-stage3-gcc, all-stage1-gcc,
1690 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1691 Use new-stageN-start to prepare the tree.
1692
4f4e53dd
PB
16932004-05-23 Paolo Bonzini <bonzini@gnu.org>
1694
1695 * Makefile.def (host_modules): add libcpp.
1696 * Makefile.tpl: Add dependencies on and for libcpp.
1697 * Makefile.in: Regenerate.
1698 * configure.in: Add libcpp host module.
1699 * configure: Regenerate.
1700
60975492
PB
17012004-05-21 Paolo Bonzini <bonzini@gnu.org>
1702
1703 * Makefile.tpl: Whenever a recursive target is defined, wrap
1704 it in a special @if/@endif block, and prepare its maybe
1705 dependency in the @if/@endif block
1706 * configure.in: Instead of writing maybe dependencies, remove
1707 the @if/@endif statements, and remove the @if/@endif blocks
1708 that remain.
1709 * configure: Regenerate.
1710 * Makefile.in: Regenerate.
1711
5ce7d75d
JJ
17122004-05-20 Janis Johnson <janis187@us.ibm.com>
1713
1714 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
1715
c779c42f
KK
17162004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
1717
1718 PR bootstrap/15120
1719 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
1720 * */configure: Rebuilt.
1721
b4117c30
ZW
17222004-05-17 Zack Weinberg <zack@codesourcery.com>
1723
1724 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1725 of libf2c.
1726 * configure, Makefile.in: Regenerate.
1727
315fcf97 1728