1 2010-11-19 Ian Lance Taylor <iant@google.com>
2 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4 * configure.ac: Add target-libgo to target_libraries. Set
5 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
6 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
7 (HOST_EXPORTS): Add GOC.
8 (BASE_TARGET_EXPORTS): Add GOC.
9 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
10 (GOCFLAGS_FOR_TARGET): New variable.
11 (EXTRA_HOST_FLAGS): Add GOC.
12 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
13 * Makefile.def (target_modules): Add libgo.
14 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
15 (dependencies): Add dependency from configure-target-libgo to
16 configure-target-libffi and all-target-libstdc++-v3. Add
17 dependencies from all-target-libgo to all-target-libffi.
20 * Makefile.in: Rebuild.
22 2010-11-19 Ian Lance Taylor <iant@google.com>
24 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
25 compiler/flag environment variables.
27 2010-11-18 Ian Lance Taylor <iant@google.com>
29 * configure.ac: Check for lang_requires_boot_languages in
33 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
34 Tobias Burnus <burnus@net-b.de>
37 * Makefile.def: Add libquadmath; build it with language=fortran.
38 * configure.ac: Add libquadmath.
39 * Makefile.tpl: Handle multiple libs in check-[+language+].
40 * Makefile.in: Regenerate.
41 * configure: Regenerate.
43 2010-11-16 Tom Tromey <tromey@redhat.com>
45 * MAINTAINERS: Moved myself to reviewers section.
47 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
49 * MAINTAINERS: Moved myself to reviewers section.
51 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
53 * MAINTAINERS (Various Maintainers): Add self for build machinery.
54 (Write After Approval): Remove self.
56 2010-11-15 Andreas Schwab <schwab@redhat.com>
58 * configure.ac: Fix spelling in option names.
59 * configure: Regenerated.
61 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
64 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
65 * configure: Regenerated.
67 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
69 * MAINTAINERS: Update my email address.
71 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
73 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
74 define the cloog backend to use. Furthermore, only pass the ppllibs to
75 the configure checks, if necessary.
76 * configure: Regenerate.
78 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
80 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
81 * configure: regenerate
83 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
85 * config/cloog.m4: Fix typo. verison -> version.
86 * configure: Regenerate.
88 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
90 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
91 * configure: Regenerate.
93 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
95 * configure.ac: Support official CLooG.org versions.
96 * configure: Regenerate.
97 * config/cloog.m4: New.
99 2010-11-10 François Dumont <francois.cppdevs@free.fr>
101 * MAINTAINERS (Write After Approval): Add myself.
103 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
105 * MAINTAINERS: Update my email address.
107 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
109 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
110 * configure: Regenerate.
111 * config/mh-ppc-darwin: Rename to mh-darwin.
113 2010-11-03 Ian Lance Taylor <iant@google.com>
114 Dave Korn <dave.korn.cygwin@gmail.com>
117 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
118 and on other supported platforms whenever LTO is enabled.
119 * configure: Rebuild.
121 2010-11-02 Alan Modra <amodra@gmail.com>
124 * configure.ac: Error when source path contains spaces.
125 * configure: Regenerate.
127 2010-10-23 James E. Wilson <wilson@codesourcery.com>
129 * MAINTAINERS: Update my email address.
131 2010-10-20 Ian Lance Taylor <iant@google.com>
133 * Makefile.def (target_modules): Set lib_path to src/.libs for
135 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
136 * Makefile.in: Rebuild.
138 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
140 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
141 (Write After Approval): Remove myself.
143 2010-10-15 Tristan Gingold <gingold@adacore.com>
145 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
147 2010-10-14 Douglas Rupp <rupp@gnat.com>
149 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
151 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
153 * configure.ac (build_lto_plugin): New shell variable.
154 (--enable-lto): Turn on by default for all non-ELF platforms that
155 have had LTO support added so far. Set build_lto_plugin appropriately
156 for both ELF and non-ELF.
157 (configdirs): Add lto-plugin or not based on build_lto_plugin.
158 * configure: Regenerate.
160 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
163 * configure.ac (v850 support): Remove target-libgloss from
165 * configure: Regenerate.
167 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
171 * configure.ac: Honor initial values of $build_configargs,
172 $host_configargs, $target_configargs. Mark the precious, so
173 environment settings get recorded.
174 * configure: Regenerate.
176 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
179 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
180 Depend on all-build-libiberty.
181 * Makefile.in: Regenerate.
183 2010-09-30 Michael Eager <eager@eagercon.com>
185 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
186 * configure: Regenerate.
188 2010-09-28 Michael Eager <eager@eagercon.com>
190 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
192 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
195 * configure.ac: Fix unportable shell quoting.
196 * configure: Regenerate.
198 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
200 * configure.ac (enable-lto): Add Darwin to the list of supported lto
201 targets and amend comment.
202 * configure: Regenerate.
204 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
206 * MAINTAINERS (Write After Approval): Add myself.
208 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
210 * configure.ac: Enable LTO by default on Darwin.
211 * configure: Regenerate.
213 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
215 * MAINTAINERS (Write After Approval): Add myself.
217 2010-09-01 Ian Bolton <ian.bolton@arm.com>
219 * MAINTAINERS (Write After Approval): Add myself.
221 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
223 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
226 2010-07-28 David Yuste <david.yuste@gmail.com>
228 * MAINTAINERS (Write After Approval): Add myself.
230 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
232 * configure.ac: Support all v850 targets.
233 * configure: Regenerate.
235 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
238 * configure.ac (extra_mpfr_configure_flags): Copy from
239 extra_mpc_gmp_configure_flags.
240 * configure: Re-generated.
242 2010-07-22 Andi Kleen <ak@linux.intel.com>
244 * MAINTAINERS (Write After Approval): Add myself.
246 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
248 * MAINTAINERS (Write After Approval): Add myself.
250 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
252 * MAINTAINERS (Write After Approval): Add myself.
254 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
257 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
258 Provide -B option to allow for link spec %s substitutions for
259 libstdc++.a on darwin.
260 * Makefile.in: Regenerate.
262 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
264 * MAINTAINERS (Reviewers): Update my e-mail address
266 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
268 * Makefile.def (configure-gcc): Depend on all-libelf.
269 * Makefile.in: Rebuild.
271 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
273 * MAINTAINERS (Write After Approval): Add myself in the right place.
275 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
277 * MAINTAINERS (Write After Approval): Add myself.
279 2010-05-25 Sterling Augustine <sterling@tensilica.com>
281 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
283 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
285 * config.sub: Update to version 2010-05-21.
286 * config.guess: Update to version 2010-04-03.
288 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
290 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
291 * configure: Regenerate.
293 2010-05-12 Sriraman Tallam <tmsriram@google.com>
295 * MAINTAINERS (Write After Approval): Add myself.
297 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
299 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
300 a platform that supports LTO.
301 * configure: Regenerate.
303 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
305 * configure.ac: Allow all the versions greater than 0.10 of PPL.
306 * configure: Regenerated.
308 2010-04-27 Roland McGrath <roland@redhat.com>
309 H.J. Lu <hongjiu.lu@intel.com>
311 * configure.ac (--enable-gold): Support both, both/gold and
312 both/bfd to add gold to configdirs without removing ld.
313 * configure: Regenerated.
315 * Makefile.def: Add install-gold dependency to install-ld.
316 * Makefile.in: Regenerated.
318 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
321 * configure.ac (--enable-lto): Refactor handling so libelf tests
322 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
323 and allow LTO to be explicitly enabled on non-ELF platforms that
324 are known to support it inside else-clause.
325 * configure: Regenerate.
327 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
329 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
330 * configure: Regenerate.
332 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
334 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
335 * configure: Regenerate.
337 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
339 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
341 * configure: Regenerate.
343 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
345 * MAINTAINERS (Write After Approval): Add myself.
347 2010-04-14 Tristan Gingold <gingold@adacore.com>
349 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
350 * configure: Regenerate.
352 2010-04-13 Steve Ellcey <sje@cup.hp.com>
354 * configure: Regenerate after change to elf.m4.
356 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
358 * MAINTAINERS (Write After Approval): Add myself.
360 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
362 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
363 * configure: Regenerated.
365 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
367 * configure.ac: Print "buggy but acceptable" when CLooG
368 revision is less than 9.
369 * configure: Regenerated.
371 2010-04-01 Diego Novillo <dnovillo@google.com>
373 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
375 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
382 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
384 * configure.ac: Do not pass --enable-multilib nor
385 --disable-multilib in baseargs. Accept explicitly passed
387 * configure: Regenerate.
389 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
391 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
393 2010-03-31 Janis Johnson <janis187@us.ibm.com>
395 * MAINTAINERS: Remove myself.
397 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
400 * configure.ac: Do not pass --enable-multilib nor
401 --disable-multilib in baseargs. Accept explicitly passed
403 * configure: Regenerate.
405 2010-03-28 Andrew Pinski <pinskia@gmail.com>
407 * MAINTAINERS (spu port): Remove me.
409 2010-03-23 Joseph Myers <joseph@codesourcery.com>
411 * configure.ac (tic6x-*-*): New case.
412 * configure: Regenerate.
414 2010-03-23 Joseph Myers <joseph@codesourcery.com>
416 * config.sub: Update to version 2010-03-22.
417 * config.guess: Update to version 2009-12-30.
419 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
422 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
423 * configure: Regenerate.
425 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
427 * MAINTAINERS: Update my email address.
429 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
431 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
432 (ghassan.shobaki@amd.com): Removed.
434 2010-03-17 Alan Modra <amodra@gmail.com>
436 * MAINTAINERS: Update my email address.
438 2010-03-16 Diego Novillo <dnovillo@google.com>
440 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
443 2010-03-16 Joseph Myers <joseph@codesourcery.com>
445 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
446 Gutson, Jeffrey D. Oldham and Mark Shinwell.
448 2010-03-16 Joseph Myers <joseph@codesourcery.com>
450 * MAINTAINERS: Update my email address.
452 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
454 * MAINTAINERS: Update my email address.
456 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
458 * MAINTAINERS: Update my email address.
460 2010-03-09 Jie Zhang <jie@codesourcery.com>
462 * MAINTAINERS: Update my email address.
464 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
467 * configure.ac (RANLIB): Default to true.
469 (RANLIB_FOR_TARGET): Remove superfluous : argument.
470 * configure: Regenerate.
472 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
474 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
475 (Write After Approval): Update my email address.
477 2010-02-17 Nick Clifton <nickc@redhat.com>
480 * Makefile.tpl (local-distclean): Also remove config.cache files in
481 sub-directories as there may not be Makefiles present in the
483 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
484 the config.cache files found by the find command.
486 * Makefile.in: Regenerate.
487 * configure.ac: Revert previous delta.
488 * configure: Regenerate.
490 2010-02-15 Nick Clifton <nickc@redhat.com>
493 * configure.ac: Delete config.cache files in sub-directories when
495 * configure: Regenerate.
497 2010-02-12 Ben Elliston <bje@gnu.org>
499 * MAINTAINERS: Update my email address.
501 2010-02-08 Andrew Pinski <pinskia@gmail.com>
503 * MAINTAINERS (spu port): Update my email address.
505 2010-02-08 Jie Zhang <jie.zhang@analog.com>
507 * MAINTAINERS: Add myself as a maintainer for the bfin port.
509 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
511 * configure.ac: Add "recommended" version checks for GMP/MPC.
512 Update recommended GMP/MPFR/MPC versions.
513 * configure: Regenerate.
515 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
517 * MAINTAINERS: Move my Embecosm email address into the
518 write-after-approval section.
520 2010-01-26 Ian Lance Taylor <iant@google.com>
522 * MAINTAINERS: Add myself as Go frontend maintainer.
524 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
526 PR libstdc++/36101, PR libstdc++/42813
527 * configure.ac (bootstrap_target_libs): Make inclusion of
528 target-libgomp conditional on libgomb being in target_configdirs.
529 * configure: Regenerate.
531 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
533 PR libstdc++/36101, PR libstdc++/42813
534 * configure.ac (bootstrap_target_libs): Include target-libgomp.
535 * configure: Regenerate.
537 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
539 PR libstdc++/36101, PR libstdc++/42813
540 * configure.ac (target_configdirs): Substitute.
541 * Makefile.def: Bootstrap target module libgomp.
542 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
543 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
544 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
545 * configure, Makefile.in: Regenerate.
547 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
549 * MAINTAINERS: Adjust my details.
551 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
553 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
555 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
557 * MAINTAINERS: reindented my entry with tabs instead of spaces.
559 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
561 * MAINTAINERS (Write After Approval): Add myself.
563 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
565 * MAINTAINERS (Write After Approval): Add myself.
567 2010-01-11 Richard Guenther <rguenther@suse.de>
570 * Makefile.def (all-lto-plugin): Depend on all-gcc.
571 * Makefile.in: Regenerated.
573 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
575 * configure.ac: Enable libjava build on x86_64-*freebsd*.
576 * configure: Regenerate.
578 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
579 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
582 * configure.ac: Include libtool m4 files.
583 (_LT_CHECK_OBJDIR): Call it.
584 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
585 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
587 * configure: Regenerate.
589 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
592 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
593 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
594 * Makefile.in: Regenerate.
596 2010-01-02 Richard Guenther <rguenther@suse.de>
599 * configure.ac: Include config/elf.m4. Disable LTO if not
600 builting for an elf target.
601 * configure: Regenerate.
603 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
605 * MAINTAINERS: Change my email address.
607 2009-12-18 Ben Elliston <bje@au.ibm.com>
609 * config.sub, config.guess: Update from upstream sources.
611 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
613 * MAINTAINERS (Write After Approval): Add myself.
615 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
621 * configure.ac: Require MPC.
622 * configure: Regenerate.
624 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
628 * libtool.m4: Sync from git Libtool.
629 * ltoptions.m4: Likewise.
630 * ltversion.m4: Likewise.
631 * lt~obsolete.m4: Likewise.
632 * ltmain.sh: Likewise.
634 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
636 * configure.ac: Update minimum MPC version to 0.8.
637 * configure: Regenerate.
639 2009-11-21 Sebastian Pop <sebpop@gmail.com>
641 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
642 * configure: Regenerated.
644 2009-11-21 Ian Lance Taylor <iant@google.com>
646 * configure.ac: Change default of poststage1_ldflags to be empty if
647 poststage1_libs is set. When poststage1_libs is empty, and
648 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
649 * configure: Rebuild.
651 2009-11-21 Adam Nemet <adambnmet@gmail.com>
653 * MAINTAINERS (Write After Approval): Update my email address.
655 2009-11-20 Ben Elliston <bje@au.ibm.com>
657 * config.guess: Update from upstream sources.
659 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
661 * Makefile.def: Restore host and target settings for gmp.
662 * Makefile.in: Rebuild.
664 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
666 * configure.ac: Add libelf to host_libs. Enable in-tree configury
667 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
668 Fix portability of test of C++ as bootstrap language. Add
669 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
670 * configure: Rebuild.
671 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
672 and cloog. Fix in-tree ppl configuration. Introduce libelf
674 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
675 (POSTSTAGE1_HOST_EXPORTS): Use it.
676 (STAGE[+id+]_CXXFLAGS): New.
677 (BASE_FLAGS_TO_PASS): Pass it down.
678 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
680 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
681 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
683 * Makefile.in: Rebuild.
685 2009-11-17 Ben Elliston <bje@au.ibm.com>
687 * config.sub, config.guess: Update from upstream sources.
689 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
691 * MAINTAINERS (Write After Approval): Add myself.
693 2009-11-09 Jon Beniston <jon@beniston.com>
695 * MAINTAINERS (Write After Approval): Add myself.
697 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
699 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
700 paths for *-w64-mingw* and x86_64-*mingw*.
701 * configure: Regenerated.
703 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
705 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
707 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
709 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
710 Phil Edwards to Write-After Approval.
712 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
714 * configure.ac: Disable target-winsup & co for
715 x86_64-*-mingw* and *-w64-mingw* targets.
716 * configure: Regenerated.
718 2009-10-16 Nick Clifton <nickc@redhat.com>
720 * MAINTAINERS: Add myself as a maintainer for the RX port.
722 2009-10-26 Johannes Singler <singler@kit.edu>
724 * MAINTAINERS (Write After Approval): Update my e-mail address.
726 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
728 * configure.ac (CLooG test): Use = with test.
729 * configure: Regenerate.
731 2009-10-22 Richard Guenther <rguenther@suse.de>
733 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
734 cloog if the ppl version check failed. Move flags saving
735 before setting in libelf check.
736 * configure: Regenerate.
738 2009-10-21 Richard Guenther <rguenther@suse.de>
740 * configure.ac: Adjust the ppl and cloog configure to work as
741 documented. Disable cloog if ppl was disabled. Omit the version
742 checks if they were disabled.
743 * configure: Re-generate.
745 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
747 * configure.ac: Add 'lto' to enable_languages, not
748 new_enable_languages, and only if not already present.
749 * configure: Regenerate.
751 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
753 * README: Refer to the various COPYING* files instead of just
755 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
757 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
759 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
761 2009-10-07 Richard Guenther <rguenther@suse.de>
763 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
764 and Richard Guenther as reviewers.
765 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
768 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
770 * config.sub: Update from upstream sources.
772 2009-10-06 Ian Lance Taylor <iant@google.com>
774 * Makefile.def: check-gold depends upon all-gas.
775 * Makefile.in: Rebuild.
777 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
779 * MAINTAINERS (Write After Approval): Add myself.
781 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
783 * Makefile.def: all-lto-plugin depends on all-libiberty.
784 set bootstrap=true for lto-plugin.
786 * Makefile.in: Regenerate.
787 * configure.ac (host_libs): Add lto-plugin.
788 * configure: Regenerate.
790 2009-10-03 Diego Novillo <dnovillo@google.com>
792 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
793 (HOST_LIBELFLIBS): Define.
794 (HOST_LIBELFINC): Define.
795 * Makefile.in: Regenerate.
796 * configure.ac: Add --enable-lto.
797 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
798 If --enable-lto is used, add 'lto' to new_enable_languages.
799 If --enable-lto is used and gold is enabled, add
800 lto-plugin to configdirs.
801 * configure: Regenerate.
803 2009-10-03 Simon Baldwin <simonb@google.com>
805 * configure.ac: If --with-system-zlib, suppress local zlib and
806 pass --with-system-zlib to subdir configure scripts.
807 * configure: Regenerate.
809 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
810 Paolo Bonzini <bonzini@gnu.org>
812 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
814 * Makefile.in: Rebuilt.
816 2009-09-26 Gary Funck <gary@intrepid.com>
818 * MAINTAINERS (Write After Approval): Add myself.
820 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
822 * configure.ac: Update minimum MPC version to 0.7.
823 * configure: Regenerate.
825 2009-09-25 Nick Clifton <nickc@redhat.com>
827 * configure.ac: Pass any --cache-file=/dev/null option on to
829 * configure: Regenerate.
831 2009-09-23 Nick Clifton <nickc@redhat.com>
833 * config.sub, config.guess: Update from upstream sources.
835 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
837 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
838 * Makefile.in: Rebuilt.
840 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
843 * configure.ac: Error out if $srcdir isn't '.' but contains
844 host-${host_noncanonical}.
845 * configure: Regenerate.
847 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
849 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
852 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
854 * configure.ac: If bootstrapping a combined tree with
855 --enable-gold, require c++ in stage1_languages.
856 * configure: Regenerate.
858 * configure.ac: Also add target_libs of stage1_languages to
859 bootstrap_target_libs.
860 * configure: Regenerate.
862 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
863 with --enable-languages not containing c++.
864 * configure: Regenerate.
866 2009-09-15 Jie Zhang <jie.zhang@analog.com>
868 * configure.ac: Disable java and boehm-gc for bfin-*-*.
869 * configure: Regenerate.
871 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
873 * MAINTAINERS (Write After Approval): Update my e-mail address,
874 and move from from here...
875 (Waiting for paperwork): To here.
877 2009-09-09 Joseph Myers <joseph@codesourcery.com>
879 * MAINTAINERS (Reviewers): Add self as driver reviewer.
881 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
883 * configure.ac: Do not use $extrasub for replacing @if/@endif
884 parts in Makefile; instead, use additional arguments to
885 AC_CONFIG_COMMANDS to do the replacement manually, with several
886 sed invocations, to avoid HP-UX sed command limits.
887 * configure: Regenerate.
889 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
891 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
894 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
896 * configure.ac (with-build-config): Document. Handle without.
897 Handle missing argument.
898 * configure: Rebuilt.
900 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
902 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
903 Default to bootstrap-debug only if compare-debug works.
904 * configure: Rebuilt.
905 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
906 * Makefile.in: Rebuilt.
908 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
910 * MAINTAINERS (OS Port Maintainers): Update my email address.
912 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
914 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
915 * Makefile.in: Rebuilt.
917 2009-09-01 Chris Demetriou <cgd@google.com>
919 * MAINTAINERS (Write After Approval): Add myself.
921 2009-08-31 Dodji Seketeli <dodji@redhat.com>
924 * include/dwarf2.h (enum dwarf_tag): Added
925 DW_TAG_GNU_template_template_param
926 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
928 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
930 * Makefile.tpl (AWK): Fix typo.
931 * Makefile.in: Regenerate.
933 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
935 * configure.ac: Detect awk and sed.
936 * Makefile.def (flags_to_pass): Add AWK and SED.
937 * Makefile.tpl (AWK, SED): New.
938 (BASE_FLAGS_TO_PASS): Add AWK and SED.
939 * configure: Regenerate.
940 * Makefile.in: Regenerate.
942 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
944 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
945 (collapseslashes): Likewise.
947 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
949 * configure.ac (AC_PREREQ): Bump to 2.64.
951 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
953 * configure.ac: Remove --with-datarootdir, --with-docdir,
954 --with-pdfdir, --with-htmldir switches.
955 * configure: Regenerate.
957 * configure: Regenerate.
959 * compile: Sync from Automake 1.11.
961 * install-sh: Likewise.
963 * mkinstalldirs: Likewise.
966 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
968 * ltmain.sh (func_normal_abspath): New function.
969 (func_relative_path): Likewise.
970 (func_mode_help): Document new -bindir option for link mode.
971 (func_mode_link): Add new -bindir option, and use it to place
972 output DLL if specified.
974 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
976 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
977 (baseargs): Add --disable-option-checking.
978 * configure: Regenerate.
980 * Makefile.def (configure-target-libiberty): Depend on
981 all-binutils and all-ld.
982 (configure-target-newlib): Likewise.
983 * Makefile.in: Regenerate.
985 2009-08-17 Ben Elliston <bje@au.ibm.com>
987 * config.sub, config.guess: Update from upstream sources.
989 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
991 Sync from src, merge:
993 2009-07-02 Tristan Gingold <gingold@adacore.com>
995 * configure.ac: Do not exclude gas for i386-*-darwin.
996 Add a case for x86_64-*-darwin.
997 * configure: Regenerate.
999 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
1001 * MAINTAINERS: Add my name to Write After Approval list.
1003 2009-08-06 Michael Eager <eager@eagercon.com>
1005 * configure.ac: Add Microblaze target.
1006 * configure: Regenerate.
1008 2009-07-31 Christian Bruel <christian.bruel@st.com>
1010 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1011 * configure: Regenerate.
1013 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
1015 * MAINTAINERS (Write After Approval): Update my e-mail address.
1017 2009-07-06 Ian Lance Taylor <iant@google.com>
1019 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1020 * configure: Rebuild.
1022 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
1024 * MAINTAINERS: Move myself to the Graphite Reviewers.
1026 2009-06-30 Wei Guozhi <carrot@google.com>
1028 * MAINTAINERS: Add my name to Write After Approval list.
1030 2009-06-26 Steve Ellcey <sje@cup.hp.com>
1033 * configure.ac (comparestring): Create new variable.
1034 * Makefile.tpl (comparestring): Use to skip some comparisions.
1035 * configure: Regenerate.
1036 * Makefile.in: Regenerate.
1038 2009-06-26 Doug Evans <dje@sebabeach.org>
1040 * Makefile.def (host_modules): Add cgen.
1041 * Makefile.in: Regenerate.
1042 * configure.ac (host_tools): Add cgen.
1043 * configure: Regenerate.
1045 2009-06-23 DJ Delorie <dj@redhat.com>
1047 * MAINTAINERS: Add myself as mep maintainer.
1049 2009-06-23 Ian Lance Taylor <iant@google.com>
1051 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
1052 boot_languages. Only bootstrap target libraries listed in
1053 target_libs for some boot language. Add --with-stage1-ldflags,
1054 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
1055 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
1056 if not building with C++.
1057 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1058 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1059 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1060 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1061 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
1062 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1063 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1064 * configure, Makefile.in: Rebuild.
1066 2009-06-23 Li Feng <nemokingdom@gmail.com>
1068 * MAINTAINERS: Added my name to write-after-approval list.
1070 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
1072 * configure.ac: Define is_elf for QNX Neutrino targets.
1073 * configure: Regenerate.
1075 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
1077 * MAINTAINERS: Added my name to the write-after-approval list
1079 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1081 * configure.ac: Detect MPC in default directory.
1082 * configure: Regenerate.
1084 2009-06-03 Jerome Guitton <guitton@adacore.com>
1085 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1087 * Makefile.tpl (all): Avoid a trailing backslash.
1088 * Makefile.in: Regenerate.
1090 2009-06-03 Ben Elliston <bje@au.ibm.com>
1092 * config.sub, config.guess: Update from upstream sources.
1094 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
1096 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1098 * configure: Regenerate.
1100 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
1102 * Makefile.tpl ([+compare-target+]): Compare all stage
1103 directories, rather than just gcc.
1104 * Makefile.in: Rebuilt.
1106 2009-06-01 Doug Kwan <dougkwan@google.com>
1108 * configure.ac: Support gold for target arm*-*-*.
1109 * configure: Regenerate.
1111 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1113 * Makefile.def: Add MPC support and dependencies.
1114 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
1116 * Makefile.in, configure: Regenerate.
1118 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
1120 * Makefile.tpl (all): Avoid harmless warning in make all when
1121 gcc-bootstrap is enabled but stage_last does not exist.
1122 * Makefile.in: Rebuilt.
1124 2009-05-24 Nicolas Roche <roche@adacore.com>
1126 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1127 * Makefile.in: Regenerate.
1129 2009-05-21 Denis Chertykov <chertykov@gmail.com>
1131 * MAINTAINERS: Update my e-mail address.
1133 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
1135 * configure.ac (cygwin noconfigdirs): Remove libgcj.
1136 * configure: Regenerate.
1138 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
1141 * Makefile.tpl (all): Don't assume gcc-bootstrap and
1142 gcc-no-bootstrap are mutually exclusive.
1143 * Makefile.in: Rebuilt.
1145 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
1148 * Makefile.tpl (all): Don't end with unconditional success.
1149 * Makefile.in: Rebuilt.
1151 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
1154 * Makefile.def (flags_to_pass): Remove redundant and incomplete
1155 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1156 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1157 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
1158 stage_configureflags, stage_cflags and stage_libcflags into
1159 explicit Makefile macros.
1160 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1162 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1163 CC. Set CC_FOR_BUILD from CC.
1164 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1165 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1166 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1167 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
1169 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1170 (_LIBCFLAGS): Renamed to _TFLAGS.
1171 (do-compare-debug, do-compare3-debug): Drop.
1172 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1173 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1174 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1175 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1176 (XGCC_FLAGS_FOR_TARGET): New.
1177 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1178 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1179 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1180 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1181 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
1182 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
1184 (BUILD_CONFIG): Include if requested.
1185 (all): Set TFLAGS on bootstrap.
1186 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1187 (all-stageid-prefixmodule): Likewise.
1188 (do-clean, distclean-stageid): Set TFLAGS.
1189 (restrap): Fix whitespace.
1190 * Makefile.in: Rebuilt.
1192 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
1194 * config.guess: Sync with src.
1196 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
1198 * configure.ac ($with_ppl): Default to no if not supplied.
1199 ($with_cloog): Likewise.
1200 configure: Regenerate.
1202 2009-04-27 James E. Wilson <wilson@codesourcery.com>
1204 * MAINTAINERS: Update my e-mail address.
1206 2009-04-27 Nick Clifton <nickc@redhat.com>
1208 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
1210 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
1212 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1213 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1214 * Makefile.in: Regenerate.
1216 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1219 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1220 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1222 * configure, Makefile.in: Regenerate.
1224 2009-04-21 Taras Glek <tglek@mozilla.com>
1226 * include/hashtab.h: Update GTY annotations to new syntax
1227 * include/splay-tree.h: Likewise
1229 2009-04-17 Ben Elliston <bje@au.ibm.com>
1231 * config.sub, config.guess: Update from upstream sources.
1233 2009-04-15 Anthony Green <green@moxielogic.com>
1235 * configure.ac: Add moxie support.
1236 * configure: Rebuilt.
1238 2009-04-14 Jakub Jelinek <jakub@redhat.com>
1240 * configure.ac: Change copyright header to refer to version
1241 3 of the GNU General Public License and to point readers at the
1242 COPYING3 file and the FSF's license web page.
1243 * Makefile.def: Likewise.
1244 * Makefile.tpl: Likewise.
1245 * Makefile.in: Regenerate.
1247 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
1249 * configure.ac: Restore match for darwin9 or later. Use double
1250 brackets since regeneration eats one pair.
1251 * configure: Regenerate.
1253 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
1256 * configure.ac: Require texinfo 4.7.
1257 * configure: Regenerated.
1259 2009-04-09 Nick Clifton <nickc@redhat.com>
1261 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
1262 the GCC Runtime Library Exception.
1264 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1266 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1267 * configure: Regenerate.
1269 2009-04-01 Steve Ellcey <sje@cup.hp.com>
1271 * Makefil.def (languages): New entries.
1272 * Makefile.tpl (check-gcc-*): New generic target.
1273 * Makefile.in: Regenerate.
1275 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
1277 * MAINTAINERS: Update my email address.
1279 2009-03-18 Tom Tromey <tromey@redhat.com>
1281 * configure: Rebuild.
1282 * configure.ac (host_libs): Add libiconv.
1283 * Makefile.in: Rebuild.
1284 * Makefile.def (host_modules): Add libiconv.
1285 (configure-gdb, all-gdb): Depend on libiconv.
1287 2009-03-16 Tristan Gingold <gingold@adacore.com>
1289 * configure.ac: Treat gdb as supported on x86_64-darwin.
1290 * configure: Regenerate.
1292 2009-03-16 Joseph Myers <joseph@codesourcery.com>
1294 * configure.ac (--with-host-libstdcxx): New option.
1295 * configure: Regenerate.
1297 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
1299 * MAINTAINERS: Move myself into the write after approval list.
1301 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
1303 * MAINTAINERS: Update e-mail address.
1305 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
1307 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1309 2009-03-10 Ira Rosen <irar@il.ibm.com>
1311 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1313 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1315 Backport from git Libtool:
1317 2009-01-19 Robert Millan <rmh@aybabtu.com>
1318 Support GNU/kOpenSolaris.
1319 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1320 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1321 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1324 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
1326 * MAINTAINERS: Update e-mail address.
1328 2009-02-24 Michael Eager <eager@eagercon.com>
1330 * MAINTAINERS (Write After Approval): Add self.
1332 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
1334 * MAINTAINERS (Write After Approval): Add myself.
1336 2009-02-05 Andreas Schwab <schwab@suse.de>
1338 * Makefile.tpl (stage_last): Define $r and $s before using
1339 $(RECURSE_FLAGS_TO_PASS).
1340 * Makefile.in: Regenerate
1342 2009-01-30 Ian Lance Taylor <iant@google.com>
1344 * MAINTAINERS: Move myself to the Global Reviewers list.
1346 2009-01-29 Robert Millan <rmh@aybabtu.com>
1348 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1349 * configure: Regenerate.
1351 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
1353 * MAINTAINERS: Make whitespace consistent.
1354 Remove Robert Millan from Write After Approval.
1356 2009-01-16 Alan Modra <amodra@bigpond.net.au>
1358 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1359 (all-opcodes): Depend on all-libiberty.
1360 * Makefile.in: Regenerate.
1362 2009-01-15 Douglas B Rupp <rupp@gnat.com>
1364 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1365 * configure: Regenerate.
1367 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
1369 * MAINTAINERS (Write After Approval): Add myself.
1371 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
1373 * MAINTAINERS: Add myself to reviewers (Fortran).
1375 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
1377 PR tree-optimization/38515
1378 * configure.ac (cloog-polylib): Removed.
1379 (with_ppl, with_cloog): Test for "no".
1380 * configure: Regenerated.
1382 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
1384 * MAINTAINERS: Moved myself to reviewers (Fortran).
1386 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
1388 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1389 (Write After Approval): Remove myself.
1391 2009-01-03 Diego Novillo <dnovillo@google.com>
1393 * MAINTAINERS: Remove myself from alias maintainership.
1395 2009-01-02 David Ayers <ayers@fsfe.org>
1397 * MAINTAINERS: Update e-mail address.
1399 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
1401 * MAINTAINERS: Make whitespace consistent.
1403 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1405 Backport from upstream Libtool:
1406 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1407 Add cache variables to tests that require the linker to work.
1408 For shlibpath_overrides_runpath, this also changes the semantics
1409 to let the result from the C compiler take precedence.
1411 2008-12-02 Ben Elliston <bje@au.ibm.com>
1413 * config.sub, config.guess: Update from upstream sources.
1415 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
1417 * configure.ac (ppllibs): Add by default the lib flags.
1418 * configure: Regenerate.
1420 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
1422 * MAINTAINERS: Add myself to the write after approval list.
1424 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
1426 * configure.ac: Add double brackets on darwin[912].
1427 * configure: Regenerate.
1429 2008-12-03 Daniel Kraft <d@domob.eu>
1431 * MAINTAINERS: Moved myself and Mikael Morin from Write After
1432 Approval to Reviewer section (for Fortran front-end).
1434 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
1436 * configure.ac: Expand to darwin10 and later.
1437 * configure: Regenerate.
1439 2008-12-02 Andreas Schwab <schwab@suse.de>
1441 * Makefile.def: configure-target-boehm-gc depends on
1442 all-target-libstdc++-v3.
1443 * Makefile.in: Regenerate.
1445 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
1447 * MAINTAINERS: Add myself as mingw maintainer.
1449 2008-12-02 Ben Elliston <bje@au.ibm.com>
1451 * config.sub, config.guess: Update from upstream sources.
1453 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
1455 * README.SCO: Remove.
1457 2008-11-29 Fernando Pereira <pronesto@gmail.com>
1459 * MAINTAINERS: Add myself to the write after approval list.
1461 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
1463 * MAINTAINERS: Update my email address in WAA section.
1465 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
1467 * MAINTAINERS: Update e-mail address.
1469 2008-11-27 Toon Moene <toon@moene.org>
1471 * MAINTAINERS: Change e-mail address.
1473 2008-11-27 Tristan Gingold <gingold@adacore.com>
1475 * configure.ac: Build gdb for i?86-*-darwin*
1476 * configure: Regenerated.
1478 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
1480 * MAINTAINERS: Added my full name.
1482 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1489 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1491 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1492 * Makefile.in: Regenerated.
1494 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1501 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1502 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1503 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
1504 (HOST_EXPORTS): Pass CPPFLAGS.
1505 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1506 (LDFLAGS_FOR_TARGET): Initialize from configure script.
1507 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1508 * Makefile.in, configure: Regenerated.
1509 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1510 and CPPFLAGS_FOR_BUILD.
1512 2008-11-06 Jeff Law <law@redhat.com>
1514 * MAINTAINERS: Add myself as middle end maintainer.
1516 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
1518 * MAINTAINERS (Write after approval): Add myself.
1520 2008-11-05 Diego Novillo <dnovillo@google.com>
1522 * MAINTAINERS (Global Reviewers): Add myself.
1523 (Non-Algorithmic Maintainers): Remove myself.
1525 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
1527 * MAINTAINERS (Write after approval): Add myself.
1529 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
1531 * MAINTAINERS (Write after approval): Add myself.
1533 2008-10-31 Ben Elliston <bje@au.ibm.com>
1535 * configure.ac (spu-*-*): Remove special case.
1536 * configure: Regenerate.
1538 2008-10-30 Catherine Moore <clm@codesourcery.com>
1540 * MAINTAINERS (Write after approval): Update my email address.
1542 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
1544 * configure.ac [spu-*-*]: Do not set skipdirs.
1545 * configure: Re-generate.
1547 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
1549 * MAINTAINERS (Various Maintainers): Add myself to reload.
1551 2008-10-25 Richard Guenther <rguenther@suse.de>
1553 * MAINTAINERS (Various Maintainers): Add myself as middle-end
1554 maintainer. Remove myself as libgcc-math maintainer.
1555 (Non-Algorithmic Maintainers): Remove myself.
1557 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1559 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1560 * Makefile.in: Regenerated.
1562 2008-10-23 Cary Coutant <ccoutant@google.com>
1564 * MAINTAINERS (Write after approval): Add myself.
1566 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1573 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1574 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1575 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
1576 (HOST_EXPORTS): Pass CPPFLAGS.
1577 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1578 (LDFLAGS_FOR_TARGET): Initialize from configure script.
1579 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1580 * Makefile.in, configure: Regenerated.
1581 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1582 and CPPFLAGS_FOR_BUILD.
1584 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
1586 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1589 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
1591 * MAINTAINERS (Write After Approval): Added myself.
1593 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1595 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1596 recommended version to 2.3.2.
1598 * configure: Regenerate.
1600 2008-10-01 Mark Mitchell <mark@codesourcery.com>
1602 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1604 2008-09-29 David Daney <david.daney@caviumnetworks.com>
1606 * MAINTAINERS (Write After Approval): Update e-mail address.
1608 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
1610 * libtool.m4: Update to libtool 2.2.6.
1611 * lt~obsolete.m4: Update to libtool 2.2.6.
1612 * ltmain.sh: Update to libtool 2.2.6.
1613 * ltsugar.m4: Update to libtool 2.2.6.
1614 * ltversion.m4: Update to libtool 2.2.6.
1615 * ltoptions.m4: Update to libtool 2.2.6.
1616 * ltgcc.m4: Update to match changes from libtool 2.2.6.
1618 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
1620 * MAINTAINERS (Write After Approval): Add myself.
1622 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1624 * MAINTAINERS (Write After Approval): Update my name.
1626 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
1628 * MAINTAINERS: Add myself in "Write After Approval".
1630 2008-09-18 Steve Ellcey <sje@cup.hp.com>
1632 * MAINTAINERS: Add myself as ia64 maintainer.
1634 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
1636 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1637 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1638 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1639 and Michael Tiemann from Write After Approval since they do not
1640 actually have access.
1642 2008-09-05 Richard Guenther <rguenther@suse.de>
1644 * configure.ac: Initialize clooglibs to -lcloog.
1645 * configure: Re-generate.
1647 2008-09-04 Le-Chun Wu <lcwu@google.com>
1649 * MAINTAINERS (Write After Approval): Add myself.
1651 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
1653 * configure.ac (--with-cloog-polylib): New.
1654 (--disable-cloog-version-check): New.
1655 (--disable-ppl-version-check): New.
1656 * configure: Re-generate.
1658 2008-09-03 Richard Guenther <rguenther@suse.de>
1660 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1662 * configure: Re-generate.
1664 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
1667 * MAINTAINERS: Add picoChip maintainers.
1669 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
1670 Tobias Grosser <grosser@fim.uni-passau.de>
1671 Jan Sjodin <jan.sjodin@amd.com>
1672 Harsha Jagasia <harsha.jagasia@amd.com>
1673 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
1674 Konrad Trifunovic <konrad.trifunovic@inria.fr>
1675 Adrien Eliche <aeliche@isty.uvsq.fr>
1677 Merge from graphite branch.
1678 * configure: Regenerate.
1679 * Makefile.in: Regenerate.
1680 * configure.ac (host_libs): Add ppl and cloog.
1681 Add checks for PPL and CLooG.
1682 * Makefile.def (ppl, cloog): Added modules and dependences.
1683 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1684 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1686 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1688 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1689 (GCC_SHLIB_SUBDIR): New.
1690 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1691 * configure: Regenerate.
1692 * Makefile.in: Regenerate.
1694 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
1696 * MAINTAINERS: Consistently use tabs to separate columns.
1698 2008-08-29 Tristan Gingold <gingold@adacore.com>
1700 * MAINTAINERS (Write after Approval): Add myself.
1702 2008-08-28 Tristan Gingold <gingold@adacore.com>
1704 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1705 Enable bfd, binutils and opcodes.
1706 * configure: Regenerate.
1708 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1710 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
1712 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
1714 * MAINTAINERS: Use correct Umlaut for last name.
1716 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1718 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1720 2008-08-16 David Edelsohn <edelsohn@gnu.org>
1722 * MAINTAINERS: Update my email address.
1724 2008-08-16 Nicolas Roche <roche@adacore.com>
1726 * Makefile.tpl: Add BOOT_ADAFLAGS.
1727 * Makefile.in: Regenerate.
1729 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
1731 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1732 * configure: Regenerate.
1734 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
1736 * configure.ac: Add makefile fragments for hpux.
1737 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1738 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1739 * configure: Regenerate.
1740 * Makefile.in: Regenerate.
1742 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
1744 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1746 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
1748 * MAINTAINERS (Write after Approval): Add myself.
1750 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
1752 * MAINTAINERS (Write After Approval): Add myself.
1754 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
1756 * MAINTAINERS (Write After Approval): Add myself.
1758 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
1760 * MAINTAINERS: Update my email address.
1762 2008-06-25 Joey Ye <joey.ye@intel.com>
1764 * MAINTAINERS (Write After Approval): Add myself.
1766 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1768 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1769 * Makefile.in: Regenerate.
1770 * configure: Regenerate.
1772 2008-06-17 Daniel Kraft <d@domob.eu>
1774 * MAINTAINERS (Write After Approval): Add myself.
1776 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1778 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1779 "$@" is still intact with both Autoconf 2.59 and 2.62.
1780 * configure: Regenerate.
1782 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1784 * Makefile.tpl: Fix comment errors.
1785 * Makefile.in: Regenerate.
1787 2008-06-12 David S. Miller <davem@davemloft.net>
1788 David Edelsohn <edelsohn@gnu.org>
1790 * configure.ac: Add powerpc*-*-* to gold supported targets.
1791 * configure: Regenerate.
1793 2008-06-08 Joseph Myers <joseph@codesourcery.com>
1795 PR tree-optimization/36218
1796 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1797 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1798 (all prefix="build-"): Pass them to build-system sub-makes.
1799 * Makefile.in: Regenerate.
1801 2008-06-07 Joseph Myers <joseph@codesourcery.com>
1803 * MAINTAINERS (mt port): Remove.
1804 (sco5, unixware, sco udk): Remove.
1805 (Kean Johnston): Add to Write After Approval.
1807 2008-05-30 Julian Brown <julian@codesourcery.com>
1809 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1810 of libobjc for ARM EABI Linux.
1811 * configure: Regenerate.
1813 2008-05-18 Xinliang David Li <davidxl@google.com>
1815 * ChangeLog: Remove wrong ChangeLog entry.
1817 2008-05-17 Xinliang David Li <davidxl@google.com>
1819 * MAINTAINERS (Write After Approval): Add myself.
1821 2008-05-15 Janus Weil <janus@gcc.gnu.org>
1823 * MAINTAINERS (Write After Approval): Add myself.
1825 2008-05-14 Rafael Espíndola <espindola@google.com>
1827 * config-ml.in: don't handle --enable-shared and --enable-static.
1829 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
1831 * MAINTAINERS: Update my email address.
1833 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
1835 * MAINTAINERS: Update my email address.
1837 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
1839 * MAINTAINERS (Write After Approval): Add myself.
1841 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
1843 * MAINTAINERS (Write After Approval): Add myself.
1845 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
1847 * MAINTAINERS (crx): Add myself.
1849 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
1852 2008-04-14 David S. Miller <davem@davemloft.net>
1854 * configure.ac: Add sparc*-*-* to gold supported targets.
1855 * configure: Regenerate.
1857 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
1860 * configure.ac: Include override.m4.
1861 * configure: Regenerate.
1863 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
1865 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1866 * Makefile.in: Regenerate.
1868 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1870 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
1871 as nonconfigurable directories list.
1872 * configure: Regenerate.
1874 2008-04-14 Ben Elliston <bje@au.ibm.com>
1876 * config.sub, config.guess: Update from upstream sources.
1878 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
1880 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1881 * Makefile.in: Regenerate.
1883 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
1885 * configure.ac: Do not build libssp for the AVR.
1886 * configure: Regenerate.
1888 2008-04-07 Ian Lance Taylor <iant@google.com>
1890 * Makefile.def: check-gold depends upon all-binutils.
1891 * Makefile.in: Regenerate.
1893 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
1895 * MAINTAINERS (Write After Approval): Add myself.
1897 2008-04-04 Nick Clifton <nickc@redhat.com>
1900 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
1902 * configure: Regenerate.
1904 2008-04-04 NightStrike <NightStrike@gmail.com>
1907 * configure.ac: Combine rules for mingw32 and mingw64.
1908 * configure: Regenerate.
1910 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
1912 * MAINTAINERS (Write After Approval): Add myself.
1914 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
1916 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
1917 * Makefile.in (.NOTPARALLEL): Ditto.
1919 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
1921 * MAINTAINERS (Write After Approval): Add myself.
1923 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
1925 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
1926 * Makefile.in (.NOTPARALLEL): Regenerate.
1928 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
1930 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1931 * Makefile.in: Regenerate.
1933 2008-03-26 Jakub Staszak <kuba@et.pl>
1935 * MAINTAINERS (Write After Approval): Add myself.
1937 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
1939 * MAINTAINERS: Update e-mail address.
1941 2008-03-20 Ian Lance Taylor <iant@google.com>
1943 * configure.ac: Add support for --enable-gold.
1944 * Makefile.def: Add gold as a directory like ld.
1945 * configure, Makefile.in: Regenerate.
1947 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1949 * configure.ac: m4_include config/proginstall.m4.
1950 * configure: Regenerate.
1952 Backport from upstream Libtool:
1954 2007-10-12 Eric Blake <ebb9@byu.net>
1956 Deal with Autoconf 2.62's semantic change in m4_append.
1957 * ltsugar.m4 (lt_append): Replace broken versions of
1959 (lt_if_append_uniq): Don't require separator to be overquoted,
1960 and avoid broken m4_append.
1961 (lt_dict_add): Fix typo.
1962 * libtool.m4 (_LT_DECL): Don't overquote separator.
1964 2008-03-13 David Edelsohn <edelsohn@gnu.org>
1966 * config.rpath: Add AIX 6 support.
1968 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
1970 * Makefile.def (stageprofile). Remove -fprofile-generate
1971 from stage_libcflags.
1972 * Makefile.in: Regenerate.
1974 2008-03-13 Ben Elliston <bje@au.ibm.com>
1976 * config.sub, config.guess: Update from upstream sources.
1978 2008-03-06 Tom Tromey <tromey@redhat.com>
1980 * MAINTAINERS: Update for treelang deletion.
1982 2008-03-03 James E. Wilson <wilson@tuliptree.org>
1984 * MAINTAINERS: Update my email address.
1986 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
1988 * MAINTAINERS (darwin port): Add myself as a maintainer.
1989 (objective-c/c++): Add myself as a maintainer.
1991 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
1993 * MAINTAINERS (Write After Approval): Update my email address.
1995 2008-02-25 Tomas Bily <tbily@suse.cz>
1997 * MAINTAINERS (Write After Approval): Add myself.
1999 2008-02-23 Jakub Jelinek <jakub@redhat.com>
2001 * MAINTAINERS (OpenMP): Add myself.
2003 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
2008 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2009 * configure: Regenerate.
2011 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2012 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2013 STAGE4_LIBCFLAGS): New.
2014 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2015 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2016 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2017 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2018 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2019 for target modules. Don't export LIBCFLAGS.
2020 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2021 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2022 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2023 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2024 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2025 * Makefile.in: Regenerate.
2027 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2030 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2031 Do not use -DDLL_EXPORT. Backport from upstream.
2033 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2035 * MAINTAINERS (Write After Approval): Add myself.
2037 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
2039 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2040 * configure: Regenerate.
2042 2008-01-31 Marc Gauthier <marc@tensilica.com>
2044 * configure.ac (xtensa*-*-*): Recognize processor variants.
2045 * configure: Regenerate.
2047 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2050 * configure.ac (PARSE_ARGS): Push suitable setting of
2051 ac_subdirs_all, for `./configure --help=recursive'.
2052 Handle `+' in generic toplevel directory disabling.
2053 * configure: Regenerate.
2055 2008-01-28 Nick Clifton <nickc@redhat.com>
2057 * MAINTAINERS (xstormy16): Take over maintainership.
2059 2008-01-25 Joseph Myers <joseph@codesourcery.com>
2061 * MAINTAINERS (c4x port): Remove.
2063 2008-01-24 David Edelsohn <edelsohn@gnu.org>
2065 * libtool.m4: Backport AIX 6 support from ToT Libtool.
2067 2008-01-23 Ben Elliston <bje@au.ibm.com>
2069 * config.sub, config.guess: Update from upstream sources.
2071 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
2073 * MAINTAINERS (Write After Approval): Add myself.
2075 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
2077 * MAINTAINERS: Update my email address.
2079 2008-01-09 Raksit Ashok <raksit@google.com>
2081 * MAINTAINERS (Write After Approval): Add myself.
2083 2008-01-09 Raksit Ashok <raksit@google.com>
2085 * MAINTAINERS (Write After Approval): Add myself.
2087 2008-01-08 Ben Elliston <bje@au.ibm.com>
2089 * config.sub, config.guess: Update from upstream sources.
2091 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2093 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2094 Change recommended MPFR from 2.2.1 -> 2.3.0.
2095 * configure: Regenerate.
2097 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
2099 * MAINTAINERS: Update my email address.
2101 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
2103 * MAINTAINERS: Update my email address.
2105 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
2107 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2108 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2109 * Makefile.in: Regenerate.
2111 2007-12-10 Mark Heffernan <meheff@google.com>
2113 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
2116 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
2118 * configure.ac: Enable libjava for x86_64-*-darwin9.
2119 * configure: Regenerate.
2121 2007-12-07 Bill Maddox <maddox@google.com>
2123 * MAINTAINERS (Write After Approval): Add myself.
2125 2007-12-05 Ben Elliston <bje@au.ibm.com>
2127 * config.sub, config.guess: Update from upstream sources.
2129 2007-12-02 Matthias Klose <doko@ubuntu.com>
2131 * config-ml.in: Remove 64bit configure tests.
2133 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2135 * config-ml.in: Robustify against white space in absolute file
2138 * config-ml.in (multi-clean): Substitute ${Makefile}.
2139 Remove superfluous ${Makefile} in list.
2141 2007-11-19 Thiemo Seufer <ths@mips.com>
2143 * config-ml.in: Don't hardcode the Makefile name.
2145 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
2147 * MAINTAINERS (Write After Approval): Add myself.
2149 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
2151 * MAINTAINERS (Write After Approval): Add myself.
2153 2007-11-06 Doug Kwan <dougkwan@google.com>
2155 * MAINTAINERS (Write After Approval): Add myself.
2157 2007-10-25 Ben Elliston <bje@au.ibm.com>
2159 * MAINTAINERS (mercury): Remove entry.
2160 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
2162 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
2164 * Makefile.def (dependencies): Make configure-gdb depend on
2166 * Makefile.in: Regenerated.
2168 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
2170 * MAINTAINERS (Fortran maintainer): Remove myself.
2172 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
2174 * Makefile.def: To avoid problems running with parallel makes,
2175 build newlib before libgloss so that target specific header
2177 * Makefile.in: Regenerate
2179 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2181 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2182 * Makefile.in: Regenerate.
2184 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
2186 * MAINTAINERS (Register allocation reviewer): Add myself.
2188 2007-10-08 Mike Frysinger <vapier@gentoo.org>
2190 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2191 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2192 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
2193 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2194 * configure: Regenerate.
2196 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
2198 * MAINTAINERS (Register allocation reviewer): Add myself.
2200 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
2202 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2203 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2204 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2205 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2206 * configure.ac: Default them to host tools for $host = $build.
2209 * configure: Regenerate.
2210 * Makefile.in: Regenerate.
2212 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
2214 * MAINTAINERS (Register allocation reviewer): Add myself.
2216 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
2218 * MAINTAINERS (Register allocation reviewer): Add myself.
2220 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
2222 * MAINTAINERS (Write After Approval): Fix typo.
2224 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
2226 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2227 * configure: Regenerate.
2229 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
2232 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
2233 they're already prefixed.
2235 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
2237 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2239 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2240 * configure: Regenerate.
2241 * Makefile.in: Regenerate.
2243 2007-09-17 Andreas Schwab <schwab@suse.de>
2245 * configure.ac: Raise minimum makeinfo version to 4.6.
2246 * configure: Regenerate.
2248 2007-09-17 Johannes Singler <singler@ira.uka.de>
2250 * MAINTAINERS (write-after-approval) add myself
2252 2007-09-15 Alan Modra <amodra@bigpond.net.au>
2254 * configure.ac: Correct makeinfo version check.
2255 * configure: Regenerate.
2257 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
2259 * MAINTAINERS: Update my email address.
2261 2007-09-14 Richard Sandiford <richard@codesourcery.com>
2263 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
2264 to $skipdirs and only disable gprof for newlib. Use the normal
2265 mips*-elf* handling in other respects.
2266 * configure: Regnerate.
2268 2007-09-12 David Daney <ddaney@avtrex.com>
2270 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2272 * configure: Regenerate.
2274 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
2277 * configure.ac: For libgloss targets, point the linker to the linker
2278 script, startup code and simulator library.
2279 * configure: Regenerate.
2281 2007-09-07 Andrew Haley <aph@redhat.com>
2283 * configure.ac (noconfigdirs): Remove target-libffi and
2285 * configure: Regenerate.
2287 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2290 * configure.ac: Use config/mh-mingw on mingw.
2291 * configure: Regenerate.
2293 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
2295 * MAINTAINERS (Write After Approval): Add myself.
2297 2007-09-05 Richard Guenther <rguenther@suse.de>
2299 * configure.ac (--enable-stage1-checking): If neither --enable-checking
2300 nor --disable-checking is provided also turn on yes and types
2301 checking for stage1.
2302 * configure: Re-generate.
2304 2007-08-30 Krister Walfridsson <cato@df.lth.se>
2306 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2307 (Write After Approval): Remove myself.
2309 2007-08-29 Nick Clifton <nickc@redhat.com>
2311 * config.sub, config.guess: Update from upstream sources.
2313 2007-08-22 Bud Davis <jmdavis@link.com>
2315 * MAINTAINERS (Write After Approval): Added myself.
2316 * MAINTAINERS (Reviewers): Removed myself.
2318 2007-08-18 Paul Brook <paul@codesourcery.com>
2319 Joseph Myers <joseph@codesourcery.com>
2321 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2322 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2323 * Makefile.in: Regenerate.
2324 * configure.ac (--with-debug-prefix-map): New.
2325 * configure: Regenerate.
2327 2007-08-17 Richard Sandiford <richard@codesourcery.com>
2328 Nigel Stephens <nigel@mips.com>
2330 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
2331 as target_makefile_frag.
2332 * configure: Regenerate.
2334 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
2336 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2337 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2338 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2339 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2340 (do-compare, do-compare3, do-compare-debug): New.
2341 ([+compare-target+]): Use them.
2343 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
2345 * MAINTAINERS (Write After Approval): Change my email address.
2347 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2348 Ben Elliston <bje@au.ibm.com>
2350 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2351 --silent if $silent.
2352 * configure: Regenerate.
2354 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
2356 * MAINTAINERS (Various Maintainers): Add myself as
2357 loop infrastructure maintainer. Update my e-mail
2360 2007-07-31 Diego Novillo <dnovillo@google.com>
2362 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2365 2007-07-26 Richard Guenther <rguenther@suse.de>
2367 * configure.ac: Add types checking to stage1 checking flags.
2368 * configure: Regenerate.
2370 2007-07-17 Nick Clifton <nickc@redhat.com>
2372 * COPYING3: New file. Contains version 3 of the GNU General
2374 * COPYING3.LIB: New file. Contains version 3 of the GNU
2375 Lesser General Public License.
2377 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
2379 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2381 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
2383 * MAINTAINERS (S/390 co-maintainer): Add myself.
2384 (Write After Approval): Remove myself.
2386 2007-07-13 Dan Hipschman <dsh@google.com>
2388 * MAINTAINERS (Write After Approval): Add myself.
2390 2007-07-11 Nick Clifton <nickc@redhat.com>
2392 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2394 * Makefile.in: Regenerate.
2396 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2398 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2401 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
2403 * lt~obsolete.m4: New. Import from 20070318 libtool.
2405 2007-07-03 Julian Brown <julian@codesourcery.com>
2407 * MAINTAINERS (Write After Approval): Add myself.
2409 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2411 * configure.ac: Rewrite 'configure --help' strings to look nicer.
2412 * configure: Regenerate.
2414 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2416 * configure.ac: Add some missing m4 quotation.
2417 * configure: Regenerate.
2419 2007-07-02 Simon Baldwin <simonb@google.com>
2421 * MAINTAINERS (Write After Approval): Add myself.
2423 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
2425 * configure: Regenerate.
2427 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
2429 * Makefile.def: Add windmc tool to build.
2430 * Makefile.tpl: Likewise.
2431 * configure.ac: Likewise.
2432 * Makefile.in: Regenerate.
2433 * configure: Regenerate.
2435 2007-06-28 DJ Delorie <dj@redhat.com>
2437 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2438 not building newlib.
2439 * configure: Regenerated.
2441 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
2443 * MAINTAINERS (Write After Approval): Add myself.
2445 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
2447 * MAINTAINERS (Write After Approval): Add myself.
2449 2007-06-19 Chris Matthews <chrismatthews@google.com>
2451 * MAINTAINERS (Write After Approval): Add myself.
2453 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
2455 * MAINTAINERS (Write After Approval): Add myself.
2457 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2459 * Makefile.def: Add dependency from configure-gdb to all-bfd.
2460 * Makefile.in: Regenerated.
2462 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
2464 * configure.ac: Don't add target-libmudflap to noconfigdirs for
2465 bfin*-*-uclinux* targets.
2466 * configure: Regenerate.
2468 2007-06-14 Ian Lance Taylor <iant@google.com>
2470 * MAINTAINERS: Add myself as non-algorithmic global write
2473 2007-06-14 Diego Novillo <dnovillo@google.com>
2475 * MAINTAINERS: Add self as middle-end maintainer and
2476 non-algorithmic global write maintainer.
2478 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2480 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
2481 Move all Fortran maintainers except Paul Brook into the
2482 Non-Autopoiesis section.
2484 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
2486 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2487 (distclean-stage[+id+]): Possibly delete stage_last.
2488 * Makefile.in: Regenerate.
2490 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
2492 * MAINTAINERS (Various Maintainer): Fix typo.
2494 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
2496 * MAINTAINERS (Various Maintainer): Add myself as
2497 dataflow maintainer.
2499 2007-06-07 Ben Elliston <bje@au.ibm.com>
2501 * config.sub, config.guess: Update from upstream sources.
2503 2007-06-07 Ben Elliston <bje@au.ibm.com>
2505 * Makefile.tpl: Fix spelling error.
2506 * Makefile.in: Regenerate.
2508 2007-06-01 Steve Ellcey <sje@cup.hp.com>
2510 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2511 lt_cv_sys_max_cmd_len.
2513 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
2515 * MAINTAINERS (Various Maintainers): Add myself as
2516 auto-vectorizer maintainer.
2518 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
2521 * libtool.m4: Revert previous change.
2522 * ltgcc.m4: Put it here.
2524 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
2526 * MAINTAINERS (Various Maintainers): Add myself as
2527 auto-vectorizer maintainer.
2529 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
2532 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2534 2007-05-30 Richard Guenther <rguenther@suse.de>
2536 * MAINTAINERS (Various Maintainers): Add myself as
2537 auto-vectorizer maintainer.
2539 2007-05-30 Jakub Jelinek <jakub@redhat.com>
2542 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2543 * configure: Rebuilt.
2545 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
2547 * MAINTAINERS (Write After Approval): Removed my name.
2549 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
2551 * MAINTAINERS (Write After Approval): Remove myself.
2553 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
2555 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2557 2007-05-23 Steve Ellcey <sje@cup.hp.com>
2559 * ltmain.sh: Update from ToT Libtool.
2560 * libtool.m4: Update from ToT Libtool.
2561 * ltsugar.m4: New. Update from ToT Libtool.
2562 * ltversion.m4: New. Update from ToT Libtool.
2563 * ltoptions.m4: New. Update from ToT Libtool.
2565 * ltcf-c.sh: Remove.
2566 * ltcf-cxx.sh: Remove.
2567 * ltcf-gcj.sh: Remove.
2569 2007-05-22 Ollie Wild <aaw@google.com>
2571 * MAINTAINERS (Write After Approval): Add myself.
2573 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
2575 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2577 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2578 Remove CFLAGS/LIBCFLAGS.
2579 (configure-stage[+id+]-[+prefix+][+module+],
2580 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2581 * Makefile.in: Regenerate.
2583 2007-05-15 Diego Novillo <dnovillo@google.com>
2585 * MAINTAINERS: Update e-mail address.
2587 2007-05-15 Revital Eres <eres@il.ibm.com>
2589 * MAINTAINERS (Write After Approval): Add myself.
2591 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
2593 * MAINTAINERS (Write After Approval): Updated my address.
2595 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
2597 * MAINTAINERS (Write After Approval): Add myself.
2599 2007-05-11 Silvius Rus <rus@google.com>
2601 * MAINTAINERS (Write After Approval): Add myself.
2603 2007-04-23 Tom Tromey <tromey@redhat.com>
2605 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2607 2007-04-22 Mark Mitchell <mark@codesourcery.com>
2609 * MAINTAINERS (cpplib): Rename to ...
2610 (libcpp): ... this. Add C/C++ front end maintainers.
2612 2007-04-14 Steve Ellcey <sje@cup.hp.com>
2614 * config-ml.in: Pass ${ml_config_env} to configure calls.
2616 2007-04-04 Christian Bruel <christian.bruel@st.com>
2618 * MAINTAINERS (Write After Approval): Add myself.
2620 2007-04-02 Dave Korn <dave.korn@artimi.com>
2622 * MAINTAINERS (Write After Approval): Add myself.
2624 2007-03-31 Tobias Burnus <burnus@net-b.de>
2626 * MAINTAINERS (fortran 95 front end): Add myself.
2628 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2630 * MAINTAINERS (Write After Approval): Add myself.
2632 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
2634 * MAINTAINERS (Modulo Scheduler): Add myself.
2636 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
2638 * MAINTAINERS (fortran 95 front end): Add myself.
2639 (c++ front end): whitespace fix.
2641 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
2643 * MAINTAINERS (Write After Approval): Add myself.
2645 2007-03-21 Richard Sandiford <richard@codesourcery.com>
2647 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2648 of glob. Quote arguments with single quotes too.
2649 * configure: Regenerate.
2651 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
2653 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2654 * Makefile.in: Regenerate
2656 2007-03-07 Andreas Schwab <schwab@suse.de>
2658 * configure: Regenerate.
2660 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
2662 * configure.ac: Add "--with-pdfdir" configure option,
2663 which defines pdfdir variable.
2664 * Makefile.def (target=fixincludes): Add install-pdf to
2666 (recursive_targets): Add install-pdf target.
2667 (flags_to_pass): Add pdfdir.
2668 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2670 * configure: Regenerate
2671 * Makefile.in: Regenerate
2673 2007-02-28 Eric Christopher <echristo@apple.com>
2676 2006-12-07 Mike Stump <mrs@apple.com>
2678 * Makefile.def (dependencies): Add dependency for
2679 install-target-libssp and install-target-libgomp on
2681 * Makefile.in: Regenerate.
2683 2007-02-27 Matt Kraai <kraai@ftbfs.org>
2685 * configure: Regenerate.
2686 * configure.ac: Move statements after variable declarations.
2688 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
2690 * MAINTAINERS: Add myself as sh maintainer.
2692 2007-02-19 Joseph Myers <joseph@codesourcery.com>
2694 * configure.ac: Adjust for loop syntax.
2695 * configure: Regenerate.
2697 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
2699 * configure: Rebuilt.
2701 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
2703 * configure.ac: Drop multiple occurrences of --enable-languages,
2704 and fix its quoting.
2705 * configure: Rebuilt.
2707 2007-02-17 Mark Mitchell <mark@codesourcery.com>
2708 Nathan Sidwell <nathan@codesourcery.com>
2709 Vladimir Prus <vladimir@codesourcery.com>
2710 Joseph Myers <joseph@codesourcery.com>
2712 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2713 * configure: Regenerate.
2715 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
2717 * ltconfig (freebsd*): Default to elf.
2719 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2721 * configure.ac (target_libraries): Move libgcc before libiberty.
2722 * configure: Regenerated.
2724 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2725 Paolo Bonzini <bonzini@gnu.org>
2728 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
2729 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
2730 * configure: Regenerated.
2732 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2734 * MAINTAINERS (Language Front End Maintainers): Update my mail
2737 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2740 * configure.ac: Correct syntax for Solaris ksh.
2741 * configure: Regenerated.
2743 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
2745 * configure.ac: Sync with src.
2746 * configure: Regenerate.
2748 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
2750 * Makefile.in: Regenerate.
2752 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
2754 * config.sub: Sync with src.
2756 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2758 * Makefile.tpl (build_alias, host_alias, target_alias): Use
2759 noncanonical equivalents.
2760 * configure.in: Rename to...
2761 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
2762 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
2763 target_noncanonical. Use them. Rewrite removal of configure
2764 arguments for autoconf 2.59. Discard variable settings. Force
2765 program_transform_name for native tools.
2767 * Makefile.in: Regenerated.
2768 * configure: Regenerated with autoconf 2.59.
2770 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
2772 * MAINTAINERS (Write After Approval): Add myself.
2774 2007-01-31 Andreas Schwab <schwab@suse.de>
2776 * Makefile.tpl (LDFLAGS): Substitute it.
2777 * Makefile.in: Regenerate.
2779 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
2781 * MAINTAINERS (Write After Approval): Add myself.
2783 2007-01-28 David Edelsohn <edelsohn@gnu.org>
2785 * MAINTAINERS (spu port): Add myself.
2787 2007-01-23 Richard Guenther <rguenther@suse.de>
2790 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2791 * Makefile.tpl (GNATBIND): Substitute it.
2792 (GNATMAKE): Likewise.
2793 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2795 * Makefile.in: Regenerate.
2796 * configure: Regenerate.
2798 2007-01-18 Mike Stump <mrs@apple.com>
2800 * configure.in: Re-enable -Werror for gcc builds.
2802 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
2804 * MAINTAINERS (Write After Approval): Add myself.
2806 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
2808 * configure.in: Change == to = in test command.
2809 * configure: Regenerate.
2811 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
2812 Nick Clifton <nickc@redhat.com>
2813 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
2815 * configure.in (build_configargs, host_configargs, target_configargs):
2816 Remove build/host/target parameters.
2817 (host_libs): Add gmp and mpfr.
2818 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2819 * Makefile.def (gmp, mpfr): New.
2820 (gcc): Remove target.
2821 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2822 target_os, target_vendor): New.
2823 (configure): Add host_alias/target_alias arguments; adjust invocations.
2824 * configure: Regenerate.
2825 * Makefile.in: Regenerate.
2827 2007-01-11 Matt Fago <fago@earthlink.net>
2829 * configure.in: Try to link to functions only in mpfr 2.2.x
2830 to improve robustness of configure tests.
2831 * configure: Regenerate.
2833 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
2835 * MAINTAINERS: Add myself as i386 maintainer.
2837 2007-01-08 Jan Hubicka <jh@suse.cz>
2839 * MAINTAINERS: Add myself as i386 maintainer.
2841 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
2843 * configure.in: Add support for an x86_64-mingw* target.
2844 * configure: Regenerate.
2846 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
2848 * Makefile.tpl (all-target): Correct @if conditional for target
2850 * configure.in: Omit libiberty if building only target libgcc.
2851 * configure, Makefile.in: Regenerated.
2853 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
2855 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
2856 * configure: Regenerate.
2858 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
2860 * Makefile.def (target_modules): Add libgcc.
2861 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
2862 * Makefile.tpl (clean-target-libgcc): Delete.
2863 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2864 on gcc even for bootstrapped modules. Rewrite handling of
2865 lang_env_dependencies to loop over target_modules.
2866 * configure.in (target_libraries): Add target-libgcc.
2867 * Makefile.in, configure: Regenerated.
2869 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
2871 * configure.in: Reorganize recognition of languages. Add
2872 --enable-stage1-languages. Show supported languages for the chosen
2873 target rather than all recognized languages.
2874 * configure: Regenerate.
2876 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
2878 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2879 * Makefile.in: Regenerate.
2881 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2883 * configure.in: Warn that MPFR 2.2.0 is buggy.
2884 * configure: Regenerate.
2886 2006-12-27 Ian Lance Taylor <iant@google.com>
2888 * configure.in: When removing Makefiles to force a reconfigure, also
2889 remove prev-DIR*/Makefile.
2890 * configure: Regenerate.
2892 2006-12-22 Andreas Schwab <schwab@suse.de>
2894 * configure: Regenerate with correct autoconf version.
2896 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
2898 * configure.in: add AC_SUBST for *_FOR_TARGET.
2899 * configure: Regenerate.
2901 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2903 * configure.in: Simplify logic for rejecting languages that cannot
2904 be built. Separate the case when a language is unsupported,
2905 from the case when the user chooses not to build a language.
2907 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2909 * configure.in: Remove "$build" case for powerpc-*-darwin* since
2910 it only affects bootstrap and could be tested on "$host" as well.
2911 * configure: Regenerate.
2912 * config/mh-ppc-darwin: Add to the stage1 cflags here.
2914 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2917 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2918 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2919 move here comment from Makefile.tpl.
2920 * Makefile.tpl: Move some definitions higher in the file.
2921 (STAGE1_CHECKING): New.
2922 * configure.in: Add --enable-stage1-checking.
2923 * configure: Regenerate.
2924 * Makefile.in: Regenerate.
2926 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2928 * MAINTAINERS: Add myself as build system maintainer.
2930 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
2932 * MAINTAINERS (Write After Approval): Add myself.
2934 2006-12-13 Eric Christopher <echristo@apple.com>
2936 * MAINTAINERS: Add myself as darwin maintainer.
2938 2006-12-11 Ian Lance Taylor <ian@airs.com>
2940 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
2942 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
2944 MAINTAINERS: Update my entry.
2946 2006-12-11 Alan Modra <amodra@bigpond.net.au>
2948 * configure.in: Handle spu makefile frag.
2949 * Makefile.tpl (MAINT): Define
2950 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2951 * configure: Regenerate.
2952 * Makefile.in: Regenerate.
2954 2006-12-11 Ben Elliston <bje@au.ibm.com>
2956 * config.guess: Import latest version.
2957 * config.sub: Likewise.
2959 2006-12-11 Ben Elliston <bje@au.ibm.com>
2961 * configure.in (spu-*-*): Don't skip target-libiberty.
2962 * configure: Regenerate.
2964 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
2967 * configure.in: Correct x86 darwin support for libjava to powerpc
2969 * configure: Regenerate.
2971 2006-12-08 Sandro Tolaini <tolaini@libero.it>
2973 * configure.in: Add x86 darwin support for libjava.
2974 * configure: Regenerate.
2976 2006-12-07 Mike Stump <mrs@apple.com>
2978 * Makefile.def (dependencies): Add dependency for
2979 install-target-libssp and install-target-libgomp on
2981 * Makefile.in: Regenerate.
2983 2006-12-04 Richard Guenther <rguenther@suse.de>
2985 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
2986 (Non-Algorithmic Maintainers): Move over non-algorithmic
2987 loop optimizer maintainers, add myself as a non-algorithmic
2988 middle-end maintainer.
2990 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
2992 * MAINTAINERS (Write After Approval): Add myself.
2994 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2996 * configure.in: Update error message for missing GMP/MPFR.
2998 * configure: Regenerate.
3000 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3002 * configure.in: Update MPFR version in error message.
3004 * configure: Regenerate.
3006 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3008 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3009 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3010 --with-gmp-lib): New flags.
3012 * configure: Regenerate.
3014 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
3016 * MAINTAINERS (Write After Approval): Change my email address.
3018 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3020 * MAINTAINERS (Write After Approval): Add myself.
3022 2006-11-22 Philipp Thomas <pth@suse.de>
3024 * MAINTAINERS (i18n): Update e-mail address.
3026 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
3028 * MAINTAINERS (spu port): Add myself as maintainer.
3029 (Write After Approval): Remove myself.
3031 2006-11-22 Ben Elliston <bje@au.ibm.com>
3033 * configure.in (skipdirs): Don't build libssp for SPU.
3034 * configure: Regenerate.
3036 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
3038 * MAINTAINERS (spu port): Add myself as maintainer.
3039 (libobjc): Update my email address.
3041 2006-11-21 Andrea Bona <andrea.bona@st.com>
3043 * MAINTAINERS (Write After Approval): Add myself.
3045 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
3047 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3048 * configure : Rebuilt.
3050 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
3052 * MAINTAINERS (Write After Approval): Add myself.
3054 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
3056 * MAINTAINERS (Write After Approval): Add myself.
3058 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3060 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3062 * configure: Regenerate.
3064 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
3066 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3067 (unstage): Test for stage_last presence.
3070 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3072 * Makefile.in: Regenerate.
3074 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
3076 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3079 2006-11-14 Erven Rohou <erven.rohou@st.com>
3081 * MAINTAINERS (Write After Approval): Add myself.
3083 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
3085 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3086 and stageN-package/Makefile.
3087 * Makefile.in: Regenerated.
3089 2006-11-14 Jie Zhang <jie.zhang@analog.com>
3091 * configure.in: Remove target-libgloss from noconfigdirs for
3093 * configure: Regenerated.
3095 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3097 * configure.in (have_gmp): Only error if the gcc directory exists.
3099 * configure: Regenerate.
3101 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3103 * configure.in: Robustify error message for missing GMP/MPFR.
3105 * configure: Regenerate.
3107 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
3109 * MAINTAINERS (Write After Approval): Add myself.
3111 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
3113 * MAINTAINERS: Change email address.
3115 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
3117 * MAINTAINERS (Write After Approval): Add myself.
3119 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
3121 * MAINTAINERS (Write After Approval): Add myself.
3123 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
3125 * MAINTAINERS (Write After Approval): Move myself to
3126 Write After Approval section.
3128 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3130 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
3132 * configure: Regenerate.
3134 2006-10-16 Tobias Burnus <burnus@net-b.de>
3136 * MAINTAINERS (Write After Approval): Add myself.
3138 2006-10-16 Ben Elliston <bje@au.ibm.com>
3140 * config.guess: Import latest version.
3141 * config.sub: Likewise.
3143 2006-10-10 Brooks Moses <bmoses@stanford.edu>
3145 * Makefile.def: Added pdf target handling.
3146 * Makefile.tpl: Added pdf target handling.
3147 * Makefile.in: Regenerated.
3149 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
3151 * MAINTAINERS: Add self as score port maintainer.
3153 2006-10-04 Brooks Moses <bmoses@stanford.edu>
3155 * MAINTAINERS (Write After Approval): Add myself.
3157 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
3159 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
3161 * configure: Regenerated.
3163 2006-09-27 Dave Brolley <brolley@redhat.com>
3165 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
3166 using $s instead of $r.
3167 * configure: Regenerated.
3169 2006-09-26 Thiemo Seufer <ths@mips.com>
3171 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3172 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3173 * configure: Regenerate.
3175 2006-09-24 Graeme Peterson <gridly@gmail.com>
3177 * MAINTAINERS (Write After Approval): Remove myself.
3179 2006-09-22 Chao-ying Fu <fu@mips.com>
3181 * MAINTAINERS (Write After Approval): Add myself.
3183 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
3185 * MAINTAINERS: Add self as soft-fp maintainer.
3187 2006-09-09 Anatoly Sokolov <aesok@post.ru>
3189 * MAINTAINERS: Add myself as avr maintainer.
3190 Remove Marek Michalkiewicz as avr maintainer.
3192 2006-09-07 Roberto Costa <roberto.costa@st.com>
3194 * MAINTAINERS (Write After Approval): Add myself.
3196 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
3198 * configure.in: Never build newlib for a Mingw host.
3199 Never build newlib as Mingw target library.
3200 Test the existence of winsup/cygwin for building a Cygwin newlib,
3201 rather than just winsup.
3202 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3203 building a Mingw target.
3204 * configure: Regenerate.
3206 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
3208 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
3210 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
3212 * config.guess: Import from src (was more updated).
3213 * config.sub: Likewise.
3215 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3217 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3218 * configure: Regenerated.
3220 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
3222 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3223 for stages after the first.
3225 2006-07-17 Jakub Jelinek <jakub@redhat.com>
3227 * Makefile.def: Add dependencies for configure-opcodes
3228 on configure-intl and all-opcodes on all-intl.
3229 * Makefile.in: Regenerated.
3231 2006-07-13 Ben Elliston <bje@au.ibm.com>
3233 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
3235 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
3237 Port to hosts whose 'sort' and 'tail' implementations
3238 treat operands with leading '+' as file names, as POSIX
3239 has required since 2001. However, make sure the code still
3240 works on pre-POSIX hosts.
3241 * ltmain.sh: Don't assume "sort +2" is equivalent to
3242 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3244 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
3246 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
3248 2006-07-04 Peter O'Gorman <peter@pogma.com>
3250 * ltconfig: chmod 644 before ranlib during install.
3252 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3255 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3256 if the bootstrap compiler is a GCC version that supports it.
3257 * configure: Regenerate.
3259 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
3261 * configure.in: Fix thinkos in previous check-in.
3262 * configure: Regenerate.
3264 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
3267 * configure.in: Test subdir_requires and give an appropriate
3269 * configure: Regenerate.
3271 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
3273 * MAINTAINERS (Write After Approval): Add myself.
3275 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
3277 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3279 2006-06-22 Steve Ellcey <sje@cup.hp.com>
3281 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3283 2006-06-20 David Ayers <d.ayers@inode.at>
3286 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3287 whether target-libjava is being configured instead of whether the
3288 java front end is enabled.
3289 * configure: Regenerate.
3291 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3294 * configure.in: Only enable libgomp on IRIX 6.
3295 * configure: Regenerate.
3297 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
3299 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3301 * Makefile.in: Regenerate.
3303 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
3305 * config-ml.in: Alter CCASFLAGS to include special
3306 multilib options the same as is done for CFLAGS.
3308 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3310 * configure.in: Don't enable libgomp on hpux10.
3311 * configure: Rebuilt.
3313 2006-06-12 David Ayers <d.ayers@inode.at>
3317 * configure.in: Remove target-boehm-gc from noconfigdirs where
3318 ${libgcj} is specified.
3319 * configure: Regenerate.
3321 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
3325 * configure.in: Sync.
3326 * configure: Regenerated.
3328 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3330 * Makefile.def: Added dependencies from sim and gdb on intl, and
3331 added configure dependencies to everything with an all dependency
3333 * Makefile.in: Regenerated.
3335 2006-06-06 David Ayers <d.ayers@inode.at>
3338 * Makefile.def: Add dependencies for libobjc which boehm-gc.
3339 * Makefile.in: Regenerate.
3340 * configure.in: Add --enable-objc-gc at toplevel and have it
3341 enable boehm-gc for Objective-C.
3342 Remove target-boehm-gc from libgcj.
3343 Add target-boehm-gc to target_libraries.
3344 Add target-boehm-gc to noconfigdirs where ${libgcj}
3346 Assert that boehm-gc is supported when requested for Objective-C.
3347 Only build boehm-gc if needed either for Java or Objective-C.
3348 * configure: Regenerate.
3350 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
3353 * Makefile.tpl (configure-[+prefix+][+module+],
3354 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3355 Remove rule to unstage bootstrapped modules.
3356 (stage_current): New.
3357 * Makefile.in: Regenerate.
3359 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3361 * MAINTAINERS (Write After Approval): Update my e-mail address.
3363 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
3365 * include/libiberty.h: Declare pex_run_in_environment.
3367 2006-05-31 Asher Langton <langton2@llnl.gov>
3369 * MAINTAINERS (Write After Approval): Add myself.
3371 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
3373 * Makefile.def (bfd, opcodes): Fix lib_path.
3374 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3375 (restrap): Move under "@if gcc-bootstrap". Fix typo.
3376 * Makefile.in: Regenerate.
3378 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
3380 * Makefile.in: Regenerate.
3382 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
3384 * Makefile.def: Add install-html target. Add datarootdir
3385 docdir and htmldir to flags_to_pass.
3386 * Makefile.tpl: Add install-html target.
3387 * Makefile.in: Regenerate.
3388 * configure.in: Add --with-datarootdir, --with-docdir, and
3389 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3390 * configure: Regenerate.
3392 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
3394 * configure.in: Enable gprof for cross builds.
3395 * configure: Regenerate.
3397 2006-05-22 Richard Guenther <rguenther@suse.de>
3400 2006-01-31 Richard Guenther <rguenther@suse.de>
3401 Paolo Bonzini <bonzini@gnu.org>
3403 * Makefile.def (target_modules): Add libgcc-math target module.
3404 * configure.in (target_libraries): Add libgcc-math target library.
3405 (--enable-libgcc-math): New configure switch.
3406 * Makefile.in: Re-generate.
3407 * configure: Re-generate.
3408 * libgcc-math: New toplevel directory.
3410 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3411 Andreas Tobler <a.tobler@schweiz.ch>
3413 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
3414 * configure: Rebuilt.
3416 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
3418 * MAINTAINERS (Write After Approval): Add myself.
3420 2006-05-01 DJ Delorie <dj@redhat.com>
3422 * configure.in: Restore CFLAGS if GMP isn't present.
3423 * configure: Regenerate.
3425 2006-05-01 Richard Guenther <rguenther@suse.de>
3427 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3430 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
3432 * MAINTAINERS (Write After Approval): Add myself.
3434 2006-04-28 Jan Beulich <jbeulich@novell.com>
3436 * MAINTAINERS (Write After Approval): Add myself.
3438 2006-04-18 DJ Delorie <dj@redhat.com>
3440 * configure.in (m32c): Build libstdc++-v3. Pass flags to
3441 reference libgloss so that libssp can be built in a combined
3443 * configure: Regenerate.
3445 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
3447 * MAINTAINERS (Write After Approval): Add myself.
3449 2006-04-05 Ben Elliston <bje@au.ibm.com>
3451 * configure.in: Require makeinfo 4.4 or higher.
3452 * configure: Regenerate.
3454 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
3456 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3457 Rearrange the entries of other libraries to have them in one place.
3459 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
3461 * MAINTAINERS (Write After Approval): Remove myself.
3462 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3464 2006-03-14 Richard Guenther <rguenther@suse.de>
3466 * configure: Regenerate with autoconf 2.13.
3468 2006-03-13 Jim Blandy <jimb@codesourcery.com>
3470 * MAINTAINERS: Use my work address.
3472 * MAINTAINERS: Update my E-mail address.
3474 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
3476 * configure.in: Handle --disable-<component> generically.
3477 * configure: Regenerate.
3479 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
3482 * ltmain.sh: Don't use "$finalize_rpath" for compile.
3484 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
3486 * MAINTAINERS (Write After Approval): Remove myself.
3487 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3489 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3491 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
3492 (TARGET_CONFIGDIRS): Remove.
3493 * configure.in: Remove AC_SUBST(target_configdirs).
3494 * Makefile.in, configure: Regenerated.
3496 2006-02-20 Steven G. Kargl <kargls@comcast.net>
3498 * MAINTAINERS (Write After Approval): Remove myself.
3499 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3501 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
3505 * Makefile.tpl ([+compare-target+]): Print explanation messages.
3507 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3508 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3509 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3510 BUILD_PREFIX, BUILD_PREFIX_1.
3511 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3513 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3514 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3516 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3517 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3518 of `cat stage_current`. Always provide the `r' and `s' variables.
3519 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3520 a single shell execution.
3521 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3522 bootstrapped modules, make the stage1 module if the build was not
3523 started yet, else build the current stage.
3524 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3525 (all-build, all-host, all-target, [+make_target+]-host,
3526 [+make_target+]-target): Do not use \-continued lines.
3527 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3528 (current_stage, restrap, stage_last): New.
3530 * Makefile.in: Regenerate.
3531 * configure: Regenerate.
3533 2006-02-19 Bud Davis <jmdavis@link.com>
3535 * MAINTAINERS (Write After Approval): Remove myself.
3536 (Language Front End Maintainers): Add myself as fortran 95
3537 maintainer and update e-mail address.
3539 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3541 * MAINTAINERS (Write After Approval): Remove myself.
3542 (Language Front End Maintainers): Add myself as fortran 95
3545 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
3547 * MAINTAINERS (Write After Approval): Add myself.
3549 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
3551 * MAINTAINERS (Write After Approval): Remove myself.
3552 (Language Front End Maintainers): Add myself as
3553 fortran 95 maintainer.
3555 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
3559 2005-12-27 Leif Ekblad <leif@rdos.net>
3561 * configure.in: Add support for RDOS target.
3562 * configure: Regenerate.
3564 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
3565 Andreas Schwab <schwab@suse.de>
3567 * configure: Regenerate.
3569 2006-02-12 David Edelsohn <edelsohn@gnu.org>
3571 * configure.in (enable_libgomp): Add AIX.
3572 * configure: Regenerate.
3574 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
3576 * MAINTAINERS (Write After Approval): Add myself.
3578 2006-02-03 Lee Millward <lee.millward@gmail.com>
3580 * MAINTAINERS (Write After Approval): Add myself.
3582 2006-01-31 Richard Guenther <rguenther@suse.de>
3583 Paolo Bonzini <bonzini@gnu.org>
3585 * Makefile.def (target_modules): Add libgcc-math target module.
3586 * configure.in (target_libraries): Add libgcc-math target library.
3587 (--enable-libgcc-math): New configure switch.
3588 * Makefile.in: Re-generate.
3589 * configure: Re-generate.
3590 * libgcc-math: New toplevel directory.
3592 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
3594 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3595 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3596 the assembler, linker and binutils.
3597 * configure: Regenerate.
3599 2006-01-22 Dirk Mueller <dmueller@suse.de>
3601 * MAINTAINERS (Write After Approval): Add myself.
3603 2006-01-20 Diego Novillo <dnovillo@redhat.com>
3605 * configure: Regenerate.
3607 2006-01-18 Richard Henderson <rth@redhat.com>
3608 Jakub Jelinek <jakub@redhat.com>
3609 Diego Novillo <dnovillo@redhat.com>
3611 * libgomp: New directory.
3612 * Makefile.def: Add target_module libgomp.
3613 * Makefile.in: Regenerate.
3614 * configure.in (target_libraries): Add target-libgomp.
3615 * configure: Regenerate.
3617 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
3619 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3620 @ from continuation.
3621 * Makefile.in: Rebuilt.
3623 2006-01-04 Chris Lattner <sabre@gnu.org>
3625 * MAINTAINERS (Write After Approval): Add myself.
3627 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
3631 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3632 * Makefile.tpl (OBJDUMP): New.
3633 (EXTRA_HOST_FLAGS): Add it.
3634 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3636 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3637 to use symbolic links between directories. Avoid race conditions
3638 or make them harmless.
3639 * configure.in: Do not try to use symbolic links between directories.
3641 * Makefile.def (LEAN): Pass.
3642 * Makefile.tpl (LEAN): Define.
3643 (stage[+id+]-start): Accept that the previous directory does not
3644 exist, if the bootstrap is lean.
3645 (stage[+id+]-bubble): Invoke lean bootstrap commands after
3646 stage[+id+]-start. Use a makefile variable and an `if' instead of a
3647 configure substitution.
3648 ([+compare-target+]): Likewise.
3649 ([+bootstrap-target+]-lean): New.
3650 * configure.in: Remove lean bootstrap support from here.
3652 * Makefile.in: Regenerate.
3653 * configure: Regenerate.
3655 2006-01-04 Ben Elliston <bje@au.ibm.com>
3657 * MAINTAINERS (libdecnumber): Add myself.
3659 2006-01-02 Mark Mitchell <mark@codesourcery.com>
3661 * libtool-ldflags: New script.
3663 2006-01-02 Andreas Schwab <schwab@suse.de>
3665 * configure.in: When reconfiguring remove Makefile in
3666 all stage directories.
3667 * configure: Regenerate.
3669 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
3671 * MAINTAINERS: Update my email address.
3673 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
3675 Revert Ada-related part of the previous change.
3677 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3679 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3680 * Makefile.in: Regenerate.
3681 * configure.in: Do not include mt-ppc-aix target fragment.
3682 * configure: Regenerate.
3684 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
3686 * configure.in: Select appropriate fragments for PowerPC/AIX.
3687 * configure: Regenerate.
3689 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3690 BOOT_CFLAGS, BOOT_LDFLAGS.
3691 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3692 BOOT_CFLAGS, BOOT_LDFLAGS.
3693 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3694 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3695 (stage): Fail if we cannot complete the work.
3696 * Makefile.in: Regenerate.
3698 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
3700 * configure.in: Replace ms1 with mt.
3701 * configure: Rebuilt.
3703 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
3705 * MAINTAINERS: Update my email address.
3707 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
3709 * Makefile.tpl (all, do-[+make_target+], do-check, install,
3710 install-host-nogcc): Don't invoke $(stage) at the end.
3711 * Makefile.in: Regenerate.
3713 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
3715 * configure.in: Flip the top-level bootstrap switch.
3716 * configure: Regenerate.
3718 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
3720 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3721 $(stage) and $(unstage).
3722 (EXTRA_TARGET_FLAGS): Correct double-quoting.
3723 (all): Remove stray semicolon.
3724 (local-distclean): Don't handle multilib.tmp and multilib.out.
3725 (install.all): Set $s for consistency.
3726 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3727 check_multilibs setting. Always make the install directory.
3728 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3730 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.