]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
re PR middle-end/35823 (verify_gimple fails on taking 'Size of a String subprogram...
[thirdparty/gcc.git] / ChangeLog
CommitLineData
c53a18d3
N
12008-04-04 NightStrike <NightStrike@gmail.com>
2
3 PR other/35151
4 * configure.ac: Combine rules for mingw32 and mingw64.
5 * configure: Regenerate.
6
d925aa70
KT
72008-04-02 Kai Tietz <kai.tietz@onvision.com>
8
9 * MAINTAINERS (Write After Approval): Add myself.
10
ad424a85
SP
112008-04-01 Seongbae Park <seongbae.park@gmail.com>
12
13 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
14 * Makefile.in (.NOTPARALLEL): Ditto.
15
4412a506
PG
162008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
17
18 * MAINTAINERS (Write After Approval): Add myself.
19
2f908293
SP
202008-03-31 Seongbae Park <seongbae.park@gmail.com>
21
22 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
23 * Makefile.in (.NOTPARALLEL): Regenerate.
24
639223bd
PB
252008-03-27 Paolo Bonzini <bonzini@gnu.org>
26
27 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
28 * Makefile.in: Regenerate.
29
b8ab1f4a
JS
302008-03-26 Jakub Staszak <kuba@et.pl>
31
32 * MAINTAINERS (Write After Approval): Add myself.
33
b45890a4
TK
342008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
35
36 * MAINTAINERS: Update e-mail address.
37
5afab7ad
ILT
382008-03-20 Ian Lance Taylor <iant@google.com>
39
40 * configure.ac: Add support for --enable-gold.
41 * Makefile.def: Add gold as a directory like ld.
42 * configure, Makefile.in: Regenerate.
43
38d24731
RW
442008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
45
46 * configure.ac: m4_include config/proginstall.m4.
47 * configure: Regenerate.
32bc4cf4
RW
48
49 Backport from upstream Libtool:
50
51 2007-10-12 Eric Blake <ebb9@byu.net>
52
53 Deal with Autoconf 2.62's semantic change in m4_append.
54 * ltsugar.m4 (lt_append): Replace broken versions of
55 m4_append.
56 (lt_if_append_uniq): Don't require separator to be overquoted,
57 and avoid broken m4_append.
58 (lt_dict_add): Fix typo.
59 * libtool.m4 (_LT_DECL): Don't overquote separator.
60
9d3c50ea
DE
612008-03-13 David Edelsohn <edelsohn@gnu.org>
62
63 * config.rpath: Add AIX 6 support.
64
5d2edb29
PB
652008-03-13 Paolo Bonzini <bonzini@gnu.org>
66
67 * Makefile.def (stageprofile). Remove -fprofile-generate
68 from stage_libcflags.
69 * Makefile.in: Regenerate.
70
954910ef
BE
712008-03-13 Ben Elliston <bje@au.ibm.com>
72
73 * config.sub, config.guess: Update from upstream sources.
74
e8645a40
TT
752008-03-06 Tom Tromey <tromey@redhat.com>
76
77 * MAINTAINERS: Update for treelang deletion.
78
2c8e955e
JW
792008-03-03 James E. Wilson <wilson@tuliptree.org>
80
81 * MAINTAINERS: Update my email address.
82
54acd307
SS
832008-03-03 Stan Shebs <stanshebs@earthlink.net>
84
893ad2a1 85 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
86 (objective-c/c++): Add myself as a maintainer.
87
4b52b516
VR
882008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
89
90 * MAINTAINERS (Write After Approval): Update my email address.
91
e652b516
TB
922008-02-25 Tomas Bily <tbily@suse.cz>
93
94 * MAINTAINERS (Write After Approval): Add myself.
95
02d30740
JJ
962008-02-23 Jakub Jelinek <jakub@redhat.com>
97
98 * MAINTAINERS (OpenMP): Add myself.
99
1c8bd6a3
PB
1002008-02-20 Paolo Bonzini <bonzini@gnu.org>
101
4b40b2a5
UB
102 PR bootstrap/32009
103 PR bootstrap/32161
1c8bd6a3 104
4b40b2a5
UB
105 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
106 * configure: Regenerate.
1c8bd6a3 107
4b40b2a5
UB
108 * Makefile.def: Define stage_libcflags for all bootstrap stages.
109 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
110 STAGE4_LIBCFLAGS): New.
111 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
112 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
113 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
114 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
115 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
116 for target modules. Don't export LIBCFLAGS.
117 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
118 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
119 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
120 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
121 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
122 * Makefile.in: Regenerate.
1c8bd6a3 123
bb44c9d2
RW
1242008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
125
126 PR libgcj/33085
127 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
128 Do not use -DDLL_EXPORT. Backport from upstream.
129
29a7754d
RW
1302008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
131
132 * MAINTAINERS (Write After Approval): Add myself.
133
9a212bb7
HPN
1342008-02-02 Hans-Peter Nilsson <hp@axis.com>
135
136 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
137 * configure: Regenerate.
138
aa12a573
MG
1392008-01-31 Marc Gauthier <marc@tensilica.com>
140
141 * configure.ac (xtensa*-*-*): Recognize processor variants.
142 * configure: Regenerate.
143
ac9e6043
RW
1442008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
145
40049ccc
UB
146 PR bootstrap/34922
147 * configure.ac (PARSE_ARGS): Push suitable setting of
148 ac_subdirs_all, for `./configure --help=recursive'.
149 Handle `+' in generic toplevel directory disabling.
150 * configure: Regenerate.
ac9e6043 151
4288c86a
NC
1522008-01-28 Nick Clifton <nickc@redhat.com>
153
154 * MAINTAINERS (xstormy16): Take over maintainership.
155
8d8da227
JM
1562008-01-25 Joseph Myers <joseph@codesourcery.com>
157
158 * MAINTAINERS (c4x port): Remove.
159
349b60e7
DE
1602008-01-24 David Edelsohn <edelsohn@gnu.org>
161
162 * libtool.m4: Backport AIX 6 support from ToT Libtool.
163
3ca06a68
BE
1642008-01-23 Ben Elliston <bje@au.ibm.com>
165
166 * config.sub, config.guess: Update from upstream sources.
167
3c631381
TG
1682008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
169
170 * MAINTAINERS (Write After Approval): Add myself.
171
20533ef1
L
1722008-01-17 H.J. Lu <hjl.tools@gmail.com>
173
174 * MAINTAINERS: Update my email address.
175
1762008-01-09 Raksit Ashok <raksit@google.com>
177
178 * MAINTAINERS (Write After Approval): Add myself.
179
684f4f6a
RA
1802008-01-09 Raksit Ashok <raksit@google.com>
181
182 * MAINTAINERS (Write After Approval): Add myself.
183
9cb8756f
BE
1842008-01-08 Ben Elliston <bje@au.ibm.com>
185
186 * config.sub, config.guess: Update from upstream sources.
187
94e1934d
KG
1882007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
189
190 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 191 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
192 * configure: Regenerate.
193
a2e51f77
SP
1942007-12-15 Sebastian Pop <sebastian.pop@amd.com>
195
196 * MAINTAINERS: Update my email address.
197
ffe3dcd9
BRF
1982007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
199
200 * MAINTAINERS: Update my email address.
201
aa4095c9
RS
2022007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
203
204 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
205 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
206 * Makefile.in: Regenerate.
207
030e2013
MH
2082007-12-10 Mark Heffernan <meheff@google.com>
209
210 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
211 misplaced entries.
212
0fe0f073
AT
2132007-12-10 Andreas Tobler <a.tobler@schweiz.org>
214
215 * configure.ac: Enable libjava for x86_64-*-darwin9.
216 * configure: Regenerate.
217
d4ca4b06
BM
2182007-12-07 Bill Maddox <maddox@google.com>
219
220 * MAINTAINERS (Write After Approval): Add myself.
221
c3220d4c
BE
2222007-12-05 Ben Elliston <bje@au.ibm.com>
223
224 * config.sub, config.guess: Update from upstream sources.
225
aba7501e
MK
2262007-12-02 Matthias Klose <doko@ubuntu.com>
227
228 * config-ml.in: Remove 64bit configure tests.
229
d683ec81
PB
2302007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
231
232 * config-ml.in: Robustify against white space in absolute file
233 names.
234
235 * config-ml.in (multi-clean): Substitute ${Makefile}.
236 Remove superfluous ${Makefile} in list.
237
60f1711a
TS
2382007-11-19 Thiemo Seufer <ths@mips.com>
239
240 * config-ml.in: Don't hardcode the Makefile name.
241
487f9d96
AM
2422007-11-08 Alexander Monakov <amonakov@ispras.ru>
243
244 * MAINTAINERS (Write After Approval): Add myself.
245
fa3886fe
ST
2462007-11-07 Samuel Tardieu <sam@rfc1149.net>
247
248 * MAINTAINERS (Write After Approval): Add myself.
249
ae750079
DK
2502007-11-06 Doug Kwan <dougkwan@google.com>
251
252 * MAINTAINERS (Write After Approval): Add myself.
253
acc48927
BE
2542007-10-25 Ben Elliston <bje@au.ibm.com>
255
256 * MAINTAINERS (mercury): Remove entry.
257 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
258
e00e9858
DJ
2592007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
260
261 * Makefile.def (dependencies): Make configure-gdb depend on
262 all-intl.
263 * Makefile.in: Regenerated.
264
def14a3c
SK
2652007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
266
267 * MAINTAINERS (Fortran maintainer): Remove myself.
268
0e5e9f76
PM
2692007-10-15 Patrick Mansfield <patmans@us.ibm.com>
270
271 * Makefile.def: To avoid problems running with parallel makes,
272 build newlib before libgloss so that target specific header
273 files are availble.
274 * Makefile.in: Regenerate
275
bbfbfafc
DJ
2762007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
277
278 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
279 * Makefile.in: Regenerate.
280
c56abad5
VM
2812007-10-09 Vladimir Makarov <vmakarov@redhat.com>
282
283 * MAINTAINERS (Register allocation reviewer): Add myself.
284
f019adc1
MF
2852007-10-08 Mike Frysinger <vapier@gentoo.org>
286
287 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
288 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
289 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
290 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
291 * configure: Regenerate.
292
789e4e28
SP
2932006-10-04 Seongbae Park <seongbae.park@gmail.com>
294
295 * MAINTAINERS (Register allocation reviewer): Add myself.
296
0999159b
PB
2972007-10-01 Paolo Bonzini <bonzini@gnu.org>
298
299 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
300 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
301 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
302 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
303 * configure.ac: Default them to host tools for $host = $build.
304 Subst them.
305
306 * configure: Regenerate.
307 * Makefile.in: Regenerate.
308
a054acde
PB
3092006-09-24 Peter Bergner <bergner@vnet.ibm.com>
310
311 * MAINTAINERS (Register allocation reviewer): Add myself.
312
ffda6fc9
KZ
3132006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
314
315 * MAINTAINERS (Register allocation reviewer): Add myself.
316
9d209c83
SP
3172007-09-21 Seongbae Park <seongbae.park@gmail.com>
318
319 * MAINTAINERS (Write After Approval): Fix typo.
320
1ec3b87b
RS
3212007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
322
323 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
324 * configure: Regenerate.
325
19d5986d
PJ
3262007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
327
328 PR bootstrap/31906
329 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 330 they're already prefixed.
19d5986d 331
6d3b5aea
BK
3322007-09-19 Benjamin Kosnik <bkoz@redhat.com>
333
334 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
335 libstdc++.
336 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
337 * configure: Regenerate.
338 * Makefile.in: Regenerate.
339
4fe7e755
AS
3402007-09-17 Andreas Schwab <schwab@suse.de>
341
342 * configure.ac: Raise minimum makeinfo version to 4.6.
343 * configure: Regenerate.
344
d483feaa
JS
3452007-09-17 Johannes Singler <singler@ira.uka.de>
346
ffe3dcd9 347 * MAINTAINERS (write-after-approval) add myself
d483feaa 348
fa9a3f31
AM
3492007-09-15 Alan Modra <amodra@bigpond.net.au>
350
351 * configure.ac: Correct makeinfo version check.
352 * configure: Regenerate.
353
6593a73e
RS
3542007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
355
356 * MAINTAINERS: Update my email address.
357
d9dced13
RS
3582007-09-14 Richard Sandiford <richard@codesourcery.com>
359
360 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
361 to $skipdirs and only disable gprof for newlib. Use the normal
362 mips*-elf* handling in other respects.
363 * configure: Regnerate.
364
773c1467
DD
3652007-09-12 David Daney <ddaney@avtrex.com>
366
367 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
368 enabling libgcj.
369 * configure: Regenerate.
370
c03353e2
RIL
3712007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
372
373 PR other/32154
374 * configure.ac: For libgloss targets, point the linker to the linker
375 script, startup code and simulator library.
376 * configure: Regenerate.
377
c4e9bf2b
AH
3782007-09-07 Andrew Haley <aph@redhat.com>
379
380 * configure.ac (noconfigdirs): Remove target-libffi and
381 target-libjava.
382 * configure: Regenerate.
383
1f5a6b84
FXC
3842007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
385
386 PR target/33281
387 * configure.ac: Use config/mh-mingw on mingw.
388 * configure: Regenerate.
1f5a6b84 389
3951e521
PH
3902007-09-05 Pat Haugen <pthaugen@us.ibm.com>
391
9f349f63 392 * MAINTAINERS (Write After Approval): Add myself.
3951e521 393
e643dc23
RG
3942007-09-05 Richard Guenther <rguenther@suse.de>
395
396 * configure.ac (--enable-stage1-checking): If neither --enable-checking
397 nor --disable-checking is provided also turn on yes and types
398 checking for stage1.
399 * configure: Re-generate.
400
039874df
KW
4012007-08-30 Krister Walfridsson <cato@df.lth.se>
402
403 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
404 (Write After Approval): Remove myself.
405
c3f07bd6 4062007-08-29 Nick Clifton <nickc@redhat.com>
15098359 407
c3f07bd6 408 * config.sub, config.guess: Update from upstream sources.
15098359 409
40049ccc 4102007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
411
412 * MAINTAINERS (Write After Approval): Added myself.
413 * MAINTAINERS (Reviewers): Removed myself.
414
c8aea42c 4152007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 416 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
417
418 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
419 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
420 * Makefile.in: Regenerate.
421 * configure.ac (--with-debug-prefix-map): New.
422 * configure: Regenerate.
423
4bf6c438
RS
4242007-08-17 Richard Sandiford <richard@codesourcery.com>
425 Nigel Stephens <nigel@mips.com>
426
4bf6c438
RS
427 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
428 as target_makefile_frag.
429 * configure: Regenerate.
430
bb286d71
AO
4312007-08-16 Alexandre Oliva <aoliva@redhat.com>
432
433 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
434 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
435 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
436 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
437 (do-compare, do-compare3, do-compare-debug): New.
438 ([+compare-target+]): Use them.
439
a4630417
MK
4402007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
441
442 * MAINTAINERS (Write After Approval): Change my email address.
443
d9acb717
RW
4442007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
445 Ben Elliston <bje@au.ibm.com>
446
447 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
448 --silent if $silent.
449 * configure: Regenerate.
450
96876681
ZD
4512003-08-12 Zdenek Dvorak <ook@ucw.cz>
452
453 * MAINTAINERS (Various Maintainers): Add myself as
454 loop infrastructure maintainer. Update my e-mail
455 address.
456
1c1d80ee
DN
4572007-07-31 Diego Novillo <dnovillo@google.com>
458
459 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
460 Adjust description.
461
7e98624c
RG
4622007-07-26 Richard Guenther <rguenther@suse.de>
463
464 * configure.ac: Add types checking to stage1 checking flags.
465 * configure: Regenerate.
466
4c85af60
NC
4672007-07-17 Nick Clifton <nickc@redhat.com>
468
469 * COPYING3: New file. Contains version 3 of the GNU General
470 Public License.
471 * COPYING3.LIB: New file. Contains version 3 of the GNU
472 Lesser General Public License.
473
19ddfd3a
AK
4742007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
475
476 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
477
2a064545
AK
4782007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
479
480 * MAINTAINERS (S/390 co-maintainer): Add myself.
481 (Write After Approval): Remove myself.
482
f861f54d
DH
4832007-07-13 Dan Hipschman <dsh@google.com>
484
485 * MAINTAINERS (Write After Approval): Add myself.
486
0136f2f7
NC
4872007-07-11 Nick Clifton <nickc@redhat.com>
488
489 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
490 WINDRES export.
491 * Makefile.in: Regenerate.
492
6e29b5a4
RO
4932007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
494
495 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
496 maintainer.
497
159a4b02
L
4982007-07-05 H.J. Lu <hongjiu.lu@intel.com>
499
500 * lt~obsolete.m4: New. Import from 20070318 libtool.
501
6ba67283
JB
5022007-07-03 Julian Brown <julian@codesourcery.com>
503
504 * MAINTAINERS (Write After Approval): Add myself.
505
30b74385
RW
5062007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
507
508 * configure.ac: Rewrite 'configure --help' strings to look nicer.
509 * configure: Regenerate.
510
5112007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
512
513 * configure.ac: Add some missing m4 quotation.
514 * configure: Regenerate.
515
943c54ce
SB
5162007-07-02 Simon Baldwin <simonb@google.com>
517
518 * MAINTAINERS (Write After Approval): Add myself.
519
1c00b503
PB
5202007-07-02 Paolo Bonzini <bonzini@gnu.org>
521
522 * configure: Regenerate.
523
901119ae
KT
5242007-07-02 Kai Tietz <kai.tietz@onevision.com>
525
526 * Makefile.def: Add windmc tool to build.
527 * Makefile.tpl: Likewise.
528 * configure.ac: Likewise.
529 * Makefile.in: Regenerate.
530 * configure: Regenerate.
531
83f4c19f
DD
5322007-06-28 DJ Delorie <dj@redhat.com>
533
534 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
535 not building newlib.
536 * configure: Regenerated.
537
5346c75c
JS
5382007-06-28 Jan Sjodin <jan.sjodin@amd.com>
539
540 * MAINTAINERS (Write After Approval): Add myself.
541
aacfb86b
MM
5422007-06-25 Martin Michlmayr <tbm@cyrius.com>
543
544 * MAINTAINERS (Write After Approval): Add myself.
545
590bf0d3
CM
5462007-06-19 Chris Matthews <chrismatthews@google.com>
547
548 * MAINTAINERS (Write After Approval): Add myself.
549
cdbbee7a
RIL
5502007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
551
552 * MAINTAINERS (Write After Approval): Add myself.
553
b8afffc1
DJ
5542007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
555
556 * Makefile.def: Add dependency from configure-gdb to all-bfd.
557 * Makefile.in: Regenerated.
558
3fcfad76
BS
5592007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
560
561 * configure.ac: Don't add target-libmudflap to noconfigdirs for
562 bfin*-*-uclinux* targets.
563 * configure: Regenerate.
564
3f5a2b7f
ILT
5652007-06-14 Ian Lance Taylor <iant@google.com>
566
567 * MAINTAINERS: Add myself as non-algorithmic global write
568 maintainer.
569
4c46daee
DN
5702007-06-14 Diego Novillo <dnovillo@google.com>
571
572 * MAINTAINERS: Add self as middle-end maintainer and
573 non-algorithmic global write maintainer.
574
a3bb222a
FXC
5752007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
576
577 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
578 Move all Fortran maintainers except Paul Brook into the
579 Non-Autopoiesis section.
580
a19e8f64
PB
5812007-06-14 Paolo Bonzini <bonzini@gnu.org>
582
583 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
584 (distclean-stage[+id+]): Possibly delete stage_last.
585 * Makefile.in: Regenerate.
586
1c2abe5e
SP
5872007-06-12 Seongbae Park <seongbae.park@gmail.com>
588
589 * MAINTAINERS (Various Maintainer): Fix typo.
590
abca4739
PB
5912007-06-11 Paolo Bonzini <bonzini@gnu.org>
592
593 * MAINTAINERS (Various Maintainer): Add myself as
594 dataflow maintainer.
595
a894d2c3
BE
5962007-06-07 Ben Elliston <bje@au.ibm.com>
597
598 * config.sub, config.guess: Update from upstream sources.
599
8024d75e
BE
6002007-06-07 Ben Elliston <bje@au.ibm.com>
601
602 * Makefile.tpl: Fix spelling error.
603 * Makefile.in: Regenerate.
604
973a9a5e
SE
6052007-06-01 Steve Ellcey <sje@cup.hp.com>
606
96598938
L
607 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
608 lt_cv_sys_max_cmd_len.
973a9a5e 609
ccb4d26b
DN
6102007-05-31 Dorit Nuzman <dorit@il.ibm.com>
611
612 * MAINTAINERS (Various Maintainers): Add myself as
613 auto-vectorizer maintainer.
614
eecb7461
PB
6152003-05-31 Paolo Bonzini <bonzini@gnu.org>
616
617 PR libjava/32098
618 * libtool.m4: Revert previous change.
619 * ltgcc.m4: Put it here.
620
89d28202
ZD
6212003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
622
623 * MAINTAINERS (Various Maintainers): Add myself as
624 auto-vectorizer maintainer.
625
60c7a11a
L
6262007-05-30 H.J. Lu <hongjiu.lu@intel.com>
627
628 PR libjava/32098
629 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
630
9dd3cc81
RG
6312007-05-30 Richard Guenther <rguenther@suse.de>
632
633 * MAINTAINERS (Various Maintainers): Add myself as
634 auto-vectorizer maintainer.
635
9cc1244e
JJ
6362007-05-30 Jakub Jelinek <jakub@redhat.com>
637
638 PR bootstrap/29382
639 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
640 * configure: Rebuilt.
641
6124296b
RC
6422007-05-28 Roberto Costa <robsettantasei@gmail.com>
643
644 * MAINTAINERS (Write After Approval): Removed my name.
645
6b757a0d
SB
6462007-05-25 Steven Bosscher <steven@gcc.gnu.org>
647
648 * MAINTAINERS (Write After Approval): Remove myself.
649
86ef8528
AT
6502007-05-25 Andreas Tobler <a.tobler@schweiz.org>
651
652 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
653
1cf3d07d
SE
6542007-05-23 Steve Ellcey <sje@cup.hp.com>
655
656 * ltmain.sh: Update from ToT Libtool.
657 * libtool.m4: Update from ToT Libtool.
658 * ltsugar.m4: New. Update from ToT Libtool.
659 * ltversion.m4: New. Update from ToT Libtool.
660 * ltoptions.m4: New. Update from ToT Libtool.
661 * ltconfig: Remove.
662 * ltcf-c.sh: Remove.
663 * ltcf-cxx.sh: Remove.
664 * ltcf-gcj.sh: Remove.
665
ce3fcf8c
OW
6662007-05-22 Ollie Wild <aaw@google.com>
667
668 * MAINTAINERS (Write After Approval): Add myself.
669
342b9200
PB
6702007-05-16 Paolo Bonzini <bonzini@gnu.org>
671
672 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
673 stage_cflags.
674 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
675 Remove CFLAGS/LIBCFLAGS.
676 (configure-stage[+id+]-[+prefix+][+module+],
677 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
678 * Makefile.in: Regenerate.
679
cea17285
DN
6802007-05-15 Diego Novillo <dnovillo@google.com>
681
682 * MAINTAINERS: Update e-mail address.
683
11c004e7
RE
6842007-05-15 Revital Eres <eres@il.ibm.com>
685
686 * MAINTAINERS (Write After Approval): Add myself.
687
ab6bd693
RC
6882007-05-14 Roberto Costa <robsettantasei@gmail.com>
689
690 * MAINTAINERS (Write After Approval): Updated my address.
691
388cdf07
TN
6922007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
693
694 * MAINTAINERS (Write After Approval): Add myself.
695
23f24034
SR
6962007-05-11 Silvius Rus <rus@google.com>
697
698 * MAINTAINERS (Write After Approval): Add myself.
699
34a7526e
TT
7002007-04-23 Tom Tromey <tromey@redhat.com>
701
702 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
703
51da21be
MM
7042007-04-22 Mark Mitchell <mark@codesourcery.com>
705
706 * MAINTAINERS (cpplib): Rename to ...
707 (libcpp): ... this. Add C/C++ front end maintainers.
708
70070387
SE
7092007-04-14 Steve Ellcey <sje@cup.hp.com>
710
711 * config-ml.in: Pass ${ml_config_env} to configure calls.
712
df1a0dbb
CB
7132007-04-04 Christian Bruel <christian.bruel@st.com>
714
715 * MAINTAINERS (Write After Approval): Add myself.
716
9daff147
DK
7172007-04-02 Dave Korn <dave.korn@artimi.com>
718
719 * MAINTAINERS (Write After Approval): Add myself.
720
374eadb2
TB
7212007-03-31 Tobias Burnus <burnus@net-b.de>
722
723 * MAINTAINERS (fortran 95 front end): Add myself.
724
8eced3a2
DR
7252007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
726
727 * MAINTAINERS (Write After Approval): Add myself.
728
653de3e3
AZ
7292007-03-24 Ayal Zaks <zaks@il.ibm.com>
730
731 * MAINTAINERS (Modulo Scheduler): Add myself.
732
b737d953
BM
7332007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
734
735 * MAINTAINERS (fortran 95 front end): Add myself.
736 (c++ front end): whitespace fix.
737
a584cdf2
NF
7382007-03-22 Nathan Froyd <froydnj@codesourcery.com>
739
740 * MAINTAINERS (Write After Approval): Add myself.
741
8c79f3c4
RS
7422007-03-21 Richard Sandiford <richard@codesourcery.com>
743
744 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
745 of glob. Quote arguments with single quotes too.
746 * configure: Regenerate.
747
07f1ac6d
BM
7482007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
749
750 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
751 * Makefile.in: Regenerate
752
172e41aa
AS
7532007-03-07 Andreas Schwab <schwab@suse.de>
754
755 * configure: Regenerate.
756
9c4d2493
BM
7572007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
758
759 * configure.ac: Add "--with-pdfdir" configure option,
760 which defines pdfdir variable.
761 * Makefile.def (target=fixincludes): Add install-pdf to
762 missing targets.
763 (recursive_targets): Add install-pdf target.
764 (flags_to_pass): Add pdfdir.
765 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
766 target.
767 * configure: Regenerate
768 * Makefile.in: Regenerate
769
e14e622e
EC
7702007-02-28 Eric Christopher <echristo@apple.com>
771
772 Revert:
773 2006-12-07 Mike Stump <mrs@apple.com>
774
775 * Makefile.def (dependencies): Add dependency for
776 install-target-libssp and install-target-libgomp on
777 install-gcc.
778 * Makefile.in: Regenerate.
779
54e433bc
MK
7802007-02-27 Matt Kraai <kraai@ftbfs.org>
781
782 * configure: Regenerate.
783 * configure.ac: Move statements after variable declarations.
784
6c8d3d8f
KK
7852007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
786
787 * MAINTAINERS: Add myself as sh maintainer.
788
9f8c6739
JM
7892007-02-19 Joseph Myers <joseph@codesourcery.com>
790
791 * configure.ac: Adjust for loop syntax.
792 * configure: Regenerate.
793
278a7a38
AO
7942007-02-18 Alexandre Oliva <aoliva@redhat.com>
795
796 * configure: Rebuilt.
797
b2eaac4a
AO
7982007-02-18 Alexandre Oliva <aoliva@redhat.com>
799
800 * configure.ac: Drop multiple occurrences of --enable-languages,
801 and fix its quoting.
802 * configure: Rebuilt.
803
beeaf216 8042007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
805 Nathan Sidwell <nathan@codesourcery.com>
806 Vladimir Prus <vladimir@codesourcery.com>
807 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
808
809 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
810 * configure: Regenerate.
811
09201a09
GP
8122007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
813
814 * ltconfig (freebsd*): Default to elf.
815
291f172e
DJ
8162007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
817
818 * configure.ac (target_libraries): Move libgcc before libiberty.
819 * configure: Regenerated.
820
c3a86da9
DJ
8212007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
822 Paolo Bonzini <bonzini@gnu.org>
823
824 PR bootstrap/30753
825 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
826 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
827 * configure: Regenerated.
828
88e1e72a
FXC
8292007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
830
831 * MAINTAINERS (Language Front End Maintainers): Update my mail
832 address.
833
44bfc3ac
DJ
8342007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
835
836 PR bootstrap/30748
837 * configure.ac: Correct syntax for Solaris ksh.
838 * configure: Regenerated.
839
3e19841a
PB
8402007-02-09 Paolo Bonzini <bonzini@gnu.org>
841
842 * configure.ac: Sync with src.
843 * configure: Regenerate.
844
74a48762
PB
8452007-02-09 Paolo Bonzini <bonzini@gnu.org>
846
847 * Makefile.in: Regenerate.
848
d846e52e
PB
8492007-02-09 Paolo Bonzini <bonzini@gnu.org>
850
851 * config.sub: Sync with src.
852
1c710c3c
DJ
8532007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
854
855 * Makefile.tpl (build_alias, host_alias, target_alias): Use
856 noncanonical equivalents.
857 * configure.in: Rename to...
858 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
859 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
860 target_noncanonical. Use them. Rewrite removal of configure
861 arguments for autoconf 2.59. Discard variable settings. Force
862 program_transform_name for native tools.
863
864 * Makefile.in: Regenerated.
865 * configure: Regenerated with autoconf 2.59.
866
74372bdf
RZ
8672007-02-07 Roman Zippel <zippel@linux-m68k.org>
868
3de8da2a 869 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 870
f6671c93
AS
8712007-01-31 Andreas Schwab <schwab@suse.de>
872
873 * Makefile.tpl (LDFLAGS): Substitute it.
874 * Makefile.in: Regenerate.
875
ba9f17df
AB
8762007-01-30 Andrey Belevantsev <abel@ispras.ru>
877
3de8da2a 878 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 879
2472200d
DE
8802007-01-28 David Edelsohn <edelsohn@gnu.org>
881
3de8da2a 882 * MAINTAINERS (spu port): Add myself.
2472200d 883
5305be7e
RG
8842007-01-23 Richard Guenther <rguenther@suse.de>
885
886 PR bootstrap/30541
887 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
888 * Makefile.tpl (GNATBIND): Substitute it.
889 (GNATMAKE): Likewise.
890 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
891 of STAGE_PREFIX.
892 * Makefile.in: Regenerate.
893 * configure: Regenerate.
894
416cfb5e
MS
8952007-01-18 Mike Stump <mrs@apple.com>
896
897 * configure.in: Re-enable -Werror for gcc builds.
898
3de8da2a 8992007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 900
3de8da2a 901 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 902
d943d7c4
PB
9032007-01-11 Paolo Bonzini <bonzini@gnu.org>
904
905 * configure.in: Change == to = in test command.
3de8da2a 906 * configure: Regenerate.
d943d7c4 907
e69bf64b 9082007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
909 Nick Clifton <nickc@redhat.com>
910 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
911
912 * configure.in (build_configargs, host_configargs, target_configargs):
913 Remove build/host/target parameters.
914 (host_libs): Add gmp and mpfr.
915 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
916 * Makefile.def (gmp, mpfr): New.
917 (gcc): Remove target.
918 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
919 target_os, target_vendor): New.
920 (configure): Add host_alias/target_alias arguments. Adjust invocations.
921 * configure: Regenerate.
922 * Makefile.in: Regenerate.
e69bf64b
PB
923
9242007-01-11 Matt Fago <fago@earthlink.net>
925
926 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 927 to improve robustness of configure tests.
e69bf64b 928 * configure: Regenerate.
e14e622e 929
a42f3b80
UB
9302007-01-09 Uros Bizjak <ubizjak@gmail.com>
931
932 * MAINTAINERS: Add myself as i386 maintainer.
933
a36aee1a
JH
9342007-01-08 Jan Hubicka <jh@suse.cz>
935
61fcaeef 936 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 937
738a52d3
KT
9382007-01-08 Kai Tietz <kai.tietz@onevision.com>
939
940 * configure.in: Add support for an x86_64-mingw* target.
95af8923 941 * configure: Regenerate.
738a52d3 942
54fdc474
DJ
9432007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
944
945 * Makefile.tpl (all-target): Correct @if conditional for target
946 modules.
947 * configure.in: Omit libiberty if building only target libgcc.
948 * configure, Makefile.in: Regenerated.
949
3dd71726
PB
9502007-01-04 Paolo Bonzini <bonzini@gnu.org>
951
952 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
953 * configure: Regenerate.
954
fa958513
DJ
9552007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
956
957 * Makefile.def (target_modules): Add libgcc.
958 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
959 * Makefile.tpl (clean-target-libgcc): Delete.
960 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
961 on gcc even for bootstrapped modules. Rewrite handling of
962 lang_env_dependencies to loop over target_modules.
963 * configure.in (target_libraries): Add target-libgcc.
964 * Makefile.in, configure: Regenerated.
965
e1888513
PB
9662006-12-29 Paolo Bonzini <bonzini@gnu.org>
967
968 * configure.in: Reorganize recognition of languages. Add
969 --enable-stage1-languages. Show supported languages for the chosen
970 target rather than all recognized languages.
971 * configure: Regenerate.
972
53b88b73
PB
9732006-12-29 Paolo Bonzini <bonzini@gnu.org>
974
975 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
976 * Makefile.in: Regenerate.
977
a3993f33
KG
9782006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
979
980 * configure.in: Warn that MPFR 2.2.0 is buggy.
981 * configure: Regenerate.
982
f063a9ed
ILT
9832006-12-27 Ian Lance Taylor <iant@google.com>
984
985 * configure.in: When removing Makefiles to force a reconfigure, also
986 remove prev-DIR*/Makefile.
987 * configure: Regenerate.
988
af71363e
AS
9892006-12-22 Andreas Schwab <schwab@suse.de>
990
991 * configure: Regenerate with correct autoconf version.
992
0b0dc272
AM
9932006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
994
3de8da2a
UB
995 * configure.in: add AC_SUBST for *_FOR_TARGET.
996 * configure: Regenerate.
0b0dc272 997
53b88b73
PB
9982006-12-19 Paolo Bonzini <bonzini@gnu.org>
999
1000 * configure.in: Simplify logic for rejecting languages that cannot
1001 be built. Separate the case when a language is unsupported,
1002 from the case when the user chooses not to build a language.
1003
400ebff4
PB
10042006-12-19 Paolo Bonzini <bonzini@gnu.org>
1005
1006 * configure.in: Remove "$build" case for powerpc-*-darwin* since
1007 it only affects bootstrap and could be tested on "$host" as well.
1008 * configure: Regenerate.
1009 * config/mh-ppc-darwin: Add to the stage1 cflags here.
1010
8efea775
PB
10112006-12-19 Paolo Bonzini <bonzini@gnu.org>
1012
1013 PR bootstrap/29544
1014 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
1015 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
1016 move here comment from Makefile.tpl.
1017 * Makefile.tpl: Move some definitions higher in the file.
1018 (STAGE1_CHECKING): New.
1019 * configure.in: Add --enable-stage1-checking.
1020 * configure: Regenerate.
1021 * Makefile.in: Regenerate.
1022
ed88a7ed
PB
10232006-12-19 Paolo Bonzini <bonzini@gnu.org>
1024
1025 * MAINTAINERS: Add myself as build system maintainer.
1026
b65151d3
SM
10272006-12-15 Simon Martin <simartin@users.sourceforge.net>
1028
1029 * MAINTAINERS (Write After Approval): Add myself.
1030
7e050830
EC
10312006-12-13 Eric Christopher <echristo@apple.com>
1032
1033 * MAINTAINERS: Add myself as darwin maintainer.
1034
8b494895
ILT
10352006-12-11 Ian Lance Taylor <ian@airs.com>
1036
1037 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
1038
0ff1416d
JR
10392006-12-11 Joern Rennecke <joern.rennecke@arc.com>
1040
1041 MAINTAINERS: Update my entry.
1042
58e24147
AM
10432006-12-11 Alan Modra <amodra@bigpond.net.au>
1044
1045 * configure.in: Handle spu makefile frag.
58e24147
AM
1046 * Makefile.tpl (MAINT): Define
1047 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
1048 * configure: Regenerate.
1049 * Makefile.in: Regenerate.
1050
9b6f37a0
BE
10512006-12-11 Ben Elliston <bje@au.ibm.com>
1052
1053 * config.guess: Import latest version.
1054 * config.sub: Likewise.
1055
ea6f5c57
BE
10562006-12-11 Ben Elliston <bje@au.ibm.com>
1057
1058 * configure.in (spu-*-*): Don't skip target-libiberty.
1059 * configure: Regenerate.
1060
42c1cd8a
AT
10612006-12-10 Andreas Tobler <a.tobler@schweiz.org>
1062
1063 PR bootstrap/30134
1064 * configure.in: Correct x86 darwin support for libjava to powerpc
1065 and i?86 only.
1066 * configure: Regenerate.
1067
55eb837d
ST
10682006-12-08 Sandro Tolaini <tolaini@libero.it>
1069
1070 * configure.in: Add x86 darwin support for libjava.
1071 * configure: Regenerate.
1072
5bdacbc7
MS
10732006-12-07 Mike Stump <mrs@apple.com>
1074
1075 * Makefile.def (dependencies): Add dependency for
1076 install-target-libssp and install-target-libgomp on
1077 install-gcc.
1078 * Makefile.in: Regenerate.
1079
477d851c
RG
10802006-12-04 Richard Guenther <rguenther@suse.de>
1081
1082 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
1083 (Non-Algorithmic Maintainers): Move over non-algorithmic
1084 loop optimizer maintainers, add myself as a non-algorithmic
1085 middle-end maintainer.
1086
5d33d367
DF
10872006-12-04 Daniel Franke <franke.daniel@gmail.com>
1088
1089 * MAINTAINERS (Write After Approval): Add myself.
1090
dbee1fb3
KG
10912006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1092
1093 * configure.in: Update error message for missing GMP/MPFR.
1094
1095 * configure: Regenerate.
1096
b5147de7
KG
10972006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1098
1099 * configure.in: Update MPFR version in error message.
1100
1101 * configure: Regenerate.
1102
f019376c
KG
11032006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1104
1105 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
1106 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
1107 --with-gmp-lib): New flags.
1108
1109 * configure: Regenerate.
1110
91ed95ae
BM
11112006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
1112
1113 * MAINTAINERS (Write After Approval): Change my email address.
1114
3a971f15
MLI
11152006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1116
05170031 1117 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 1118
431041ea
PT
11192006-11-22 Philipp Thomas <pth@suse.de>
1120
1121 * MAINTAINERS (i18n): Update e-mail address.
1122
df5487ee
TS
11232006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
1124
1125 * MAINTAINERS (spu port): Add myself as maintainer.
1126 (Write After Approval): Remove myself.
1127
92c2f0ee
BE
11282006-11-22 Ben Elliston <bje@au.ibm.com>
1129
1130 * configure.in (skipdirs): Don't build libssp for SPU.
1131 * configure: Regenerate.
1132
a3b97199
AP
11332006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
1134
1135 * MAINTAINERS (spu port): Add myself as maintainer.
1136 (libobjc): Update my email address.
1137
0eb97064
AB
11382006-11-21 Andrea Bona <andrea.bona@st.com>
1139
1140 * MAINTAINERS (Write After Approval): Add myself.
1141
85d9c13c
TS
11422006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
1143
1144 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
1145 * configure : Rebuilt.
1146
6696f3cd
TS
11472006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
1148
1149 * MAINTAINERS (Write After Approval): Add myself.
1150
d58542ea
AO
11512006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
1152
1153 * MAINTAINERS (Write After Approval): Add myself.
1154
a357b5ae
KG
11552006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1156
1157 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
1158 libmpfr.a.
1159 * configure: Regenerate.
1160
9bd6112c
PB
11612006-11-16 Paolo Bonzini <bonzini@gnu.org>
1162
1163 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
1164 (unstage): Test for stage_last presence.
1165
1166 PR bootstrap/29802
1167 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
1168 * Makefile.in: Regenerate.
1169
c8cf9f0f
ZD
11702003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
1171
1172 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
1173 maintainers.
1174
467b1fc6
ER
11752006-11-14 Erven Rohou <erven.rohou@st.com>
1176
1177 * MAINTAINERS (Write After Approval): Add myself.
1178
995a5697
PB
11792006-11-14 Paolo Bonzini <bonzini@gnu.org>
1180
1181 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
1182 and stageN-package/Makefile.
1183 * Makefile.in: Regenerated.
1184
c8d6d53e
JZ
11852006-11-14 Jie Zhang <jie.zhang@analog.com>
1186
1187 * configure.in: Remove target-libgloss from noconfigdirs for
1188 bfin-*-*.
1189 * configure: Regenerated.
1190
dffb147d
KG
11912006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1192
1193 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 1194
dffb147d
KG
1195 * configure: Regenerate.
1196
ca558912
KG
11972006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1198
1199 * configure.in: Robustify error message for missing GMP/MPFR.
1200
1201 * configure: Regenerate.
1202
7aa42285
SW
12032006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
1204
1205 * MAINTAINERS (Write After Approval): Add myself.
1206
779958a2
UB
12072006-10-30 Uros Bizjak <ubizjak@gmail.com>
1208
1209 * MAINTAINERS: Change email address.
1210
91de1527
VP
12112006-10-30 Vladimir Prus <vladimir@codesourcery.com>
1212
1213 * MAINTAINERS (Write After Approval): Add myself.
1214
a3867703
PB
12152006-10-26 Peter Bergner <bergner@vnet.ibm.com>
1216
1217 * MAINTAINERS (Write After Approval): Add myself.
1218
b4364fa2
CL
12192006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
1220
7e050830 1221 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 1222 Write After Approval section.
b4364fa2 1223
70ec446f
KG
12242006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1225
1226 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
1227 need_gmp anymore.
1228 * configure: Regenerate.
1229
018c8d88
TB
12302006-10-16 Tobias Burnus <burnus@net-b.de>
1231
1232 * MAINTAINERS (Write After Approval): Add myself.
1233
f6a1687e
BE
12342006-10-16 Ben Elliston <bje@au.ibm.com>
1235
1236 * config.guess: Import latest version.
1237 * config.sub: Likewise.
1238
b5422ad7
BM
12392006-10-10 Brooks Moses <bmoses@stanford.edu>
1240
1241 * Makefile.def: Added pdf target handling.
1242 * Makefile.tpl: Added pdf target handling.
1243 * Makefile.in: Regenerated.
1244
bdcee471
CL
12452006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
1246
1247 * MAINTAINERS: Add self as score port maintainer.
1248
7d610414
BM
12492006-10-04 Brooks Moses <bmoses@stanford.edu>
1250
1251 * MAINTAINERS (Write After Approval): Add myself.
1252
e48d66a9
SK
12532006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
1254
7e050830 1255 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
1256 or newer.
1257 * configure: Regenerated.
1258
c394e891
DB
12592006-09-27 Dave Brolley <brolley@redhat.com>
1260
1261 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
1262 $s instead of $r.
1263 * configure: Regenerated.
1264
1ee4c5a0
TS
12652006-09-26 Thiemo Seufer <ths@mips.com>
1266
1267 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
1268 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
1269 * configure: Regenerate.
1270
5997afc3
GP
12712006-09-24 Graeme Peterson <gridly@gmail.com>
1272
1273 * MAINTAINERS (Write After Approval): Remove myself.
1274
0c502898
CF
12752006-09-22 Chao-ying Fu <fu@mips.com>
1276
1277 * MAINTAINERS (Write After Approval): Add myself.
1278
a7819e42
JM
12792006-09-10 Joseph S. Myers <joseph@codesourcery.com>
1280
1281 * MAINTAINERS: Add self as soft-fp maintainer.
1282
12832006-09-09 Anatoly Sokolov <aesok@post.ru>
1284
1285 * MAINTAINERS: Add myself as avr maintainer.
1286 Remove Marek Michalkiewicz as avr maintainer.
827d0991 1287
e8288489
RC
12882006-09-07 Roberto Costa <roberto.costa@st.com>
1289
1290 * MAINTAINERS (Write After Approval): Add myself.
1291
b91f0a41
CV
12922006-08-30 Corinna Vinschen <corinna@vinschen.de>
1293
1294 * configure.in: Never build newlib for a Mingw host.
1295 Never build newlib as Mingw target library.
1296 Test the existence of winsup/cygwin for building a Cygwin newlib,
1297 rather than just winsup.
1298 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
1299 building a Mingw target.
1300 * configure: Regenerate.
1301
094c07a0
EB
13022006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
1303
1304 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
1305
8d1171cb
PB
13062006-07-25 Paolo Bonzini <bonzini@gnu.org>
1307
1308 * config.guess: Import from src (was more updated).
1309 * config.sub: Likewise.
1310
2e9e6f68
DJ
13112006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
1312
1313 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
1314 * configure: Regenerated.
1315
57255173
PB
13162006-07-18 Paolo Bonzini <bonzini@gnu.org>
1317
cc6010cd
AP
1318 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
1319 for stages after the first.
57255173 1320
9fbe6585
JJ
13212006-07-17 Jakub Jelinek <jakub@redhat.com>
1322
1323 * Makefile.def: Add dependencies for configure-opcodes
1324 on configure-intl and all-opcodes on all-intl.
1325 * Makefile.in: Regenerated.
1326
18c3f977
BE
13272006-07-13 Ben Elliston <bje@au.ibm.com>
1328
1329 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
1330
27b56ba6
PE
13312006-07-06 Paul Eggert <eggert@cs.ucla.edu>
1332
1333 Port to hosts whose 'sort' and 'tail' implementations
1334 treat operands with leading '+' as file names, as POSIX
1335 has required since 2001. However, make sure the code still
1336 works on pre-POSIX hosts.
1337 * ltmain.sh: Don't assume "sort +2" is equivalent to
1338 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
1339
ad6d4e43
UW
13402006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
1341
1342 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
1343
706601d9
PG
13442006-07-04 Peter O'Gorman <peter@pogma.com>
1345
1346 * ltconfig: chmod 644 before ranlib during install.
1347
0b50988a
EB
13482006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
1349
1350 PR bootstrap/18058
1351 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
1352 if the bootstrap compiler is a GCC version that supports it.
1353 * configure: Regenerate.
1354
b6348cb3
PB
13552006-07-03 Paolo Bonzini <bonzini@gnu.org>
1356
95695ad3 1357 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
1358 * configure: Regenerate.
1359
1546bb64
PB
13602006-07-03 Paolo Bonzini <bonzini@gnu.org>
1361
1362 PR other/27063
1363 * configure.in: Test subdir_requires and give an appropriate
1364 error message.
1365 * configure: Regenerate.
1366
5cb6c629
AJH
13672006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
1368
1369 * MAINTAINERS (Write After Approval): Add myself.
1370
f4d8cdf8
JDA
13712006-06-22 John David Anglin <dave.anglin@nrc.ca>
1372
1373 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
1374
4fe5abb7
SE
13752006-06-22 Steve Ellcey <sje@cup.hp.com>
1376
1377 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
1378
2a79fd67
DA
13792006-06-20 David Ayers <d.ayers@inode.at>
1380
1381 PR bootstrap/28072
1382 * configure.in: Add target-boehm-gc to noconfigdirs depending on
1383 whether target-libjava is being configured instead of whether the
1384 java front end is enabled.
1385 * configure: Regenerate.
7e050830 1386
04879af3
RO
13872006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1388
1389 PR target/27540
1390 * configure.in: Only enable libgomp on IRIX 6.
1391 * configure: Regenerate.
1392
ec6c7392
PB
13932006-06-15 Paolo Bonzini <bonzini@gnu.org>
1394
1395 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
1396 too.
1397 * Makefile.in: Regenerate.
1398
12973d7a
DD
13992006-06-13 Jeff Johnston <jjohnstn@redhat.com>
1400
1401 * config-ml.in: Alter CCASFLAGS to include special
1402 multilib options the same as is done for CFLAGS.
1403
c67ed86a
JDA
14042006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1405
1406 * configure.in: Don't enable libgomp on hpux10.
1407 * configure: Rebuilt.
1408
cb253473
DA
14092006-06-12 David Ayers <d.ayers@inode.at>
1410
1411 PR bootstrap/27963
1412 PR target/19970
7e050830 1413 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
1414 ${libgcj} is specified.
1415 * configure: Regenerate.
7e050830 1416
32845532
CD
14172006-06-06 Carlos O'Donell <carlos@codesourcery.com>
1418
1419 Sync from src:
7e050830
EC
1420
1421 * configure.in: Sync.
32845532 1422 * configure: Regenerated.
7e050830 1423
32845532
CD
1424 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
1425
1426 * Makefile.def: Added dependencies from sim and gdb on intl, and
1427 added configure dependencies to everything with an all dependency
1428 on intl.
1429 * Makefile.in: Regenerated.
1430
7cd0cf9c
DA
14312006-06-06 David Ayers <d.ayers@inode.at>
1432
1433 PR libobjc/13946
1434 * Makefile.def: Add dependencies for libobjc which boehm-gc.
1435 * Makefile.in: Regenerate.
1436 * configure.in: Add --enable-objc-gc at toplevel and have it
1437 enable boehm-gc for Objective-C.
1438 Remove target-boehm-gc from libgcj.
1439 Add target-boehm-gc to target_libraries.
1440 Add target-boehm-gc to noconfigdirs where ${libgcj}
1441 is specified.
1442 Assert that boehm-gc is supported when requested for Objective-C.
1443 Only build boehm-gc if needed either for Java or Objective-C.
1444 * configure: Regenerate.
7e050830 1445
3ff3adad
PB
14462006-06-05 Paolo Bonzini <bonzini@gnu.org>
1447
1448 PR 27674
1449 * Makefile.tpl (configure-[+prefix+][+module+],
1450 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
1451 Remove rule to unstage bootstrapped modules.
1452 (stage_current): New.
1453 * Makefile.in: Regenerate.
1454
898e551d
LB
14552006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1456
1457 * MAINTAINERS (Write After Approval): Update my e-mail address.
1458
ea60341e
MS
14592006-06-01 Mark Shinwell <shinwell@codesourcery.com>
1460
1461 * include/libiberty.h: Declare pex_run_in_environment.
1462
222ae291
AL
14632006-05-31 Asher Langton <langton2@llnl.gov>
1464
1465 * MAINTAINERS (Write After Approval): Add myself.
898e551d 1466
e9a54b07
PB
14672006-05-25 Paolo Bonzini <bonzini@gnu.org>
1468
1469 * Makefile.def (bfd, opcodes): Fix lib_path.
1470 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
1471 (restrap): Move under "@if gcc-bootstrap". Fix typo.
1472 * Makefile.in: Regenerate.
1473
03e67131
CD
14742006-05-24 Carlos O'Donell <carlos@codesourcery.com>
1475
1476 * Makefile.in: Regenerate.
1477
65d6e994
CD
14782006-05-24 Carlos O'Donell <carlos@codesourcery.com>
1479
1480 * Makefile.def: Add install-html target. Add datarootdir
1481 docdir and htmldir to flags_to_pass.
1482 * Makefile.tpl: Add install-html target.
1483 * Makefile.in: Regenerate.
1484 * configure.in: Add --with-datarootdir, --with-docdir, and
1485 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
1486 * configure: Regenerate.
1487
9e299237
MS
14882006-05-24 Mark Shinwell <shinwell@codesourcery.com>
1489
1490 * configure.in: Enable gprof for cross builds.
1491 * configure: Regenerate.
1492
c31202cd
RG
14932006-05-22 Richard Guenther <rguenther@suse.de>
1494
1495 Revert
1496 2006-01-31 Richard Guenther <rguenther@suse.de>
1497 Paolo Bonzini <bonzini@gnu.org>
1498
1499 * Makefile.def (target_modules): Add libgcc-math target module.
1500 * configure.in (target_libraries): Add libgcc-math target library.
1501 (--enable-libgcc-math): New configure switch.
1502 * Makefile.in: Re-generate.
1503 * configure: Re-generate.
1504 * libgcc-math: New toplevel directory.
1505
2a332582
JDA
15062006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1507 Andreas Tobler <a.tobler@schweiz.ch>
1508
1509 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
1510 * configure: Rebuilt.
1511
ccce6917 15122006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 1513
ccce6917
SL
1514 * MAINTAINERS (Write After Approval): Add myself.
1515
ed606bc0
DD
15162006-05-01 DJ Delorie <dj@redhat.com>
1517
3d8f47a0 1518 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
1519 * configure: Regenerate.
1520
9386bd20
RG
15212006-05-01 Richard Guenther <rguenther@suse.de>
1522
1523 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
1524 maintainer.
1525
7b3bd503
KZ
15262006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
1527
1528 * MAINTAINERS (Write After Approval): Add myself.
1529
87ceee72
JB
15302006-04-28 Jan Beulich <jbeulich@novell.com>
1531
1532 * MAINTAINERS (Write After Approval): Add myself.
1533
e88a2c09
DD
15342006-04-18 DJ Delorie <dj@redhat.com>
1535
1536 * configure.in (m32c): Build libstdc++-v3. Pass flags to
1537 reference libgloss so that libssp can be built in a combined
1538 tree.
1539 * configure: Regenerate.
1540
675f0a8a
RM
15412006-04-08 Robert Millan <rmh@gcc.gnu.org>
1542
1543 * MAINTAINERS (Write After Approval): Add myself.
1544
27b6c940
BE
15452006-04-05 Ben Elliston <bje@au.ibm.com>
1546
1547 * configure.in: Require makeinfo 4.4 or higher.
1548 * configure: Regenerate.
1549
687b17d4
GP
15502006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
1551
1552 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
1553 Rearrange the entries of other libraries to have them in one place.
1554
906ac235
JB
15552006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
1556
7e050830 1557 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
1558 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
1559
fb0103e5
RG
15602006-03-14 Richard Guenther <rguenther@suse.de>
1561
1562 * configure: Regenerate with autoconf 2.13.
1563
17237f6b
JB
15642006-03-13 Jim Blandy <jimb@codesourcery.com>
1565
1566 * MAINTAINERS: Use my work address.
bed31434
JB
1567
1568 * MAINTAINERS: Update my E-mail address.
1569
27079765
AH
15702006-03-10 Aldy Hernandez <aldyh@redhat.com>
1571
1572 * configure.in: Handle --disable-<component> generically.
1573 * configure: Regenerate.
1574
54a17039
L
15752006-03-01 H.J. Lu <hongjiu.lu@intel.com>
1576
1577 PR libgcj/17311
1578 * ltmain.sh: Don't use "$finalize_rpath" for compile.
1579
b9bd11ca
EE
15802006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
1581
1582 * MAINTAINERS (Write After Approval): Remove myself.
1583 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
1584
e9a54b07
PB
15852006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
1586
072b06f2
RE
1587 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
1588 (TARGET_CONFIGDIRS): Remove.
1589 * configure.in: Remove AC_SUBST(target_configdirs).
1590 * Makefile.in, configure: Regenerated.
ee2312f3 1591
936e1a35
SK
15922006-02-20 Steven G. Kargl <kargls@comcast.net>
1593
1594 * MAINTAINERS (Write After Approval): Remove myself.
1595 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
1596
cc11cc9b
PB
15972006-02-20 Paolo Bonzini <bonzini@gnu.org>
1598
1599 PR bootstrap/25670
1600
1601 * Makefile.tpl ([+compare-target+]): Print explanation messages.
1602
1603 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
1604 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
1605 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
1606 BUILD_PREFIX, BUILD_PREFIX_1.
1607 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
1608
1609 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
1610 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
1611
1612 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
1613 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
1614 of `cat stage_current`. Always provide the `r' and `s' variables.
1615 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
1616 a single shell execution.
1617 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
1618 bootstrapped modules, make the stage1 module if the build was not
1619 started yet, else build the current stage.
1620 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
1621 (all-build, all-host, all-target, [+make_target+]-host,
1622 [+make_target+]-target): Do not use \-continued lines.
1623 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
1624 (current_stage, restrap, stage_last): New.
1625
1626 * Makefile.in: Regenerate.
1627 * configure: Regenerate.
1628
63a7c9ef
BD
16292006-02-19 Bud Davis <jmdavis@link.com>
1630
1631 * MAINTAINERS (Write After Approval): Remove myself.
1632 (Language Front End Maintainers): Add myself as fortran 95
1633 maintainer and update e-mail address.
1634
a3543e3a
FXC
16352006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1636
1637 * MAINTAINERS (Write After Approval): Remove myself.
1638 (Language Front End Maintainers): Add myself as fortran 95
1639 maintainer.
1640
ca5b1d2c
VK
16412006-02-16 Victor Kaplansky <victork@il.ibm.com>
1642
1643 * MAINTAINERS (Write After Approval): Add myself.
1644
0499513f
TK
16452006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
1646
1647 * MAINTAINERS (Write After Approval): Remove myself.
1648 (Language Front End Maintainers): Add myself as
1649 fortran 95 maintainer.
1650
d1f8db0c
PB
16512006-02-14 Paolo Bonzini <bonzini@gnu.org>
1652
1653 Sync from src:
1654
1655 2005-12-27 Leif Ekblad <leif@rdos.net>
1656
cc6010cd
AP
1657 * configure.in: Add support for RDOS target.
1658 * configure: Regenerate.
d1f8db0c
PB
1659
16602006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 1661 Andreas Schwab <schwab@suse.de>
d1f8db0c 1662
cc6010cd 1663 * configure: Regenerate.
d1f8db0c 1664
cac90078
DE
16652006-02-12 David Edelsohn <edelsohn@gnu.org>
1666
1667 * configure.in (enable_libgomp): Add AIX.
1668 * configure: Regenerate.
1669
bd37fbf5
MK
16702006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
1671
1672 * MAINTAINERS (Write After Approval): Add myself.
7e050830 1673
23027b7a
LM
16742006-02-03 Lee Millward <lee.millward@gmail.com>
1675
1676 * MAINTAINERS (Write After Approval): Add myself.
7e050830 1677
0058967b
RG
16782006-01-31 Richard Guenther <rguenther@suse.de>
1679 Paolo Bonzini <bonzini@gnu.org>
1680
1681 * Makefile.def (target_modules): Add libgcc-math target module.
1682 * configure.in (target_libraries): Add libgcc-math target library.
1683 (--enable-libgcc-math): New configure switch.
1684 * Makefile.in: Re-generate.
1685 * configure: Re-generate.
1686 * libgcc-math: New toplevel directory.
1687
e8b05380
PB
16882006-01-26 Paolo Bonzini <bonzini@gnu.org>
1689
1690 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
1691 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
1692 the assembler, linker and binutils.
1693 * configure: Regenerate.
1694
d54d5437
DM
16952006-01-22 Dirk Mueller <dmueller@suse.de>
1696
1697 * MAINTAINERS (Write After Approval): Add myself.
1698
670cbfcf
DN
16992006-01-20 Diego Novillo <dnovillo@redhat.com>
1700
1701 * configure: Regenerate.
1702
953ff289
DN
17032006-01-18 Richard Henderson <rth@redhat.com>
1704 Jakub Jelinek <jakub@redhat.com>
1705 Diego Novillo <dnovillo@redhat.com>
1706
1707 * libgomp: New directory.
1708 * Makefile.def: Add target_module libgomp.
1709 * Makefile.in: Regenerate.
1710 * configure.in (target_libraries): Add target-libgomp.
1711 * configure: Regenerate.
1712
32ce4048
AO
17132006-01-05 Alexandre Oliva <aoliva@redhat.com>
1714
1715 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
1716 @ from continuation.
1717 * Makefile.in: Rebuilt.
1718
0eaf8e17 17192006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 1720
c76c0c83
CL
1721 * MAINTAINERS (Write After Approval): Add myself.
1722
2d309510
PB
17232006-01-04 Paolo Bonzini <bonzini@gnu.org>
1724
1725 PR bootstrap/24252
1726
1727 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
1728 * Makefile.tpl (OBJDUMP): New.
1729 (EXTRA_HOST_FLAGS): Add it.
1730 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
1731
953ff289
DN
1732 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
1733 to use symbolic links between directories. Avoid race conditions
1734 or make them harmless.
1735 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
1736
1737 * Makefile.def (LEAN): Pass.
1738 * Makefile.tpl (LEAN): Define.
1739 (stage[+id+]-start): Accept that the previous directory does not
1740 exist, if the bootstrap is lean.
1741 (stage[+id+]-bubble): Invoke lean bootstrap commands after
1742 stage[+id+]-start. Use a makefile variable and an `if' instead of a
1743 configure substitution.
1744 ([+compare-target+]): Likewise.
1745 ([+bootstrap-target+]-lean): New.
1746 * configure.in: Remove lean bootstrap support from here.
1747
953ff289
DN
1748 * Makefile.in: Regenerate.
1749 * configure: Regenerate.
2d309510 1750
368872c3
BE
17512006-01-04 Ben Elliston <bje@au.ibm.com>
1752
1753 * MAINTAINERS (libdecnumber): Add myself.
1754
d79e6356
MM
17552006-01-02 Mark Mitchell <mark@codesourcery.com>
1756
1757 * libtool-ldflags: New script.
1758
a6fbc1e2
AS
17592006-01-02 Andreas Schwab <schwab@suse.de>
1760
1761 * configure.in: When reconfiguring remove Makefile in
1762 all stage directories.
1763 * configure: Regenerate.
1764
103a4b39
SB
17652005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
1766
1767 * MAINTAINERS: Update my email address.
1768
212f829c
PB
17692005-12-20 Paolo Bonzini <bonzini@gnu.org>
1770
1771 Revert Ada-related part of the previous change.
1772
1773 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
1774 Do not pass.
1775 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
1776 * Makefile.in: Regenerate.
1777 * configure.in: Do not include mt-ppc-aix target fragment.
1778 * configure: Regenerate.
1779
8ef1f2df
PB
17802005-12-19 Paolo Bonzini <bonzini@gnu.org>
1781
1782 * configure.in: Select appropriate fragments for PowerPC/AIX.
1783 * configure: Regenerate.
1784
1785 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
1786 BOOT_CFLAGS, BOOT_LDFLAGS.
1787 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
1788 BOOT_CFLAGS, BOOT_LDFLAGS.
1789 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
1790 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
1791 (stage): Fail if we cannot complete the work.
1792 * Makefile.in: Regenerate.
1793
ab34901f
NS
17942005-12-16 Nathan Sidwell <nathan@codesourcery.com>
1795
1796 * configure.in: Replace ms1 with mt.
1797 * configure: Rebuilt.
1798
cbe82f21
BM
17992005-12-15 Bryce McKinlay <mckinlay@redhat.com>
1800
1801 * MAINTAINERS: Update my email address.
1802
19843472
PB
18032005-12-15 Paolo Bonzini <bonzini@gnu.org>
1804
1805 * Makefile.tpl (all, do-[+make_target+], do-check, install,
1806 install-host-nogcc): Don't invoke $(stage) at the end.
1807 * Makefile.in: Regenerate.
1808
1ca26cd2
PB
18092005-12-14 Paolo Bonzini <bonzini@gnu.org>
1810
1811 * configure.in: Flip the top-level bootstrap switch.
1812 * configure: Regenerate.
1813
f41d6665
DJ
18142005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
1815
1816 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
1817 $(stage) and $(unstage).
1818 (EXTRA_TARGET_FLAGS): Correct double-quoting.
1819 (all): Remove stray semicolon.
1820 (local-distclean): Don't handle multilib.tmp and multilib.out.
1821 (install.all): Set $s for consistency.
1822 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
1823 check_multilibs setting. Always make the install directory.
1824 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
1825 Correct @if/@endif.
1826 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
1827 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
1828 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
1829 (multilib.out): Remove.
1830 * Makefile.in: Regenerated.
1831
9174b3cf
CD
18322005-12-12 Carlos O'Donell <carlos@codesourcery.com>
1833
1834 * MAINTAINERS (Write After Approval): Add myself.
1835
64f182bd
NS
18362005-12-12 Nathan Sidwell <nathan@codesourcery.com>
1837
121b2cee
NS
1838 * MAINTAINERS: Add myself as mt maintainer.
1839
64f182bd
NS
1840 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
1841
a6d63770
AN
18422005-12-06 Adam Nemet <anemet@caviumnetworks.com>
1843
1844 * MAINTAINERS: Change email address.
1845
2abefe3d
PB
18462005-12-05 Paolo Bonzini <bonzini@gnu.org>
1847
1848 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
1849 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
1850 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
1851 Find in-tree tools if available.
1852 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
1853 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
1854 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
1855 (COMPILER_*_FOR_TARGET): New.
1856 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
1857 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
1858 (CONFIGURED_*, USUAL_*): Remove.
1859 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
1860 STRIP): Use autoconf substitutions.
1861 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
1862 COMPILER_NM_FOR_TARGET): New.
1863 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
1864
1865 (all): Make all-host and all-target in parallel.
1866 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
1867 that $$r and $$s are set before invoking a recursive make.
1868 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
1869 ([+bootstrap-target+]): Inline most of the `all' target.
1870
2f3bdde7
BE
18712005-11-29 Ben Elliston <bje@au.ibm.com>
1872
1873 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
1874 from the gcc build directory.
1875 * Makefile.in: Regenerate.
1876
a4b6c45a
BE
18772005-11-29 Ben Elliston <bje@au.ibm.com>
1878
1879 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
1880 depend on all-libdecnumber.
1881 * configure.in (host_libs): Include libdecnumber.
1882 * Makefile.in: Regenerate.
1883 * configure: Likewise.
1884
473a74b9
BE
18852005-11-29 Ben Elliston <bje@au.ibm.com>
1886
1887 * libdecnumber: Import decNumber sources from the dfp-branch.
1888
b4623110
KJ
18892005-11-21 Kean Johnston <jkj@sco.com>
1890
1891 * config.sub, config.guess: Sync from upstream sources.
1892
67dc1785
BE
18932005-11-21 Ben Elliston <bje@au.ibm.com>
1894
1895 Import from Autoconf sources:
1896
1897 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
1898 * config/move-if-change: Don't output "$2 is unchanged";
1899 suggested by Ben Elliston. Handle weird characters correctly.
1900
186abafe
AT
19012005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
1902
1903 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
1904 to match upstream libtool for darwin.
1905
ef9db8d5
DJ
19062005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
1907
1908 * Makefile.def: Remove gdb dependencies for gdbtk.
1909 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
1910 (configure-gdb, install-gdb): New rules.
1911 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
1912 * Makefile.in, configure: Regenerated.
1913
9c5141ab
JB
19142005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
1915
1916 * MAINTAINERS (Write After Approval): Add myself.
1917
4523d51b
EE
19182005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
1919
1920 * MAINTAINERS (Write After Approval): Add myself.
1921
086b011c
DN
19222005-10-24 Diego Novillo <dnovillo@redhat.com>
1923
1924 * MAINTAINERS (alias analysis): Add Daniel Berlin and
1925 Diego Novillo.
1926
e7c84bf8
PB
19272005-10-22 Paolo Bonzini <bonzini@gnu.org>
1928
1929 PR bootstrap/24297
1930 * Makefile.tpl (do-[+make-target+], do-check, install,
1931 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
1932 are set before recursing.
1933 * Makefile.in: Regenerate.
1934
b88a7564
EB
19352005-10-20 Eric Botcazou <ebotcazou@adacore.com>
1936
1937 PR bootstrap/18939
1938 * Makefile.def (gcc) <target>: Fix thinko.
1939 * Makefile.in: Regenerate.
1940
61efc800
BS
19412005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
1942
1943 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
1944 * configure: Regenerate.
1945
f53d2869
JZ
19462005-10-15 Jie Zhang <jie.zhang@analog.com>
1947
1948 * MAINTAINERS (Write After Approval): Add self.
1949
077fc835
KH
19502005-10-08 Kazu Hirata <kazu@codesourcery.com>
1951
1952 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
1953 target-libffi, target-qthreads, target-libjava, and
1954 targetlibobjc.
1955 * configure: Regenerate.
1956
d739199a
DJ
19572005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
1958
1959 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
1960 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
1961 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
1962 (USUAL_OBJDUMP_FOR_TARGET): New.
1963 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
1964 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 1965 * configure, Makefile.in: Regenerated.
d739199a 1966
db38c6bb
PB
19672005-10-05 Paolo Bonzini <bonzini@gnu.org>
1968
1969 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
1970 before other host packages.
1971
3015564c
KK
19722005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
1973
1974 * MAINTAINERS: Add self as sh libraries/configury maintainer.
1975
1061f99e
PB
19762005-10-05 Paolo Bonzini <bonzini@gnu.org>
1977
1978 PR bootstrap/22340
1979
1980 * configure.in (default_target): Remove.
1981 * Makefile.tpl (all): Do not use prerequisites as subroutines
1982 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
1983 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
1984 use prerequisites as subroutines.
1985 (check-host, check-target): New.
1986 (bootstrap configure & all targets): Do not use stage*-start
1987 if the directory layout is already ok.
1988 (non-bootstrap configure & all targets): Prepend a $(unstage).
1989 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
1990 (NOTPARALLEL): Remove.
1991 (unstage, stage variables): New variables.
1992 (unstage, stage targets): Simply expand to those variables.
1993
1994 * configure: Regenerate.
1995 * Makefile.in: Regenerate.
1996
4a9c436f
JW
19972005-10-04 James E Wilson <wilson@specifix.com>
1998
1999 * Makefile.def (lang_env_dependencies): Add libmudflap.
2000 * Makefile.in: Regenerate.
2001
37150080
AS
20022005-10-03 Andreas Schwab <schwab@suse.de>
2003
2004 Backport from libtool CVS:
2005 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
2006
2007 * ltmain.sh: add support for installing into temporary
2008 staging area (e.g. 'make install DESTDIR=...')
2009
39d16468
L
20102005-10-03 H.J. Lu <hongjiu.lu@intel.com>
2011
2012 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
2013 * configure: Regenerated.
2014
72a7ab82
AP
20152005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
2016
2017 * configure: Regenerate with the correct
2018 autoconf version.
2019
6b65a26d
CM
20202005-09-30 Catherine Moore <clm@cm00re.com>
2021
2022 * configure.in (bfin-*-*): New.
2023 * configure: Regenerated.
2024
040b1c5a
GK
20252005-09-28 Geoffrey Keating <geoffk@apple.com>
2026
2027 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
2028 (LIPO_FOR_TARGET): New.
2029 (CONFIGURED_LIPO_FOR_TARGET): New.
2030 (USUAL_LIPO_FOR_TARGET): New.
2031 (STRIP_FOR_TARGET): New.
2032 (CONFIGURED_STRIP_FOR_TARGET): New.
2033 (USUAL_STRIP_FOR_TARGET): New.
2034 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
2035 STRIP_FOR_TARGET.
2036 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
2037 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
2038 * Makefile.in: Regenerate.
2039 * configure: Regenerate.
7e050830 2040
3a3c28db
DE
20412005-09-19 David Edelsohn <edelsohn@gnu.org>
2042
2043 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
2044 (rs6000-*-aix*): Same.
2045 * configure: Regenerate.
2046
2749a921
TT
20472005-09-16 Tom Tromey <tromey@redhat.com>
2048
2049 * MAINTAINERS: Add self as java maintainer.
2050
7f26dfa3
FXC
20512005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2052
2053 * configure.in: Recognize f95 in the --enable-languages option,
2054 and substitute it for fortran, issuing a warning.
2055 * configure: Regenerate.
2056
d8852c4f
PE
20572005-08-30 Phil Edwards <phil@codesourcery.com>
2058
2059 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
2060 * configure: Regenerated.
2061
ad685e81
AH
20622005-08-22 Aldy Hernandez <aldyh@redhat.com>
2063
2064 * MAINTAINERS: Add self as ms1 maintainer.
2065
b00d752c
RE
20662005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
2067
2068 * Makefile.def (libssp): Add to lang_env_dependencies.
2069 * Makefile.in: Regenerate.
2070
9ed8fb9b
ILT
20712005-08-18 Ian Lance Taylor <ian@airs.com>
2072
2073 * MAINTAINERS: Add myself as middle-end maintainer.
2074
0f029d39
CG
20752005-08-17 Christian Groessler <chris@groessler.org>
2076
2077 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
2078 * Makefile.in: Regenerate.
2079
81087874
AK
20802005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
2081
2082 * MAINTAINERS (write after approval): Added myself.
2083
6a134f1c
MR
20842005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
2085
2086 * MAINTAINERS (Write After Approval): Add myself.
2087
2693c0b0
PB
20882005-08-12 Paolo Bonzini <bonzini@gnu.org>
2089
2090 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
2091 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
2092 Look for alternate names of the target cc and c++
2093 * configure: Regenerate.
2094
4de997d1
PB
20952005-08-08 Paolo Bonzini <bonzini@gnu.org>
2096
2097 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2098 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
2099 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
2100 tools; remove code to manually set them.
2101 (Target tools): Look in the environment for them.
2102 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2103 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
2104 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
2105 build directory.
2106 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
2107 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
2108 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
2109 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
2110 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
2111 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
2112 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
2113 * configure: Regenerate.
2114 * Makefile.in: Regenerate.
2115
b089e33a
BE
21162005-07-28 Ben Elliston <bje@au.ibm.com>
2117
2118 * MAINTAINERS: Update for removed CPU targets.
2119
e3791243
MM
21202005-07-27 Mark Mitchell <mark@codesourcery.com>
2121
2122 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 2123 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
2124 * Makefile.in: Regenerated.
2125
526635cb
MM
21262005-07-26 Mark Mitchell <mark@codesourcery.com>
2127
2128 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
2129 (CFLAGS_FOR_TARGET): Use it.
2130 (CXXFLAGS_FOR_TARGET): Likewise.
2131 * Makefile.in: Regenerated.
2132 * configure.in (--with-build-sysroot): New option.
2133 * configure: Regenerated.
2134
19791f70
PB
21352005-07-24 Paolo Bonzini <bonzini@gnu.org>
2136
2137 * Makefile.tpl: Wrap install between unstage and stage
2138 * Makefile.in: Regenerate.
2139
35f5a23f
EC
21402005-07-21 Eric Christopher <echristo@apple.com>
2141
2142 * MAINTAINERS: Update affiliation.
2143
ff3ddf15
PW
21442005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
2145
2146 * MAINTAINERS: Add self as crx port maintainer.
2147
3a664c1c
DD
21482005-07-20 DJ Delorie <dj@redhat.com>
2149
2150 * MAINTAINERS: Add self as m32c maintainer.
2151
539df155
KC
21522005-07-16 Kelley Cook <kcook@gcc.gnu.org>
2153
2154 * all files: Update FSF address.
2155
be9c593a
EC
21562005-07-15 Eric Christopher <echristo@redhat.com>
2157
2158 * MAINTAINERS: Change affiliation.
2159
fd7ea4ab
JB
21602005-07-14 Jim Blandy <jimb@redhat.com>
2161
2162 * configure.in: Add cases for Renesas m32c.
2163 * configure: Regenerated.
7e050830 2164
0063a823
KC
21652005-07-14 Kelley Cook <kcook@gcc.gnu.org>
2166
d0ca130a
KC
2167 * COPYING.LIB: Update from fsf.org.
2168
21692005-07-14 Kelley Cook <kcook@gcc.gnu.org>
2170
2171 * COPYING, compile, config.guess,
0063a823
KC
2172 config.sub, install-sh, missing, mkinstalldirs,
2173 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 2174 * config-ml.in: Update FSF address.
0063a823 2175
a8ba31f2
EC
21762005-07-13 Eric Christopher <echristo@redhat.com>
2177
2178 * configure.in: Add toplevel noconfigdir support for tpf.
2179 * configure: Regenerate.
2180
5bea4a03
PB
21812005-07-11 Paolo Bonzini <bonzini@gnu.org>
2182
2183 PR ada/22340
2184
2185 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
2186 * Makefile.in: Regenerate.
2187
284bdbbd
MM
21882005-07-07 Mark Mitchell <mark@codesourcery.com>
2189
2190 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 2191 Brolley to write-after-approval.
284bdbbd 2192
452190fb
AS
21932005-07-07 Andreas Schwab <schwab@suse.de>
2194
2195 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
2196 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
2197 * Makefile.in: Regenerated.
2198
9c8f9ec2
GK
21992005-07-06 Geoffrey Keating <geoffk@apple.com>
2200
2201 * configure.in: Don't build sim or rda when targetting darwin.
2202 * configure: Regenerate.
2203
ef0087a7
KH
22042005-07-06 Kazu Hirata <kazu@codesourcery.com>
2205
2206 * configure.in: Add --enable-libssp and --disable-libssp.
2207 * configure: Regenerate with autoconf-2.13.
2208
77008252
JJ
22092005-07-02 Jakub Jelinek <jakub@redhat.com>
2210
2211 * Makefile.def (target_modules): Add libssp.
2212 * configure.in (target_libraries): Add target-libssp.
2213 * configure: Rebuilt.
2214 * Makefile.in: Rebuilt.
2215
a04eae1b
ZW
22162005-07-01 Zack Weinberg <zackw@panix.com>
2217
2218 * MAINTAINERS: Change email address. Resign from maintainership.
2219
948884cd
RG
22202005-07-01 Richard Guenther <rguenther@suse.de>
2221
2222 * MAINTAINERS: Change my e-mail address and affiliation.
2223
c7870f5d
PB
22242005-06-22 Paolo Bonzini <bonzini@gnu.org>
2225
2226 * Makefile.def (stagefeedback): Come after profile.
2227 Define profiledbootstrap target.
2228 * Makefile.tpl (profiledbootstrap): Remove.
2229 (stageprofile-end): Zap stagefeedback.
2230 (stagefeedback-start): Copy all .gcda files, not only GCC's.
2231 * Makefile.in: Regenerate.
2232
ab99519a
RS
22332005-06-13 Richard Sandiford <richard@codesourcery.com>
2234
2235 * MAINTAINERS: Update my email address.
2236
f610dd5f
ZW
22372005-06-13 Zack Weinberg <zack@codesourcery.com>
2238
2239 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
2240 In 'cpp' stanza, support '#line' as well as '# '.
2241
71bc2a83
AS
22422005-06-08 Andreas Schwab <schwab@suse.de>
2243
2244 * MAINTAINERS: Move myself from 'Write After Approval' to
2245 'CPU Port Maintainers' section as m68k maintainer.
2246
4fab7234
HPN
22472005-06-07 Hans-Peter Nilsson <hp@axis.com>
2248
2249 * configure.in (unsupported_languages): New macro.
2250 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
2251 non-ported target libraries in noconfigdirs.
2252 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
2253 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 2254 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
2255 unsupported_languages.
2256 * configure: Regenerate.
2257
68193f9b
TS
22582005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
2259
2260 * configure.in: Fix typo in handling of --with-mpfr-dir.
2261 * configure: Regenerate.
2262
f26f6b8d
RS
22632005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
2264
2265 * MAINTAINERS: Update my email address.
2266
ba4853f8
JB
22672005-06-02 Jim Blandy <jimb@redhat.com>
2268
2269 * config.sub: Add cases for the Renesas m32c. (This patch has been
2270 accepted into the master sources.)
2271
79dd769c 22722005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
2273 Michael Snyder <msnyder@redhat.com>
2274 Stan Cox <scox@redhat.com>
79dd769c 2275
f610dd5f 2276 * configure.in: Set noconfigdirs for ms1.
79dd769c 2277
f610dd5f 2278 * configure: Regenerate.
79dd769c 2279
d29e107f
JD
22802005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
2281
2282 * MAINTAINERS (Write After Approval): Add self.
2283
e93196c3
JC
22842005-06-01 Josh Conner <jconner@apple.com>
2285
2286 * MAINTAINERS (Write After Approval): Add self.
2287
ae263c7a
KH
22882005-06-01 Kazu Hirata <kazu@codesourcery.com>
2289
2290 * MAINTAINERS: Update my email address.
2291
585b3aa3
ZM
22922005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
2293
2294 * MAINTAINERS (Write After Approval): Add self.
2295
4930c50b
CD
22962005-05-26 Chris Demetriou <cgd@broadcom.com>
2297
2298 * MAINTAINERS (Write After Approval): Remove self.
2299
2dfbef6d
PB
23002005-05-25 Paolo Bonzini <bonzini@gnu.org>
2301
2302 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
2303 (Dependencies): Consider target modules for bootstrap dependencies.
2304 Make target bootstrap modules depend on each stage's gcc.
2305 * Makefile.in: Regenerate.
2306
bcb28cf5
PB
23072005-05-20 Paolo Bonzini <bonzini@gnu.org>
2308
2309 * Makefile.def (configure-gcc): Depend on binutils having been built.
2310 (all-gcc): No need to do it here.
2311 * Makefile.in: Regenerate.
2312
0cf085e4
PB
23132005-05-19 Paul Brook <paul@codesourcery.com>
2314
f610dd5f 2315 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
2316 language cannot be built.
2317 * configure: Regenerate.
2318
dfb2c39a
DJ
23192005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2320
2321 * ylwrap: Import from Automake 1.9.5.
2322
771aaa92
DU
23232005-05-13 David Ung <davidu@mips.com>
2324
2325 * MAINTAINERS (Write After Approval): Add self.
2326
3ac9bd58
MS
23272005-05-09 Mike Stump <mrs@apple.com>
2328
2329 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
2330 lt_cv_sys_max_cmd_len for now.
f610dd5f 2331
f77a5578
SC
23322005-05-09 Stan Cox <scox@redhat.com>
2333
2334 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
2335
795e36e5
MK
23362005-05-08 Matt Kraai <kraai@ftbfs.org>
2337
2338 * README.SCO: Update the URL.
2339
c9392a2b
DE
23402005-05-05 David Edelsohn <edelsohn@gnu.org>
2341
2342 * ltconfig: Define file_list_spec. Pass file_list_spec and
2343 with_gnu_ld to libtool.
2344 * ltcf-c.sh (aix[45]): Define file_list_spec.
2345 * ltcf-cxx.sh (aix[45]): Same.
2346 * ltcf-gcj.sh (aix[45]): Same.
2347 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
2348 exists, write list of input files to temporary file.
2349
bebcd931
MS
23502005-05-04 Mike Stump <mrs@apple.com>
2351
2352 * configure.in: Always pass --target to target configures as
2353 otherwise rebuilds that do --recheck will fail.
2354 * confiugure: Rebuilt.
2355
ce406537
PB
23562005-05-04 Paolo Bonzini <bonzini@gnu.org>
2357
2358 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
2359 STAGE_HOST_EXPORTS.
2360 (configure, all): Add bootstrap support.
2361 (Host modules, target modules): Pass post-stage1 flags and exports.
2362 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
2363 * Makefile.in: Regenerate.
2364
aa9dcfc4
PB
23652005-04-29 Paolo Bonzini <bonzini@gnu.org>
2366
2367 * configure: Regenerate.
2368
b6f9abcf
MS
23692005-04-27 Mike Stump <mrs@apple.com>
2370
2371 * MAINTAINERS: Add self as darwin maintainer.
2372
acb217cb
BS
23732005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
2374
2375 * config.sub: Update from master copy.
2376
b6dae270
MS
23772005-04-21 Mike Stump <mrs@apple.com>
2378
2379 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
2380 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
2381
c2e0d3a9
HPN
23822005-04-19 Hans-Peter Nilsson <hp@axis.com>
2383
2384 * configure.in <crisv32-*-*, cris-*-*>: New local variable
2385 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
2386 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
2387 "*-*-elf" and "*-*-linux*".
2388 * configure: Regenerate.
2389
871ae772
JM
23902005-04-14 Joseph S. Myers <joseph@codesourcery.com>
2391
2392 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
2393
bf070c29
MS
23942005-04-12 Mike Stump <mrs@apple.com>
2395
2396 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
2397
e865b6f7
TK
23982005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
2399
2400 * MAINTAINERS (Write After Approval): Add myself.
2401
7b71ad7f
BS
24022005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
2403
2404 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
2405
25b42232
PB
24062005-04-06 Paolo Bonzini <bonzini@gnu.org>
2407
f610dd5f 2408 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
2409 (TARGET_CONFIGARGS): Include --with-target-subdir.
2410 (configure, all): New macros. Use them throughout.
2411 * Makefile.in: Regenerate.
2412
d727c624
JG
24132005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
2414
2415 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 2416
fff72cc4
ZD
24172005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2418
2419 * MAINTAINERS: Remove 'loop unrolling' maintainer.
2420
86472dc3
GP
24212005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
2422
2423 * MAINTAINERS: Move John Carr to Write After Approval.
2424
5d0f90e5
R
24252005-03-30 J"orn Rennecke <joern.rennecke@st.com>
2426
2427 * config/mh-mingw32: Delete.
2428 * configure.in: Don't use it.
2429 * configure: Regenerate.
2430
33da42bc
PB
24312005-03-31 Paolo Bonzini <bonzini@gnu.org>
2432
2433 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
2434 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
2435 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
2436 (HOST_LIB_PATH): Generate from Makefile.def.
2437 (TARGET_LIB_PATH): Likewise.
2438 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
2439 * Makefile.in: Regenerate.
2440 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
2441 (RPATH_ENVVAR): Include Darwin case.
2442 * configure: Regenerate.
2443
15cc1841
TF
24442005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
2445
2446 * MAINTAINERS (Various Maintainers): Remove self.
2447 (Write After Approval): Add self.
2448
6a8c79d5
TF
24492005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
2450
2451 * MAINTAINERS (Various Maintainers): Add self.
2452
256f7136
PB
24532005-03-25 Paolo Bonzini <bonzini@gnu.org>
2454
2455 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
2456 * configure: Regenerate.
2457
191dd2c9
ZW
24582005-03-21 Zack Weinberg <zack@codesourcery.com>
2459
2460 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
2461 gcc_version, and gcc_version_trigger from set of flags to pass.
2462 * Makefile.tpl: Remove definitions of above variables.
2463 (config.status): Remove dependency on $(gcc_version_trigger).
2464 * Makefile.in: Regenerate.
2465 * configure.in: Do not reference config/gcc-version.m4 nor
2466 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
2467 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
2468 * configure: Regenerate.
2469
ef6e9bc0
MH
24702005-03-16 Manfred Hollstein <manfred.h@gmx.net>
2471 Andrew Pinski <pinskia@physics.uc.edu>
2472
2473 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
2474 * Makefile.in: Regenerate.
2475
009bbd5a
FW
24762005-03-13 Feng Wang <fengwang@nudt.edu.cn>
2477
2478 * MAINTAINERS (Write After Approval): Add myself.
2479
09f8755b
DA
24802005-03-03 David Ayers <d.ayers@inode.at>
2481
2482 * MAINTAINERS (Write After Approval): Add myself.
2483
e73ed25c
AO
24842005-03-01 Alexandre Oliva <aoliva@redhat.com>
2485
2486 PR libgcj/20160
2487 * ltmain.sh: Avoid creating archives with components that have
2488 duplicate basenames.
2489
ace9ac7b
AP
24902005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
2491
2492 PR bootstrap/20250
2493 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
2494 instead of check.
2495 * Makefile.in: Regenerate.
2496
c9db9354
PB
24972005-02-28 Paolo Bonzini <bonzini@gnu.org>
2498
2499 * Makefile.in: Regenerate to fix conflict between the previous two
2500 patches.
2501
215c351a
PB
25022005-02-28 Paolo Bonzini <bonzini@gnu.org>
2503
2504 PR bootstrap/17383
2505 * Makefile.def (target_modules): Remove "stage", now unnecessary.
2506 * Makefile.tpl (HOST_SUBDIR): New substitution.
2507 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
2508 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
2509 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
2510 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
2511 (Host modules, Bootstrapped modules): Use it.
2512 (Build modules, Target modules): Do not create symlink trees,
2513 always configure out-of-srcdir.
2514 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
2515 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
2516 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
2517 $(HOST_SUBDIR). Create a symlink for host_subdir.
2518
2519 * Makefile.in: Regenerate.
2520 * configure: Regenerate.
2521
5395b47b
NN
25222005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
2523
2524 Merged from libada-gnattools-branch:
2525 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
2526
2527 * gnattools: New directory.
2528 * Makefile.def: Add gnattools as a module, depending on target-libada.
2529 * Makefile.in: Regenerate.
2530 * configure.in: Include gnattools in host_tools; disable it if ada
2531 is disabled.
2532 * configure: Regenerate.
2533
ca2cc05c
JM
25342005-02-24 James A. Morrison <phython@gcc.gnu.org>
2535
2536 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
2537 treelang maintainer.
2538 (Write After Approval): Remove myself.
2539
d2f3024f
PS
25402005-02-23 Paul Schlie <schlie@comcast.net>
2541
2542 * configure.in: Allow darwin targeted ports to build tk, itcl and
2543 libgui.
2544 * configure: Regenerate.
2545
bba5e0ca
EB
25462005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
2547
2548 PR libgcj/10353
2549 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
2550 * configure: Regenerate.
2551
70132ce7
SK
25522005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
2553
2554 * MAINTAINERS (Write After Approval): Add myself.
2555
20f0edca
ILT
25562005-02-10 Ian Lance Taylor <ian@airs.com>
2557
2558 * MAINTAINERS: Update my e-mail address.
2559
e64e5109
RG
25602005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
2561
2562 * MAINTAINERS (Write After Approval): Add myself.
2563
40d64b5a
HPN
25642005-01-29 Hans-Peter Nilsson <hp@axis.com>
2565
2566 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
2567 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
2568 target-libgloss when not *-*-elf and *-*-aout.
2569 * configure: Regenerate.
2570
54a12711
KH
25712005-01-23 Kazu Hirata <kazu@cs.umass.edu>
2572
2573 * MAINTAINERS: Remove obsolete entries.
2574
0aa99dbb
KH
2575 * MAINTAINERS (Write After Approval): Add Michael Matz.
2576
2b009f5f
NB
25772005-01-19 Neil Booth <neil@daikokuya.co.uk>
2578
2579 * MAINTAINERS: Remove self as cpplib maintainer.
2580
385870f5
KC
25812005-01-17 Kelley Cook <kcook@gcc.gnu.org>
2582
2583 * install-sh, config.sub: Import from upstream.
2584
e7daab31
KC
25852005-01-17 Kelley Cook <kcook@gcc.gnu.org>
2586
2587 PR bootstrap/18222
2588 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
2589 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
2590 * Makefile.in: Regenerate.
2591
e6003f4d
JT
25922005-01-16 Jason Thorpe <thorpej@netbsd.org>
2593
2594 * MAINTAINERS: Update my email address.
2595
145e2972 25962005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 2597 Andreas Schwab <schwab@suse.de>
145e2972
DE
2598
2599 PR bootstrap/18033
2600 * config-ml.in: Eval option if surrounded by single quotes.
2601
86c7e0da
PB
26022005-01-03 Paolo Bonzini <bonzini@gnu.org>
2603
2604 Revert 2004-12-28 Makefile changes, a better fix will be
2605 applied to mainline and src after GCC 4.0 branches.
2606
3224a22f
PB
26072004-12-28 Paolo Bonzini <bonzini@gnu.org>
2608
2609 PR bootstrap/17383
2610
2611 * Makefile.def (target_modules): Remove stage parameter,
2612 it is always true now.
2613 * Makefile.tpl (configure-build-[+module+],
2614 configure-target-[+module+]): Always build symlink tree
2615 for the directory and for include. BUILD_SUBDIR and
2616 TARGET_SUBDIR cannot be . anymore.
2617 * Makefile.in: Regenerate.
2618
aaf51ca2
DE
26192004-12-25 David Edelsohn <edelsohn@gnu.org>
2620
2621 Revert 2004-12-08 Makefile changes.
2622
4e32e454
DS
26232004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
2624
2625 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
2626 cygwin, mingw.
2627
669f01d8
AS
26282004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
2629
2630 * configure.in (sh64-*-*): Reenable gprof.
2631 * configure: Regenerate.
2632
1b227ee0
DE
26332004-12-08 David Edelsohn <edelsohn@gnu.org>
2634
2635 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
2636 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
2637 (EXTRA_TARGET_FLAGS): Add PICFLAG.
2638 * Makefile.in: Regenerate.
2639
ce5e944c
CF
26402004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
2641
2642 * MAINTAINERS: Update my email address.
2643
893f1e87
MK
26442004-12-07 Matt Kraai <kraai@ftbfs.org>
2645
2646 * Makefile.tpl: Generate normal dependencies if the LHS module is
2647 not bootstrapped.
2648 * Makefile.in: Regenerate.
2649
bb59c339
RS
26502004-12-03 Richard Sandiford <rsandifo@redhat.com>
2651
2652 * configure.in: Include config/gxx-include-dir.m4. Use
2653 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
2654 * configure: Regenerate.
2655
4982adbe
RS
26562004-12-03 Richard Sandiford <rsandifo@redhat.com>
2657
2658 * config.if: Delete.
2659 * configure.in: Set libstdcxx_incdir directly.
2660 * configure: Regenerate.
2661
05750653
EC
26622004-12-02 Eric Christopher <echristo@redhat.com>
2663
2664 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
2665 * Makefile.in: Regenerate.
2666
5fef1dbd
RS
26672004-12-02 Richard Sandiford <rsandifo@redhat.com>
2668
2669 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
2670 * configure: Regenerate.
2671
afabd8e6
RS
26722004-12-02 Richard Sandiford <rsandifo@redhat.com>
2673
2674 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
2675 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
2676 * configure: Regenerate.
2677
78716e86
EC
26782004-12-01 Eric Christopher <echristo@redhat.com>
2679
2680 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
2681 of things to remove.
2682
57ab8ba9
MK
26832004-11-29 Matt Kraai <kraai@ftbfs.org>
2684
2685 * MAINTAINERS (Write After Approval): Update my e-mail address.
2686
2539bffe
KC
26872004-11-29 Kelley Cook <kcook@gcc.gnu.org>
2688
2689 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
2690 from CVS libtool to always pass_all.
2691
3e732ba0
JDA
26922004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2693
2694 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
2695 (hppa*64*-*-*): Delete incorrect comment.
2696 * configure: Rebuilt.
2697
767f726e
KC
26982004-11-24 Kelley Cook <kcook@gcc.gnu.org>
2699
2700 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
2701
2c92e90f
KC
27022004-11-24 Kelley Cook <kcook@gcc.gnu.org>
2703
2704 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
2705 from CVS libtool to always pass_all.
2706
32f84e48
KC
27072004-11-15 Kelley Cook <kcook@gcc.gnu.org>
2708
2709 * install-sh, compile: Import from automake.
2710
9587be8a
KC
27112004-11-15 Kelley Cook <kcook@gcc.gnu.org>
2712
2713 * config.guess, config.sub: Import from savannnah.
2714
04e81808 27152004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
2716
2717 * MAINTAINERS (Write After Approval): Add myself
2718
f87a2b2e
MS
27192004-11-12 Mike Stump <mrs@apple.com>
2720
2721 * Makefile.def: Add html support.
2722 * Makefile.tpl: Likewise.
2723 * Makefile.in: Regenerate.
2724
848556c2
GK
27252004-11-11 Geoffrey Keating <geoffk@apple.com>
2726
556f03c4
GK
2727 PR 18423
2728 * configure.in: Remove all instances of build-fixincludes from
2729 noconfigdirs.
2730 (build_configargs): Supply --target to subdirectories.
2731 * configure: Regenerate.
2732
848556c2
GK
2733 * Makefile.def: Make gcc install depend on fixincludes install.
2734 * Makefile.in: Regenerate.
2735
9e5712a5
JJ
27362004-11-10 Janis Johnson <janis187@us.ibm.com>
2737
2738 * MAINTAINERS: Add myself as gcc testsuite maintainer.
2739
4ef509c0
PB
27402004-11-11 Paul Brook <paul@codesourcery.com>
2741
2742 * MAINTAINERS: Add self as arm maintainer. Update email address.
2743
20d11df6
HPN
27442004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
2745
2746 * configure.in (noconfigdirs) [mmix-*-*]: Disable
2747 target-libgfortran.
79fd8592 2748 * configure: Regenerate.
20d11df6 2749
68c70f15
DE
27502004-11-07 David Edelsohn <edelsohn@gnu.org>
2751
2752 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
2753 like CC.
2754
54f88091
PB
27552004-11-05 Paolo Bonzini <bonzini@gnu.org>
2756
2757 * Makefile.def (host fixincludes): Specify missing targets.
2758 * Makefile.in: Regenerate.
2759
6866abb8
RC
27602004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
2761
2762 * MAINTAINERS: Add myself
2763
83f62578
GL
27642004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
2765
2766 * MAINTAINERS (Write After Approval): Add myself.
2767
53c7ffe7
GK
27682004-11-04 Geoffrey Keating <geoffk@apple.com>
2769
2770 * Makefile.def: Build fixincludes for the host, too.
2771 * Makefile.in: Regenerate.
2772 * configure.in (host_tools): Add fixincludes.
2773 * configure: Regenerate.
2774
ac8b3d9d
DJ
27752004-11-04 Daniel Jacobowitz <dan@debian.org>
2776
2777 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
2778 * configure: Regenerated.
2779
bab37580
L
27802004-11-04 H.J. Lu <hongjiu.lu@intel.com>
2781
2782 PR other/17783
2783 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
2784 * configure: Regenerated.
2785
db1de713
MM
27862004-10-31 Mark Mitchell <mark@codesourcery.com>
2787
2788 * README.SCO: Update per FSF instructions.
2789
a827e21a
EW
27902004-10-28 Eric B. Weddington <ericw@evcohs.com>
2791
2792 PR target/18151
2793 * configure.in (case ${target}): Do not build fixincludes for avr.
2794 * configure: Regenerated.
2795
9d069a4f
PB
27962004-10-26 Paolo Bonzini <bonzini@gnu.org>
2797
2798 * configure.in (case ${target}): Do not build fixincludes
2799 on platforms where it is not used.
2800 * configure: Regenerated.
2801
fc45f3fe
DJ
28022004-10-23 Daniel Jacobowitz <dan@debian.org>
2803
2804 * configure.in: Use an absolute path to install-sh.
2805 * configure: Regenerated.
2806
36554b92
AL
28072004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2808
2809 * MAINTAINERS (Write After Approval): Add myself.
2810
88e9994a
KH
28112004-10-19 Kazu Hirata <kazu@cs.umass.edu>
2812
2813 * MAINTAINERS: Remove from Write After Approval those that are
2814 already maintainers.
2815
ad02a944
SP
28162004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
2817
2818 * MAINTAINERS: Update my email address.
2819
c8e6cd41
KC
28202004-10-12 Kelley Cook <kcook@gcc.gnu.org>
2821
2822 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
2823 * configure: Regenerate.
2824
ebe55024
R
28252004-10-07 J"orn Rennecke <joern.rennecke@st.com>
2826
2827 * MAINTAINERS: Update my email address.
2828
a8b0957e
KH
28292004-10-07 Kazu Hirata <kazu@cs.umass.edu>
2830
2831 * MAINTAINERS (Language Front Ends Maintainers): New. Move
2832 entries belonging to this category.
2833
96836f61
JZ
28342004-10-06 Josef Zlomek <josef.zlomek@email.cz>
2835
2836 * MAINTAINERS: Update my e-mail address.
2837
7e0b5752
PB
28382004-10-06 Paolo Bonzini <bonzini@gnu.org>
2839
2840 Fix wrong conflict resolution in:
2841
2842 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
2843
2844 * Makefile.in: Regenerate.
2845 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
2846 in the recursive `make', instead of hardwiring `all'.
2847 (Autogenerated TARGET-* variables): New.
2848
370f7a47
TL
28492004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
2850
2851 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 2852 * configure: Regenerate.
370f7a47 2853
13e5d623
KH
28542004-10-04 Kazu Hirata <kazu@cs.umass.edu>
2855
2856 * MAINTAINERS (Various Maintainers): Move the "windows,
2857 cygwin, mingw" maintainer to ...
2858 (OS Port Maintainers): ... here.
2859
a6497c1b
KH
28602004-10-04 Kazu Hirata <kazu@cs.umass.edu>
2861
2862 * MAINTAINERS (Write After Approval): Remove those that are
2863 maintainers of some subsystem.
2864
1abb828a
D
28652004-10-02 P.J. Darcy <darcypj@us.ibm.com>
2866
2867 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
2868 * ltcf-cxx.sh (tpf*): Likewise.
2869 * ltconfig (tpf*): Add TPF OS configuration support.
2870
16d1338d
BS
28712004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
2872
2873 * MAINTAINERS: Change my email address to my new work account.
2874
9082a750
MR
28752004-09-24 Michael Roth <mroth@nessie.de>
2876
2877 * configure.in (--without-headers): Add missing double quotes.
2878 * configure: Regenerate.
2879
07a8bdf8
KC
28802004-09-24 Kelley Cook <kcook@gcc.gnu.org>
2881
2882 * ylwrap: Revert to previous version.
2883
4c4a5bbc
L
28842004-09-23 H.J. Lu <hongjiu.lu@intel.com>
2885
2886 PR bootstrap/17369
2887 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
2888 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
2889 SET_GCC_LIB_PATH_CMD.
2890 (BASE_TARGET_EXPORTS): Likewise.
2891 * Makefile.in: Regenerated.
2892
2893 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
2894 * configure: Regenerated.
2895
85f59630
KC
28962004-09-23 Kelley Cook <kcook@gcc.gnu.org>
2897
2898 * config.guess: New upstream version
2899 * compile, depcomp, install-sh, ylwrap: Likewise.
2900
95c53c62
RS
29012004-09-19 Roger Sayle <roger@eyesopen.com>
2902
2903 * config/mh-x86omitfp: New host makefile fragment. Add
2904 -fomit-frame-pointer to the default BOOT_CFLAGS.
2905 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
2906 * configure: Regenerate.
2907
0a1c093b
AP
29082004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
2909
2910 PR target/11572
2911 * configure.in (*-*-darwin*): Renable libobjc.
2912 * configure: Regenerate.
2913
315fcf97
NS
29142004-09-10 Nathan Sidwell <nathan@codesourcery.com>
2915
2916 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
2917
0a050485 29182004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 2919
0a050485
DB
2920 * Makefile.def: Remove libbanshee.
2921 * Makefile.tpl: Ditto.
2922 * configure.in: Ditto.
2923 * Makefile.in: Regen.
2924 * configure: Ditto.
2925
5f4a098e
DE
29262004-09-08 David Edelsohn <edelsohn@gnu.org>
2927
2928 * ltmain.sh: Use $pic_object as $non_pic_object if
2929 $non_pic_object=none.
2930
32b2511f
PB
29312004-09-07 Paolo Bonzini <bonzini@gnu.org>
2932
2933 * missing: Import latest version from master repository.
2934
fc4d0e82
NC
29352004-09-06 Nick Clifton <nickc@redhat.com>
2936
2937 * config.sub: Import latest version from master repository.
2938 * config.guess: Likewise.
2939 This includes these changes:
78716e86 2940
fc4d0e82
NC
2941 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
2942
2943 * config.sub: Handle crisv32, alias etraxfs.
2944 * config.guess (crisv32:Linux:*:*): Handle.
2945
2946 2004-08-13 Brad Smith <brad@comstyle.com>
2947
2948 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
2949 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
2950
2951 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
2952
2953 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
2954 assume the processor is a powerpc. This is because coreutils
2955 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
2956 in this case, due to a MacOS X bug that causes
2957 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
2958 to return a negative number.
2959 Problem reported by Petter Reinholdtsen in:
2960 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
2961
2962 2004-07-19 Ben Elliston <bje@gnu.org>
2963
2964 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
2965
2966 2004-06-24 Ben Elliston <bje@gnu.org>
2967
2968 * config.guess: Update copyright years.
2969 * config.sub: Likewise.
2970
2971 2004-06-22 Robert Millan <robertmh@gnu.org>
2972
2973 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
2974 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
2975
2976 2004-06-22 Stanley F. Quayle <stan@stanq.com>
2977
2978 * config.guess (*:*VMS:*:*): New entry. Replaces
2979 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
2980 manufacturer.
2981
2982 2004-06-22 Ben Elliston <bje@gnu.org>
2983
2984 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
2985 * config.sub: Likewise.
2986
2987 2004-06-22 Ben Elliston <bje@gnu.org>
2988
2989 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
2990 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
2991
2992 2004-06-11 Ben Elliston <bje@gnu.org>
2993
2994 * config.guess (pegasos:OpenBSD:*:*): Remove.
2995
2996 2004-06-11 Ben Elliston <bje@gnu.org>
2997
2998 From Wouter Verhelst <wouter@grep.be>:
2999 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
3000
3001 2004-06-11 Ben Elliston <bje@gnu.org>
3002
3003 * config.guess (luna88k:OpenBSD:*:*): New.
3004
3005 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3006
3007 * config.guess (m32r*:Linux:*:*): New case.
3008 * config.sub: Handle m32rle.
3009
3010 2004-03-12 Ben Elliston <bje@wasabisystems.com>
3011
3012 From Jens Petersen <petersen@redhat.com>:
3013 * config.sub: Handle sparcv8.
3014
3015 2004-03-03 Ben Elliston <bje@wasabisystems.com>
3016
3017 From Tom Smith <smith@cag.lkg.hp.com>:
3018 * config.guess: Version suffixes are equally significant on Tru64
3019 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
3020 prefix of "P" (patched kernel).
3021
3022 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
3023
3024 * config.sub: Add support for National Semiconductor CRX target.
3025
2f4cc6bf
JJ
30262004-09-03 Janis Johnson <janis187@us.ibm.com>
3027
3028 * MAINTAINERS (Various Maintainers): Remove myself as web page
3029 maintainer, add myself as maintainer of build status lists.
3030
61fec9ff
JB
30312004-09-03 Jan Beulich <jbeulich@novell.com>
3032
3033 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
3034 *-*-netware, but add target-libmudflap.
3035 Consolidate *-*-netware targets (of which really only i?86 exists)
3036 into a single entry.
3037 * configure: Likewise.
3038
45f366ab
PB
30392004-09-01 Paolo Bonzini <bonzini@gnu.org>
3040
3041 * Makefile.tpl (sorry): Remove.
3042 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
3043 (cleanstrap targets): Depend on distclean, not distclean-stage1.
3044 (do-clean): Clean per-stage directories too.
3045 (do-distclean): Run distclean-stage1 too.
3046 (.NOTPARALLEL): Enable during toplevel bootstrap.
3047 (stage[+id+]-bubble): Enable parallel execution during
3048 the recursive invocation.
3049 * Makefile.in: Regenerate.
3050
3051 Fix previous checkin:
3052
3053 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
3054 include.
3055 * configure.in: Fix indentation.
3056 * configure: Regenerate.
3057
be8fff81
RB
30582004-08-31 Robert Bowdidge <bowdidge@apple.com>
3059
45f366ab
PB
3060 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
3061 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
3062 * configure: regenerate
78716e86 3063 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 3064 -mdynamic-no-pic
be8fff81
RB
3065
3066
71b5d516
PB
30672004-08-31 Paolo Bonzini <bonzini@gnu.org>
3068
3069 * Makefile.def (build_modules): Add fixincludes.
3070 (dependencies): Make gcc depend on fixincludes.
3071 * configure.in (build_tools): Add fixincludes.
3072 (build_configdirs): Always include build_libs.
3073 * Makefile.in: Regenerate.
3074 * configure: Regenerate.
3075
30762004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
3077
3078 * Makefile.def (bootstrap stages): Add 'lean' parameter.
3079 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
3080 phony targets; do not generate timestamp files.
3081 (distclean-stageN): Remove references to their timestamp files.
3082 (restageN, touch-stageN): Remove.
3083 (stageN-bubble): Rewritten.
3084 (compare): Support lean bootstraps.
3085 * Makefile.in: Regenerate.
3086
3087 * configure.in: Only warn when bootstrapping but
3088 build != host or build != target. Support lean bootstraps.
3089 * configure: Regenerate.
3090
ce7cbbb0
PE
30912004-08-26 Phil Edwards <phil@codesourcery.com>
3092
3093 * configure.in: Give a better error message if GMP/MPFR are missing
3094 and a language needing them has been requested.
3095 * configure: Regenerated.
3096
9c71a529
PE
30972004-08-25 Phil Edwards <phil@codesourcery.com>
3098
3099 * configure.in: Print a list of available language front-ends if
3100 a requested one is missing. Tidy stray tab characters.
3101 * configure: Regenerated.
3102
e3f92d3b
MK
31032004-08-19 Michael Koch <konqueror@gmx.de>
3104
3105 * gcc/doc/install.texi: Update entry about automake for libjava.
3106
c3f84f61
RM
31072004-08-17 Robert Millan <robertmh@gnu.org>
3108
3109 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
3110 (instead of FreeBSD).
3111 * configure: Regenerate.
3112
7c27e184
PB
31132004-08-16 Paolo Bonzini <bonzini@gnu.org>
3114
3115 * Makefile.in: Regenerate.
3116 * configure: Regenerate.
3117
3118 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
3119 stage_*_flags.
3120 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
3121 for bootstrapped modules if toplevel bootstrap is going.
3122 (GCC bootstrap): Generate per-stage targets for all bootstrapped
3123 modules. Adjust for changes in Makefile.def. Enable several
3124 rules even in non-bootstrap mode, just to avoid peppering the
3125 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
3126 (stage-[+prev+]-bubble): Remove.
3127
3128 * Makefile.def (Dependencies): Depend on all-build-bison,
3129 all-build-flex, all-build-byacc, all-build-texinfo, rather
3130 than the host variations.
3131 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
3132 with BUILD_SUBDIR.
3133 (BISON): Update for recent Bisons.
3134 (YACC): Fix typo.
3135 (cross): Depend on all-build.
3136 (all): Do not depend on all-build.
3137 (prebootstrap): Remove.
3138 (dep-kind): Accept separate prefixes for MODULE and ON variables.
3139 (Prebootstrap dependencies): Add them to the per-stage targets
3140 and to all-prebootstrap.
3141 * configure.in (build_configdirs): Always enable build_tools.
3142 (BUILD_DIR_PREFIX): Remove.
3143
3144 * Makefile.def (gcc): Add target variable.
3145 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
3146 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3147 in the recursive `make', instead of hardwiring `all'.
3148 (Autogenerated TARGET-* variables): New.
3149
20f3bb80
BB
31502004-08-13 Brian Booth <bbooth@redhat.com>
3151
3152 * MAINTAINERS: Remove myself from write-after-approval.
3153
b5be499d
NN
31542004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
3155
3156 * src-release: Stop distributing mmalloc with gdb (which doesn't
3157 use it).
3158 * Makefile.def: GDB doesn't depend on mmalloc anymore.
3159 * Makefile.in: Regenerate.
3160
b3f8d95d
MM
31612004-08-09 Mark Mitchell <mark@codesourcery.com>
3162
3163 * configure.in (arm*-*-eabi*): New target.
3164 * configure: Regenerate.
3165
3589b69e
PB
31662004-08-06 Paolo Bonzini <bonzini@gnu.org>
3167
3168 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
3169 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
3170 (Dependencies): New section.
3171 * Makefile.tpl (Dependencies): Generate from Makefile.def.
3172 (configure-target-[+module+]): Depend on maybe-all-gcc
3173 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
3174 (toplevel profiledbootstrap): Fix dependencies.
3175 * Makefile.in: Regenerate.
3176
972974fc
MM
31772004-08-03 Mark Mitchell <mark@codesourcery.com>
3178
3179 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
3180 target-libiberty to noconfigdirs.
3181 * configure: Regenerate.
3182
bebf829d
PB
31832004-08-03 Paul Brook <paul@codesourcery.com>
3184
3185 * configure.in: Check for MPFR as well as GMP.
3186 * configure: Regenerate.
3187
98a5bb3b
RM
31882004-08-01 Robert Millan <robertmh@gnu.org>
3189
3190 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
3191 libmudflap for all GNU-based systems (with Glibc).
3192 * configure: Regenerate.
3193
d32ab992
PB
31942004-08-03 Paolo Bonzini <bonzini@gnu.org>
3195
3196 * Makefile.def (host-modules): Add gcc.
3197 * Makefile.in: Regenerate.
3198 * Makefile.tpl (sorry): New rule.
3199 (configure-host, all-host, [+make_target+]-host, do-check,
3200 install-host): Do not add gcc as a special case.
3201 (host modules): Add a small special-casing for gcc. Export
3202 extra_make_flags through the environment.
3203 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
3204 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
3205 other recursive targets for gcc): Remove.
3206
3207 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
3208 (stage, unstage): New rules.
3209 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
3210 distclean-stage[+id+]): Use stage_current.
3211 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
3212 the stage*-start rules.
3213
aeb732c1
GK
32142004-08-02 Geoffrey Keating <geoffk@apple.com>
3215
3216 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
3217 use -all_load flag.
3218
25b656e7
PB
32192004-08-02 Paolo Bonzini <bonzini@gnu.org>
3220
3221 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
3222 * configure: Regenerate.
3223
cc440d71
TM
32242004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
3225
3226 * maintainer-scripts/gcc_release: Revert yesterday's change.
3227
270e140b
SB
32282004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
3229
3230 * MAINTAINERS: Add myself to write-after-approval.
3231
3e4035f8
TM
32322004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
3233
3234 * libf2c: Removed.
3235 * gcc/gccbug.in: Updated because of libf2c removal.
3236 * maintainer-scripts/gcc_release: Ditto.
3237
a3e8d8b4
LR
32382004-07-09 Loren J. Rittle <ljrittle@acm.org>
3239
3240 * configure.in: Build libmudflap by default on FreeBSD.
3241 * configure: Regenerated.
3242
dfcada9a
MM
32432004-07-09 Mark Mitchell <mark@codesourcery.com>
3244
3245 * configure.in: Do not build libmudflap by default on non-GNU/Linux
3246 systems.
3247 * configure: Regenerated.
3248
3922b216
JDA
32492004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3250
3251 PR target/16344
3252 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
3253 feedback based compiler.
3254 * Makefile.in: Rebuilt.
3255
95bcca47
AO
32562004-07-08 Alexandre Oliva <aoliva@redhat.com>
3257
3258 * Makefile.def (host_modules): Set bootstrap=true for flex.
3259 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
3260 * Makefile.in: Rebuilt.
3261
051822f6
JH
32622004-07-07 Jan Hubicka <jh@suse.cz>
3263
3264 * MAINTAINERS: Add self as a profile feedback maintainer.
3265
7b61653a
PE
32662004-07-05 Phil Edwards <phil@codesourcery.com>
3267
3268 * configure.in: Do not prepend $srcdir to /dev/null in
3269 makefile fragments.
3270 * configure: Regenerate.
3271
23f6b2f9
PB
32722004-07-01 Paolo Bonzini <bonzini@gnu.org>
3273
3274 * Makefile.def (build_modules): Add bison, byacc, flex,
3275 m4, texinfo.
3276 (flags_to_pass): Add FLEX.
3277 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
3278 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
3279 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
3280 DEFAULT_MAKEINFO): Remove.
3281 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
3282 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
3283 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
3284 objdir or else use configured tool.
3285 (all-build): New.
3286 (all): Depend on it.
3287 (Build module dependencies): Add.
3288 * Makefile.in: Regenerate.
3289 * configure.in: Better support for multiple build modules,
3290 matching what is done for host/target modules. Do not look
3291 for "plausible" locations of build tools if Canadian cross.
3292 Use autoconf's AC_PROG_CC to find a C compiler. Define
3293 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
3294 * configure: Regenerate.
78716e86 3295
1c020272
PB
32962004-06-22 Paolo Bonzini <bonzini@gnu.org>
3297
3298 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
3299 * Makefile.in: Regenerate.
3300
a52a0a7f
PB
33012004-06-22 Paolo Bonzini <bonzini@gnu.org>
3302
3303 * Makefile.tpl (configure-build-[+module+],
3304 configure-[+module+], configure-target-[+module+]): Pass
3305 [+extra_configure_args+].
3306 (all-build-[+module+], all-[+module+], check-[+module+],
3307 install-[+module+], [+make_target+]-[+module+],
3308 all-target-[+module+], check-target-[+module+],
3309 install-target-[+module+], [+make_target+]-target-[+module+]):
3310 Pass [+extra_make_args+].
3311 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
3312 (GCC_HOST_EXPORTS): Remove.
3313 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
3314 cross, check-gcc, check-gcc-c++, install-gcc,
3315 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
3316 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
3317 * Makefile.in: Regenerate.
3318
ccde3f1a
MS
33192004-06-21 Matthew Sachs <msachs@apple.com>
3320
3321 * MAINTAINERS: Added self to write-after-approval.
3322
6264b0a6
CF
33232004-06-21 Christopher Faylor <cgf@alum.bu.edu>
3324
3325 * configure.in: Check for srcdir/winsup rather than build directory
3326 winsup.
3327 * configure: Regenerate.
3328
801e2270
CV
33292004-06-17 Corinna Vinschen <vinschen@redhat.com>
3330
3331 * configure.in: Don't build Cygwin native newlib if winsup
3332 directory is missing. Emit warning instead.
3333 * configure: Regenerate.
3334
ad6717df
PB
33352004-06-09 Paolo Bonzini <bonzini@gnu.org>
3336
3337 * Makefile.tpl (touch-stage[+id+]): New.
3338 (restage[+prev+]): Depend on touch-stage[+id+].
3339
3340 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
3341 Use it throughout.
3342
3343 * Makefile.def: Add profile and feedback bootstrap stages.
3344 Remove next field from bootstrap stages.
3345 * Makefile.tpl (LN, LN_S): Substitute.
3346 (stageN-start, stageN-end): Use double-colon rules, to
3347 provide a hook for additional setup commands.
3348 (distclean-stageN-gcc, restageN): Create dependencies from
3349 [+prev+], not from [+next+].
3350 (stageN-bubble): Add commands for successive stages from
3351 [+prev+], using double-colon rules.
3352 (all-stageN-gcc): Fix typo.
3353 (stagefeedback-start, profiledbootstrap): New.
3354 * Makefile.in: Regenerate.
3355 * configure.in: Call ACX_PROG_LN.
3356 * configure: Regenerate.
3357
5bbb9680
CY
33582004-06-08 Canqun Yang <canqun@nudt.edu.cn>
3359
3360 * MAINTAINERS (Write After Approval): Add myself.
3361
e18be1d4
MA
33622004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
3363
3364 * MAINTAINERS (Write After Approval): Add myself.
3365
5607edfd
PB
33662004-06-03 Paolo Bonzini <bonzini@gnu.org>
3367
3368 * configure.in: Fix --enable-bootstrap breakage introduced in trees
3369 without gcc.
3370 * configure: Regenerate.
3371
1ec4e9c3
PB
33722004-06-01 Paolo Bonzini <bonzini@gnu.org>
3373
3374 * Makefile.tpl: Fix typo.
3375 * Makefile.in: Regenerate.
3376
c2f7605f
PB
33772004-06-01 Paolo Bonzini <bonzini@gnu.org>
3378
3379 * configure.in: Remove new- prefix from toplevel
3380 bootstrap targets.
3381 * configure: Regenerate.
3382
f516a7da
PB
33832004-06-01 Paolo Bonzini <bonzini@gnu.org>
3384
3385 * Makefile.tpl (all.normal): Rename to all.
3386 (all): Replace with a rule to pick the default
3387 target from configure.
3388 (all-gcc, configure-gcc): Use conditionals to
3389 do nothing when toplevel bootstrap is going on.
3390 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
3391 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
3392 * configure.in: Support --enable-bootstrap.
3393
3394 * Makefile.def: Remove new- prefix from toplevel
3395 bootstrap targets.
3396 * Makefile.tpl: Likewise.
3397
3398 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
3399 target.
3400
3401 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
3402 $(RECURSE_FLAGS) to recursive invocation of make.
3403
3404 * Makefile.in: Regenerate.
3405 * configure: Regenerate.
3406
78dd5e36
AJ
34072004-05-30 Andreas Jaeger <aj@suse.de>
3408 Jim Wilson <wilson@specifixinc.com>
3409
3410 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
3411 like CC.
3412
30f1bddc
DJ
34132004-05-27 Daniel Jacobowitz <dan@debian.org>
3414
3415 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
3416 * configure: Regenerate.
3417
4fc4dd12
DJ
34182004-05-25 Daniel Jacobowitz <drow@false.org>
3419
3420 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
3421 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
3422 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
3423 targets.
3424 * Makefile.in: Regenerate.
3425
94632047 34262004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
3427
3428 * configure.in: Test the ability to symlink directories.
3429 * configure: Regenerate.
3430
3431 * Makefile.def (bootstrap-stage): New definitions.
3432 * Makefile.tpl (configure-stage1-gcc,
3433 configure-stage2-gcc, configure-stage3-gcc,
3434 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
3435 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
3436 new-restage3, compare): Autogenerate, see Makefile.in
3437 entry for behavioral changes.
3438 (distclean-stage1, new-stage1-start, new-stage1-end,
3439 new-stage1-bubble, distclean-stage2, new-stage2-start,
3440 new-stage2-end, new-stage2-bubble, distclean-stage3,
3441 new-stage3-start, new-stage3-end): New autogenerated targets.
3442 (objext, prebootstrap, BOOT_CFLAGS,
3443 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
3444 targets.
3445
3446 * Makefile.in: Regenerate.
3447 (distclean-stage1, new-stage1-start, new-stage1-end,
3448 new-stage1-bubble, distclean-stage2, new-stage2-start,
3449 new-stage2-end, new-stage2-bubble, distclean-stage3,
3450 new-stage3-start, new-stage3-end): New targets.
3451 (all-stage1-gcc): Move prebootstrap dependency from here...
3452 (configure-stage1-gcc): ...to here.
3453 (new-bootstrap): Use bubble targets.
3454 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
3455 Use per-stage distclean targets.
3456 (configure-stage1-gcc, configure-stage2-gcc,
3457 configure-stage3-gcc, all-stage1-gcc,
3458 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
3459 Use new-stageN-start to prepare the tree.
3460
4f4e53dd
PB
34612004-05-23 Paolo Bonzini <bonzini@gnu.org>
3462
3463 * Makefile.def (host_modules): add libcpp.
3464 * Makefile.tpl: Add dependencies on and for libcpp.
3465 * Makefile.in: Regenerate.
3466 * configure.in: Add libcpp host module.
3467 * configure: Regenerate.
3468
60975492
PB
34692004-05-21 Paolo Bonzini <bonzini@gnu.org>
3470
3471 * Makefile.tpl: Whenever a recursive target is defined, wrap
3472 it in a special @if/@endif block, and prepare its maybe
3473 dependency in the @if/@endif block
3474 * configure.in: Instead of writing maybe dependencies, remove
3475 the @if/@endif statements, and remove the @if/@endif blocks
3476 that remain.
3477 * configure: Regenerate.
3478 * Makefile.in: Regenerate.
3479
5ce7d75d
JJ
34802004-05-20 Janis Johnson <janis187@us.ibm.com>
3481
3482 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
3483
c779c42f
KK
34842004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
3485
3486 PR bootstrap/15120
3487 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
3488 * */configure: Rebuilt.
3489
b4117c30
ZW
34902004-05-17 Zack Weinberg <zack@codesourcery.com>
3491
3492 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
3493 of libf2c.
3494 * configure, Makefile.in: Regenerate.
3495
2472200d 3496