1 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
3 * MAINTAINERS: Add my name to Write After Approval list.
5 2009-08-06 Michael Eager <eager@eagercon.com>
7 * configure.ac: Add Microblaze target.
8 * configure: Regenerate.
10 2009-07-31 Christian Bruel <christian.bruel@st.com>
12 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
13 * configure: Regenerate.
15 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
17 * MAINTAINERS (Write After Approval): Update my e-mail address.
19 2009-07-06 Ian Lance Taylor <iant@google.com>
21 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
24 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
26 * MAINTAINERS: Move myself to the Graphite Reviewers.
28 2009-06-30 Wei Guozhi <carrot@google.com>
30 * MAINTAINERS: Add my name to Write After Approval list.
32 2009-06-26 Steve Ellcey <sje@cup.hp.com>
35 * configure.ac (comparestring): Create new variable.
36 * Makefile.tpl (comparestring): Use to skip some comparisions.
37 * configure: Regenerate.
38 * Makefile.in: Regenerate.
40 2009-06-26 Doug Evans <dje@sebabeach.org>
42 * Makefile.def (host_modules): Add cgen.
43 * Makefile.in: Regenerate.
44 * configure.ac (host_tools): Add cgen.
45 * configure: Regenerate.
47 2009-06-23 DJ Delorie <dj@redhat.com>
49 * MAINTAINERS: Add myself as mep maintainer.
51 2009-06-23 Ian Lance Taylor <iant@google.com>
53 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
54 boot_languages. Only bootstrap target libraries listed in
55 target_libs for some boot language. Add --with-stage1-ldflags,
56 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
57 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
58 if not building with C++.
59 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
60 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
61 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
62 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
63 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
64 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
65 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
66 * configure, Makefile.in: Rebuild.
68 2009-06-23 Li Feng <nemokingdom@gmail.com>
70 * MAINTAINERS: Added my name to write-after-approval list.
72 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
74 * configure.ac: Define is_elf for QNX Neutrino targets.
75 * configure: Regenerate.
77 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
79 * MAINTAINERS: Added my name to the write-after-approval list
81 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
83 * configure.ac: Detect MPC in default directory.
84 * configure: Regenerate.
86 2009-06-03 Jerome Guitton <guitton@adacore.com>
87 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
89 * Makefile.tpl (all): Avoid a trailing backslash.
90 * Makefile.in: Regenerate.
92 2009-06-03 Ben Elliston <bje@au.ibm.com>
94 * config.sub, config.guess: Update from upstream sources.
96 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
98 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
100 * configure: Regenerate.
102 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
104 * Makefile.tpl ([+compare-target+]): Compare all stage
105 directories, rather than just gcc.
106 * Makefile.in: Rebuilt.
108 2009-06-01 Doug Kwan <dougkwan@google.com>
110 * configure.ac: Support gold for target arm*-*-*.
111 * configure: Regenerate.
113 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
115 * Makefile.def: Add MPC support and dependencies.
116 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
118 * Makefile.in, configure: Regenerate.
120 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
122 * Makefile.tpl (all): Avoid harmless warning in make all when
123 gcc-bootstrap is enabled but stage_last does not exist.
124 * Makefile.in: Rebuilt.
126 2009-05-24 Nicolas Roche <roche@adacore.com>
128 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
129 * Makefile.in: Regenerate.
131 2009-05-21 Denis Chertykov <chertykov@gmail.com>
133 * MAINTAINERS: Update my e-mail address.
135 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
137 * configure.ac (cygwin noconfigdirs): Remove libgcj.
138 * configure: Regenerate.
140 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
143 * Makefile.tpl (all): Don't assume gcc-bootstrap and
144 gcc-no-bootstrap are mutually exclusive.
145 * Makefile.in: Rebuilt.
147 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
150 * Makefile.tpl (all): Don't end with unconditional success.
151 * Makefile.in: Rebuilt.
153 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
156 * Makefile.def (flags_to_pass): Remove redundant and incomplete
157 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
158 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
159 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
160 stage_configureflags, stage_cflags and stage_libcflags into
161 explicit Makefile macros.
162 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
164 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
165 CC. Set CC_FOR_BUILD from CC.
166 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
167 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
168 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
169 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
171 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
172 (_LIBCFLAGS): Renamed to _TFLAGS.
173 (do-compare-debug, do-compare3-debug): Drop.
174 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
175 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
176 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
177 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
178 (XGCC_FLAGS_FOR_TARGET): New.
179 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
180 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
181 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
182 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
183 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
184 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
186 (BUILD_CONFIG): Include if requested.
187 (all): Set TFLAGS on bootstrap.
188 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
189 (all-stageid-prefixmodule): Likewise.
190 (do-clean, distclean-stageid): Set TFLAGS.
191 (restrap): Fix whitespace.
192 * Makefile.in: Rebuilt.
194 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
196 * config.guess: Sync with src.
198 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
200 * configure.ac ($with_ppl): Default to no if not supplied.
201 ($with_cloog): Likewise.
202 configure: Regenerate.
204 2009-04-27 James E. Wilson <wilson@codesourcery.com>
206 * MAINTAINERS: Update my e-mail address.
208 2009-04-27 Nick Clifton <nickc@redhat.com>
210 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
212 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
214 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
215 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
216 * Makefile.in: Regenerate.
218 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
221 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
222 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
224 * configure, Makefile.in: Regenerate.
226 2009-04-21 Taras Glek <tglek@mozilla.com>
228 * include/hashtab.h: Update GTY annotations to new syntax
229 * include/splay-tree.h: Likewise
231 2009-04-17 Ben Elliston <bje@au.ibm.com>
233 * config.sub, config.guess: Update from upstream sources.
235 2009-04-15 Anthony Green <green@moxielogic.com>
237 * configure.ac: Add moxie support.
238 * configure: Rebuilt.
240 2009-04-14 Jakub Jelinek <jakub@redhat.com>
242 * configure.ac: Change copyright header to refer to version
243 3 of the GNU General Public License and to point readers at the
244 COPYING3 file and the FSF's license web page.
245 * Makefile.def: Likewise.
246 * Makefile.tpl: Likewise.
247 * Makefile.in: Regenerate.
249 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
251 * configure.ac: Restore match for darwin9 or later. Use double
252 brackets since regeneration eats one pair.
253 * configure: Regenerate.
255 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
258 * configure.ac: Require texinfo 4.7.
259 * configure: Regenerated.
261 2009-04-09 Nick Clifton <nickc@redhat.com>
263 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
264 the GCC Runtime Library Exception.
266 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
268 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
269 * configure: Regenerate.
271 2009-04-01 Steve Ellcey <sje@cup.hp.com>
273 * Makefil.def (languages): New entries.
274 * Makefile.tpl (check-gcc-*): New generic target.
275 * Makefile.in: Regenerate.
277 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
279 * MAINTAINERS: Update my email address.
281 2009-03-18 Tom Tromey <tromey@redhat.com>
283 * configure: Rebuild.
284 * configure.ac (host_libs): Add libiconv.
285 * Makefile.in: Rebuild.
286 * Makefile.def (host_modules): Add libiconv.
287 (configure-gdb, all-gdb): Depend on libiconv.
289 2009-03-16 Tristan Gingold <gingold@adacore.com>
291 * configure.ac: Treat gdb as supported on x86_64-darwin.
292 * configure: Regenerate.
294 2009-03-16 Joseph Myers <joseph@codesourcery.com>
296 * configure.ac (--with-host-libstdcxx): New option.
297 * configure: Regenerate.
299 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
301 * MAINTAINERS: Move myself into the write after approval list.
303 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
305 * MAINTAINERS: Update e-mail address.
307 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
309 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
311 2009-03-10 Ira Rosen <irar@il.ibm.com>
313 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
315 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
317 Backport from git Libtool:
319 2009-01-19 Robert Millan <rmh@aybabtu.com>
320 Support GNU/kOpenSolaris.
321 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
322 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
323 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
326 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
328 * MAINTAINERS: Update e-mail address.
330 2009-02-24 Michael Eager <eager@eagercon.com>
332 * MAINTAINERS (Write After Approval): Add self.
334 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
336 * MAINTAINERS (Write After Approval): Add myself.
338 2009-02-05 Andreas Schwab <schwab@suse.de>
340 * Makefile.tpl (stage_last): Define $r and $s before using
341 $(RECURSE_FLAGS_TO_PASS).
342 * Makefile.in: Regenerate
344 2009-01-30 Ian Lance Taylor <iant@google.com>
346 * MAINTAINERS: Move myself to the Global Reviewers list.
348 2009-01-29 Robert Millan <rmh@aybabtu.com>
350 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
351 * configure: Regenerate.
353 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
355 * MAINTAINERS: Make whitespace consistent.
356 Remove Robert Millan from Write After Approval.
358 2009-01-16 Alan Modra <amodra@bigpond.net.au>
360 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
361 (all-opcodes): Depend on all-libiberty.
362 * Makefile.in: Regenerate.
364 2009-01-15 Douglas B Rupp <rupp@gnat.com>
366 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
367 * configure: Regenerate.
369 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
371 * MAINTAINERS (Write After Approval): Add myself.
373 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
375 * MAINTAINERS: Add myself to reviewers (Fortran).
377 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
379 PR tree-optimization/38515
380 * configure.ac (cloog-polylib): Removed.
381 (with_ppl, with_cloog): Test for "no".
382 * configure: Regenerated.
384 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
386 * MAINTAINERS: Moved myself to reviewers (Fortran).
388 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
390 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
391 (Write After Approval): Remove myself.
393 2009-01-03 Diego Novillo <dnovillo@google.com>
395 * MAINTAINERS: Remove myself from alias maintainership.
397 2009-01-02 David Ayers <ayers@fsfe.org>
399 * MAINTAINERS: Update e-mail address.
401 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
403 * MAINTAINERS: Make whitespace consistent.
405 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
407 Backport from upstream Libtool:
408 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
409 Add cache variables to tests that require the linker to work.
410 For shlibpath_overrides_runpath, this also changes the semantics
411 to let the result from the C compiler take precedence.
413 2008-12-02 Ben Elliston <bje@au.ibm.com>
415 * config.sub, config.guess: Update from upstream sources.
417 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
419 * configure.ac (ppllibs): Add by default the lib flags.
420 * configure: Regenerate.
422 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
424 * MAINTAINERS: Add myself to the write after approval list.
426 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
428 * configure.ac: Add double brackets on darwin[912].
429 * configure: Regenerate.
431 2008-12-03 Daniel Kraft <d@domob.eu>
433 * MAINTAINERS: Moved myself and Mikael Morin from Write After
434 Approval to Reviewer section (for Fortran front-end).
436 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
438 * configure.ac: Expand to darwin10 and later.
439 * configure: Regenerate.
441 2008-12-02 Andreas Schwab <schwab@suse.de>
443 * Makefile.def: configure-target-boehm-gc depends on
444 all-target-libstdc++-v3.
445 * Makefile.in: Regenerate.
447 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
449 * MAINTAINERS: Add myself as mingw maintainer.
451 2008-12-02 Ben Elliston <bje@au.ibm.com>
453 * config.sub, config.guess: Update from upstream sources.
455 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
457 * README.SCO: Remove.
459 2008-11-29 Fernando Pereira <pronesto@gmail.com>
461 * MAINTAINERS: Add myself to the write after approval list.
463 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
465 * MAINTAINERS: Update my email address in WAA section.
467 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
469 * MAINTAINERS: Update e-mail address.
471 2008-11-27 Toon Moene <toon@moene.org>
473 * MAINTAINERS: Change e-mail address.
475 2008-11-27 Tristan Gingold <gingold@adacore.com>
477 * configure.ac: Build gdb for i?86-*-darwin*
478 * configure: Regenerated.
480 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
482 * MAINTAINERS: Added my full name.
484 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
491 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
493 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
494 * Makefile.in: Regenerated.
496 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
503 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
504 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
505 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
506 (HOST_EXPORTS): Pass CPPFLAGS.
507 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
508 (LDFLAGS_FOR_TARGET): Initialize from configure script.
509 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
510 * Makefile.in, configure: Regenerated.
511 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
512 and CPPFLAGS_FOR_BUILD.
514 2008-11-06 Jeff Law <law@redhat.com>
516 * MAINTAINERS: Add myself as middle end maintainer.
518 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
520 * MAINTAINERS (Write after approval): Add myself.
522 2008-11-05 Diego Novillo <dnovillo@google.com>
524 * MAINTAINERS (Global Reviewers): Add myself.
525 (Non-Algorithmic Maintainers): Remove myself.
527 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
529 * MAINTAINERS (Write after approval): Add myself.
531 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
533 * MAINTAINERS (Write after approval): Add myself.
535 2008-10-31 Ben Elliston <bje@au.ibm.com>
537 * configure.ac (spu-*-*): Remove special case.
538 * configure: Regenerate.
540 2008-10-30 Catherine Moore <clm@codesourcery.com>
542 * MAINTAINERS (Write after approval): Update my email address.
544 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
546 * configure.ac [spu-*-*]: Do not set skipdirs.
547 * configure: Re-generate.
549 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
551 * MAINTAINERS (Various Maintainers): Add myself to reload.
553 2008-10-25 Richard Guenther <rguenther@suse.de>
555 * MAINTAINERS (Various Maintainers): Add myself as middle-end
556 maintainer. Remove myself as libgcc-math maintainer.
557 (Non-Algorithmic Maintainers): Remove myself.
559 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
561 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
562 * Makefile.in: Regenerated.
564 2008-10-23 Cary Coutant <ccoutant@google.com>
566 * MAINTAINERS (Write after approval): Add myself.
568 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
575 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
576 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
577 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
578 (HOST_EXPORTS): Pass CPPFLAGS.
579 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
580 (LDFLAGS_FOR_TARGET): Initialize from configure script.
581 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
582 * Makefile.in, configure: Regenerated.
583 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
584 and CPPFLAGS_FOR_BUILD.
586 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
588 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
591 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
593 * MAINTAINERS (Write After Approval): Added myself.
595 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
597 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
598 recommended version to 2.3.2.
600 * configure: Regenerate.
602 2008-10-01 Mark Mitchell <mark@codesourcery.com>
604 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
606 2008-09-29 David Daney <david.daney@caviumnetworks.com>
608 * MAINTAINERS (Write After Approval): Update e-mail address.
610 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
612 * libtool.m4: Update to libtool 2.2.6.
613 * lt~obsolete.m4: Update to libtool 2.2.6.
614 * ltmain.sh: Update to libtool 2.2.6.
615 * ltsugar.m4: Update to libtool 2.2.6.
616 * ltversion.m4: Update to libtool 2.2.6.
617 * ltoptions.m4: Update to libtool 2.2.6.
618 * ltgcc.m4: Update to match changes from libtool 2.2.6.
620 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
622 * MAINTAINERS (Write After Approval): Add myself.
624 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
626 * MAINTAINERS (Write After Approval): Update my name.
628 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
630 * MAINTAINERS: Add myself in "Write After Approval".
632 2008-09-18 Steve Ellcey <sje@cup.hp.com>
634 * MAINTAINERS: Add myself as ia64 maintainer.
636 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
638 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
639 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
640 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
641 and Michael Tiemann from Write After Approval since they do not
642 actually have access.
644 2008-09-05 Richard Guenther <rguenther@suse.de>
646 * configure.ac: Initialize clooglibs to -lcloog.
647 * configure: Re-generate.
649 2008-09-04 Le-Chun Wu <lcwu@google.com>
651 * MAINTAINERS (Write After Approval): Add myself.
653 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
655 * configure.ac (--with-cloog-polylib): New.
656 (--disable-cloog-version-check): New.
657 (--disable-ppl-version-check): New.
658 * configure: Re-generate.
660 2008-09-03 Richard Guenther <rguenther@suse.de>
662 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
664 * configure: Re-generate.
666 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
669 * MAINTAINERS: Add picoChip maintainers.
671 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
672 Tobias Grosser <grosser@fim.uni-passau.de>
673 Jan Sjodin <jan.sjodin@amd.com>
674 Harsha Jagasia <harsha.jagasia@amd.com>
675 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
676 Konrad Trifunovic <konrad.trifunovic@inria.fr>
677 Adrien Eliche <aeliche@isty.uvsq.fr>
679 Merge from graphite branch.
680 * configure: Regenerate.
681 * Makefile.in: Regenerate.
682 * configure.ac (host_libs): Add ppl and cloog.
683 Add checks for PPL and CLooG.
684 * Makefile.def (ppl, cloog): Added modules and dependences.
685 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
686 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
688 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
690 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
691 (GCC_SHLIB_SUBDIR): New.
692 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
693 * configure: Regenerate.
694 * Makefile.in: Regenerate.
696 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
698 * MAINTAINERS: Consistently use tabs to separate columns.
700 2008-08-29 Tristan Gingold <gingold@adacore.com>
702 * MAINTAINERS (Write after Approval): Add myself.
704 2008-08-28 Tristan Gingold <gingold@adacore.com>
706 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
707 Enable bfd, binutils and opcodes.
708 * configure: Regenerate.
710 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
712 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
714 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
716 * MAINTAINERS: Use correct Umlaut for last name.
718 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
720 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
722 2008-08-16 David Edelsohn <edelsohn@gnu.org>
724 * MAINTAINERS: Update my email address.
726 2008-08-16 Nicolas Roche <roche@adacore.com>
728 * Makefile.tpl: Add BOOT_ADAFLAGS.
729 * Makefile.in: Regenerate.
731 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
733 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
734 * configure: Regenerate.
736 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
738 * configure.ac: Add makefile fragments for hpux.
739 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
740 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
741 * configure: Regenerate.
742 * Makefile.in: Regenerate.
744 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
746 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
748 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
750 * MAINTAINERS (Write after Approval): Add myself.
752 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
754 * MAINTAINERS (Write After Approval): Add myself.
756 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
758 * MAINTAINERS (Write After Approval): Add myself.
760 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
762 * MAINTAINERS: Update my email address.
764 2008-06-25 Joey Ye <joey.ye@intel.com>
766 * MAINTAINERS (Write After Approval): Add myself.
768 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
770 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
771 * Makefile.in: Regenerate.
772 * configure: Regenerate.
774 2008-06-17 Daniel Kraft <d@domob.eu>
776 * MAINTAINERS (Write After Approval): Add myself.
778 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
780 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
781 "$@" is still intact with both Autoconf 2.59 and 2.62.
782 * configure: Regenerate.
784 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
786 * Makefile.tpl: Fix comment errors.
787 * Makefile.in: Regenerate.
789 2008-06-12 David S. Miller <davem@davemloft.net>
790 David Edelsohn <edelsohn@gnu.org>
792 * configure.ac: Add powerpc*-*-* to gold supported targets.
793 * configure: Regenerate.
795 2008-06-08 Joseph Myers <joseph@codesourcery.com>
797 PR tree-optimization/36218
798 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
799 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
800 (all prefix="build-"): Pass them to build-system sub-makes.
801 * Makefile.in: Regenerate.
803 2008-06-07 Joseph Myers <joseph@codesourcery.com>
805 * MAINTAINERS (mt port): Remove.
806 (sco5, unixware, sco udk): Remove.
807 (Kean Johnston): Add to Write After Approval.
809 2008-05-30 Julian Brown <julian@codesourcery.com>
811 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
812 of libobjc for ARM EABI Linux.
813 * configure: Regenerate.
815 2008-05-18 Xinliang David Li <davidxl@google.com>
817 * ChangeLog: Remove wrong ChangeLog entry.
819 2008-05-17 Xinliang David Li <davidxl@google.com>
821 * MAINTAINERS (Write After Approval): Add myself.
823 2008-05-15 Janus Weil <janus@gcc.gnu.org>
825 * MAINTAINERS (Write After Approval): Add myself.
827 2008-05-14 Rafael Espíndola <espindola@google.com>
829 * config-ml.in: don't handle --enable-shared and --enable-static.
831 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
833 * MAINTAINERS: Update my email address.
835 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
837 * MAINTAINERS: Update my email address.
839 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
841 * MAINTAINERS (Write After Approval): Add myself.
843 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
845 * MAINTAINERS (Write After Approval): Add myself.
847 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
849 * MAINTAINERS (crx): Add myself.
851 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
854 2008-04-14 David S. Miller <davem@davemloft.net>
856 * configure.ac: Add sparc*-*-* to gold supported targets.
857 * configure: Regenerate.
859 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
862 * configure.ac: Include override.m4.
863 * configure: Regenerate.
865 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
867 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
868 * Makefile.in: Regenerate.
870 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
872 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
873 as nonconfigurable directories list.
874 * configure: Regenerate.
876 2008-04-14 Ben Elliston <bje@au.ibm.com>
878 * config.sub, config.guess: Update from upstream sources.
880 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
882 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
883 * Makefile.in: Regenerate.
885 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
887 * configure.ac: Do not build libssp for the AVR.
888 * configure: Regenerate.
890 2008-04-07 Ian Lance Taylor <iant@google.com>
892 * Makefile.def: check-gold depends upon all-binutils.
893 * Makefile.in: Regenerate.
895 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
897 * MAINTAINERS (Write After Approval): Add myself.
899 2008-04-04 Nick Clifton <nickc@redhat.com>
902 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
904 * configure: Regenerate.
906 2008-04-04 NightStrike <NightStrike@gmail.com>
909 * configure.ac: Combine rules for mingw32 and mingw64.
910 * configure: Regenerate.
912 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
914 * MAINTAINERS (Write After Approval): Add myself.
916 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
918 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
919 * Makefile.in (.NOTPARALLEL): Ditto.
921 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
923 * MAINTAINERS (Write After Approval): Add myself.
925 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
927 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
928 * Makefile.in (.NOTPARALLEL): Regenerate.
930 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
932 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
933 * Makefile.in: Regenerate.
935 2008-03-26 Jakub Staszak <kuba@et.pl>
937 * MAINTAINERS (Write After Approval): Add myself.
939 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
941 * MAINTAINERS: Update e-mail address.
943 2008-03-20 Ian Lance Taylor <iant@google.com>
945 * configure.ac: Add support for --enable-gold.
946 * Makefile.def: Add gold as a directory like ld.
947 * configure, Makefile.in: Regenerate.
949 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
951 * configure.ac: m4_include config/proginstall.m4.
952 * configure: Regenerate.
954 Backport from upstream Libtool:
956 2007-10-12 Eric Blake <ebb9@byu.net>
958 Deal with Autoconf 2.62's semantic change in m4_append.
959 * ltsugar.m4 (lt_append): Replace broken versions of
961 (lt_if_append_uniq): Don't require separator to be overquoted,
962 and avoid broken m4_append.
963 (lt_dict_add): Fix typo.
964 * libtool.m4 (_LT_DECL): Don't overquote separator.
966 2008-03-13 David Edelsohn <edelsohn@gnu.org>
968 * config.rpath: Add AIX 6 support.
970 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
972 * Makefile.def (stageprofile). Remove -fprofile-generate
973 from stage_libcflags.
974 * Makefile.in: Regenerate.
976 2008-03-13 Ben Elliston <bje@au.ibm.com>
978 * config.sub, config.guess: Update from upstream sources.
980 2008-03-06 Tom Tromey <tromey@redhat.com>
982 * MAINTAINERS: Update for treelang deletion.
984 2008-03-03 James E. Wilson <wilson@tuliptree.org>
986 * MAINTAINERS: Update my email address.
988 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
990 * MAINTAINERS (darwin port): Add myself as a maintainer.
991 (objective-c/c++): Add myself as a maintainer.
993 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
995 * MAINTAINERS (Write After Approval): Update my email address.
997 2008-02-25 Tomas Bily <tbily@suse.cz>
999 * MAINTAINERS (Write After Approval): Add myself.
1001 2008-02-23 Jakub Jelinek <jakub@redhat.com>
1003 * MAINTAINERS (OpenMP): Add myself.
1005 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
1010 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
1011 * configure: Regenerate.
1013 * Makefile.def: Define stage_libcflags for all bootstrap stages.
1014 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
1015 STAGE4_LIBCFLAGS): New.
1016 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
1017 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
1018 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
1019 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
1020 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
1021 for target modules. Don't export LIBCFLAGS.
1022 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
1023 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
1024 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
1025 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
1026 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
1027 * Makefile.in: Regenerate.
1029 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1032 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
1033 Do not use -DDLL_EXPORT. Backport from upstream.
1035 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1037 * MAINTAINERS (Write After Approval): Add myself.
1039 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
1041 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
1042 * configure: Regenerate.
1044 2008-01-31 Marc Gauthier <marc@tensilica.com>
1046 * configure.ac (xtensa*-*-*): Recognize processor variants.
1047 * configure: Regenerate.
1049 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1052 * configure.ac (PARSE_ARGS): Push suitable setting of
1053 ac_subdirs_all, for `./configure --help=recursive'.
1054 Handle `+' in generic toplevel directory disabling.
1055 * configure: Regenerate.
1057 2008-01-28 Nick Clifton <nickc@redhat.com>
1059 * MAINTAINERS (xstormy16): Take over maintainership.
1061 2008-01-25 Joseph Myers <joseph@codesourcery.com>
1063 * MAINTAINERS (c4x port): Remove.
1065 2008-01-24 David Edelsohn <edelsohn@gnu.org>
1067 * libtool.m4: Backport AIX 6 support from ToT Libtool.
1069 2008-01-23 Ben Elliston <bje@au.ibm.com>
1071 * config.sub, config.guess: Update from upstream sources.
1073 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
1075 * MAINTAINERS (Write After Approval): Add myself.
1077 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
1079 * MAINTAINERS: Update my email address.
1081 2008-01-09 Raksit Ashok <raksit@google.com>
1083 * MAINTAINERS (Write After Approval): Add myself.
1085 2008-01-09 Raksit Ashok <raksit@google.com>
1087 * MAINTAINERS (Write After Approval): Add myself.
1089 2008-01-08 Ben Elliston <bje@au.ibm.com>
1091 * config.sub, config.guess: Update from upstream sources.
1093 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1095 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
1096 Change recommended MPFR from 2.2.1 -> 2.3.0.
1097 * configure: Regenerate.
1099 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
1101 * MAINTAINERS: Update my email address.
1103 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
1105 * MAINTAINERS: Update my email address.
1107 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
1109 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
1110 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
1111 * Makefile.in: Regenerate.
1113 2007-12-10 Mark Heffernan <meheff@google.com>
1115 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
1118 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
1120 * configure.ac: Enable libjava for x86_64-*-darwin9.
1121 * configure: Regenerate.
1123 2007-12-07 Bill Maddox <maddox@google.com>
1125 * MAINTAINERS (Write After Approval): Add myself.
1127 2007-12-05 Ben Elliston <bje@au.ibm.com>
1129 * config.sub, config.guess: Update from upstream sources.
1131 2007-12-02 Matthias Klose <doko@ubuntu.com>
1133 * config-ml.in: Remove 64bit configure tests.
1135 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1137 * config-ml.in: Robustify against white space in absolute file
1140 * config-ml.in (multi-clean): Substitute ${Makefile}.
1141 Remove superfluous ${Makefile} in list.
1143 2007-11-19 Thiemo Seufer <ths@mips.com>
1145 * config-ml.in: Don't hardcode the Makefile name.
1147 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
1149 * MAINTAINERS (Write After Approval): Add myself.
1151 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
1153 * MAINTAINERS (Write After Approval): Add myself.
1155 2007-11-06 Doug Kwan <dougkwan@google.com>
1157 * MAINTAINERS (Write After Approval): Add myself.
1159 2007-10-25 Ben Elliston <bje@au.ibm.com>
1161 * MAINTAINERS (mercury): Remove entry.
1162 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
1164 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
1166 * Makefile.def (dependencies): Make configure-gdb depend on
1168 * Makefile.in: Regenerated.
1170 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
1172 * MAINTAINERS (Fortran maintainer): Remove myself.
1174 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
1176 * Makefile.def: To avoid problems running with parallel makes,
1177 build newlib before libgloss so that target specific header
1179 * Makefile.in: Regenerate
1181 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1183 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1184 * Makefile.in: Regenerate.
1186 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
1188 * MAINTAINERS (Register allocation reviewer): Add myself.
1190 2007-10-08 Mike Frysinger <vapier@gentoo.org>
1192 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1193 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1194 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
1195 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1196 * configure: Regenerate.
1198 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
1200 * MAINTAINERS (Register allocation reviewer): Add myself.
1202 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
1204 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1205 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1206 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1207 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1208 * configure.ac: Default them to host tools for $host = $build.
1211 * configure: Regenerate.
1212 * Makefile.in: Regenerate.
1214 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
1216 * MAINTAINERS (Register allocation reviewer): Add myself.
1218 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
1220 * MAINTAINERS (Register allocation reviewer): Add myself.
1222 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
1224 * MAINTAINERS (Write After Approval): Fix typo.
1226 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
1228 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
1229 * configure: Regenerate.
1231 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
1234 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
1235 they're already prefixed.
1237 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
1239 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
1241 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
1242 * configure: Regenerate.
1243 * Makefile.in: Regenerate.
1245 2007-09-17 Andreas Schwab <schwab@suse.de>
1247 * configure.ac: Raise minimum makeinfo version to 4.6.
1248 * configure: Regenerate.
1250 2007-09-17 Johannes Singler <singler@ira.uka.de>
1252 * MAINTAINERS (write-after-approval) add myself
1254 2007-09-15 Alan Modra <amodra@bigpond.net.au>
1256 * configure.ac: Correct makeinfo version check.
1257 * configure: Regenerate.
1259 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
1261 * MAINTAINERS: Update my email address.
1263 2007-09-14 Richard Sandiford <richard@codesourcery.com>
1265 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
1266 to $skipdirs and only disable gprof for newlib. Use the normal
1267 mips*-elf* handling in other respects.
1268 * configure: Regnerate.
1270 2007-09-12 David Daney <ddaney@avtrex.com>
1272 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
1274 * configure: Regenerate.
1276 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
1279 * configure.ac: For libgloss targets, point the linker to the linker
1280 script, startup code and simulator library.
1281 * configure: Regenerate.
1283 2007-09-07 Andrew Haley <aph@redhat.com>
1285 * configure.ac (noconfigdirs): Remove target-libffi and
1287 * configure: Regenerate.
1289 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1292 * configure.ac: Use config/mh-mingw on mingw.
1293 * configure: Regenerate.
1295 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
1297 * MAINTAINERS (Write After Approval): Add myself.
1299 2007-09-05 Richard Guenther <rguenther@suse.de>
1301 * configure.ac (--enable-stage1-checking): If neither --enable-checking
1302 nor --disable-checking is provided also turn on yes and types
1303 checking for stage1.
1304 * configure: Re-generate.
1306 2007-08-30 Krister Walfridsson <cato@df.lth.se>
1308 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
1309 (Write After Approval): Remove myself.
1311 2007-08-29 Nick Clifton <nickc@redhat.com>
1313 * config.sub, config.guess: Update from upstream sources.
1315 2007-08-22 Bud Davis <jmdavis@link.com>
1317 * MAINTAINERS (Write After Approval): Added myself.
1318 * MAINTAINERS (Reviewers): Removed myself.
1320 2007-08-18 Paul Brook <paul@codesourcery.com>
1321 Joseph Myers <joseph@codesourcery.com>
1323 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
1324 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
1325 * Makefile.in: Regenerate.
1326 * configure.ac (--with-debug-prefix-map): New.
1327 * configure: Regenerate.
1329 2007-08-17 Richard Sandiford <richard@codesourcery.com>
1330 Nigel Stephens <nigel@mips.com>
1332 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
1333 as target_makefile_frag.
1334 * configure: Regenerate.
1336 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
1338 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1339 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
1340 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1341 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1342 (do-compare, do-compare3, do-compare-debug): New.
1343 ([+compare-target+]): Use them.
1345 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
1347 * MAINTAINERS (Write After Approval): Change my email address.
1349 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1350 Ben Elliston <bje@au.ibm.com>
1352 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
1353 --silent if $silent.
1354 * configure: Regenerate.
1356 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
1358 * MAINTAINERS (Various Maintainers): Add myself as
1359 loop infrastructure maintainer. Update my e-mail
1362 2007-07-31 Diego Novillo <dnovillo@google.com>
1364 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
1367 2007-07-26 Richard Guenther <rguenther@suse.de>
1369 * configure.ac: Add types checking to stage1 checking flags.
1370 * configure: Regenerate.
1372 2007-07-17 Nick Clifton <nickc@redhat.com>
1374 * COPYING3: New file. Contains version 3 of the GNU General
1376 * COPYING3.LIB: New file. Contains version 3 of the GNU
1377 Lesser General Public License.
1379 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
1381 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
1383 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
1385 * MAINTAINERS (S/390 co-maintainer): Add myself.
1386 (Write After Approval): Remove myself.
1388 2007-07-13 Dan Hipschman <dsh@google.com>
1390 * MAINTAINERS (Write After Approval): Add myself.
1392 2007-07-11 Nick Clifton <nickc@redhat.com>
1394 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
1396 * Makefile.in: Regenerate.
1398 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1400 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
1403 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
1405 * lt~obsolete.m4: New. Import from 20070318 libtool.
1407 2007-07-03 Julian Brown <julian@codesourcery.com>
1409 * MAINTAINERS (Write After Approval): Add myself.
1411 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1413 * configure.ac: Rewrite 'configure --help' strings to look nicer.
1414 * configure: Regenerate.
1416 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1418 * configure.ac: Add some missing m4 quotation.
1419 * configure: Regenerate.
1421 2007-07-02 Simon Baldwin <simonb@google.com>
1423 * MAINTAINERS (Write After Approval): Add myself.
1425 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
1427 * configure: Regenerate.
1429 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
1431 * Makefile.def: Add windmc tool to build.
1432 * Makefile.tpl: Likewise.
1433 * configure.ac: Likewise.
1434 * Makefile.in: Regenerate.
1435 * configure: Regenerate.
1437 2007-06-28 DJ Delorie <dj@redhat.com>
1439 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
1440 not building newlib.
1441 * configure: Regenerated.
1443 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
1445 * MAINTAINERS (Write After Approval): Add myself.
1447 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
1449 * MAINTAINERS (Write After Approval): Add myself.
1451 2007-06-19 Chris Matthews <chrismatthews@google.com>
1453 * MAINTAINERS (Write After Approval): Add myself.
1455 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
1457 * MAINTAINERS (Write After Approval): Add myself.
1459 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
1461 * Makefile.def: Add dependency from configure-gdb to all-bfd.
1462 * Makefile.in: Regenerated.
1464 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
1466 * configure.ac: Don't add target-libmudflap to noconfigdirs for
1467 bfin*-*-uclinux* targets.
1468 * configure: Regenerate.
1470 2007-06-14 Ian Lance Taylor <iant@google.com>
1472 * MAINTAINERS: Add myself as non-algorithmic global write
1475 2007-06-14 Diego Novillo <dnovillo@google.com>
1477 * MAINTAINERS: Add self as middle-end maintainer and
1478 non-algorithmic global write maintainer.
1480 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1482 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
1483 Move all Fortran maintainers except Paul Brook into the
1484 Non-Autopoiesis section.
1486 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
1488 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
1489 (distclean-stage[+id+]): Possibly delete stage_last.
1490 * Makefile.in: Regenerate.
1492 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
1494 * MAINTAINERS (Various Maintainer): Fix typo.
1496 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
1498 * MAINTAINERS (Various Maintainer): Add myself as
1499 dataflow maintainer.
1501 2007-06-07 Ben Elliston <bje@au.ibm.com>
1503 * config.sub, config.guess: Update from upstream sources.
1505 2007-06-07 Ben Elliston <bje@au.ibm.com>
1507 * Makefile.tpl: Fix spelling error.
1508 * Makefile.in: Regenerate.
1510 2007-06-01 Steve Ellcey <sje@cup.hp.com>
1512 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
1513 lt_cv_sys_max_cmd_len.
1515 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
1517 * MAINTAINERS (Various Maintainers): Add myself as
1518 auto-vectorizer maintainer.
1520 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
1523 * libtool.m4: Revert previous change.
1524 * ltgcc.m4: Put it here.
1526 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
1528 * MAINTAINERS (Various Maintainers): Add myself as
1529 auto-vectorizer maintainer.
1531 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
1534 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
1536 2007-05-30 Richard Guenther <rguenther@suse.de>
1538 * MAINTAINERS (Various Maintainers): Add myself as
1539 auto-vectorizer maintainer.
1541 2007-05-30 Jakub Jelinek <jakub@redhat.com>
1544 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
1545 * configure: Rebuilt.
1547 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
1549 * MAINTAINERS (Write After Approval): Removed my name.
1551 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
1553 * MAINTAINERS (Write After Approval): Remove myself.
1555 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
1557 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
1559 2007-05-23 Steve Ellcey <sje@cup.hp.com>
1561 * ltmain.sh: Update from ToT Libtool.
1562 * libtool.m4: Update from ToT Libtool.
1563 * ltsugar.m4: New. Update from ToT Libtool.
1564 * ltversion.m4: New. Update from ToT Libtool.
1565 * ltoptions.m4: New. Update from ToT Libtool.
1567 * ltcf-c.sh: Remove.
1568 * ltcf-cxx.sh: Remove.
1569 * ltcf-gcj.sh: Remove.
1571 2007-05-22 Ollie Wild <aaw@google.com>
1573 * MAINTAINERS (Write After Approval): Add myself.
1575 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
1577 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
1579 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
1580 Remove CFLAGS/LIBCFLAGS.
1581 (configure-stage[+id+]-[+prefix+][+module+],
1582 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
1583 * Makefile.in: Regenerate.
1585 2007-05-15 Diego Novillo <dnovillo@google.com>
1587 * MAINTAINERS: Update e-mail address.
1589 2007-05-15 Revital Eres <eres@il.ibm.com>
1591 * MAINTAINERS (Write After Approval): Add myself.
1593 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
1595 * MAINTAINERS (Write After Approval): Updated my address.
1597 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
1599 * MAINTAINERS (Write After Approval): Add myself.
1601 2007-05-11 Silvius Rus <rus@google.com>
1603 * MAINTAINERS (Write After Approval): Add myself.
1605 2007-04-23 Tom Tromey <tromey@redhat.com>
1607 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
1609 2007-04-22 Mark Mitchell <mark@codesourcery.com>
1611 * MAINTAINERS (cpplib): Rename to ...
1612 (libcpp): ... this. Add C/C++ front end maintainers.
1614 2007-04-14 Steve Ellcey <sje@cup.hp.com>
1616 * config-ml.in: Pass ${ml_config_env} to configure calls.
1618 2007-04-04 Christian Bruel <christian.bruel@st.com>
1620 * MAINTAINERS (Write After Approval): Add myself.
1622 2007-04-02 Dave Korn <dave.korn@artimi.com>
1624 * MAINTAINERS (Write After Approval): Add myself.
1626 2007-03-31 Tobias Burnus <burnus@net-b.de>
1628 * MAINTAINERS (fortran 95 front end): Add myself.
1630 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
1632 * MAINTAINERS (Write After Approval): Add myself.
1634 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
1636 * MAINTAINERS (Modulo Scheduler): Add myself.
1638 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
1640 * MAINTAINERS (fortran 95 front end): Add myself.
1641 (c++ front end): whitespace fix.
1643 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
1645 * MAINTAINERS (Write After Approval): Add myself.
1647 2007-03-21 Richard Sandiford <richard@codesourcery.com>
1649 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
1650 of glob. Quote arguments with single quotes too.
1651 * configure: Regenerate.
1653 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
1655 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
1656 * Makefile.in: Regenerate
1658 2007-03-07 Andreas Schwab <schwab@suse.de>
1660 * configure: Regenerate.
1662 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
1664 * configure.ac: Add "--with-pdfdir" configure option,
1665 which defines pdfdir variable.
1666 * Makefile.def (target=fixincludes): Add install-pdf to
1668 (recursive_targets): Add install-pdf target.
1669 (flags_to_pass): Add pdfdir.
1670 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
1672 * configure: Regenerate
1673 * Makefile.in: Regenerate
1675 2007-02-28 Eric Christopher <echristo@apple.com>
1678 2006-12-07 Mike Stump <mrs@apple.com>
1680 * Makefile.def (dependencies): Add dependency for
1681 install-target-libssp and install-target-libgomp on
1683 * Makefile.in: Regenerate.
1685 2007-02-27 Matt Kraai <kraai@ftbfs.org>
1687 * configure: Regenerate.
1688 * configure.ac: Move statements after variable declarations.
1690 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
1692 * MAINTAINERS: Add myself as sh maintainer.
1694 2007-02-19 Joseph Myers <joseph@codesourcery.com>
1696 * configure.ac: Adjust for loop syntax.
1697 * configure: Regenerate.
1699 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
1701 * configure: Rebuilt.
1703 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
1705 * configure.ac: Drop multiple occurrences of --enable-languages,
1706 and fix its quoting.
1707 * configure: Rebuilt.
1709 2007-02-17 Mark Mitchell <mark@codesourcery.com>
1710 Nathan Sidwell <nathan@codesourcery.com>
1711 Vladimir Prus <vladimir@codesourcery.com>
1712 Joseph Myers <joseph@codesourcery.com>
1714 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
1715 * configure: Regenerate.
1717 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
1719 * ltconfig (freebsd*): Default to elf.
1721 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
1723 * configure.ac (target_libraries): Move libgcc before libiberty.
1724 * configure: Regenerated.
1726 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
1727 Paolo Bonzini <bonzini@gnu.org>
1730 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
1731 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
1732 * configure: Regenerated.
1734 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1736 * MAINTAINERS (Language Front End Maintainers): Update my mail
1739 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
1742 * configure.ac: Correct syntax for Solaris ksh.
1743 * configure: Regenerated.
1745 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
1747 * configure.ac: Sync with src.
1748 * configure: Regenerate.
1750 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
1752 * Makefile.in: Regenerate.
1754 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
1756 * config.sub: Sync with src.
1758 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
1760 * Makefile.tpl (build_alias, host_alias, target_alias): Use
1761 noncanonical equivalents.
1762 * configure.in: Rename to...
1763 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
1764 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
1765 target_noncanonical. Use them. Rewrite removal of configure
1766 arguments for autoconf 2.59. Discard variable settings. Force
1767 program_transform_name for native tools.
1769 * Makefile.in: Regenerated.
1770 * configure: Regenerated with autoconf 2.59.
1772 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
1774 * MAINTAINERS (Write After Approval): Add myself.
1776 2007-01-31 Andreas Schwab <schwab@suse.de>
1778 * Makefile.tpl (LDFLAGS): Substitute it.
1779 * Makefile.in: Regenerate.
1781 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
1783 * MAINTAINERS (Write After Approval): Add myself.
1785 2007-01-28 David Edelsohn <edelsohn@gnu.org>
1787 * MAINTAINERS (spu port): Add myself.
1789 2007-01-23 Richard Guenther <rguenther@suse.de>
1792 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
1793 * Makefile.tpl (GNATBIND): Substitute it.
1794 (GNATMAKE): Likewise.
1795 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
1797 * Makefile.in: Regenerate.
1798 * configure: Regenerate.
1800 2007-01-18 Mike Stump <mrs@apple.com>
1802 * configure.in: Re-enable -Werror for gcc builds.
1804 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
1806 * MAINTAINERS (Write After Approval): Add myself.
1808 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
1810 * configure.in: Change == to = in test command.
1811 * configure: Regenerate.
1813 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
1814 Nick Clifton <nickc@redhat.com>
1815 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
1817 * configure.in (build_configargs, host_configargs, target_configargs):
1818 Remove build/host/target parameters.
1819 (host_libs): Add gmp and mpfr.
1820 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
1821 * Makefile.def (gmp, mpfr): New.
1822 (gcc): Remove target.
1823 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
1824 target_os, target_vendor): New.
1825 (configure): Add host_alias/target_alias arguments. Adjust invocations.
1826 * configure: Regenerate.
1827 * Makefile.in: Regenerate.
1829 2007-01-11 Matt Fago <fago@earthlink.net>
1831 * configure.in: Try to link to functions only in mpfr 2.2.x
1832 to improve robustness of configure tests.
1833 * configure: Regenerate.
1835 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
1837 * MAINTAINERS: Add myself as i386 maintainer.
1839 2007-01-08 Jan Hubicka <jh@suse.cz>
1841 * MAINTAINERS: Add myself as i386 maintainer.
1843 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
1845 * configure.in: Add support for an x86_64-mingw* target.
1846 * configure: Regenerate.
1848 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
1850 * Makefile.tpl (all-target): Correct @if conditional for target
1852 * configure.in: Omit libiberty if building only target libgcc.
1853 * configure, Makefile.in: Regenerated.
1855 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
1857 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
1858 * configure: Regenerate.
1860 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
1862 * Makefile.def (target_modules): Add libgcc.
1863 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
1864 * Makefile.tpl (clean-target-libgcc): Delete.
1865 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
1866 on gcc even for bootstrapped modules. Rewrite handling of
1867 lang_env_dependencies to loop over target_modules.
1868 * configure.in (target_libraries): Add target-libgcc.
1869 * Makefile.in, configure: Regenerated.
1871 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
1873 * configure.in: Reorganize recognition of languages. Add
1874 --enable-stage1-languages. Show supported languages for the chosen
1875 target rather than all recognized languages.
1876 * configure: Regenerate.
1878 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
1880 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
1881 * Makefile.in: Regenerate.
1883 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1885 * configure.in: Warn that MPFR 2.2.0 is buggy.
1886 * configure: Regenerate.
1888 2006-12-27 Ian Lance Taylor <iant@google.com>
1890 * configure.in: When removing Makefiles to force a reconfigure, also
1891 remove prev-DIR*/Makefile.
1892 * configure: Regenerate.
1894 2006-12-22 Andreas Schwab <schwab@suse.de>
1896 * configure: Regenerate with correct autoconf version.
1898 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
1900 * configure.in: add AC_SUBST for *_FOR_TARGET.
1901 * configure: Regenerate.
1903 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
1905 * configure.in: Simplify logic for rejecting languages that cannot
1906 be built. Separate the case when a language is unsupported,
1907 from the case when the user chooses not to build a language.
1909 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
1911 * configure.in: Remove "$build" case for powerpc-*-darwin* since
1912 it only affects bootstrap and could be tested on "$host" as well.
1913 * configure: Regenerate.
1914 * config/mh-ppc-darwin: Add to the stage1 cflags here.
1916 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
1919 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
1920 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
1921 move here comment from Makefile.tpl.
1922 * Makefile.tpl: Move some definitions higher in the file.
1923 (STAGE1_CHECKING): New.
1924 * configure.in: Add --enable-stage1-checking.
1925 * configure: Regenerate.
1926 * Makefile.in: Regenerate.
1928 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
1930 * MAINTAINERS: Add myself as build system maintainer.
1932 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
1934 * MAINTAINERS (Write After Approval): Add myself.
1936 2006-12-13 Eric Christopher <echristo@apple.com>
1938 * MAINTAINERS: Add myself as darwin maintainer.
1940 2006-12-11 Ian Lance Taylor <ian@airs.com>
1942 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
1944 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
1946 MAINTAINERS: Update my entry.
1948 2006-12-11 Alan Modra <amodra@bigpond.net.au>
1950 * configure.in: Handle spu makefile frag.
1951 * Makefile.tpl (MAINT): Define
1952 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
1953 * configure: Regenerate.
1954 * Makefile.in: Regenerate.
1956 2006-12-11 Ben Elliston <bje@au.ibm.com>
1958 * config.guess: Import latest version.
1959 * config.sub: Likewise.
1961 2006-12-11 Ben Elliston <bje@au.ibm.com>
1963 * configure.in (spu-*-*): Don't skip target-libiberty.
1964 * configure: Regenerate.
1966 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
1969 * configure.in: Correct x86 darwin support for libjava to powerpc
1971 * configure: Regenerate.
1973 2006-12-08 Sandro Tolaini <tolaini@libero.it>
1975 * configure.in: Add x86 darwin support for libjava.
1976 * configure: Regenerate.
1978 2006-12-07 Mike Stump <mrs@apple.com>
1980 * Makefile.def (dependencies): Add dependency for
1981 install-target-libssp and install-target-libgomp on
1983 * Makefile.in: Regenerate.
1985 2006-12-04 Richard Guenther <rguenther@suse.de>
1987 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
1988 (Non-Algorithmic Maintainers): Move over non-algorithmic
1989 loop optimizer maintainers, add myself as a non-algorithmic
1990 middle-end maintainer.
1992 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
1994 * MAINTAINERS (Write After Approval): Add myself.
1996 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1998 * configure.in: Update error message for missing GMP/MPFR.
2000 * configure: Regenerate.
2002 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2004 * configure.in: Update MPFR version in error message.
2006 * configure: Regenerate.
2008 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2010 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2011 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2012 --with-gmp-lib): New flags.
2014 * configure: Regenerate.
2016 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
2018 * MAINTAINERS (Write After Approval): Change my email address.
2020 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2022 * MAINTAINERS (Write After Approval): Add myself.
2024 2006-11-22 Philipp Thomas <pth@suse.de>
2026 * MAINTAINERS (i18n): Update e-mail address.
2028 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2030 * MAINTAINERS (spu port): Add myself as maintainer.
2031 (Write After Approval): Remove myself.
2033 2006-11-22 Ben Elliston <bje@au.ibm.com>
2035 * configure.in (skipdirs): Don't build libssp for SPU.
2036 * configure: Regenerate.
2038 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
2040 * MAINTAINERS (spu port): Add myself as maintainer.
2041 (libobjc): Update my email address.
2043 2006-11-21 Andrea Bona <andrea.bona@st.com>
2045 * MAINTAINERS (Write After Approval): Add myself.
2047 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2049 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
2050 * configure : Rebuilt.
2052 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2054 * MAINTAINERS (Write After Approval): Add myself.
2056 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
2058 * MAINTAINERS (Write After Approval): Add myself.
2060 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2062 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
2064 * configure: Regenerate.
2066 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
2068 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2069 (unstage): Test for stage_last presence.
2072 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2073 * Makefile.in: Regenerate.
2075 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
2077 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
2080 2006-11-14 Erven Rohou <erven.rohou@st.com>
2082 * MAINTAINERS (Write After Approval): Add myself.
2084 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
2086 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
2087 and stageN-package/Makefile.
2088 * Makefile.in: Regenerated.
2090 2006-11-14 Jie Zhang <jie.zhang@analog.com>
2092 * configure.in: Remove target-libgloss from noconfigdirs for
2094 * configure: Regenerated.
2096 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2098 * configure.in (have_gmp): Only error if the gcc directory exists.
2100 * configure: Regenerate.
2102 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2104 * configure.in: Robustify error message for missing GMP/MPFR.
2106 * configure: Regenerate.
2108 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
2110 * MAINTAINERS (Write After Approval): Add myself.
2112 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
2114 * MAINTAINERS: Change email address.
2116 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
2118 * MAINTAINERS (Write After Approval): Add myself.
2120 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
2122 * MAINTAINERS (Write After Approval): Add myself.
2124 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
2126 * MAINTAINERS (Write After Approval): Move myself to
2127 Write After Approval section.
2129 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2131 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
2133 * configure: Regenerate.
2135 2006-10-16 Tobias Burnus <burnus@net-b.de>
2137 * MAINTAINERS (Write After Approval): Add myself.
2139 2006-10-16 Ben Elliston <bje@au.ibm.com>
2141 * config.guess: Import latest version.
2142 * config.sub: Likewise.
2144 2006-10-10 Brooks Moses <bmoses@stanford.edu>
2146 * Makefile.def: Added pdf target handling.
2147 * Makefile.tpl: Added pdf target handling.
2148 * Makefile.in: Regenerated.
2150 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
2152 * MAINTAINERS: Add self as score port maintainer.
2154 2006-10-04 Brooks Moses <bmoses@stanford.edu>
2156 * MAINTAINERS (Write After Approval): Add myself.
2158 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
2160 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
2162 * configure: Regenerated.
2164 2006-09-27 Dave Brolley <brolley@redhat.com>
2166 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2168 * configure: Regenerated.
2170 2006-09-26 Thiemo Seufer <ths@mips.com>
2172 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2173 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2174 * configure: Regenerate.
2176 2006-09-24 Graeme Peterson <gridly@gmail.com>
2178 * MAINTAINERS (Write After Approval): Remove myself.
2180 2006-09-22 Chao-ying Fu <fu@mips.com>
2182 * MAINTAINERS (Write After Approval): Add myself.
2184 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
2186 * MAINTAINERS: Add self as soft-fp maintainer.
2188 2006-09-09 Anatoly Sokolov <aesok@post.ru>
2190 * MAINTAINERS: Add myself as avr maintainer.
2191 Remove Marek Michalkiewicz as avr maintainer.
2193 2006-09-07 Roberto Costa <roberto.costa@st.com>
2195 * MAINTAINERS (Write After Approval): Add myself.
2197 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
2199 * configure.in: Never build newlib for a Mingw host.
2200 Never build newlib as Mingw target library.
2201 Test the existence of winsup/cygwin for building a Cygwin newlib,
2202 rather than just winsup.
2203 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2204 building a Mingw target.
2205 * configure: Regenerate.
2207 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
2209 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
2211 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
2213 * config.guess: Import from src (was more updated).
2214 * config.sub: Likewise.
2216 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
2218 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2219 * configure: Regenerated.
2221 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
2223 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2224 for stages after the first.
2226 2006-07-17 Jakub Jelinek <jakub@redhat.com>
2228 * Makefile.def: Add dependencies for configure-opcodes
2229 on configure-intl and all-opcodes on all-intl.
2230 * Makefile.in: Regenerated.
2232 2006-07-13 Ben Elliston <bje@au.ibm.com>
2234 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
2236 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
2238 Port to hosts whose 'sort' and 'tail' implementations
2239 treat operands with leading '+' as file names, as POSIX
2240 has required since 2001. However, make sure the code still
2241 works on pre-POSIX hosts.
2242 * ltmain.sh: Don't assume "sort +2" is equivalent to
2243 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
2245 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
2247 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
2249 2006-07-04 Peter O'Gorman <peter@pogma.com>
2251 * ltconfig: chmod 644 before ranlib during install.
2253 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
2256 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2257 if the bootstrap compiler is a GCC version that supports it.
2258 * configure: Regenerate.
2260 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
2262 * configure.in: Fix thinkos in previous check-in.
2263 * configure: Regenerate.
2265 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
2268 * configure.in: Test subdir_requires and give an appropriate
2270 * configure: Regenerate.
2272 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
2274 * MAINTAINERS (Write After Approval): Add myself.
2276 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
2278 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2280 2006-06-22 Steve Ellcey <sje@cup.hp.com>
2282 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2284 2006-06-20 David Ayers <d.ayers@inode.at>
2287 * configure.in: Add target-boehm-gc to noconfigdirs depending on
2288 whether target-libjava is being configured instead of whether the
2289 java front end is enabled.
2290 * configure: Regenerate.
2292 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2295 * configure.in: Only enable libgomp on IRIX 6.
2296 * configure: Regenerate.
2298 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
2300 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
2302 * Makefile.in: Regenerate.
2304 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
2306 * config-ml.in: Alter CCASFLAGS to include special
2307 multilib options the same as is done for CFLAGS.
2309 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2311 * configure.in: Don't enable libgomp on hpux10.
2312 * configure: Rebuilt.
2314 2006-06-12 David Ayers <d.ayers@inode.at>
2318 * configure.in: Remove target-boehm-gc from noconfigdirs where
2319 ${libgcj} is specified.
2320 * configure: Regenerate.
2322 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
2326 * configure.in: Sync.
2327 * configure: Regenerated.
2329 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
2331 * Makefile.def: Added dependencies from sim and gdb on intl, and
2332 added configure dependencies to everything with an all dependency
2334 * Makefile.in: Regenerated.
2336 2006-06-06 David Ayers <d.ayers@inode.at>
2339 * Makefile.def: Add dependencies for libobjc which boehm-gc.
2340 * Makefile.in: Regenerate.
2341 * configure.in: Add --enable-objc-gc at toplevel and have it
2342 enable boehm-gc for Objective-C.
2343 Remove target-boehm-gc from libgcj.
2344 Add target-boehm-gc to target_libraries.
2345 Add target-boehm-gc to noconfigdirs where ${libgcj}
2347 Assert that boehm-gc is supported when requested for Objective-C.
2348 Only build boehm-gc if needed either for Java or Objective-C.
2349 * configure: Regenerate.
2351 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
2354 * Makefile.tpl (configure-[+prefix+][+module+],
2355 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
2356 Remove rule to unstage bootstrapped modules.
2357 (stage_current): New.
2358 * Makefile.in: Regenerate.
2360 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2362 * MAINTAINERS (Write After Approval): Update my e-mail address.
2364 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
2366 * include/libiberty.h: Declare pex_run_in_environment.
2368 2006-05-31 Asher Langton <langton2@llnl.gov>
2370 * MAINTAINERS (Write After Approval): Add myself.
2372 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
2374 * Makefile.def (bfd, opcodes): Fix lib_path.
2375 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
2376 (restrap): Move under "@if gcc-bootstrap". Fix typo.
2377 * Makefile.in: Regenerate.
2379 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
2381 * Makefile.in: Regenerate.
2383 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
2385 * Makefile.def: Add install-html target. Add datarootdir
2386 docdir and htmldir to flags_to_pass.
2387 * Makefile.tpl: Add install-html target.
2388 * Makefile.in: Regenerate.
2389 * configure.in: Add --with-datarootdir, --with-docdir, and
2390 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
2391 * configure: Regenerate.
2393 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
2395 * configure.in: Enable gprof for cross builds.
2396 * configure: Regenerate.
2398 2006-05-22 Richard Guenther <rguenther@suse.de>
2401 2006-01-31 Richard Guenther <rguenther@suse.de>
2402 Paolo Bonzini <bonzini@gnu.org>
2404 * Makefile.def (target_modules): Add libgcc-math target module.
2405 * configure.in (target_libraries): Add libgcc-math target library.
2406 (--enable-libgcc-math): New configure switch.
2407 * Makefile.in: Re-generate.
2408 * configure: Re-generate.
2409 * libgcc-math: New toplevel directory.
2411 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2412 Andreas Tobler <a.tobler@schweiz.ch>
2414 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
2415 * configure: Rebuilt.
2417 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
2419 * MAINTAINERS (Write After Approval): Add myself.
2421 2006-05-01 DJ Delorie <dj@redhat.com>
2423 * configure.in: Restore CFLAGS if GMP isn't present.
2424 * configure: Regenerate.
2426 2006-05-01 Richard Guenther <rguenther@suse.de>
2428 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
2431 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
2433 * MAINTAINERS (Write After Approval): Add myself.
2435 2006-04-28 Jan Beulich <jbeulich@novell.com>
2437 * MAINTAINERS (Write After Approval): Add myself.
2439 2006-04-18 DJ Delorie <dj@redhat.com>
2441 * configure.in (m32c): Build libstdc++-v3. Pass flags to
2442 reference libgloss so that libssp can be built in a combined
2444 * configure: Regenerate.
2446 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
2448 * MAINTAINERS (Write After Approval): Add myself.
2450 2006-04-05 Ben Elliston <bje@au.ibm.com>
2452 * configure.in: Require makeinfo 4.4 or higher.
2453 * configure: Regenerate.
2455 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
2457 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
2458 Rearrange the entries of other libraries to have them in one place.
2460 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
2462 * MAINTAINERS (Write After Approval): Remove myself.
2463 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2465 2006-03-14 Richard Guenther <rguenther@suse.de>
2467 * configure: Regenerate with autoconf 2.13.
2469 2006-03-13 Jim Blandy <jimb@codesourcery.com>
2471 * MAINTAINERS: Use my work address.
2473 * MAINTAINERS: Update my E-mail address.
2475 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
2477 * configure.in: Handle --disable-<component> generically.
2478 * configure: Regenerate.
2480 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
2483 * ltmain.sh: Don't use "$finalize_rpath" for compile.
2485 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
2487 * MAINTAINERS (Write After Approval): Remove myself.
2488 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2490 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2492 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
2493 (TARGET_CONFIGDIRS): Remove.
2494 * configure.in: Remove AC_SUBST(target_configdirs).
2495 * Makefile.in, configure: Regenerated.
2497 2006-02-20 Steven G. Kargl <kargls@comcast.net>
2499 * MAINTAINERS (Write After Approval): Remove myself.
2500 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2502 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
2506 * Makefile.tpl ([+compare-target+]): Print explanation messages.
2508 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
2509 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
2510 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
2511 BUILD_PREFIX, BUILD_PREFIX_1.
2512 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
2514 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
2515 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
2517 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
2518 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
2519 of `cat stage_current`. Always provide the `r' and `s' variables.
2520 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
2521 a single shell execution.
2522 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
2523 bootstrapped modules, make the stage1 module if the build was not
2524 started yet, else build the current stage.
2525 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
2526 (all-build, all-host, all-target, [+make_target+]-host,
2527 [+make_target+]-target): Do not use \-continued lines.
2528 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
2529 (current_stage, restrap, stage_last): New.
2531 * Makefile.in: Regenerate.
2532 * configure: Regenerate.
2534 2006-02-19 Bud Davis <jmdavis@link.com>
2536 * MAINTAINERS (Write After Approval): Remove myself.
2537 (Language Front End Maintainers): Add myself as fortran 95
2538 maintainer and update e-mail address.
2540 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2542 * MAINTAINERS (Write After Approval): Remove myself.
2543 (Language Front End Maintainers): Add myself as fortran 95
2546 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
2548 * MAINTAINERS (Write After Approval): Add myself.
2550 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
2552 * MAINTAINERS (Write After Approval): Remove myself.
2553 (Language Front End Maintainers): Add myself as
2554 fortran 95 maintainer.
2556 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
2560 2005-12-27 Leif Ekblad <leif@rdos.net>
2562 * configure.in: Add support for RDOS target.
2563 * configure: Regenerate.
2565 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
2566 Andreas Schwab <schwab@suse.de>
2568 * configure: Regenerate.
2570 2006-02-12 David Edelsohn <edelsohn@gnu.org>
2572 * configure.in (enable_libgomp): Add AIX.
2573 * configure: Regenerate.
2575 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
2577 * MAINTAINERS (Write After Approval): Add myself.
2579 2006-02-03 Lee Millward <lee.millward@gmail.com>
2581 * MAINTAINERS (Write After Approval): Add myself.
2583 2006-01-31 Richard Guenther <rguenther@suse.de>
2584 Paolo Bonzini <bonzini@gnu.org>
2586 * Makefile.def (target_modules): Add libgcc-math target module.
2587 * configure.in (target_libraries): Add libgcc-math target library.
2588 (--enable-libgcc-math): New configure switch.
2589 * Makefile.in: Re-generate.
2590 * configure: Re-generate.
2591 * libgcc-math: New toplevel directory.
2593 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
2595 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
2596 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
2597 the assembler, linker and binutils.
2598 * configure: Regenerate.
2600 2006-01-22 Dirk Mueller <dmueller@suse.de>
2602 * MAINTAINERS (Write After Approval): Add myself.
2604 2006-01-20 Diego Novillo <dnovillo@redhat.com>
2606 * configure: Regenerate.
2608 2006-01-18 Richard Henderson <rth@redhat.com>
2609 Jakub Jelinek <jakub@redhat.com>
2610 Diego Novillo <dnovillo@redhat.com>
2612 * libgomp: New directory.
2613 * Makefile.def: Add target_module libgomp.
2614 * Makefile.in: Regenerate.
2615 * configure.in (target_libraries): Add target-libgomp.
2616 * configure: Regenerate.
2618 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
2620 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
2621 @ from continuation.
2622 * Makefile.in: Rebuilt.
2624 2006-01-04 Chris Lattner <sabre@gnu.org>
2626 * MAINTAINERS (Write After Approval): Add myself.
2628 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
2632 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
2633 * Makefile.tpl (OBJDUMP): New.
2634 (EXTRA_HOST_FLAGS): Add it.
2635 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
2637 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
2638 to use symbolic links between directories. Avoid race conditions
2639 or make them harmless.
2640 * configure.in: Do not try to use symbolic links between directories.
2642 * Makefile.def (LEAN): Pass.
2643 * Makefile.tpl (LEAN): Define.
2644 (stage[+id+]-start): Accept that the previous directory does not
2645 exist, if the bootstrap is lean.
2646 (stage[+id+]-bubble): Invoke lean bootstrap commands after
2647 stage[+id+]-start. Use a makefile variable and an `if' instead of a
2648 configure substitution.
2649 ([+compare-target+]): Likewise.
2650 ([+bootstrap-target+]-lean): New.
2651 * configure.in: Remove lean bootstrap support from here.
2653 * Makefile.in: Regenerate.
2654 * configure: Regenerate.
2656 2006-01-04 Ben Elliston <bje@au.ibm.com>
2658 * MAINTAINERS (libdecnumber): Add myself.
2660 2006-01-02 Mark Mitchell <mark@codesourcery.com>
2662 * libtool-ldflags: New script.
2664 2006-01-02 Andreas Schwab <schwab@suse.de>
2666 * configure.in: When reconfiguring remove Makefile in
2667 all stage directories.
2668 * configure: Regenerate.
2670 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
2672 * MAINTAINERS: Update my email address.
2674 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
2676 Revert Ada-related part of the previous change.
2678 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
2680 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
2681 * Makefile.in: Regenerate.
2682 * configure.in: Do not include mt-ppc-aix target fragment.
2683 * configure: Regenerate.
2685 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
2687 * configure.in: Select appropriate fragments for PowerPC/AIX.
2688 * configure: Regenerate.
2690 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
2691 BOOT_CFLAGS, BOOT_LDFLAGS.
2692 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
2693 BOOT_CFLAGS, BOOT_LDFLAGS.
2694 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
2695 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
2696 (stage): Fail if we cannot complete the work.
2697 * Makefile.in: Regenerate.
2699 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
2701 * configure.in: Replace ms1 with mt.
2702 * configure: Rebuilt.
2704 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
2706 * MAINTAINERS: Update my email address.
2708 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
2710 * Makefile.tpl (all, do-[+make_target+], do-check, install,
2711 install-host-nogcc): Don't invoke $(stage) at the end.
2712 * Makefile.in: Regenerate.
2714 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
2716 * configure.in: Flip the top-level bootstrap switch.
2717 * configure: Regenerate.
2719 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
2721 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
2722 $(stage) and $(unstage).
2723 (EXTRA_TARGET_FLAGS): Correct double-quoting.
2724 (all): Remove stray semicolon.
2725 (local-distclean): Don't handle multilib.tmp and multilib.out.
2726 (install.all): Set $s for consistency.
2727 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
2728 check_multilibs setting. Always make the install directory.
2729 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
2731 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
2732 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
2733 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
2734 (multilib.out): Remove.
2735 * Makefile.in: Regenerated.
2737 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
2739 * MAINTAINERS (Write After Approval): Add myself.
2741 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
2743 * MAINTAINERS: Add myself as mt maintainer.
2745 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
2747 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
2749 * MAINTAINERS: Change email address.
2751 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
2753 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
2754 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
2755 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
2756 Find in-tree tools if available.
2757 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
2758 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
2759 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
2760 (COMPILER_*_FOR_TARGET): New.
2761 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
2762 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
2763 (CONFIGURED_*, USUAL_*): Remove.
2764 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
2765 STRIP): Use autoconf substitutions.
2766 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
2767 COMPILER_NM_FOR_TARGET): New.
2768 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
2770 (all): Make all-host and all-target in parallel.
2771 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
2772 that $$r and $$s are set before invoking a recursive make.
2773 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
2774 ([+bootstrap-target+]): Inline most of the `all' target.
2776 2005-11-29 Ben Elliston <bje@au.ibm.com>
2778 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
2779 from the gcc build directory.
2780 * Makefile.in: Regenerate.
2782 2005-11-29 Ben Elliston <bje@au.ibm.com>
2784 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
2785 depend on all-libdecnumber.
2786 * configure.in (host_libs): Include libdecnumber.
2787 * Makefile.in: Regenerate.
2788 * configure: Likewise.
2790 2005-11-29 Ben Elliston <bje@au.ibm.com>
2792 * libdecnumber: Import decNumber sources from the dfp-branch.
2794 2005-11-21 Kean Johnston <jkj@sco.com>
2796 * config.sub, config.guess: Sync from upstream sources.
2798 2005-11-21 Ben Elliston <bje@au.ibm.com>
2800 Import from Autoconf sources:
2802 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
2803 * config/move-if-change: Don't output "$2 is unchanged";
2804 suggested by Ben Elliston. Handle weird characters correctly.
2806 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
2808 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
2809 to match upstream libtool for darwin.
2811 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
2813 * Makefile.def: Remove gdb dependencies for gdbtk.
2814 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
2815 (configure-gdb, install-gdb): New rules.
2816 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
2817 * Makefile.in, configure: Regenerated.
2819 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
2821 * MAINTAINERS (Write After Approval): Add myself.
2823 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
2825 * MAINTAINERS (Write After Approval): Add myself.
2827 2005-10-24 Diego Novillo <dnovillo@redhat.com>
2829 * MAINTAINERS (alias analysis): Add Daniel Berlin and
2832 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
2835 * Makefile.tpl (do-[+make-target+], do-check, install,
2836 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
2837 are set before recursing.
2838 * Makefile.in: Regenerate.
2840 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
2843 * Makefile.def (gcc) <target>: Fix thinko.
2844 * Makefile.in: Regenerate.
2846 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
2848 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
2849 * configure: Regenerate.
2851 2005-10-15 Jie Zhang <jie.zhang@analog.com>
2853 * MAINTAINERS (Write After Approval): Add self.
2855 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
2857 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
2858 target-libffi, target-qthreads, target-libjava, and
2860 * configure: Regenerate.
2862 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
2864 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
2865 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
2866 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
2867 (USUAL_OBJDUMP_FOR_TARGET): New.
2868 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
2869 * configure.in: Check for $OBJDUMP_FOR_TARGET.
2870 * configure, Makefile.in: Regenerated.
2872 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
2874 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
2875 before other host packages.
2877 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
2879 * MAINTAINERS: Add self as sh libraries/configury maintainer.
2881 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
2885 * configure.in (default_target): Remove.
2886 * Makefile.tpl (all): Do not use prerequisites as subroutines
2887 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
2888 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
2889 use prerequisites as subroutines.
2890 (check-host, check-target): New.
2891 (bootstrap configure & all targets): Do not use stage*-start
2892 if the directory layout is already ok.
2893 (non-bootstrap configure & all targets): Prepend a $(unstage).
2894 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
2895 (NOTPARALLEL): Remove.
2896 (unstage, stage variables): New variables.
2897 (unstage, stage targets): Simply expand to those variables.
2899 * configure: Regenerate.
2900 * Makefile.in: Regenerate.
2902 2005-10-04 James E Wilson <wilson@specifix.com>
2904 * Makefile.def (lang_env_dependencies): Add libmudflap.
2905 * Makefile.in: Regenerate.
2907 2005-10-03 Andreas Schwab <schwab@suse.de>
2909 Backport from libtool CVS:
2910 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
2912 * ltmain.sh: add support for installing into temporary
2913 staging area (e.g. 'make install DESTDIR=...')
2915 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
2917 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
2918 * configure: Regenerated.
2920 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
2922 * configure: Regenerate with the correct
2925 2005-09-30 Catherine Moore <clm@cm00re.com>
2927 * configure.in (bfin-*-*): New.
2928 * configure: Regenerated.
2930 2005-09-28 Geoffrey Keating <geoffk@apple.com>
2932 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
2933 (LIPO_FOR_TARGET): New.
2934 (CONFIGURED_LIPO_FOR_TARGET): New.
2935 (USUAL_LIPO_FOR_TARGET): New.
2936 (STRIP_FOR_TARGET): New.
2937 (CONFIGURED_STRIP_FOR_TARGET): New.
2938 (USUAL_STRIP_FOR_TARGET): New.
2939 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
2941 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
2942 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
2943 * Makefile.in: Regenerate.
2944 * configure: Regenerate.
2946 2005-09-19 David Edelsohn <edelsohn@gnu.org>
2948 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
2949 (rs6000-*-aix*): Same.
2950 * configure: Regenerate.
2952 2005-09-16 Tom Tromey <tromey@redhat.com>
2954 * MAINTAINERS: Add self as java maintainer.
2956 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2958 * configure.in: Recognize f95 in the --enable-languages option,
2959 and substitute it for fortran, issuing a warning.
2960 * configure: Regenerate.
2962 2005-08-30 Phil Edwards <phil@codesourcery.com>
2964 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
2965 * configure: Regenerated.
2967 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
2969 * MAINTAINERS: Add self as ms1 maintainer.
2971 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
2973 * Makefile.def (libssp): Add to lang_env_dependencies.
2974 * Makefile.in: Regenerate.
2976 2005-08-18 Ian Lance Taylor <ian@airs.com>
2978 * MAINTAINERS: Add myself as middle-end maintainer.
2980 2005-08-17 Christian Groessler <chris@groessler.org>
2982 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
2983 * Makefile.in: Regenerate.
2985 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
2987 * MAINTAINERS (write after approval): Added myself.
2989 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
2991 * MAINTAINERS (Write After Approval): Add myself.
2993 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
2995 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
2996 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
2997 Look for alternate names of the target cc and c++
2998 * configure: Regenerate.
3000 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
3002 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3003 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3004 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3005 tools; remove code to manually set them.
3006 (Target tools): Look in the environment for them.
3007 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3008 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3009 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3011 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3012 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3013 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3014 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3015 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3016 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3017 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3018 * configure: Regenerate.
3019 * Makefile.in: Regenerate.
3021 2005-07-28 Ben Elliston <bje@au.ibm.com>
3023 * MAINTAINERS: Update for removed CPU targets.
3025 2005-07-27 Mark Mitchell <mark@codesourcery.com>
3027 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
3028 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
3029 * Makefile.in: Regenerated.
3031 2005-07-26 Mark Mitchell <mark@codesourcery.com>
3033 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3034 (CFLAGS_FOR_TARGET): Use it.
3035 (CXXFLAGS_FOR_TARGET): Likewise.
3036 * Makefile.in: Regenerated.
3037 * configure.in (--with-build-sysroot): New option.
3038 * configure: Regenerated.
3040 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
3042 * Makefile.tpl: Wrap install between unstage and stage
3043 * Makefile.in: Regenerate.
3045 2005-07-21 Eric Christopher <echristo@apple.com>
3047 * MAINTAINERS: Update affiliation.
3049 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
3051 * MAINTAINERS: Add self as crx port maintainer.
3053 2005-07-20 DJ Delorie <dj@redhat.com>
3055 * MAINTAINERS: Add self as m32c maintainer.
3057 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
3059 * all files: Update FSF address.
3061 2005-07-15 Eric Christopher <echristo@redhat.com>
3063 * MAINTAINERS: Change affiliation.
3065 2005-07-14 Jim Blandy <jimb@redhat.com>
3067 * configure.in: Add cases for Renesas m32c.
3068 * configure: Regenerated.
3070 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3072 * COPYING.LIB: Update from fsf.org.
3074 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3076 * COPYING, compile, config.guess,
3077 config.sub, install-sh, missing, mkinstalldirs,
3078 symlink-tree, ylwrap: Sync from upstream sources.
3079 * config-ml.in: Update FSF address.
3081 2005-07-13 Eric Christopher <echristo@redhat.com>
3083 * configure.in: Add toplevel noconfigdir support for tpf.
3084 * configure: Regenerate.
3086 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
3090 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3091 * Makefile.in: Regenerate.
3093 2005-07-07 Mark Mitchell <mark@codesourcery.com>
3095 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
3096 Brolley to write-after-approval.
3098 2005-07-07 Andreas Schwab <schwab@suse.de>
3100 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3101 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3102 * Makefile.in: Regenerated.
3104 2005-07-06 Geoffrey Keating <geoffk@apple.com>
3106 * configure.in: Don't build sim or rda when targetting darwin.
3107 * configure: Regenerate.
3109 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
3111 * configure.in: Add --enable-libssp and --disable-libssp.
3112 * configure: Regenerate with autoconf-2.13.
3114 2005-07-02 Jakub Jelinek <jakub@redhat.com>
3116 * Makefile.def (target_modules): Add libssp.
3117 * configure.in (target_libraries): Add target-libssp.
3118 * configure: Rebuilt.
3119 * Makefile.in: Rebuilt.
3121 2005-07-01 Zack Weinberg <zackw@panix.com>
3123 * MAINTAINERS: Change email address. Resign from maintainership.
3125 2005-07-01 Richard Guenther <rguenther@suse.de>
3127 * MAINTAINERS: Change my e-mail address and affiliation.
3129 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
3131 * Makefile.def (stagefeedback): Come after profile.
3132 Define profiledbootstrap target.
3133 * Makefile.tpl (profiledbootstrap): Remove.
3134 (stageprofile-end): Zap stagefeedback.
3135 (stagefeedback-start): Copy all .gcda files, not only GCC's.
3136 * Makefile.in: Regenerate.
3138 2005-06-13 Richard Sandiford <richard@codesourcery.com>
3140 * MAINTAINERS: Update my email address.
3142 2005-06-13 Zack Weinberg <zack@codesourcery.com>
3144 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
3145 In 'cpp' stanza, support '#line' as well as '# '.
3147 2005-06-08 Andreas Schwab <schwab@suse.de>
3149 * MAINTAINERS: Move myself from 'Write After Approval' to
3150 'CPU Port Maintainers' section as m68k maintainer.
3152 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
3154 * configure.in (unsupported_languages): New macro.
3155 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
3156 non-ported target libraries in noconfigdirs.
3157 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3158 non-linux-gnu. Remove libgcj_ex_libffi.
3159 <lang_frag loop>: Set add_this_lang=no if the language is in
3160 unsupported_languages.
3161 * configure: Regenerate.
3163 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
3165 * configure.in: Fix typo in handling of --with-mpfr-dir.
3166 * configure: Regenerate.
3168 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
3170 * MAINTAINERS: Update my email address.
3172 2005-06-02 Jim Blandy <jimb@redhat.com>
3174 * config.sub: Add cases for the Renesas m32c. (This patch has been
3175 accepted into the master sources.)
3177 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
3178 Michael Snyder <msnyder@redhat.com>
3179 Stan Cox <scox@redhat.com>
3181 * configure.in: Set noconfigdirs for ms1.
3183 * configure: Regenerate.
3185 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
3187 * MAINTAINERS (Write After Approval): Add self.
3189 2005-06-01 Josh Conner <jconner@apple.com>
3191 * MAINTAINERS (Write After Approval): Add self.
3193 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
3195 * MAINTAINERS: Update my email address.
3197 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
3199 * MAINTAINERS (Write After Approval): Add self.
3201 2005-05-26 Chris Demetriou <cgd@broadcom.com>
3203 * MAINTAINERS (Write After Approval): Remove self.
3205 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
3207 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3208 (Dependencies): Consider target modules for bootstrap dependencies.
3209 Make target bootstrap modules depend on each stage's gcc.
3210 * Makefile.in: Regenerate.
3212 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
3214 * Makefile.def (configure-gcc): Depend on binutils having been built.
3215 (all-gcc): No need to do it here.
3216 * Makefile.in: Regenerate.
3218 2005-05-19 Paul Brook <paul@codesourcery.com>
3220 * configure.in: Rewrite misleading error message when requested
3221 language cannot be built.
3222 * configure: Regenerate.
3224 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3226 * ylwrap: Import from Automake 1.9.5.
3228 2005-05-13 David Ung <davidu@mips.com>
3230 * MAINTAINERS (Write After Approval): Add self.
3232 2005-05-09 Mike Stump <mrs@apple.com>
3234 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
3235 lt_cv_sys_max_cmd_len for now.
3237 2005-05-09 Stan Cox <scox@redhat.com>
3239 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
3241 2005-05-08 Matt Kraai <kraai@ftbfs.org>
3243 * README.SCO: Update the URL.
3245 2005-05-05 David Edelsohn <edelsohn@gnu.org>
3247 * ltconfig: Define file_list_spec. Pass file_list_spec and
3248 with_gnu_ld to libtool.
3249 * ltcf-c.sh (aix[45]): Define file_list_spec.
3250 * ltcf-cxx.sh (aix[45]): Same.
3251 * ltcf-gcj.sh (aix[45]): Same.
3252 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
3253 exists, write list of input files to temporary file.
3255 2005-05-04 Mike Stump <mrs@apple.com>
3257 * configure.in: Always pass --target to target configures as
3258 otherwise rebuilds that do --recheck will fail.
3259 * confiugure: Rebuilt.
3261 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
3263 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3265 (configure, all): Add bootstrap support.
3266 (Host modules, target modules): Pass post-stage1 flags and exports.
3267 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3268 * Makefile.in: Regenerate.
3270 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
3272 * configure: Regenerate.
3274 2005-04-27 Mike Stump <mrs@apple.com>
3276 * MAINTAINERS: Add self as darwin maintainer.
3278 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
3280 * config.sub: Update from master copy.
3282 2005-04-21 Mike Stump <mrs@apple.com>
3284 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
3285 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
3287 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
3289 * configure.in <crisv32-*-*, cris-*-*>: New local variable
3290 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
3291 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
3292 "*-*-elf" and "*-*-linux*".
3293 * configure: Regenerate.
3295 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
3297 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
3299 2005-04-12 Mike Stump <mrs@apple.com>
3301 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
3303 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
3305 * MAINTAINERS (Write After Approval): Add myself.
3307 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
3309 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
3311 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
3313 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
3314 (TARGET_CONFIGARGS): Include --with-target-subdir.
3315 (configure, all): New macros. Use them throughout.
3316 * Makefile.in: Regenerate.
3318 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
3320 * MAINTAINERS (Write After Approval): Add myself.
3322 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3324 * MAINTAINERS: Remove 'loop unrolling' maintainer.
3326 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
3328 * MAINTAINERS: Move John Carr to Write After Approval.
3330 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
3332 * config/mh-mingw32: Delete.
3333 * configure.in: Don't use it.
3334 * configure: Regenerate.
3336 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
3338 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3339 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3340 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3341 (HOST_LIB_PATH): Generate from Makefile.def.
3342 (TARGET_LIB_PATH): Likewise.
3343 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3344 * Makefile.in: Regenerate.
3345 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3346 (RPATH_ENVVAR): Include Darwin case.
3347 * configure: Regenerate.
3349 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
3351 * MAINTAINERS (Various Maintainers): Remove self.
3352 (Write After Approval): Add self.
3354 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
3356 * MAINTAINERS (Various Maintainers): Add self.
3358 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
3360 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3361 * configure: Regenerate.
3363 2005-03-21 Zack Weinberg <zack@codesourcery.com>
3365 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3366 gcc_version, and gcc_version_trigger from set of flags to pass.
3367 * Makefile.tpl: Remove definitions of above variables.
3368 (config.status): Remove dependency on $(gcc_version_trigger).
3369 * Makefile.in: Regenerate.
3370 * configure.in: Do not reference config/gcc-version.m4 nor
3371 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
3372 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
3373 * configure: Regenerate.
3375 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
3376 Andrew Pinski <pinskia@physics.uc.edu>
3378 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3379 * Makefile.in: Regenerate.
3381 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
3383 * MAINTAINERS (Write After Approval): Add myself.
3385 2005-03-03 David Ayers <d.ayers@inode.at>
3387 * MAINTAINERS (Write After Approval): Add myself.
3389 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
3392 * ltmain.sh: Avoid creating archives with components that have
3393 duplicate basenames.
3395 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
3398 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3400 * Makefile.in: Regenerate.
3402 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
3404 * Makefile.in: Regenerate to fix conflict between the previous two
3407 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
3410 * Makefile.def (target_modules): Remove "stage", now unnecessary.
3411 * Makefile.tpl (HOST_SUBDIR): New substitution.
3412 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3413 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3414 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3415 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3416 (Host modules, Bootstrapped modules): Use it.
3417 (Build modules, Target modules): Do not create symlink trees,
3418 always configure out-of-srcdir.
3419 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3420 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3421 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3422 $(HOST_SUBDIR). Create a symlink for host_subdir.
3424 * Makefile.in: Regenerate.
3425 * configure: Regenerate.
3427 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
3429 Merged from libada-gnattools-branch:
3430 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
3432 * gnattools: New directory.
3433 * Makefile.def: Add gnattools as a module, depending on target-libada.
3434 * Makefile.in: Regenerate.
3435 * configure.in: Include gnattools in host_tools; disable it if ada
3437 * configure: Regenerate.
3439 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
3441 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
3442 treelang maintainer.
3443 (Write After Approval): Remove myself.
3445 2005-02-23 Paul Schlie <schlie@comcast.net>
3447 * configure.in: Allow darwin targeted ports to build tk, itcl and
3449 * configure: Regenerate.
3451 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3454 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3455 * configure: Regenerate.
3457 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
3459 * MAINTAINERS (Write After Approval): Add myself.
3461 2005-02-10 Ian Lance Taylor <ian@airs.com>
3463 * MAINTAINERS: Update my e-mail address.
3465 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
3467 * MAINTAINERS (Write After Approval): Add myself.
3469 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
3471 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3472 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3473 target-libgloss when not *-*-elf and *-*-aout.
3474 * configure: Regenerate.
3476 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
3478 * MAINTAINERS: Remove obsolete entries.
3480 * MAINTAINERS (Write After Approval): Add Michael Matz.
3482 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
3484 * MAINTAINERS: Remove self as cpplib maintainer.
3486 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3488 * install-sh, config.sub: Import from upstream.
3490 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3493 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3494 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3495 * Makefile.in: Regenerate.
3497 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
3499 * MAINTAINERS: Update my email address.
3501 2005-01-12 David Edelsohn <edelsohn@gnu.org>
3502 Andreas Schwab <schwab@suse.de>
3505 * config-ml.in: Eval option if surrounded by single quotes.
3507 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
3509 Revert 2004-12-28 Makefile changes, a better fix will be
3510 applied to mainline and src after GCC 4.0 branches.
3512 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
3516 * Makefile.def (target_modules): Remove stage parameter,
3517 it is always true now.
3518 * Makefile.tpl (configure-build-[+module+],
3519 configure-target-[+module+]): Always build symlink tree
3520 for the directory and for include. BUILD_SUBDIR and
3521 TARGET_SUBDIR cannot be . anymore.
3522 * Makefile.in: Regenerate.
3524 2004-12-25 David Edelsohn <edelsohn@gnu.org>
3526 Revert 2004-12-08 Makefile changes.
3528 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
3530 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
3533 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
3535 * configure.in (sh64-*-*): Reenable gprof.
3536 * configure: Regenerate.
3538 2004-12-08 David Edelsohn <edelsohn@gnu.org>
3540 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
3541 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
3542 (EXTRA_TARGET_FLAGS): Add PICFLAG.
3543 * Makefile.in: Regenerate.
3545 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
3547 * MAINTAINERS: Update my email address.
3549 2004-12-07 Matt Kraai <kraai@ftbfs.org>
3551 * Makefile.tpl: Generate normal dependencies if the LHS module is
3553 * Makefile.in: Regenerate.
3555 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
3557 * configure.in: Include config/gxx-include-dir.m4. Use
3558 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
3559 * configure: Regenerate.
3561 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
3563 * config.if: Delete.
3564 * configure.in: Set libstdcxx_incdir directly.
3565 * configure: Regenerate.
3567 2004-12-02 Eric Christopher <echristo@redhat.com>
3569 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
3570 * Makefile.in: Regenerate.
3572 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
3574 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
3575 * configure: Regenerate.
3577 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
3579 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
3580 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
3581 * configure: Regenerate.
3583 2004-12-01 Eric Christopher <echristo@redhat.com>
3585 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
3586 of things to remove.
3588 2004-11-29 Matt Kraai <kraai@ftbfs.org>
3590 * MAINTAINERS (Write After Approval): Update my e-mail address.
3592 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
3594 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
3595 from CVS libtool to always pass_all.
3597 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3599 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
3600 (hppa*64*-*-*): Delete incorrect comment.
3601 * configure: Rebuilt.
3603 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
3605 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
3607 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
3609 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
3610 from CVS libtool to always pass_all.
3612 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
3614 * install-sh, compile: Import from automake.
3616 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
3618 * config.guess, config.sub: Import from savannnah.
3620 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
3622 * MAINTAINERS (Write After Approval): Add myself
3624 2004-11-12 Mike Stump <mrs@apple.com>
3626 * Makefile.def: Add html support.
3627 * Makefile.tpl: Likewise.
3628 * Makefile.in: Regenerate.
3630 2004-11-11 Geoffrey Keating <geoffk@apple.com>
3633 * configure.in: Remove all instances of build-fixincludes from
3635 (build_configargs): Supply --target to subdirectories.
3636 * configure: Regenerate.
3638 * Makefile.def: Make gcc install depend on fixincludes install.
3639 * Makefile.in: Regenerate.
3641 2004-11-10 Janis Johnson <janis187@us.ibm.com>
3643 * MAINTAINERS: Add myself as gcc testsuite maintainer.
3645 2004-11-11 Paul Brook <paul@codesourcery.com>
3647 * MAINTAINERS: Add self as arm maintainer. Update email address.
3649 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
3651 * configure.in (noconfigdirs) [mmix-*-*]: Disable
3653 * configure: Regenerate.
3655 2004-11-07 David Edelsohn <edelsohn@gnu.org>
3657 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
3660 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
3662 * Makefile.def (host fixincludes): Specify missing targets.
3663 * Makefile.in: Regenerate.
3665 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
3667 * MAINTAINERS: Add myself
3669 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
3671 * MAINTAINERS (Write After Approval): Add myself.
3673 2004-11-04 Geoffrey Keating <geoffk@apple.com>
3675 * Makefile.def: Build fixincludes for the host, too.
3676 * Makefile.in: Regenerate.
3677 * configure.in (host_tools): Add fixincludes.
3678 * configure: Regenerate.
3680 2004-11-04 Daniel Jacobowitz <dan@debian.org>
3682 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
3683 * configure: Regenerated.
3685 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
3688 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
3689 * configure: Regenerated.
3691 2004-10-31 Mark Mitchell <mark@codesourcery.com>
3693 * README.SCO: Update per FSF instructions.
3695 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
3698 * configure.in (case ${target}): Do not build fixincludes for avr.
3699 * configure: Regenerated.
3701 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
3703 * configure.in (case ${target}): Do not build fixincludes
3704 on platforms where it is not used.
3705 * configure: Regenerated.
3707 2004-10-23 Daniel Jacobowitz <dan@debian.org>
3709 * configure.in: Use an absolute path to install-sh.
3710 * configure: Regenerated.
3712 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3714 * MAINTAINERS (Write After Approval): Add myself.
3716 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
3718 * MAINTAINERS: Remove from Write After Approval those that are
3719 already maintainers.
3721 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
3723 * MAINTAINERS: Update my email address.
3725 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
3727 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
3728 * configure: Regenerate.
3730 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
3732 * MAINTAINERS: Update my email address.
3734 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
3736 * MAINTAINERS (Language Front Ends Maintainers): New. Move
3737 entries belonging to this category.
3739 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
3741 * MAINTAINERS: Update my e-mail address.
3743 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
3745 Fix wrong conflict resolution in:
3747 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
3749 * Makefile.in: Regenerate.
3750 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3751 in the recursive `make', instead of hardwiring `all'.
3752 (Autogenerated TARGET-* variables): New.
3754 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
3756 * configure.in: Enable target-libgloss for crx-*-*.
3757 * configure: Regenerate.
3759 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
3761 * MAINTAINERS (Various Maintainers): Move the "windows,
3762 cygwin, mingw" maintainer to ...
3763 (OS Port Maintainers): ... here.
3765 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
3767 * MAINTAINERS (Write After Approval): Remove those that are
3768 maintainers of some subsystem.
3770 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
3772 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
3773 * ltcf-cxx.sh (tpf*): Likewise.
3774 * ltconfig (tpf*): Add TPF OS configuration support.
3776 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
3778 * MAINTAINERS: Change my email address to my new work account.
3780 2004-09-24 Michael Roth <mroth@nessie.de>
3782 * configure.in (--without-headers): Add missing double quotes.
3783 * configure: Regenerate.
3785 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
3787 * ylwrap: Revert to previous version.
3789 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
3792 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
3793 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
3794 SET_GCC_LIB_PATH_CMD.
3795 (BASE_TARGET_EXPORTS): Likewise.
3796 * Makefile.in: Regenerated.
3798 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
3799 * configure: Regenerated.
3801 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
3803 * config.guess: New upstream version
3804 * compile, depcomp, install-sh, ylwrap: Likewise.
3806 2004-09-19 Roger Sayle <roger@eyesopen.com>
3808 * config/mh-x86omitfp: New host makefile fragment. Add
3809 -fomit-frame-pointer to the default BOOT_CFLAGS.
3810 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
3811 * configure: Regenerate.
3813 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
3816 * configure.in (*-*-darwin*): Renable libobjc.
3817 * configure: Regenerate.
3819 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
3821 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
3823 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
3825 * Makefile.def: Remove libbanshee.
3826 * Makefile.tpl: Ditto.
3827 * configure.in: Ditto.
3828 * Makefile.in: Regen.
3831 2004-09-08 David Edelsohn <edelsohn@gnu.org>
3833 * ltmain.sh: Use $pic_object as $non_pic_object if
3834 $non_pic_object=none.
3836 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
3838 * missing: Import latest version from master repository.
3840 2004-09-06 Nick Clifton <nickc@redhat.com>
3842 * config.sub: Import latest version from master repository.
3843 * config.guess: Likewise.
3844 This includes these changes:
3846 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
3848 * config.sub: Handle crisv32, alias etraxfs.
3849 * config.guess (crisv32:Linux:*:*): Handle.
3851 2004-08-13 Brad Smith <brad@comstyle.com>
3853 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
3854 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
3856 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
3858 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
3859 assume the processor is a powerpc. This is because coreutils
3860 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
3861 in this case, due to a MacOS X bug that causes
3862 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
3863 to return a negative number.
3864 Problem reported by Petter Reinholdtsen in:
3865 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
3867 2004-07-19 Ben Elliston <bje@gnu.org>
3869 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
3871 2004-06-24 Ben Elliston <bje@gnu.org>
3873 * config.guess: Update copyright years.
3874 * config.sub: Likewise.
3876 2004-06-22 Robert Millan <robertmh@gnu.org>
3878 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
3879 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
3881 2004-06-22 Stanley F. Quayle <stan@stanq.com>
3883 * config.guess (*:*VMS:*:*): New entry. Replaces
3884 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
3887 2004-06-22 Ben Elliston <bje@gnu.org>
3889 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
3890 * config.sub: Likewise.
3892 2004-06-22 Ben Elliston <bje@gnu.org>
3894 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
3895 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
3897 2004-06-11 Ben Elliston <bje@gnu.org>
3899 * config.guess (pegasos:OpenBSD:*:*): Remove.
3901 2004-06-11 Ben Elliston <bje@gnu.org>
3903 From Wouter Verhelst <wouter@grep.be>:
3904 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
3906 2004-06-11 Ben Elliston <bje@gnu.org>
3908 * config.guess (luna88k:OpenBSD:*:*): New.
3910 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3912 * config.guess (m32r*:Linux:*:*): New case.
3913 * config.sub: Handle m32rle.
3915 2004-03-12 Ben Elliston <bje@wasabisystems.com>
3917 From Jens Petersen <petersen@redhat.com>:
3918 * config.sub: Handle sparcv8.
3920 2004-03-03 Ben Elliston <bje@wasabisystems.com>
3922 From Tom Smith <smith@cag.lkg.hp.com>:
3923 * config.guess: Version suffixes are equally significant on Tru64
3924 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
3925 prefix of "P" (patched kernel).
3927 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
3929 * config.sub: Add support for National Semiconductor CRX target.
3931 2004-09-03 Janis Johnson <janis187@us.ibm.com>
3933 * MAINTAINERS (Various Maintainers): Remove myself as web page
3934 maintainer, add myself as maintainer of build status lists.
3936 2004-09-03 Jan Beulich <jbeulich@novell.com>
3938 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
3939 *-*-netware, but add target-libmudflap.
3940 Consolidate *-*-netware targets (of which really only i?86 exists)
3941 into a single entry.
3942 * configure: Likewise.
3944 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
3946 * Makefile.tpl (sorry): Remove.
3947 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
3948 (cleanstrap targets): Depend on distclean, not distclean-stage1.
3949 (do-clean): Clean per-stage directories too.
3950 (do-distclean): Run distclean-stage1 too.
3951 (.NOTPARALLEL): Enable during toplevel bootstrap.
3952 (stage[+id+]-bubble): Enable parallel execution during
3953 the recursive invocation.
3954 * Makefile.in: Regenerate.
3956 Fix previous checkin:
3958 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
3960 * configure.in: Fix indentation.
3961 * configure: Regenerate.
3963 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
3965 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
3966 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
3967 * configure: regenerate
3968 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
3972 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
3974 * Makefile.def (build_modules): Add fixincludes.
3975 (dependencies): Make gcc depend on fixincludes.
3976 * configure.in (build_tools): Add fixincludes.
3977 (build_configdirs): Always include build_libs.
3978 * Makefile.in: Regenerate.
3979 * configure: Regenerate.
3981 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
3983 * Makefile.def (bootstrap stages): Add 'lean' parameter.
3984 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
3985 phony targets; do not generate timestamp files.
3986 (distclean-stageN): Remove references to their timestamp files.
3987 (restageN, touch-stageN): Remove.
3988 (stageN-bubble): Rewritten.
3989 (compare): Support lean bootstraps.
3990 * Makefile.in: Regenerate.
3992 * configure.in: Only warn when bootstrapping but
3993 build != host or build != target. Support lean bootstraps.
3994 * configure: Regenerate.
3996 2004-08-26 Phil Edwards <phil@codesourcery.com>
3998 * configure.in: Give a better error message if GMP/MPFR are missing
3999 and a language needing them has been requested.
4000 * configure: Regenerated.
4002 2004-08-25 Phil Edwards <phil@codesourcery.com>
4004 * configure.in: Print a list of available language front-ends if
4005 a requested one is missing. Tidy stray tab characters.
4006 * configure: Regenerated.
4008 2004-08-19 Michael Koch <konqueror@gmx.de>
4010 * gcc/doc/install.texi: Update entry about automake for libjava.
4012 2004-08-17 Robert Millan <robertmh@gnu.org>
4014 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4015 (instead of FreeBSD).
4016 * configure: Regenerate.
4018 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4020 * Makefile.in: Regenerate.
4021 * configure: Regenerate.
4023 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4025 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4026 for bootstrapped modules if toplevel bootstrap is going.
4027 (GCC bootstrap): Generate per-stage targets for all bootstrapped
4028 modules. Adjust for changes in Makefile.def. Enable several
4029 rules even in non-bootstrap mode, just to avoid peppering the
4030 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4031 (stage-[+prev+]-bubble): Remove.
4033 * Makefile.def (Dependencies): Depend on all-build-bison,
4034 all-build-flex, all-build-byacc, all-build-texinfo, rather
4035 than the host variations.
4036 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
4038 (BISON): Update for recent Bisons.
4040 (cross): Depend on all-build.
4041 (all): Do not depend on all-build.
4042 (prebootstrap): Remove.
4043 (dep-kind): Accept separate prefixes for MODULE and ON variables.
4044 (Prebootstrap dependencies): Add them to the per-stage targets
4045 and to all-prebootstrap.
4046 * configure.in (build_configdirs): Always enable build_tools.
4047 (BUILD_DIR_PREFIX): Remove.
4049 * Makefile.def (gcc): Add target variable.
4050 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4051 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4052 in the recursive `make', instead of hardwiring `all'.
4053 (Autogenerated TARGET-* variables): New.
4055 2004-08-13 Brian Booth <bbooth@redhat.com>
4057 * MAINTAINERS: Remove myself from write-after-approval.
4059 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
4061 * src-release: Stop distributing mmalloc with gdb (which doesn't
4063 * Makefile.def: GDB doesn't depend on mmalloc anymore.
4064 * Makefile.in: Regenerate.
4066 2004-08-09 Mark Mitchell <mark@codesourcery.com>
4068 * configure.in (arm*-*-eabi*): New target.
4069 * configure: Regenerate.
4071 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
4073 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4074 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4075 (Dependencies): New section.
4076 * Makefile.tpl (Dependencies): Generate from Makefile.def.
4077 (configure-target-[+module+]): Depend on maybe-all-gcc
4078 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
4079 (toplevel profiledbootstrap): Fix dependencies.
4080 * Makefile.in: Regenerate.
4082 2004-08-03 Mark Mitchell <mark@codesourcery.com>
4084 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4085 target-libiberty to noconfigdirs.
4086 * configure: Regenerate.
4088 2004-08-03 Paul Brook <paul@codesourcery.com>
4090 * configure.in: Check for MPFR as well as GMP.
4091 * configure: Regenerate.
4093 2004-08-01 Robert Millan <robertmh@gnu.org>
4095 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4096 libmudflap for all GNU-based systems (with Glibc).
4097 * configure: Regenerate.
4099 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
4101 * Makefile.def (host-modules): Add gcc.
4102 * Makefile.in: Regenerate.
4103 * Makefile.tpl (sorry): New rule.
4104 (configure-host, all-host, [+make_target+]-host, do-check,
4105 install-host): Do not add gcc as a special case.
4106 (host modules): Add a small special-casing for gcc. Export
4107 extra_make_flags through the environment.
4108 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4109 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4110 other recursive targets for gcc): Remove.
4112 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4113 (stage, unstage): New rules.
4114 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4115 distclean-stage[+id+]): Use stage_current.
4116 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4117 the stage*-start rules.
4119 2004-08-02 Geoffrey Keating <geoffk@apple.com>
4121 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
4124 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
4126 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
4127 * configure: Regenerate.
4129 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
4131 * maintainer-scripts/gcc_release: Revert yesterday's change.
4133 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
4135 * MAINTAINERS: Add myself to write-after-approval.
4137 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
4140 * gcc/gccbug.in: Updated because of libf2c removal.
4141 * maintainer-scripts/gcc_release: Ditto.
4143 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
4145 * configure.in: Build libmudflap by default on FreeBSD.
4146 * configure: Regenerated.
4148 2004-07-09 Mark Mitchell <mark@codesourcery.com>
4150 * configure.in: Do not build libmudflap by default on non-GNU/Linux
4152 * configure: Regenerated.
4154 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4157 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4158 feedback based compiler.
4159 * Makefile.in: Rebuilt.
4161 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
4163 * Makefile.def (host_modules): Set bootstrap=true for flex.
4164 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4165 * Makefile.in: Rebuilt.
4167 2004-07-07 Jan Hubicka <jh@suse.cz>
4169 * MAINTAINERS: Add self as a profile feedback maintainer.
4171 2004-07-05 Phil Edwards <phil@codesourcery.com>
4173 * configure.in: Do not prepend $srcdir to /dev/null in
4175 * configure: Regenerate.
4177 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
4179 * Makefile.def (build_modules): Add bison, byacc, flex,
4181 (flags_to_pass): Add FLEX.
4182 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4183 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4184 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4185 DEFAULT_MAKEINFO): Remove.
4186 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4187 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4188 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4189 objdir or else use configured tool.
4191 (all): Depend on it.
4192 (Build module dependencies): Add.
4193 * Makefile.in: Regenerate.
4194 * configure.in: Better support for multiple build modules,
4195 matching what is done for host/target modules. Do not look
4196 for "plausible" locations of build tools if Canadian cross.
4197 Use autoconf's AC_PROG_CC to find a C compiler. Define
4198 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
4199 * configure: Regenerate.
4201 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
4203 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4204 * Makefile.in: Regenerate.
4206 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
4208 * Makefile.tpl (configure-build-[+module+],
4209 configure-[+module+], configure-target-[+module+]): Pass
4210 [+extra_configure_args+].
4211 (all-build-[+module+], all-[+module+], check-[+module+],
4212 install-[+module+], [+make_target+]-[+module+],
4213 all-target-[+module+], check-target-[+module+],
4214 install-target-[+module+], [+make_target+]-target-[+module+]):
4215 Pass [+extra_make_args+].
4216 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4217 (GCC_HOST_EXPORTS): Remove.
4218 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4219 cross, check-gcc, check-gcc-c++, install-gcc,
4220 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4221 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4222 * Makefile.in: Regenerate.
4224 2004-06-21 Matthew Sachs <msachs@apple.com>
4226 * MAINTAINERS: Added self to write-after-approval.
4228 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
4230 * configure.in: Check for srcdir/winsup rather than build directory
4232 * configure: Regenerate.
4234 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
4236 * configure.in: Don't build Cygwin native newlib if winsup
4237 directory is missing. Emit warning instead.
4238 * configure: Regenerate.
4240 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
4242 * Makefile.tpl (touch-stage[+id+]): New.
4243 (restage[+prev+]): Depend on touch-stage[+id+].
4245 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4248 * Makefile.def: Add profile and feedback bootstrap stages.
4249 Remove next field from bootstrap stages.
4250 * Makefile.tpl (LN, LN_S): Substitute.
4251 (stageN-start, stageN-end): Use double-colon rules, to
4252 provide a hook for additional setup commands.
4253 (distclean-stageN-gcc, restageN): Create dependencies from
4254 [+prev+], not from [+next+].
4255 (stageN-bubble): Add commands for successive stages from
4256 [+prev+], using double-colon rules.
4257 (all-stageN-gcc): Fix typo.
4258 (stagefeedback-start, profiledbootstrap): New.
4259 * Makefile.in: Regenerate.
4260 * configure.in: Call ACX_PROG_LN.
4261 * configure: Regenerate.
4263 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
4265 * MAINTAINERS (Write After Approval): Add myself.
4267 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
4269 * MAINTAINERS (Write After Approval): Add myself.
4271 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
4273 * configure.in: Fix --enable-bootstrap breakage introduced in trees
4275 * configure: Regenerate.
4277 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
4279 * Makefile.tpl: Fix typo.
4280 * Makefile.in: Regenerate.
4282 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
4284 * configure.in: Remove new- prefix from toplevel
4286 * configure: Regenerate.
4288 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
4290 * Makefile.tpl (all.normal): Rename to all.
4291 (all): Replace with a rule to pick the default
4292 target from configure.
4293 (all-gcc, configure-gcc): Use conditionals to
4294 do nothing when toplevel bootstrap is going on.
4295 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4296 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4297 * configure.in: Support --enable-bootstrap.
4299 * Makefile.def: Remove new- prefix from toplevel
4301 * Makefile.tpl: Likewise.
4303 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
4306 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4307 $(RECURSE_FLAGS) to recursive invocation of make.
4309 * Makefile.in: Regenerate.
4310 * configure: Regenerate.
4312 2004-05-30 Andreas Jaeger <aj@suse.de>
4313 Jim Wilson <wilson@specifixinc.com>
4315 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4318 2004-05-27 Daniel Jacobowitz <dan@debian.org>
4320 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4321 * configure: Regenerate.
4323 2004-05-25 Daniel Jacobowitz <drow@false.org>
4325 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4326 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4327 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
4329 * Makefile.in: Regenerate.
4331 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
4333 * configure.in: Test the ability to symlink directories.
4334 * configure: Regenerate.
4336 * Makefile.def (bootstrap-stage): New definitions.
4337 * Makefile.tpl (configure-stage1-gcc,
4338 configure-stage2-gcc, configure-stage3-gcc,
4339 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4340 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4341 new-restage3, compare): Autogenerate, see Makefile.in
4342 entry for behavioral changes.
4343 (distclean-stage1, new-stage1-start, new-stage1-end,
4344 new-stage1-bubble, distclean-stage2, new-stage2-start,
4345 new-stage2-end, new-stage2-bubble, distclean-stage3,
4346 new-stage3-start, new-stage3-end): New autogenerated targets.
4347 (objext, prebootstrap, BOOT_CFLAGS,
4348 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4351 * Makefile.in: Regenerate.
4352 (distclean-stage1, new-stage1-start, new-stage1-end,
4353 new-stage1-bubble, distclean-stage2, new-stage2-start,
4354 new-stage2-end, new-stage2-bubble, distclean-stage3,
4355 new-stage3-start, new-stage3-end): New targets.
4356 (all-stage1-gcc): Move prebootstrap dependency from here...
4357 (configure-stage1-gcc): ...to here.
4358 (new-bootstrap): Use bubble targets.
4359 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4360 Use per-stage distclean targets.
4361 (configure-stage1-gcc, configure-stage2-gcc,
4362 configure-stage3-gcc, all-stage1-gcc,
4363 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4364 Use new-stageN-start to prepare the tree.
4366 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
4368 * Makefile.def (host_modules): add libcpp.
4369 * Makefile.tpl: Add dependencies on and for libcpp.
4370 * Makefile.in: Regenerate.
4371 * configure.in: Add libcpp host module.
4372 * configure: Regenerate.
4374 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
4376 * Makefile.tpl: Whenever a recursive target is defined, wrap
4377 it in a special @if/@endif block, and prepare its maybe
4378 dependency in the @if/@endif block
4379 * configure.in: Instead of writing maybe dependencies, remove
4380 the @if/@endif statements, and remove the @if/@endif blocks
4382 * configure: Regenerate.
4383 * Makefile.in: Regenerate.
4385 2004-05-20 Janis Johnson <janis187@us.ibm.com>
4387 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
4389 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>