]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
Daily bump.
[thirdparty/gcc.git] / ChangeLog
CommitLineData
077fc835
KH
12005-10-08 Kazu Hirata <kazu@codesourcery.com>
2
3 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4 target-libffi, target-qthreads, target-libjava, and
5 targetlibobjc.
6 * configure: Regenerate.
7
d739199a
DJ
82005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
9
10 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
11 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
12 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
13 (USUAL_OBJDUMP_FOR_TARGET): New.
14 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
15 * configure.in: Check for $OBJDUMP_FOR_TARGET.
16 * configure, Makefile: Regenerated.
17
db38c6bb
PB
182005-10-05 Paolo Bonzini <bonzini@gnu.org>
19
20 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
21 before other host packages.
22
3015564c
KK
232005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
24
25 * MAINTAINERS: Add self as sh libraries/configury maintainer.
26
1061f99e
PB
272005-10-05 Paolo Bonzini <bonzini@gnu.org>
28
29 PR bootstrap/22340
30
31 * configure.in (default_target): Remove.
32 * Makefile.tpl (all): Do not use prerequisites as subroutines
33 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
34 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
35 use prerequisites as subroutines.
36 (check-host, check-target): New.
37 (bootstrap configure & all targets): Do not use stage*-start
38 if the directory layout is already ok.
39 (non-bootstrap configure & all targets): Prepend a $(unstage).
40 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
41 (NOTPARALLEL): Remove.
42 (unstage, stage variables): New variables.
43 (unstage, stage targets): Simply expand to those variables.
44
45 * configure: Regenerate.
46 * Makefile.in: Regenerate.
47
4a9c436f
JW
482005-10-04 James E Wilson <wilson@specifix.com>
49
50 * Makefile.def (lang_env_dependencies): Add libmudflap.
51 * Makefile.in: Regenerate.
52
37150080
AS
532005-10-03 Andreas Schwab <schwab@suse.de>
54
55 Backport from libtool CVS:
56 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
57
58 * ltmain.sh: add support for installing into temporary
59 staging area (e.g. 'make install DESTDIR=...')
60
39d16468
L
612005-10-03 H.J. Lu <hongjiu.lu@intel.com>
62
63 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
64 * configure: Regenerated.
65
72a7ab82
AP
662005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
67
68 * configure: Regenerate with the correct
69 autoconf version.
70
6b65a26d
CM
712005-09-30 Catherine Moore <clm@cm00re.com>
72
73 * configure.in (bfin-*-*): New.
74 * configure: Regenerated.
75
040b1c5a
GK
762005-09-28 Geoffrey Keating <geoffk@apple.com>
77
78 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
79 (LIPO_FOR_TARGET): New.
80 (CONFIGURED_LIPO_FOR_TARGET): New.
81 (USUAL_LIPO_FOR_TARGET): New.
82 (STRIP_FOR_TARGET): New.
83 (CONFIGURED_STRIP_FOR_TARGET): New.
84 (USUAL_STRIP_FOR_TARGET): New.
85 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
86 STRIP_FOR_TARGET.
87 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
88 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
89 * Makefile.in: Regenerate.
90 * configure: Regenerate.
91
3a3c28db
DE
922005-09-19 David Edelsohn <edelsohn@gnu.org>
93
94 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
95 (rs6000-*-aix*): Same.
96 * configure: Regenerate.
97
2749a921
TT
982005-09-16 Tom Tromey <tromey@redhat.com>
99
100 * MAINTAINERS: Add self as java maintainer.
101
7f26dfa3
FXC
1022005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
103
104 * configure.in: Recognize f95 in the --enable-languages option,
105 and substitute it for fortran, issuing a warning.
106 * configure: Regenerate.
107
d8852c4f
PE
1082005-08-30 Phil Edwards <phil@codesourcery.com>
109
110 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
111 * configure: Regenerated.
112
ad685e81
AH
1132005-08-22 Aldy Hernandez <aldyh@redhat.com>
114
115 * MAINTAINERS: Add self as ms1 maintainer.
116
b00d752c
RE
1172005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
118
119 * Makefile.def (libssp): Add to lang_env_dependencies.
120 * Makefile.in: Regenerate.
121
9ed8fb9b
ILT
1222005-08-18 Ian Lance Taylor <ian@airs.com>
123
124 * MAINTAINERS: Add myself as middle-end maintainer.
125
0f029d39
CG
1262005-08-17 Christian Groessler <chris@groessler.org>
127
128 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
129 * Makefile.in: Regenerate.
130
81087874
AK
1312005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
132
133 * MAINTAINERS (write after approval): Added myself.
134
6a134f1c
MR
1352005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
136
137 * MAINTAINERS (Write After Approval): Add myself.
138
2693c0b0
PB
1392005-08-12 Paolo Bonzini <bonzini@gnu.org>
140
141 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
142 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
143 Look for alternate names of the target cc and c++
144 * configure: Regenerate.
145
4de997d1
PB
1462005-08-08 Paolo Bonzini <bonzini@gnu.org>
147
148 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
149 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
150 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
151 tools; remove code to manually set them.
152 (Target tools): Look in the environment for them.
153 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
154 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
155 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
156 build directory.
157 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
158 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
159 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
160 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
161 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
162 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
163 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
164 * configure: Regenerate.
165 * Makefile.in: Regenerate.
166
b089e33a
BE
1672005-07-28 Ben Elliston <bje@au.ibm.com>
168
169 * MAINTAINERS: Update for removed CPU targets.
170
e3791243
MM
1712005-07-27 Mark Mitchell <mark@codesourcery.com>
172
173 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
174 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
175 * Makefile.in: Regenerated.
176
526635cb
MM
1772005-07-26 Mark Mitchell <mark@codesourcery.com>
178
179 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
180 (CFLAGS_FOR_TARGET): Use it.
181 (CXXFLAGS_FOR_TARGET): Likewise.
182 * Makefile.in: Regenerated.
183 * configure.in (--with-build-sysroot): New option.
184 * configure: Regenerated.
185
19791f70
PB
1862005-07-24 Paolo Bonzini <bonzini@gnu.org>
187
188 * Makefile.tpl: Wrap install between unstage and stage
189 * Makefile.in: Regenerate.
190
35f5a23f
EC
1912005-07-21 Eric Christopher <echristo@apple.com>
192
193 * MAINTAINERS: Update affiliation.
194
ff3ddf15
PW
1952005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
196
197 * MAINTAINERS: Add self as crx port maintainer.
198
3a664c1c
DD
1992005-07-20 DJ Delorie <dj@redhat.com>
200
201 * MAINTAINERS: Add self as m32c maintainer.
202
539df155
KC
2032005-07-16 Kelley Cook <kcook@gcc.gnu.org>
204
205 * all files: Update FSF address.
206
be9c593a
EC
2072005-07-15 Eric Christopher <echristo@redhat.com>
208
209 * MAINTAINERS: Change affiliation.
210
fd7ea4ab
JB
2112005-07-14 Jim Blandy <jimb@redhat.com>
212
213 * configure.in: Add cases for Renesas m32c.
214 * configure: Regenerated.
215
0063a823
KC
2162005-07-14 Kelley Cook <kcook@gcc.gnu.org>
217
d0ca130a
KC
218 * COPYING.LIB: Update from fsf.org.
219
2202005-07-14 Kelley Cook <kcook@gcc.gnu.org>
221
222 * COPYING, compile, config.guess,
0063a823
KC
223 config.sub, install-sh, missing, mkinstalldirs,
224 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 225 * config-ml.in: Update FSF address.
0063a823 226
a8ba31f2
EC
2272005-07-13 Eric Christopher <echristo@redhat.com>
228
229 * configure.in: Add toplevel noconfigdir support for tpf.
230 * configure: Regenerate.
231
5bea4a03
PB
2322005-07-11 Paolo Bonzini <bonzini@gnu.org>
233
234 PR ada/22340
235
236 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
237 * Makefile.in: Regenerate.
238
284bdbbd
MM
2392005-07-07 Mark Mitchell <mark@codesourcery.com>
240
241 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
242 Brolley to write-after-approval.
243
452190fb
AS
2442005-07-07 Andreas Schwab <schwab@suse.de>
245
246 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
247 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
248 * Makefile.in: Regenerated.
249
9c8f9ec2
GK
2502005-07-06 Geoffrey Keating <geoffk@apple.com>
251
252 * configure.in: Don't build sim or rda when targetting darwin.
253 * configure: Regenerate.
254
ef0087a7
KH
2552005-07-06 Kazu Hirata <kazu@codesourcery.com>
256
257 * configure.in: Add --enable-libssp and --disable-libssp.
258 * configure: Regenerate with autoconf-2.13.
259
77008252
JJ
2602005-07-02 Jakub Jelinek <jakub@redhat.com>
261
262 * Makefile.def (target_modules): Add libssp.
263 * configure.in (target_libraries): Add target-libssp.
264 * configure: Rebuilt.
265 * Makefile.in: Rebuilt.
266
a04eae1b
ZW
2672005-07-01 Zack Weinberg <zackw@panix.com>
268
269 * MAINTAINERS: Change email address. Resign from maintainership.
270
948884cd
RG
2712005-07-01 Richard Guenther <rguenther@suse.de>
272
273 * MAINTAINERS: Change my e-mail address and affiliation.
274
c7870f5d
PB
2752005-06-22 Paolo Bonzini <bonzini@gnu.org>
276
277 * Makefile.def (stagefeedback): Come after profile.
278 Define profiledbootstrap target.
279 * Makefile.tpl (profiledbootstrap): Remove.
280 (stageprofile-end): Zap stagefeedback.
281 (stagefeedback-start): Copy all .gcda files, not only GCC's.
282 * Makefile.in: Regenerate.
283
ab99519a
RS
2842005-06-13 Richard Sandiford <richard@codesourcery.com>
285
286 * MAINTAINERS: Update my email address.
287
f610dd5f
ZW
2882005-06-13 Zack Weinberg <zack@codesourcery.com>
289
290 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
291 In 'cpp' stanza, support '#line' as well as '# '.
292
71bc2a83
AS
2932005-06-08 Andreas Schwab <schwab@suse.de>
294
295 * MAINTAINERS: Move myself from 'Write After Approval' to
296 'CPU Port Maintainers' section as m68k maintainer.
297
4fab7234
HPN
2982005-06-07 Hans-Peter Nilsson <hp@axis.com>
299
300 * configure.in (unsupported_languages): New macro.
301 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
302 non-ported target libraries in noconfigdirs.
303 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
304 non-linux-gnu. Remove libgcj_ex_libffi.
305 <lang_frag loop>: Set add_this_lang=no if the language is in
306 unsupported_languages.
307 * configure: Regenerate.
308
68193f9b
TS
3092005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
310
311 * configure.in: Fix typo in handling of --with-mpfr-dir.
312 * configure: Regenerate.
313
f26f6b8d
RS
3142005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
315
316 * MAINTAINERS: Update my email address.
317
ba4853f8
JB
3182005-06-02 Jim Blandy <jimb@redhat.com>
319
320 * config.sub: Add cases for the Renesas m32c. (This patch has been
321 accepted into the master sources.)
322
79dd769c 3232005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
324 Michael Snyder <msnyder@redhat.com>
325 Stan Cox <scox@redhat.com>
79dd769c 326
f610dd5f 327 * configure.in: Set noconfigdirs for ms1.
79dd769c 328
f610dd5f 329 * configure: Regenerate.
79dd769c 330
d29e107f
JD
3312005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
332
333 * MAINTAINERS (Write After Approval): Add self.
334
e93196c3
JC
3352005-06-01 Josh Conner <jconner@apple.com>
336
337 * MAINTAINERS (Write After Approval): Add self.
338
ae263c7a
KH
3392005-06-01 Kazu Hirata <kazu@codesourcery.com>
340
341 * MAINTAINERS: Update my email address.
342
585b3aa3
ZM
3432005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
344
345 * MAINTAINERS (Write After Approval): Add self.
346
4930c50b
CD
3472005-05-26 Chris Demetriou <cgd@broadcom.com>
348
349 * MAINTAINERS (Write After Approval): Remove self.
350
2dfbef6d
PB
3512005-05-25 Paolo Bonzini <bonzini@gnu.org>
352
353 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
354 (Dependencies): Consider target modules for bootstrap dependencies.
355 Make target bootstrap modules depend on each stage's gcc.
356 * Makefile.in: Regenerate.
357
bcb28cf5
PB
3582005-05-20 Paolo Bonzini <bonzini@gnu.org>
359
360 * Makefile.def (configure-gcc): Depend on binutils having been built.
361 (all-gcc): No need to do it here.
362 * Makefile.in: Regenerate.
363
0cf085e4
PB
3642005-05-19 Paul Brook <paul@codesourcery.com>
365
f610dd5f 366 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
367 language cannot be built.
368 * configure: Regenerate.
369
dfb2c39a
DJ
3702005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
371
372 * ylwrap: Import from Automake 1.9.5.
373
771aaa92
DU
3742005-05-13 David Ung <davidu@mips.com>
375
376 * MAINTAINERS (Write After Approval): Add self.
377
3ac9bd58
MS
3782005-05-09 Mike Stump <mrs@apple.com>
379
380 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
381 lt_cv_sys_max_cmd_len for now.
f610dd5f 382
f77a5578
SC
3832005-05-09 Stan Cox <scox@redhat.com>
384
385 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
386
795e36e5
MK
3872005-05-08 Matt Kraai <kraai@ftbfs.org>
388
389 * README.SCO: Update the URL.
390
c9392a2b
DE
3912005-05-05 David Edelsohn <edelsohn@gnu.org>
392
393 * ltconfig: Define file_list_spec. Pass file_list_spec and
394 with_gnu_ld to libtool.
395 * ltcf-c.sh (aix[45]): Define file_list_spec.
396 * ltcf-cxx.sh (aix[45]): Same.
397 * ltcf-gcj.sh (aix[45]): Same.
398 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
399 exists, write list of input files to temporary file.
400
bebcd931
MS
4012005-05-04 Mike Stump <mrs@apple.com>
402
403 * configure.in: Always pass --target to target configures as
404 otherwise rebuilds that do --recheck will fail.
405 * confiugure: Rebuilt.
406
ce406537
PB
4072005-05-04 Paolo Bonzini <bonzini@gnu.org>
408
409 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
410 STAGE_HOST_EXPORTS.
411 (configure, all): Add bootstrap support.
412 (Host modules, target modules): Pass post-stage1 flags and exports.
413 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
414 * Makefile.in: Regenerate.
415
aa9dcfc4
PB
4162005-04-29 Paolo Bonzini <bonzini@gnu.org>
417
418 * configure: Regenerate.
419
b6f9abcf
MS
4202005-04-27 Mike Stump <mrs@apple.com>
421
422 * MAINTAINERS: Add self as darwin maintainer.
423
acb217cb
BS
4242005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
425
426 * config.sub: Update from master copy.
427
b6dae270
MS
4282005-04-21 Mike Stump <mrs@apple.com>
429
430 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
431 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
432
c2e0d3a9
HPN
4332005-04-19 Hans-Peter Nilsson <hp@axis.com>
434
435 * configure.in <crisv32-*-*, cris-*-*>: New local variable
436 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
437 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
438 "*-*-elf" and "*-*-linux*".
439 * configure: Regenerate.
440
871ae772
JM
4412005-04-14 Joseph S. Myers <joseph@codesourcery.com>
442
443 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
444
bf070c29
MS
4452005-04-12 Mike Stump <mrs@apple.com>
446
447 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
448
e865b6f7
TK
4492005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
450
451 * MAINTAINERS (Write After Approval): Add myself.
452
7b71ad7f
BS
4532005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
454
455 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
456
25b42232
PB
4572005-04-06 Paolo Bonzini <bonzini@gnu.org>
458
f610dd5f 459 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
460 (TARGET_CONFIGARGS): Include --with-target-subdir.
461 (configure, all): New macros. Use them throughout.
462 * Makefile.in: Regenerate.
463
d727c624
JG
4642005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
465
466 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 467
fff72cc4
ZD
4682005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
469
470 * MAINTAINERS: Remove 'loop unrolling' maintainer.
471
86472dc3
GP
4722005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
473
474 * MAINTAINERS: Move John Carr to Write After Approval.
475
5d0f90e5
R
4762005-03-30 J"orn Rennecke <joern.rennecke@st.com>
477
478 * config/mh-mingw32: Delete.
479 * configure.in: Don't use it.
480 * configure: Regenerate.
481
33da42bc
PB
4822005-03-31 Paolo Bonzini <bonzini@gnu.org>
483
484 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
485 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
486 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
487 (HOST_LIB_PATH): Generate from Makefile.def.
488 (TARGET_LIB_PATH): Likewise.
489 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
490 * Makefile.in: Regenerate.
491 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
492 (RPATH_ENVVAR): Include Darwin case.
493 * configure: Regenerate.
494
15cc1841
TF
4952005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
496
497 * MAINTAINERS (Various Maintainers): Remove self.
498 (Write After Approval): Add self.
499
6a8c79d5
TF
5002005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
501
502 * MAINTAINERS (Various Maintainers): Add self.
503
256f7136
PB
5042005-03-25 Paolo Bonzini <bonzini@gnu.org>
505
506 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
507 * configure: Regenerate.
508
191dd2c9
ZW
5092005-03-21 Zack Weinberg <zack@codesourcery.com>
510
511 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
512 gcc_version, and gcc_version_trigger from set of flags to pass.
513 * Makefile.tpl: Remove definitions of above variables.
514 (config.status): Remove dependency on $(gcc_version_trigger).
515 * Makefile.in: Regenerate.
516 * configure.in: Do not reference config/gcc-version.m4 nor
517 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
518 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
519 * configure: Regenerate.
520
ef6e9bc0
MH
5212005-03-16 Manfred Hollstein <manfred.h@gmx.net>
522 Andrew Pinski <pinskia@physics.uc.edu>
523
524 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
525 * Makefile.in: Regenerate.
526
009bbd5a
FW
5272005-03-13 Feng Wang <fengwang@nudt.edu.cn>
528
529 * MAINTAINERS (Write After Approval): Add myself.
530
09f8755b
DA
5312005-03-03 David Ayers <d.ayers@inode.at>
532
533 * MAINTAINERS (Write After Approval): Add myself.
534
e73ed25c
AO
5352005-03-01 Alexandre Oliva <aoliva@redhat.com>
536
537 PR libgcj/20160
538 * ltmain.sh: Avoid creating archives with components that have
539 duplicate basenames.
540
ace9ac7b
AP
5412005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
542
543 PR bootstrap/20250
544 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
545 instead of check.
546 * Makefile.in: Regenerate.
547
c9db9354
PB
5482005-02-28 Paolo Bonzini <bonzini@gnu.org>
549
550 * Makefile.in: Regenerate to fix conflict between the previous two
551 patches.
552
215c351a
PB
5532005-02-28 Paolo Bonzini <bonzini@gnu.org>
554
555 PR bootstrap/17383
556 * Makefile.def (target_modules): Remove "stage", now unnecessary.
557 * Makefile.tpl (HOST_SUBDIR): New substitution.
558 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
559 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
560 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
561 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
562 (Host modules, Bootstrapped modules): Use it.
563 (Build modules, Target modules): Do not create symlink trees,
564 always configure out-of-srcdir.
565 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
566 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
567 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
568 $(HOST_SUBDIR). Create a symlink for host_subdir.
569
570 * Makefile.in: Regenerate.
571 * configure: Regenerate.
572
5395b47b
NN
5732005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
574
575 Merged from libada-gnattools-branch:
576 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
577
578 * gnattools: New directory.
579 * Makefile.def: Add gnattools as a module, depending on target-libada.
580 * Makefile.in: Regenerate.
581 * configure.in: Include gnattools in host_tools; disable it if ada
582 is disabled.
583 * configure: Regenerate.
584
ca2cc05c
JM
5852005-02-24 James A. Morrison <phython@gcc.gnu.org>
586
587 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
588 treelang maintainer.
589 (Write After Approval): Remove myself.
590
d2f3024f
PS
5912005-02-23 Paul Schlie <schlie@comcast.net>
592
593 * configure.in: Allow darwin targeted ports to build tk, itcl and
594 libgui.
595 * configure: Regenerate.
596
bba5e0ca
EB
5972005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
598
599 PR libgcj/10353
600 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
601 * configure: Regenerate.
602
70132ce7
SK
6032005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
604
605 * MAINTAINERS (Write After Approval): Add myself.
606
20f0edca
ILT
6072005-02-10 Ian Lance Taylor <ian@airs.com>
608
609 * MAINTAINERS: Update my e-mail address.
610
e64e5109
RG
6112005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
612
613 * MAINTAINERS (Write After Approval): Add myself.
614
40d64b5a
HPN
6152005-01-29 Hans-Peter Nilsson <hp@axis.com>
616
617 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
618 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
619 target-libgloss when not *-*-elf and *-*-aout.
620 * configure: Regenerate.
621
54a12711
KH
6222005-01-23 Kazu Hirata <kazu@cs.umass.edu>
623
624 * MAINTAINERS: Remove obsolete entries.
625
0aa99dbb
KH
626 * MAINTAINERS (Write After Approval): Add Michael Matz.
627
2b009f5f
NB
6282005-01-19 Neil Booth <neil@daikokuya.co.uk>
629
630 * MAINTAINERS: Remove self as cpplib maintainer.
631
385870f5
KC
6322005-01-17 Kelley Cook <kcook@gcc.gnu.org>
633
634 * install-sh, config.sub: Import from upstream.
635
e7daab31
KC
6362005-01-17 Kelley Cook <kcook@gcc.gnu.org>
637
638 PR bootstrap/18222
639 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
640 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
641 * Makefile.in: Regenerate.
642
e6003f4d
JT
6432005-01-16 Jason Thorpe <thorpej@netbsd.org>
644
645 * MAINTAINERS: Update my email address.
646
145e2972 6472005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 648 Andreas Schwab <schwab@suse.de>
145e2972
DE
649
650 PR bootstrap/18033
651 * config-ml.in: Eval option if surrounded by single quotes.
652
86c7e0da
PB
6532005-01-03 Paolo Bonzini <bonzini@gnu.org>
654
655 Revert 2004-12-28 Makefile changes, a better fix will be
656 applied to mainline and src after GCC 4.0 branches.
657
3224a22f
PB
6582004-12-28 Paolo Bonzini <bonzini@gnu.org>
659
660 PR bootstrap/17383
661
662 * Makefile.def (target_modules): Remove stage parameter,
663 it is always true now.
664 * Makefile.tpl (configure-build-[+module+],
665 configure-target-[+module+]): Always build symlink tree
666 for the directory and for include. BUILD_SUBDIR and
667 TARGET_SUBDIR cannot be . anymore.
668 * Makefile.in: Regenerate.
669
aaf51ca2
DE
6702004-12-25 David Edelsohn <edelsohn@gnu.org>
671
672 Revert 2004-12-08 Makefile changes.
673
4e32e454
DS
6742004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
675
676 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
677 cygwin, mingw.
678
669f01d8
AS
6792004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
680
681 * configure.in (sh64-*-*): Reenable gprof.
682 * configure: Regenerate.
683
1b227ee0
DE
6842004-12-08 David Edelsohn <edelsohn@gnu.org>
685
686 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
687 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
688 (EXTRA_TARGET_FLAGS): Add PICFLAG.
689 * Makefile.in: Regenerate.
690
ce5e944c
CF
6912004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
692
693 * MAINTAINERS: Update my email address.
694
893f1e87
MK
6952004-12-07 Matt Kraai <kraai@ftbfs.org>
696
697 * Makefile.tpl: Generate normal dependencies if the LHS module is
698 not bootstrapped.
699 * Makefile.in: Regenerate.
700
bb59c339
RS
7012004-12-03 Richard Sandiford <rsandifo@redhat.com>
702
703 * configure.in: Include config/gxx-include-dir.m4. Use
704 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
705 * configure: Regenerate.
706
4982adbe
RS
7072004-12-03 Richard Sandiford <rsandifo@redhat.com>
708
709 * config.if: Delete.
710 * configure.in: Set libstdcxx_incdir directly.
711 * configure: Regenerate.
712
05750653
EC
7132004-12-02 Eric Christopher <echristo@redhat.com>
714
715 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
716 * Makefile.in: Regenerate.
717
5fef1dbd
RS
7182004-12-02 Richard Sandiford <rsandifo@redhat.com>
719
720 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
721 * configure: Regenerate.
722
afabd8e6
RS
7232004-12-02 Richard Sandiford <rsandifo@redhat.com>
724
725 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
726 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
727 * configure: Regenerate.
728
78716e86
EC
7292004-12-01 Eric Christopher <echristo@redhat.com>
730
731 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
732 of things to remove.
733
57ab8ba9
MK
7342004-11-29 Matt Kraai <kraai@ftbfs.org>
735
736 * MAINTAINERS (Write After Approval): Update my e-mail address.
737
2539bffe
KC
7382004-11-29 Kelley Cook <kcook@gcc.gnu.org>
739
740 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
741 from CVS libtool to always pass_all.
742
3e732ba0
JDA
7432004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
744
745 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
746 (hppa*64*-*-*): Delete incorrect comment.
747 * configure: Rebuilt.
748
767f726e
KC
7492004-11-24 Kelley Cook <kcook@gcc.gnu.org>
750
751 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
752
2c92e90f
KC
7532004-11-24 Kelley Cook <kcook@gcc.gnu.org>
754
755 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
756 from CVS libtool to always pass_all.
757
32f84e48
KC
7582004-11-15 Kelley Cook <kcook@gcc.gnu.org>
759
760 * install-sh, compile: Import from automake.
761
9587be8a
KC
7622004-11-15 Kelley Cook <kcook@gcc.gnu.org>
763
764 * config.guess, config.sub: Import from savannnah.
765
04e81808 7662004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
767
768 * MAINTAINERS (Write After Approval): Add myself
769
f87a2b2e
MS
7702004-11-12 Mike Stump <mrs@apple.com>
771
772 * Makefile.def: Add html support.
773 * Makefile.tpl: Likewise.
774 * Makefile.in: Regenerate.
775
848556c2
GK
7762004-11-11 Geoffrey Keating <geoffk@apple.com>
777
556f03c4
GK
778 PR 18423
779 * configure.in: Remove all instances of build-fixincludes from
780 noconfigdirs.
781 (build_configargs): Supply --target to subdirectories.
782 * configure: Regenerate.
783
848556c2
GK
784 * Makefile.def: Make gcc install depend on fixincludes install.
785 * Makefile.in: Regenerate.
786
9e5712a5
JJ
7872004-11-10 Janis Johnson <janis187@us.ibm.com>
788
789 * MAINTAINERS: Add myself as gcc testsuite maintainer.
790
4ef509c0
PB
7912004-11-11 Paul Brook <paul@codesourcery.com>
792
793 * MAINTAINERS: Add self as arm maintainer. Update email address.
794
20d11df6
HPN
7952004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
796
797 * configure.in (noconfigdirs) [mmix-*-*]: Disable
798 target-libgfortran.
79fd8592 799 * configure: Regenerate.
20d11df6 800
68c70f15
DE
8012004-11-07 David Edelsohn <edelsohn@gnu.org>
802
803 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
804 like CC.
805
54f88091
PB
8062004-11-05 Paolo Bonzini <bonzini@gnu.org>
807
808 * Makefile.def (host fixincludes): Specify missing targets.
809 * Makefile.in: Regenerate.
810
6866abb8
RC
8112004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
812
813 * MAINTAINERS: Add myself
814
83f62578
GL
8152004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
816
817 * MAINTAINERS (Write After Approval): Add myself.
818
53c7ffe7
GK
8192004-11-04 Geoffrey Keating <geoffk@apple.com>
820
821 * Makefile.def: Build fixincludes for the host, too.
822 * Makefile.in: Regenerate.
823 * configure.in (host_tools): Add fixincludes.
824 * configure: Regenerate.
825
ac8b3d9d
DJ
8262004-11-04 Daniel Jacobowitz <dan@debian.org>
827
828 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
829 * configure: Regenerated.
830
bab37580
L
8312004-11-04 H.J. Lu <hongjiu.lu@intel.com>
832
833 PR other/17783
834 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
835 * configure: Regenerated.
836
db1de713
MM
8372004-10-31 Mark Mitchell <mark@codesourcery.com>
838
839 * README.SCO: Update per FSF instructions.
840
a827e21a
EW
8412004-10-28 Eric B. Weddington <ericw@evcohs.com>
842
843 PR target/18151
844 * configure.in (case ${target}): Do not build fixincludes for avr.
845 * configure: Regenerated.
846
9d069a4f
PB
8472004-10-26 Paolo Bonzini <bonzini@gnu.org>
848
849 * configure.in (case ${target}): Do not build fixincludes
850 on platforms where it is not used.
851 * configure: Regenerated.
852
fc45f3fe
DJ
8532004-10-23 Daniel Jacobowitz <dan@debian.org>
854
855 * configure.in: Use an absolute path to install-sh.
856 * configure: Regenerated.
857
36554b92
AL
8582004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
859
860 * MAINTAINERS (Write After Approval): Add myself.
861
88e9994a
KH
8622004-10-19 Kazu Hirata <kazu@cs.umass.edu>
863
864 * MAINTAINERS: Remove from Write After Approval those that are
865 already maintainers.
866
ad02a944
SP
8672004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
868
869 * MAINTAINERS: Update my email address.
870
c8e6cd41
KC
8712004-10-12 Kelley Cook <kcook@gcc.gnu.org>
872
873 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
874 * configure: Regenerate.
875
ebe55024
R
8762004-10-07 J"orn Rennecke <joern.rennecke@st.com>
877
878 * MAINTAINERS: Update my email address.
879
a8b0957e
KH
8802004-10-07 Kazu Hirata <kazu@cs.umass.edu>
881
882 * MAINTAINERS (Language Front Ends Maintainers): New. Move
883 entries belonging to this category.
884
96836f61
JZ
8852004-10-06 Josef Zlomek <josef.zlomek@email.cz>
886
887 * MAINTAINERS: Update my e-mail address.
888
7e0b5752
PB
8892004-10-06 Paolo Bonzini <bonzini@gnu.org>
890
891 Fix wrong conflict resolution in:
892
893 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
894
895 * Makefile.in: Regenerate.
896 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
897 in the recursive `make', instead of hardwiring `all'.
898 (Autogenerated TARGET-* variables): New.
899
370f7a47
TL
9002004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
901
902 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 903 * configure: Regenerate.
370f7a47 904
13e5d623
KH
9052004-10-04 Kazu Hirata <kazu@cs.umass.edu>
906
907 * MAINTAINERS (Various Maintainers): Move the "windows,
908 cygwin, mingw" maintainer to ...
909 (OS Port Maintainers): ... here.
910
a6497c1b
KH
9112004-10-04 Kazu Hirata <kazu@cs.umass.edu>
912
913 * MAINTAINERS (Write After Approval): Remove those that are
914 maintainers of some subsystem.
915
1abb828a
D
9162004-10-02 P.J. Darcy <darcypj@us.ibm.com>
917
918 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
919 * ltcf-cxx.sh (tpf*): Likewise.
920 * ltconfig (tpf*): Add TPF OS configuration support.
921
16d1338d
BS
9222004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
923
924 * MAINTAINERS: Change my email address to my new work account.
925
9082a750
MR
9262004-09-24 Michael Roth <mroth@nessie.de>
927
928 * configure.in (--without-headers): Add missing double quotes.
929 * configure: Regenerate.
930
07a8bdf8
KC
9312004-09-24 Kelley Cook <kcook@gcc.gnu.org>
932
933 * ylwrap: Revert to previous version.
934
4c4a5bbc
L
9352004-09-23 H.J. Lu <hongjiu.lu@intel.com>
936
937 PR bootstrap/17369
938 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
939 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
940 SET_GCC_LIB_PATH_CMD.
941 (BASE_TARGET_EXPORTS): Likewise.
942 * Makefile.in: Regenerated.
943
944 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
945 * configure: Regenerated.
946
85f59630
KC
9472004-09-23 Kelley Cook <kcook@gcc.gnu.org>
948
949 * config.guess: New upstream version
950 * compile, depcomp, install-sh, ylwrap: Likewise.
951
95c53c62
RS
9522004-09-19 Roger Sayle <roger@eyesopen.com>
953
954 * config/mh-x86omitfp: New host makefile fragment. Add
955 -fomit-frame-pointer to the default BOOT_CFLAGS.
956 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
957 * configure: Regenerate.
958
0a1c093b
AP
9592004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
960
961 PR target/11572
962 * configure.in (*-*-darwin*): Renable libobjc.
963 * configure: Regenerate.
964
315fcf97
NS
9652004-09-10 Nathan Sidwell <nathan@codesourcery.com>
966
967 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
968
0a050485 9692004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 970
0a050485
DB
971 * Makefile.def: Remove libbanshee.
972 * Makefile.tpl: Ditto.
973 * configure.in: Ditto.
974 * Makefile.in: Regen.
975 * configure: Ditto.
976
5f4a098e
DE
9772004-09-08 David Edelsohn <edelsohn@gnu.org>
978
979 * ltmain.sh: Use $pic_object as $non_pic_object if
980 $non_pic_object=none.
981
32b2511f
PB
9822004-09-07 Paolo Bonzini <bonzini@gnu.org>
983
984 * missing: Import latest version from master repository.
985
fc4d0e82
NC
9862004-09-06 Nick Clifton <nickc@redhat.com>
987
988 * config.sub: Import latest version from master repository.
989 * config.guess: Likewise.
990 This includes these changes:
78716e86 991
fc4d0e82
NC
992 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
993
994 * config.sub: Handle crisv32, alias etraxfs.
995 * config.guess (crisv32:Linux:*:*): Handle.
996
997 2004-08-13 Brad Smith <brad@comstyle.com>
998
999 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1000 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1001
1002 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
1003
1004 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1005 assume the processor is a powerpc. This is because coreutils
1006 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1007 in this case, due to a MacOS X bug that causes
1008 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1009 to return a negative number.
1010 Problem reported by Petter Reinholdtsen in:
1011 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1012
1013 2004-07-19 Ben Elliston <bje@gnu.org>
1014
1015 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1016
1017 2004-06-24 Ben Elliston <bje@gnu.org>
1018
1019 * config.guess: Update copyright years.
1020 * config.sub: Likewise.
1021
1022 2004-06-22 Robert Millan <robertmh@gnu.org>
1023
1024 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1025 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1026
1027 2004-06-22 Stanley F. Quayle <stan@stanq.com>
1028
1029 * config.guess (*:*VMS:*:*): New entry. Replaces
1030 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1031 manufacturer.
1032
1033 2004-06-22 Ben Elliston <bje@gnu.org>
1034
1035 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
1036 * config.sub: Likewise.
1037
1038 2004-06-22 Ben Elliston <bje@gnu.org>
1039
1040 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
1041 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
1042
1043 2004-06-11 Ben Elliston <bje@gnu.org>
1044
1045 * config.guess (pegasos:OpenBSD:*:*): Remove.
1046
1047 2004-06-11 Ben Elliston <bje@gnu.org>
1048
1049 From Wouter Verhelst <wouter@grep.be>:
1050 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
1051
1052 2004-06-11 Ben Elliston <bje@gnu.org>
1053
1054 * config.guess (luna88k:OpenBSD:*:*): New.
1055
1056 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1057
1058 * config.guess (m32r*:Linux:*:*): New case.
1059 * config.sub: Handle m32rle.
1060
1061 2004-03-12 Ben Elliston <bje@wasabisystems.com>
1062
1063 From Jens Petersen <petersen@redhat.com>:
1064 * config.sub: Handle sparcv8.
1065
1066 2004-03-03 Ben Elliston <bje@wasabisystems.com>
1067
1068 From Tom Smith <smith@cag.lkg.hp.com>:
1069 * config.guess: Version suffixes are equally significant on Tru64
1070 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
1071 prefix of "P" (patched kernel).
1072
1073 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
1074
1075 * config.sub: Add support for National Semiconductor CRX target.
1076
2f4cc6bf
JJ
10772004-09-03 Janis Johnson <janis187@us.ibm.com>
1078
1079 * MAINTAINERS (Various Maintainers): Remove myself as web page
1080 maintainer, add myself as maintainer of build status lists.
1081
61fec9ff
JB
10822004-09-03 Jan Beulich <jbeulich@novell.com>
1083
1084 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
1085 *-*-netware, but add target-libmudflap.
1086 Consolidate *-*-netware targets (of which really only i?86 exists)
1087 into a single entry.
1088 * configure: Likewise.
1089
45f366ab
PB
10902004-09-01 Paolo Bonzini <bonzini@gnu.org>
1091
1092 * Makefile.tpl (sorry): Remove.
1093 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
1094 (cleanstrap targets): Depend on distclean, not distclean-stage1.
1095 (do-clean): Clean per-stage directories too.
1096 (do-distclean): Run distclean-stage1 too.
1097 (.NOTPARALLEL): Enable during toplevel bootstrap.
1098 (stage[+id+]-bubble): Enable parallel execution during
1099 the recursive invocation.
1100 * Makefile.in: Regenerate.
1101
1102 Fix previous checkin:
1103
1104 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
1105 include.
1106 * configure.in: Fix indentation.
1107 * configure: Regenerate.
1108
be8fff81
RB
11092004-08-31 Robert Bowdidge <bowdidge@apple.com>
1110
45f366ab
PB
1111 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
1112 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
1113 * configure: regenerate
78716e86 1114 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 1115 -mdynamic-no-pic
be8fff81
RB
1116
1117
71b5d516
PB
11182004-08-31 Paolo Bonzini <bonzini@gnu.org>
1119
1120 * Makefile.def (build_modules): Add fixincludes.
1121 (dependencies): Make gcc depend on fixincludes.
1122 * configure.in (build_tools): Add fixincludes.
1123 (build_configdirs): Always include build_libs.
1124 * Makefile.in: Regenerate.
1125 * configure: Regenerate.
1126
11272004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
1128
1129 * Makefile.def (bootstrap stages): Add 'lean' parameter.
1130 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1131 phony targets; do not generate timestamp files.
1132 (distclean-stageN): Remove references to their timestamp files.
1133 (restageN, touch-stageN): Remove.
1134 (stageN-bubble): Rewritten.
1135 (compare): Support lean bootstraps.
1136 * Makefile.in: Regenerate.
1137
1138 * configure.in: Only warn when bootstrapping but
1139 build != host or build != target. Support lean bootstraps.
1140 * configure: Regenerate.
1141
ce7cbbb0
PE
11422004-08-26 Phil Edwards <phil@codesourcery.com>
1143
1144 * configure.in: Give a better error message if GMP/MPFR are missing
1145 and a language needing them has been requested.
1146 * configure: Regenerated.
1147
9c71a529
PE
11482004-08-25 Phil Edwards <phil@codesourcery.com>
1149
1150 * configure.in: Print a list of available language front-ends if
1151 a requested one is missing. Tidy stray tab characters.
1152 * configure: Regenerated.
1153
e3f92d3b
MK
11542004-08-19 Michael Koch <konqueror@gmx.de>
1155
1156 * gcc/doc/install.texi: Update entry about automake for libjava.
1157
c3f84f61
RM
11582004-08-17 Robert Millan <robertmh@gnu.org>
1159
1160 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1161 (instead of FreeBSD).
1162 * configure: Regenerate.
1163
7c27e184
PB
11642004-08-16 Paolo Bonzini <bonzini@gnu.org>
1165
1166 * Makefile.in: Regenerate.
1167 * configure: Regenerate.
1168
1169 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1170 stage_*_flags.
1171 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1172 for bootstrapped modules if toplevel bootstrap is going.
1173 (GCC bootstrap): Generate per-stage targets for all bootstrapped
1174 modules. Adjust for changes in Makefile.def. Enable several
1175 rules even in non-bootstrap mode, just to avoid peppering the
1176 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1177 (stage-[+prev+]-bubble): Remove.
1178
1179 * Makefile.def (Dependencies): Depend on all-build-bison,
1180 all-build-flex, all-build-byacc, all-build-texinfo, rather
1181 than the host variations.
1182 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
1183 with BUILD_SUBDIR.
1184 (BISON): Update for recent Bisons.
1185 (YACC): Fix typo.
1186 (cross): Depend on all-build.
1187 (all): Do not depend on all-build.
1188 (prebootstrap): Remove.
1189 (dep-kind): Accept separate prefixes for MODULE and ON variables.
1190 (Prebootstrap dependencies): Add them to the per-stage targets
1191 and to all-prebootstrap.
1192 * configure.in (build_configdirs): Always enable build_tools.
1193 (BUILD_DIR_PREFIX): Remove.
1194
1195 * Makefile.def (gcc): Add target variable.
1196 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1197 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1198 in the recursive `make', instead of hardwiring `all'.
1199 (Autogenerated TARGET-* variables): New.
1200
20f3bb80
BB
12012004-08-13 Brian Booth <bbooth@redhat.com>
1202
1203 * MAINTAINERS: Remove myself from write-after-approval.
1204
b5be499d
NN
12052004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
1206
1207 * src-release: Stop distributing mmalloc with gdb (which doesn't
1208 use it).
1209 * Makefile.def: GDB doesn't depend on mmalloc anymore.
1210 * Makefile.in: Regenerate.
1211
b3f8d95d
MM
12122004-08-09 Mark Mitchell <mark@codesourcery.com>
1213
1214 * configure.in (arm*-*-eabi*): New target.
1215 * configure: Regenerate.
1216
3589b69e
PB
12172004-08-06 Paolo Bonzini <bonzini@gnu.org>
1218
1219 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1220 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1221 (Dependencies): New section.
1222 * Makefile.tpl (Dependencies): Generate from Makefile.def.
1223 (configure-target-[+module+]): Depend on maybe-all-gcc
1224 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
1225 (toplevel profiledbootstrap): Fix dependencies.
1226 * Makefile.in: Regenerate.
1227
972974fc
MM
12282004-08-03 Mark Mitchell <mark@codesourcery.com>
1229
1230 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1231 target-libiberty to noconfigdirs.
1232 * configure: Regenerate.
1233
bebf829d
PB
12342004-08-03 Paul Brook <paul@codesourcery.com>
1235
1236 * configure.in: Check for MPFR as well as GMP.
1237 * configure: Regenerate.
1238
98a5bb3b
RM
12392004-08-01 Robert Millan <robertmh@gnu.org>
1240
1241 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1242 libmudflap for all GNU-based systems (with Glibc).
1243 * configure: Regenerate.
1244
d32ab992
PB
12452004-08-03 Paolo Bonzini <bonzini@gnu.org>
1246
1247 * Makefile.def (host-modules): Add gcc.
1248 * Makefile.in: Regenerate.
1249 * Makefile.tpl (sorry): New rule.
1250 (configure-host, all-host, [+make_target+]-host, do-check,
1251 install-host): Do not add gcc as a special case.
1252 (host modules): Add a small special-casing for gcc. Export
1253 extra_make_flags through the environment.
1254 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1255 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1256 other recursive targets for gcc): Remove.
1257
1258 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1259 (stage, unstage): New rules.
1260 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1261 distclean-stage[+id+]): Use stage_current.
1262 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1263 the stage*-start rules.
1264
aeb732c1
GK
12652004-08-02 Geoffrey Keating <geoffk@apple.com>
1266
1267 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
1268 use -all_load flag.
1269
25b656e7
PB
12702004-08-02 Paolo Bonzini <bonzini@gnu.org>
1271
1272 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
1273 * configure: Regenerate.
1274
cc440d71
TM
12752004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
1276
1277 * maintainer-scripts/gcc_release: Revert yesterday's change.
1278
270e140b
SB
12792004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
1280
1281 * MAINTAINERS: Add myself to write-after-approval.
1282
3e4035f8
TM
12832004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
1284
1285 * libf2c: Removed.
1286 * gcc/gccbug.in: Updated because of libf2c removal.
1287 * maintainer-scripts/gcc_release: Ditto.
1288
a3e8d8b4
LR
12892004-07-09 Loren J. Rittle <ljrittle@acm.org>
1290
1291 * configure.in: Build libmudflap by default on FreeBSD.
1292 * configure: Regenerated.
1293
dfcada9a
MM
12942004-07-09 Mark Mitchell <mark@codesourcery.com>
1295
1296 * configure.in: Do not build libmudflap by default on non-GNU/Linux
1297 systems.
1298 * configure: Regenerated.
1299
3922b216
JDA
13002004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1301
1302 PR target/16344
1303 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
1304 feedback based compiler.
1305 * Makefile.in: Rebuilt.
1306
95bcca47
AO
13072004-07-08 Alexandre Oliva <aoliva@redhat.com>
1308
1309 * Makefile.def (host_modules): Set bootstrap=true for flex.
1310 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
1311 * Makefile.in: Rebuilt.
1312
051822f6
JH
13132004-07-07 Jan Hubicka <jh@suse.cz>
1314
1315 * MAINTAINERS: Add self as a profile feedback maintainer.
1316
7b61653a
PE
13172004-07-05 Phil Edwards <phil@codesourcery.com>
1318
1319 * configure.in: Do not prepend $srcdir to /dev/null in
1320 makefile fragments.
1321 * configure: Regenerate.
1322
23f6b2f9
PB
13232004-07-01 Paolo Bonzini <bonzini@gnu.org>
1324
1325 * Makefile.def (build_modules): Add bison, byacc, flex,
1326 m4, texinfo.
1327 (flags_to_pass): Add FLEX.
1328 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1329 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1330 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1331 DEFAULT_MAKEINFO): Remove.
1332 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1333 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1334 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1335 objdir or else use configured tool.
1336 (all-build): New.
1337 (all): Depend on it.
1338 (Build module dependencies): Add.
1339 * Makefile.in: Regenerate.
1340 * configure.in: Better support for multiple build modules,
1341 matching what is done for host/target modules. Do not look
1342 for "plausible" locations of build tools if Canadian cross.
1343 Use autoconf's AC_PROG_CC to find a C compiler. Define
1344 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
1345 * configure: Regenerate.
78716e86 1346
1c020272
PB
13472004-06-22 Paolo Bonzini <bonzini@gnu.org>
1348
1349 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
1350 * Makefile.in: Regenerate.
1351
a52a0a7f
PB
13522004-06-22 Paolo Bonzini <bonzini@gnu.org>
1353
1354 * Makefile.tpl (configure-build-[+module+],
1355 configure-[+module+], configure-target-[+module+]): Pass
1356 [+extra_configure_args+].
1357 (all-build-[+module+], all-[+module+], check-[+module+],
1358 install-[+module+], [+make_target+]-[+module+],
1359 all-target-[+module+], check-target-[+module+],
1360 install-target-[+module+], [+make_target+]-target-[+module+]):
1361 Pass [+extra_make_args+].
1362 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
1363 (GCC_HOST_EXPORTS): Remove.
1364 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
1365 cross, check-gcc, check-gcc-c++, install-gcc,
1366 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
1367 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
1368 * Makefile.in: Regenerate.
1369
ccde3f1a
MS
13702004-06-21 Matthew Sachs <msachs@apple.com>
1371
1372 * MAINTAINERS: Added self to write-after-approval.
1373
6264b0a6
CF
13742004-06-21 Christopher Faylor <cgf@alum.bu.edu>
1375
1376 * configure.in: Check for srcdir/winsup rather than build directory
1377 winsup.
1378 * configure: Regenerate.
1379
801e2270
CV
13802004-06-17 Corinna Vinschen <vinschen@redhat.com>
1381
1382 * configure.in: Don't build Cygwin native newlib if winsup
1383 directory is missing. Emit warning instead.
1384 * configure: Regenerate.
1385
ad6717df
PB
13862004-06-09 Paolo Bonzini <bonzini@gnu.org>
1387
1388 * Makefile.tpl (touch-stage[+id+]): New.
1389 (restage[+prev+]): Depend on touch-stage[+id+].
1390
1391 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
1392 Use it throughout.
1393
1394 * Makefile.def: Add profile and feedback bootstrap stages.
1395 Remove next field from bootstrap stages.
1396 * Makefile.tpl (LN, LN_S): Substitute.
1397 (stageN-start, stageN-end): Use double-colon rules, to
1398 provide a hook for additional setup commands.
1399 (distclean-stageN-gcc, restageN): Create dependencies from
1400 [+prev+], not from [+next+].
1401 (stageN-bubble): Add commands for successive stages from
1402 [+prev+], using double-colon rules.
1403 (all-stageN-gcc): Fix typo.
1404 (stagefeedback-start, profiledbootstrap): New.
1405 * Makefile.in: Regenerate.
1406 * configure.in: Call ACX_PROG_LN.
1407 * configure: Regenerate.
1408
5bbb9680
CY
14092004-06-08 Canqun Yang <canqun@nudt.edu.cn>
1410
1411 * MAINTAINERS (Write After Approval): Add myself.
1412
e18be1d4
MA
14132004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
1414
1415 * MAINTAINERS (Write After Approval): Add myself.
1416
5607edfd
PB
14172004-06-03 Paolo Bonzini <bonzini@gnu.org>
1418
1419 * configure.in: Fix --enable-bootstrap breakage introduced in trees
1420 without gcc.
1421 * configure: Regenerate.
1422
1ec4e9c3
PB
14232004-06-01 Paolo Bonzini <bonzini@gnu.org>
1424
1425 * Makefile.tpl: Fix typo.
1426 * Makefile.in: Regenerate.
1427
c2f7605f
PB
14282004-06-01 Paolo Bonzini <bonzini@gnu.org>
1429
1430 * configure.in: Remove new- prefix from toplevel
1431 bootstrap targets.
1432 * configure: Regenerate.
1433
f516a7da
PB
14342004-06-01 Paolo Bonzini <bonzini@gnu.org>
1435
1436 * Makefile.tpl (all.normal): Rename to all.
1437 (all): Replace with a rule to pick the default
1438 target from configure.
1439 (all-gcc, configure-gcc): Use conditionals to
1440 do nothing when toplevel bootstrap is going on.
1441 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
1442 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
1443 * configure.in: Support --enable-bootstrap.
1444
1445 * Makefile.def: Remove new- prefix from toplevel
1446 bootstrap targets.
1447 * Makefile.tpl: Likewise.
1448
1449 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
1450 target.
1451
1452 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
1453 $(RECURSE_FLAGS) to recursive invocation of make.
1454
1455 * Makefile.in: Regenerate.
1456 * configure: Regenerate.
1457
78dd5e36
AJ
14582004-05-30 Andreas Jaeger <aj@suse.de>
1459 Jim Wilson <wilson@specifixinc.com>
1460
1461 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
1462 like CC.
1463
30f1bddc
DJ
14642004-05-27 Daniel Jacobowitz <dan@debian.org>
1465
1466 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
1467 * configure: Regenerate.
1468
4fc4dd12
DJ
14692004-05-25 Daniel Jacobowitz <drow@false.org>
1470
1471 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
1472 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
1473 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
1474 targets.
1475 * Makefile.in: Regenerate.
1476
94632047 14772004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
1478
1479 * configure.in: Test the ability to symlink directories.
1480 * configure: Regenerate.
1481
1482 * Makefile.def (bootstrap-stage): New definitions.
1483 * Makefile.tpl (configure-stage1-gcc,
1484 configure-stage2-gcc, configure-stage3-gcc,
1485 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
1486 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
1487 new-restage3, compare): Autogenerate, see Makefile.in
1488 entry for behavioral changes.
1489 (distclean-stage1, new-stage1-start, new-stage1-end,
1490 new-stage1-bubble, distclean-stage2, new-stage2-start,
1491 new-stage2-end, new-stage2-bubble, distclean-stage3,
1492 new-stage3-start, new-stage3-end): New autogenerated targets.
1493 (objext, prebootstrap, BOOT_CFLAGS,
1494 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
1495 targets.
1496
1497 * Makefile.in: Regenerate.
1498 (distclean-stage1, new-stage1-start, new-stage1-end,
1499 new-stage1-bubble, distclean-stage2, new-stage2-start,
1500 new-stage2-end, new-stage2-bubble, distclean-stage3,
1501 new-stage3-start, new-stage3-end): New targets.
1502 (all-stage1-gcc): Move prebootstrap dependency from here...
1503 (configure-stage1-gcc): ...to here.
1504 (new-bootstrap): Use bubble targets.
1505 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
1506 Use per-stage distclean targets.
1507 (configure-stage1-gcc, configure-stage2-gcc,
1508 configure-stage3-gcc, all-stage1-gcc,
1509 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
1510 Use new-stageN-start to prepare the tree.
1511
4f4e53dd
PB
15122004-05-23 Paolo Bonzini <bonzini@gnu.org>
1513
1514 * Makefile.def (host_modules): add libcpp.
1515 * Makefile.tpl: Add dependencies on and for libcpp.
1516 * Makefile.in: Regenerate.
1517 * configure.in: Add libcpp host module.
1518 * configure: Regenerate.
1519
60975492
PB
15202004-05-21 Paolo Bonzini <bonzini@gnu.org>
1521
1522 * Makefile.tpl: Whenever a recursive target is defined, wrap
1523 it in a special @if/@endif block, and prepare its maybe
1524 dependency in the @if/@endif block
1525 * configure.in: Instead of writing maybe dependencies, remove
1526 the @if/@endif statements, and remove the @if/@endif blocks
1527 that remain.
1528 * configure: Regenerate.
1529 * Makefile.in: Regenerate.
1530
5ce7d75d
JJ
15312004-05-20 Janis Johnson <janis187@us.ibm.com>
1532
1533 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
1534
c779c42f
KK
15352004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
1536
1537 PR bootstrap/15120
1538 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
1539 * */configure: Rebuilt.
1540
b4117c30
ZW
15412004-05-17 Zack Weinberg <zack@codesourcery.com>
1542
1543 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
1544 of libf2c.
1545 * configure, Makefile.in: Regenerate.
1546
315fcf97 1547