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