1 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
3 * configure.ac: Detect awk and sed.
4 * Makefile.def (flags_to_pass): Add AWK and SED.
5 * Makefile.tpl (AWK, SED): New.
6 (BASE_FLAGS_TO_PASS): Add AWK and SED.
7 * configure: Regenerate.
8 * Makefile.in: Regenerate.
10 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
12 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
13 (collapseslashes): Likewise.
15 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
17 * configure.ac (AC_PREREQ): Bump to 2.64.
19 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21 * configure.ac: Remove --with-datarootdir, --with-docdir,
22 --with-pdfdir, --with-htmldir switches.
23 * configure: Regenerate.
25 * configure: Regenerate.
27 * compile: Sync from Automake 1.11.
29 * install-sh: Likewise.
31 * mkinstalldirs: Likewise.
34 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
36 * ltmain.sh (func_normal_abspath): New function.
37 (func_relative_path): Likewise.
38 (func_mode_help): Document new -bindir option for link mode.
39 (func_mode_link): Add new -bindir option, and use it to place
40 output DLL if specified.
42 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
45 (baseargs): Add --disable-option-checking.
46 * configure: Regenerate.
48 * Makefile.def (configure-target-libiberty): Depend on
49 all-binutils and all-ld.
50 (configure-target-newlib): Likewise.
51 * Makefile.in: Regenerate.
53 2009-08-17 Ben Elliston <bje@au.ibm.com>
55 * config.sub, config.guess: Update from upstream sources.
57 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
61 2009-07-02 Tristan Gingold <gingold@adacore.com>
63 * configure.ac: Do not exclude gas for i386-*-darwin.
64 Add a case for x86_64-*-darwin.
65 * configure: Regenerate.
67 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
69 * MAINTAINERS: Add my name to Write After Approval list.
71 2009-08-06 Michael Eager <eager@eagercon.com>
73 * configure.ac: Add Microblaze target.
74 * configure: Regenerate.
76 2009-07-31 Christian Bruel <christian.bruel@st.com>
78 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
79 * configure: Regenerate.
81 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
83 * MAINTAINERS (Write After Approval): Update my e-mail address.
85 2009-07-06 Ian Lance Taylor <iant@google.com>
87 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
90 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
92 * MAINTAINERS: Move myself to the Graphite Reviewers.
94 2009-06-30 Wei Guozhi <carrot@google.com>
96 * MAINTAINERS: Add my name to Write After Approval list.
98 2009-06-26 Steve Ellcey <sje@cup.hp.com>
101 * configure.ac (comparestring): Create new variable.
102 * Makefile.tpl (comparestring): Use to skip some comparisions.
103 * configure: Regenerate.
104 * Makefile.in: Regenerate.
106 2009-06-26 Doug Evans <dje@sebabeach.org>
108 * Makefile.def (host_modules): Add cgen.
109 * Makefile.in: Regenerate.
110 * configure.ac (host_tools): Add cgen.
111 * configure: Regenerate.
113 2009-06-23 DJ Delorie <dj@redhat.com>
115 * MAINTAINERS: Add myself as mep maintainer.
117 2009-06-23 Ian Lance Taylor <iant@google.com>
119 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
120 boot_languages. Only bootstrap target libraries listed in
121 target_libs for some boot language. Add --with-stage1-ldflags,
122 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
123 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
124 if not building with C++.
125 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
126 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
127 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
128 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
129 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
130 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
131 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
132 * configure, Makefile.in: Rebuild.
134 2009-06-23 Li Feng <nemokingdom@gmail.com>
136 * MAINTAINERS: Added my name to write-after-approval list.
138 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
140 * configure.ac: Define is_elf for QNX Neutrino targets.
141 * configure: Regenerate.
143 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
145 * MAINTAINERS: Added my name to the write-after-approval list
147 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
149 * configure.ac: Detect MPC in default directory.
150 * configure: Regenerate.
152 2009-06-03 Jerome Guitton <guitton@adacore.com>
153 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
155 * Makefile.tpl (all): Avoid a trailing backslash.
156 * Makefile.in: Regenerate.
158 2009-06-03 Ben Elliston <bje@au.ibm.com>
160 * config.sub, config.guess: Update from upstream sources.
162 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
164 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
166 * configure: Regenerate.
168 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
170 * Makefile.tpl ([+compare-target+]): Compare all stage
171 directories, rather than just gcc.
172 * Makefile.in: Rebuilt.
174 2009-06-01 Doug Kwan <dougkwan@google.com>
176 * configure.ac: Support gold for target arm*-*-*.
177 * configure: Regenerate.
179 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
181 * Makefile.def: Add MPC support and dependencies.
182 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
184 * Makefile.in, configure: Regenerate.
186 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
188 * Makefile.tpl (all): Avoid harmless warning in make all when
189 gcc-bootstrap is enabled but stage_last does not exist.
190 * Makefile.in: Rebuilt.
192 2009-05-24 Nicolas Roche <roche@adacore.com>
194 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
195 * Makefile.in: Regenerate.
197 2009-05-21 Denis Chertykov <chertykov@gmail.com>
199 * MAINTAINERS: Update my e-mail address.
201 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
203 * configure.ac (cygwin noconfigdirs): Remove libgcj.
204 * configure: Regenerate.
206 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
209 * Makefile.tpl (all): Don't assume gcc-bootstrap and
210 gcc-no-bootstrap are mutually exclusive.
211 * Makefile.in: Rebuilt.
213 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
216 * Makefile.tpl (all): Don't end with unconditional success.
217 * Makefile.in: Rebuilt.
219 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
222 * Makefile.def (flags_to_pass): Remove redundant and incomplete
223 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
224 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
225 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
226 stage_configureflags, stage_cflags and stage_libcflags into
227 explicit Makefile macros.
228 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
230 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
231 CC. Set CC_FOR_BUILD from CC.
232 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
233 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
234 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
235 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
237 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
238 (_LIBCFLAGS): Renamed to _TFLAGS.
239 (do-compare-debug, do-compare3-debug): Drop.
240 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
241 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
242 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
243 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
244 (XGCC_FLAGS_FOR_TARGET): New.
245 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
246 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
247 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
248 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
249 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
250 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
252 (BUILD_CONFIG): Include if requested.
253 (all): Set TFLAGS on bootstrap.
254 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
255 (all-stageid-prefixmodule): Likewise.
256 (do-clean, distclean-stageid): Set TFLAGS.
257 (restrap): Fix whitespace.
258 * Makefile.in: Rebuilt.
260 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
262 * config.guess: Sync with src.
264 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
266 * configure.ac ($with_ppl): Default to no if not supplied.
267 ($with_cloog): Likewise.
268 configure: Regenerate.
270 2009-04-27 James E. Wilson <wilson@codesourcery.com>
272 * MAINTAINERS: Update my e-mail address.
274 2009-04-27 Nick Clifton <nickc@redhat.com>
276 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
278 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
280 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
281 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
282 * Makefile.in: Regenerate.
284 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
287 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
288 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
290 * configure, Makefile.in: Regenerate.
292 2009-04-21 Taras Glek <tglek@mozilla.com>
294 * include/hashtab.h: Update GTY annotations to new syntax
295 * include/splay-tree.h: Likewise
297 2009-04-17 Ben Elliston <bje@au.ibm.com>
299 * config.sub, config.guess: Update from upstream sources.
301 2009-04-15 Anthony Green <green@moxielogic.com>
303 * configure.ac: Add moxie support.
304 * configure: Rebuilt.
306 2009-04-14 Jakub Jelinek <jakub@redhat.com>
308 * configure.ac: Change copyright header to refer to version
309 3 of the GNU General Public License and to point readers at the
310 COPYING3 file and the FSF's license web page.
311 * Makefile.def: Likewise.
312 * Makefile.tpl: Likewise.
313 * Makefile.in: Regenerate.
315 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
317 * configure.ac: Restore match for darwin9 or later. Use double
318 brackets since regeneration eats one pair.
319 * configure: Regenerate.
321 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
324 * configure.ac: Require texinfo 4.7.
325 * configure: Regenerated.
327 2009-04-09 Nick Clifton <nickc@redhat.com>
329 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
330 the GCC Runtime Library Exception.
332 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
334 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
335 * configure: Regenerate.
337 2009-04-01 Steve Ellcey <sje@cup.hp.com>
339 * Makefil.def (languages): New entries.
340 * Makefile.tpl (check-gcc-*): New generic target.
341 * Makefile.in: Regenerate.
343 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
345 * MAINTAINERS: Update my email address.
347 2009-03-18 Tom Tromey <tromey@redhat.com>
349 * configure: Rebuild.
350 * configure.ac (host_libs): Add libiconv.
351 * Makefile.in: Rebuild.
352 * Makefile.def (host_modules): Add libiconv.
353 (configure-gdb, all-gdb): Depend on libiconv.
355 2009-03-16 Tristan Gingold <gingold@adacore.com>
357 * configure.ac: Treat gdb as supported on x86_64-darwin.
358 * configure: Regenerate.
360 2009-03-16 Joseph Myers <joseph@codesourcery.com>
362 * configure.ac (--with-host-libstdcxx): New option.
363 * configure: Regenerate.
365 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
367 * MAINTAINERS: Move myself into the write after approval list.
369 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
371 * MAINTAINERS: Update e-mail address.
373 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
375 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
377 2009-03-10 Ira Rosen <irar@il.ibm.com>
379 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
381 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
383 Backport from git Libtool:
385 2009-01-19 Robert Millan <rmh@aybabtu.com>
386 Support GNU/kOpenSolaris.
387 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
388 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
389 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
392 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
394 * MAINTAINERS: Update e-mail address.
396 2009-02-24 Michael Eager <eager@eagercon.com>
398 * MAINTAINERS (Write After Approval): Add self.
400 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
402 * MAINTAINERS (Write After Approval): Add myself.
404 2009-02-05 Andreas Schwab <schwab@suse.de>
406 * Makefile.tpl (stage_last): Define $r and $s before using
407 $(RECURSE_FLAGS_TO_PASS).
408 * Makefile.in: Regenerate
410 2009-01-30 Ian Lance Taylor <iant@google.com>
412 * MAINTAINERS: Move myself to the Global Reviewers list.
414 2009-01-29 Robert Millan <rmh@aybabtu.com>
416 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
417 * configure: Regenerate.
419 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
421 * MAINTAINERS: Make whitespace consistent.
422 Remove Robert Millan from Write After Approval.
424 2009-01-16 Alan Modra <amodra@bigpond.net.au>
426 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
427 (all-opcodes): Depend on all-libiberty.
428 * Makefile.in: Regenerate.
430 2009-01-15 Douglas B Rupp <rupp@gnat.com>
432 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
433 * configure: Regenerate.
435 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
437 * MAINTAINERS (Write After Approval): Add myself.
439 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
441 * MAINTAINERS: Add myself to reviewers (Fortran).
443 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
445 PR tree-optimization/38515
446 * configure.ac (cloog-polylib): Removed.
447 (with_ppl, with_cloog): Test for "no".
448 * configure: Regenerated.
450 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
452 * MAINTAINERS: Moved myself to reviewers (Fortran).
454 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
456 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
457 (Write After Approval): Remove myself.
459 2009-01-03 Diego Novillo <dnovillo@google.com>
461 * MAINTAINERS: Remove myself from alias maintainership.
463 2009-01-02 David Ayers <ayers@fsfe.org>
465 * MAINTAINERS: Update e-mail address.
467 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
469 * MAINTAINERS: Make whitespace consistent.
471 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
473 Backport from upstream Libtool:
474 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
475 Add cache variables to tests that require the linker to work.
476 For shlibpath_overrides_runpath, this also changes the semantics
477 to let the result from the C compiler take precedence.
479 2008-12-02 Ben Elliston <bje@au.ibm.com>
481 * config.sub, config.guess: Update from upstream sources.
483 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
485 * configure.ac (ppllibs): Add by default the lib flags.
486 * configure: Regenerate.
488 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
490 * MAINTAINERS: Add myself to the write after approval list.
492 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
494 * configure.ac: Add double brackets on darwin[912].
495 * configure: Regenerate.
497 2008-12-03 Daniel Kraft <d@domob.eu>
499 * MAINTAINERS: Moved myself and Mikael Morin from Write After
500 Approval to Reviewer section (for Fortran front-end).
502 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
504 * configure.ac: Expand to darwin10 and later.
505 * configure: Regenerate.
507 2008-12-02 Andreas Schwab <schwab@suse.de>
509 * Makefile.def: configure-target-boehm-gc depends on
510 all-target-libstdc++-v3.
511 * Makefile.in: Regenerate.
513 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
515 * MAINTAINERS: Add myself as mingw maintainer.
517 2008-12-02 Ben Elliston <bje@au.ibm.com>
519 * config.sub, config.guess: Update from upstream sources.
521 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
523 * README.SCO: Remove.
525 2008-11-29 Fernando Pereira <pronesto@gmail.com>
527 * MAINTAINERS: Add myself to the write after approval list.
529 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
531 * MAINTAINERS: Update my email address in WAA section.
533 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
535 * MAINTAINERS: Update e-mail address.
537 2008-11-27 Toon Moene <toon@moene.org>
539 * MAINTAINERS: Change e-mail address.
541 2008-11-27 Tristan Gingold <gingold@adacore.com>
543 * configure.ac: Build gdb for i?86-*-darwin*
544 * configure: Regenerated.
546 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
548 * MAINTAINERS: Added my full name.
550 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
557 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
559 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
560 * Makefile.in: Regenerated.
562 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
569 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
570 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
571 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
572 (HOST_EXPORTS): Pass CPPFLAGS.
573 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
574 (LDFLAGS_FOR_TARGET): Initialize from configure script.
575 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
576 * Makefile.in, configure: Regenerated.
577 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
578 and CPPFLAGS_FOR_BUILD.
580 2008-11-06 Jeff Law <law@redhat.com>
582 * MAINTAINERS: Add myself as middle end maintainer.
584 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
586 * MAINTAINERS (Write after approval): Add myself.
588 2008-11-05 Diego Novillo <dnovillo@google.com>
590 * MAINTAINERS (Global Reviewers): Add myself.
591 (Non-Algorithmic Maintainers): Remove myself.
593 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
595 * MAINTAINERS (Write after approval): Add myself.
597 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
599 * MAINTAINERS (Write after approval): Add myself.
601 2008-10-31 Ben Elliston <bje@au.ibm.com>
603 * configure.ac (spu-*-*): Remove special case.
604 * configure: Regenerate.
606 2008-10-30 Catherine Moore <clm@codesourcery.com>
608 * MAINTAINERS (Write after approval): Update my email address.
610 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
612 * configure.ac [spu-*-*]: Do not set skipdirs.
613 * configure: Re-generate.
615 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
617 * MAINTAINERS (Various Maintainers): Add myself to reload.
619 2008-10-25 Richard Guenther <rguenther@suse.de>
621 * MAINTAINERS (Various Maintainers): Add myself as middle-end
622 maintainer. Remove myself as libgcc-math maintainer.
623 (Non-Algorithmic Maintainers): Remove myself.
625 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
627 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
628 * Makefile.in: Regenerated.
630 2008-10-23 Cary Coutant <ccoutant@google.com>
632 * MAINTAINERS (Write after approval): Add myself.
634 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
641 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
642 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
643 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
644 (HOST_EXPORTS): Pass CPPFLAGS.
645 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
646 (LDFLAGS_FOR_TARGET): Initialize from configure script.
647 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
648 * Makefile.in, configure: Regenerated.
649 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
650 and CPPFLAGS_FOR_BUILD.
652 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
654 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
657 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
659 * MAINTAINERS (Write After Approval): Added myself.
661 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
663 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
664 recommended version to 2.3.2.
666 * configure: Regenerate.
668 2008-10-01 Mark Mitchell <mark@codesourcery.com>
670 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
672 2008-09-29 David Daney <david.daney@caviumnetworks.com>
674 * MAINTAINERS (Write After Approval): Update e-mail address.
676 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
678 * libtool.m4: Update to libtool 2.2.6.
679 * lt~obsolete.m4: Update to libtool 2.2.6.
680 * ltmain.sh: Update to libtool 2.2.6.
681 * ltsugar.m4: Update to libtool 2.2.6.
682 * ltversion.m4: Update to libtool 2.2.6.
683 * ltoptions.m4: Update to libtool 2.2.6.
684 * ltgcc.m4: Update to match changes from libtool 2.2.6.
686 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
688 * MAINTAINERS (Write After Approval): Add myself.
690 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
692 * MAINTAINERS (Write After Approval): Update my name.
694 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
696 * MAINTAINERS: Add myself in "Write After Approval".
698 2008-09-18 Steve Ellcey <sje@cup.hp.com>
700 * MAINTAINERS: Add myself as ia64 maintainer.
702 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
704 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
705 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
706 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
707 and Michael Tiemann from Write After Approval since they do not
708 actually have access.
710 2008-09-05 Richard Guenther <rguenther@suse.de>
712 * configure.ac: Initialize clooglibs to -lcloog.
713 * configure: Re-generate.
715 2008-09-04 Le-Chun Wu <lcwu@google.com>
717 * MAINTAINERS (Write After Approval): Add myself.
719 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
721 * configure.ac (--with-cloog-polylib): New.
722 (--disable-cloog-version-check): New.
723 (--disable-ppl-version-check): New.
724 * configure: Re-generate.
726 2008-09-03 Richard Guenther <rguenther@suse.de>
728 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
730 * configure: Re-generate.
732 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
735 * MAINTAINERS: Add picoChip maintainers.
737 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
738 Tobias Grosser <grosser@fim.uni-passau.de>
739 Jan Sjodin <jan.sjodin@amd.com>
740 Harsha Jagasia <harsha.jagasia@amd.com>
741 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
742 Konrad Trifunovic <konrad.trifunovic@inria.fr>
743 Adrien Eliche <aeliche@isty.uvsq.fr>
745 Merge from graphite branch.
746 * configure: Regenerate.
747 * Makefile.in: Regenerate.
748 * configure.ac (host_libs): Add ppl and cloog.
749 Add checks for PPL and CLooG.
750 * Makefile.def (ppl, cloog): Added modules and dependences.
751 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
752 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
754 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
756 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
757 (GCC_SHLIB_SUBDIR): New.
758 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
759 * configure: Regenerate.
760 * Makefile.in: Regenerate.
762 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
764 * MAINTAINERS: Consistently use tabs to separate columns.
766 2008-08-29 Tristan Gingold <gingold@adacore.com>
768 * MAINTAINERS (Write after Approval): Add myself.
770 2008-08-28 Tristan Gingold <gingold@adacore.com>
772 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
773 Enable bfd, binutils and opcodes.
774 * configure: Regenerate.
776 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
778 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
780 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
782 * MAINTAINERS: Use correct Umlaut for last name.
784 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
786 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
788 2008-08-16 David Edelsohn <edelsohn@gnu.org>
790 * MAINTAINERS: Update my email address.
792 2008-08-16 Nicolas Roche <roche@adacore.com>
794 * Makefile.tpl: Add BOOT_ADAFLAGS.
795 * Makefile.in: Regenerate.
797 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
799 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
800 * configure: Regenerate.
802 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
804 * configure.ac: Add makefile fragments for hpux.
805 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
806 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
807 * configure: Regenerate.
808 * Makefile.in: Regenerate.
810 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
812 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
814 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
816 * MAINTAINERS (Write after Approval): Add myself.
818 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
820 * MAINTAINERS (Write After Approval): Add myself.
822 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
824 * MAINTAINERS (Write After Approval): Add myself.
826 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
828 * MAINTAINERS: Update my email address.
830 2008-06-25 Joey Ye <joey.ye@intel.com>
832 * MAINTAINERS (Write After Approval): Add myself.
834 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
836 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
837 * Makefile.in: Regenerate.
838 * configure: Regenerate.
840 2008-06-17 Daniel Kraft <d@domob.eu>
842 * MAINTAINERS (Write After Approval): Add myself.
844 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
846 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
847 "$@" is still intact with both Autoconf 2.59 and 2.62.
848 * configure: Regenerate.
850 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
852 * Makefile.tpl: Fix comment errors.
853 * Makefile.in: Regenerate.
855 2008-06-12 David S. Miller <davem@davemloft.net>
856 David Edelsohn <edelsohn@gnu.org>
858 * configure.ac: Add powerpc*-*-* to gold supported targets.
859 * configure: Regenerate.
861 2008-06-08 Joseph Myers <joseph@codesourcery.com>
863 PR tree-optimization/36218
864 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
865 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
866 (all prefix="build-"): Pass them to build-system sub-makes.
867 * Makefile.in: Regenerate.
869 2008-06-07 Joseph Myers <joseph@codesourcery.com>
871 * MAINTAINERS (mt port): Remove.
872 (sco5, unixware, sco udk): Remove.
873 (Kean Johnston): Add to Write After Approval.
875 2008-05-30 Julian Brown <julian@codesourcery.com>
877 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
878 of libobjc for ARM EABI Linux.
879 * configure: Regenerate.
881 2008-05-18 Xinliang David Li <davidxl@google.com>
883 * ChangeLog: Remove wrong ChangeLog entry.
885 2008-05-17 Xinliang David Li <davidxl@google.com>
887 * MAINTAINERS (Write After Approval): Add myself.
889 2008-05-15 Janus Weil <janus@gcc.gnu.org>
891 * MAINTAINERS (Write After Approval): Add myself.
893 2008-05-14 Rafael Espíndola <espindola@google.com>
895 * config-ml.in: don't handle --enable-shared and --enable-static.
897 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
899 * MAINTAINERS: Update my email address.
901 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
903 * MAINTAINERS: Update my email address.
905 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
907 * MAINTAINERS (Write After Approval): Add myself.
909 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
911 * MAINTAINERS (Write After Approval): Add myself.
913 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
915 * MAINTAINERS (crx): Add myself.
917 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
920 2008-04-14 David S. Miller <davem@davemloft.net>
922 * configure.ac: Add sparc*-*-* to gold supported targets.
923 * configure: Regenerate.
925 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
928 * configure.ac: Include override.m4.
929 * configure: Regenerate.
931 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
933 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
934 * Makefile.in: Regenerate.
936 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
938 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
939 as nonconfigurable directories list.
940 * configure: Regenerate.
942 2008-04-14 Ben Elliston <bje@au.ibm.com>
944 * config.sub, config.guess: Update from upstream sources.
946 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
948 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
949 * Makefile.in: Regenerate.
951 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
953 * configure.ac: Do not build libssp for the AVR.
954 * configure: Regenerate.
956 2008-04-07 Ian Lance Taylor <iant@google.com>
958 * Makefile.def: check-gold depends upon all-binutils.
959 * Makefile.in: Regenerate.
961 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
963 * MAINTAINERS (Write After Approval): Add myself.
965 2008-04-04 Nick Clifton <nickc@redhat.com>
968 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
970 * configure: Regenerate.
972 2008-04-04 NightStrike <NightStrike@gmail.com>
975 * configure.ac: Combine rules for mingw32 and mingw64.
976 * configure: Regenerate.
978 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
980 * MAINTAINERS (Write After Approval): Add myself.
982 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
984 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
985 * Makefile.in (.NOTPARALLEL): Ditto.
987 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
989 * MAINTAINERS (Write After Approval): Add myself.
991 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
993 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
994 * Makefile.in (.NOTPARALLEL): Regenerate.
996 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
998 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
999 * Makefile.in: Regenerate.
1001 2008-03-26 Jakub Staszak <kuba@et.pl>
1003 * MAINTAINERS (Write After Approval): Add myself.
1005 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
1007 * MAINTAINERS: Update e-mail address.
1009 2008-03-20 Ian Lance Taylor <iant@google.com>
1011 * configure.ac: Add support for --enable-gold.
1012 * Makefile.def: Add gold as a directory like ld.
1013 * configure, Makefile.in: Regenerate.
1015 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1017 * configure.ac: m4_include config/proginstall.m4.
1018 * configure: Regenerate.
1020 Backport from upstream Libtool:
1022 2007-10-12 Eric Blake <ebb9@byu.net>
1024 Deal with Autoconf 2.62's semantic change in m4_append.
1025 * ltsugar.m4 (lt_append): Replace broken versions of
1027 (lt_if_append_uniq): Don't require separator to be overquoted,
1028 and avoid broken m4_append.
1029 (lt_dict_add): Fix typo.
1030 * libtool.m4 (_LT_DECL): Don't overquote separator.
1032 2008-03-13 David Edelsohn <edelsohn@gnu.org>
1034 * config.rpath: Add AIX 6 support.
1036 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
1038 * Makefile.def (stageprofile). Remove -fprofile-generate
1039 from stage_libcflags.
1040 * Makefile.in: Regenerate.
1042 2008-03-13 Ben Elliston <bje@au.ibm.com>
1044 * config.sub, config.guess: Update from upstream sources.
1046 2008-03-06 Tom Tromey <tromey@redhat.com>
1048 * MAINTAINERS: Update for treelang deletion.
1050 2008-03-03 James E. Wilson <wilson@tuliptree.org>
1052 * MAINTAINERS: Update my email address.
1054 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
1056 * MAINTAINERS (darwin port): Add myself as a maintainer.
1057 (objective-c/c++): Add myself as a maintainer.
1059 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
1061 * MAINTAINERS (Write After Approval): Update my email address.
1063 2008-02-25 Tomas Bily <tbily@suse.cz>
1065 * MAINTAINERS (Write After Approval): Add myself.
1067 2008-02-23 Jakub Jelinek <jakub@redhat.com>
1069 * MAINTAINERS (OpenMP): Add myself.
1071 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
1076 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
1077 * configure: Regenerate.
1079 * Makefile.def: Define stage_libcflags for all bootstrap stages.
1080 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
1081 STAGE4_LIBCFLAGS): New.
1082 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
1083 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
1084 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
1085 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
1086 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
1087 for target modules. Don't export LIBCFLAGS.
1088 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
1089 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
1090 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
1091 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
1092 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
1093 * Makefile.in: Regenerate.
1095 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1098 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
1099 Do not use -DDLL_EXPORT. Backport from upstream.
1101 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1103 * MAINTAINERS (Write After Approval): Add myself.
1105 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
1107 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
1108 * configure: Regenerate.
1110 2008-01-31 Marc Gauthier <marc@tensilica.com>
1112 * configure.ac (xtensa*-*-*): Recognize processor variants.
1113 * configure: Regenerate.
1115 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1118 * configure.ac (PARSE_ARGS): Push suitable setting of
1119 ac_subdirs_all, for `./configure --help=recursive'.
1120 Handle `+' in generic toplevel directory disabling.
1121 * configure: Regenerate.
1123 2008-01-28 Nick Clifton <nickc@redhat.com>
1125 * MAINTAINERS (xstormy16): Take over maintainership.
1127 2008-01-25 Joseph Myers <joseph@codesourcery.com>
1129 * MAINTAINERS (c4x port): Remove.
1131 2008-01-24 David Edelsohn <edelsohn@gnu.org>
1133 * libtool.m4: Backport AIX 6 support from ToT Libtool.
1135 2008-01-23 Ben Elliston <bje@au.ibm.com>
1137 * config.sub, config.guess: Update from upstream sources.
1139 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
1141 * MAINTAINERS (Write After Approval): Add myself.
1143 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
1145 * MAINTAINERS: Update my email address.
1147 2008-01-09 Raksit Ashok <raksit@google.com>
1149 * MAINTAINERS (Write After Approval): Add myself.
1151 2008-01-09 Raksit Ashok <raksit@google.com>
1153 * MAINTAINERS (Write After Approval): Add myself.
1155 2008-01-08 Ben Elliston <bje@au.ibm.com>
1157 * config.sub, config.guess: Update from upstream sources.
1159 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1161 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
1162 Change recommended MPFR from 2.2.1 -> 2.3.0.
1163 * configure: Regenerate.
1165 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
1167 * MAINTAINERS: Update my email address.
1169 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
1171 * MAINTAINERS: Update my email address.
1173 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
1175 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
1176 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
1177 * Makefile.in: Regenerate.
1179 2007-12-10 Mark Heffernan <meheff@google.com>
1181 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
1184 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
1186 * configure.ac: Enable libjava for x86_64-*-darwin9.
1187 * configure: Regenerate.
1189 2007-12-07 Bill Maddox <maddox@google.com>
1191 * MAINTAINERS (Write After Approval): Add myself.
1193 2007-12-05 Ben Elliston <bje@au.ibm.com>
1195 * config.sub, config.guess: Update from upstream sources.
1197 2007-12-02 Matthias Klose <doko@ubuntu.com>
1199 * config-ml.in: Remove 64bit configure tests.
1201 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1203 * config-ml.in: Robustify against white space in absolute file
1206 * config-ml.in (multi-clean): Substitute ${Makefile}.
1207 Remove superfluous ${Makefile} in list.
1209 2007-11-19 Thiemo Seufer <ths@mips.com>
1211 * config-ml.in: Don't hardcode the Makefile name.
1213 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
1215 * MAINTAINERS (Write After Approval): Add myself.
1217 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
1219 * MAINTAINERS (Write After Approval): Add myself.
1221 2007-11-06 Doug Kwan <dougkwan@google.com>
1223 * MAINTAINERS (Write After Approval): Add myself.
1225 2007-10-25 Ben Elliston <bje@au.ibm.com>
1227 * MAINTAINERS (mercury): Remove entry.
1228 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
1230 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
1232 * Makefile.def (dependencies): Make configure-gdb depend on
1234 * Makefile.in: Regenerated.
1236 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
1238 * MAINTAINERS (Fortran maintainer): Remove myself.
1240 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
1242 * Makefile.def: To avoid problems running with parallel makes,
1243 build newlib before libgloss so that target specific header
1245 * Makefile.in: Regenerate
1247 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1249 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1250 * Makefile.in: Regenerate.
1252 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
1254 * MAINTAINERS (Register allocation reviewer): Add myself.
1256 2007-10-08 Mike Frysinger <vapier@gentoo.org>
1258 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1259 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1260 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
1261 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1262 * configure: Regenerate.
1264 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
1266 * MAINTAINERS (Register allocation reviewer): Add myself.
1268 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
1270 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1271 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1272 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1273 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1274 * configure.ac: Default them to host tools for $host = $build.
1277 * configure: Regenerate.
1278 * Makefile.in: Regenerate.
1280 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
1282 * MAINTAINERS (Register allocation reviewer): Add myself.
1284 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
1286 * MAINTAINERS (Register allocation reviewer): Add myself.
1288 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
1290 * MAINTAINERS (Write After Approval): Fix typo.
1292 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
1294 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
1295 * configure: Regenerate.
1297 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
1300 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
1301 they're already prefixed.
1303 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
1305 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
1307 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
1308 * configure: Regenerate.
1309 * Makefile.in: Regenerate.
1311 2007-09-17 Andreas Schwab <schwab@suse.de>
1313 * configure.ac: Raise minimum makeinfo version to 4.6.
1314 * configure: Regenerate.
1316 2007-09-17 Johannes Singler <singler@ira.uka.de>
1318 * MAINTAINERS (write-after-approval) add myself
1320 2007-09-15 Alan Modra <amodra@bigpond.net.au>
1322 * configure.ac: Correct makeinfo version check.
1323 * configure: Regenerate.
1325 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
1327 * MAINTAINERS: Update my email address.
1329 2007-09-14 Richard Sandiford <richard@codesourcery.com>
1331 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
1332 to $skipdirs and only disable gprof for newlib. Use the normal
1333 mips*-elf* handling in other respects.
1334 * configure: Regnerate.
1336 2007-09-12 David Daney <ddaney@avtrex.com>
1338 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
1340 * configure: Regenerate.
1342 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
1345 * configure.ac: For libgloss targets, point the linker to the linker
1346 script, startup code and simulator library.
1347 * configure: Regenerate.
1349 2007-09-07 Andrew Haley <aph@redhat.com>
1351 * configure.ac (noconfigdirs): Remove target-libffi and
1353 * configure: Regenerate.
1355 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1358 * configure.ac: Use config/mh-mingw on mingw.
1359 * configure: Regenerate.
1361 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
1363 * MAINTAINERS (Write After Approval): Add myself.
1365 2007-09-05 Richard Guenther <rguenther@suse.de>
1367 * configure.ac (--enable-stage1-checking): If neither --enable-checking
1368 nor --disable-checking is provided also turn on yes and types
1369 checking for stage1.
1370 * configure: Re-generate.
1372 2007-08-30 Krister Walfridsson <cato@df.lth.se>
1374 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
1375 (Write After Approval): Remove myself.
1377 2007-08-29 Nick Clifton <nickc@redhat.com>
1379 * config.sub, config.guess: Update from upstream sources.
1381 2007-08-22 Bud Davis <jmdavis@link.com>
1383 * MAINTAINERS (Write After Approval): Added myself.
1384 * MAINTAINERS (Reviewers): Removed myself.
1386 2007-08-18 Paul Brook <paul@codesourcery.com>
1387 Joseph Myers <joseph@codesourcery.com>
1389 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
1390 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
1391 * Makefile.in: Regenerate.
1392 * configure.ac (--with-debug-prefix-map): New.
1393 * configure: Regenerate.
1395 2007-08-17 Richard Sandiford <richard@codesourcery.com>
1396 Nigel Stephens <nigel@mips.com>
1398 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
1399 as target_makefile_frag.
1400 * configure: Regenerate.
1402 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
1404 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1405 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
1406 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1407 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1408 (do-compare, do-compare3, do-compare-debug): New.
1409 ([+compare-target+]): Use them.
1411 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
1413 * MAINTAINERS (Write After Approval): Change my email address.
1415 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1416 Ben Elliston <bje@au.ibm.com>
1418 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
1419 --silent if $silent.
1420 * configure: Regenerate.
1422 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
1424 * MAINTAINERS (Various Maintainers): Add myself as
1425 loop infrastructure maintainer. Update my e-mail
1428 2007-07-31 Diego Novillo <dnovillo@google.com>
1430 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
1433 2007-07-26 Richard Guenther <rguenther@suse.de>
1435 * configure.ac: Add types checking to stage1 checking flags.
1436 * configure: Regenerate.
1438 2007-07-17 Nick Clifton <nickc@redhat.com>
1440 * COPYING3: New file. Contains version 3 of the GNU General
1442 * COPYING3.LIB: New file. Contains version 3 of the GNU
1443 Lesser General Public License.
1445 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
1447 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
1449 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
1451 * MAINTAINERS (S/390 co-maintainer): Add myself.
1452 (Write After Approval): Remove myself.
1454 2007-07-13 Dan Hipschman <dsh@google.com>
1456 * MAINTAINERS (Write After Approval): Add myself.
1458 2007-07-11 Nick Clifton <nickc@redhat.com>
1460 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
1462 * Makefile.in: Regenerate.
1464 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1466 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
1469 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
1471 * lt~obsolete.m4: New. Import from 20070318 libtool.
1473 2007-07-03 Julian Brown <julian@codesourcery.com>
1475 * MAINTAINERS (Write After Approval): Add myself.
1477 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1479 * configure.ac: Rewrite 'configure --help' strings to look nicer.
1480 * configure: Regenerate.
1482 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1484 * configure.ac: Add some missing m4 quotation.
1485 * configure: Regenerate.
1487 2007-07-02 Simon Baldwin <simonb@google.com>
1489 * MAINTAINERS (Write After Approval): Add myself.
1491 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
1493 * configure: Regenerate.
1495 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
1497 * Makefile.def: Add windmc tool to build.
1498 * Makefile.tpl: Likewise.
1499 * configure.ac: Likewise.
1500 * Makefile.in: Regenerate.
1501 * configure: Regenerate.
1503 2007-06-28 DJ Delorie <dj@redhat.com>
1505 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
1506 not building newlib.
1507 * configure: Regenerated.
1509 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
1511 * MAINTAINERS (Write After Approval): Add myself.
1513 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
1515 * MAINTAINERS (Write After Approval): Add myself.
1517 2007-06-19 Chris Matthews <chrismatthews@google.com>
1519 * MAINTAINERS (Write After Approval): Add myself.
1521 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
1523 * MAINTAINERS (Write After Approval): Add myself.
1525 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
1527 * Makefile.def: Add dependency from configure-gdb to all-bfd.
1528 * Makefile.in: Regenerated.
1530 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
1532 * configure.ac: Don't add target-libmudflap to noconfigdirs for
1533 bfin*-*-uclinux* targets.
1534 * configure: Regenerate.
1536 2007-06-14 Ian Lance Taylor <iant@google.com>
1538 * MAINTAINERS: Add myself as non-algorithmic global write
1541 2007-06-14 Diego Novillo <dnovillo@google.com>
1543 * MAINTAINERS: Add self as middle-end maintainer and
1544 non-algorithmic global write maintainer.
1546 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1548 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
1549 Move all Fortran maintainers except Paul Brook into the
1550 Non-Autopoiesis section.
1552 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
1554 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
1555 (distclean-stage[+id+]): Possibly delete stage_last.
1556 * Makefile.in: Regenerate.
1558 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
1560 * MAINTAINERS (Various Maintainer): Fix typo.
1562 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
1564 * MAINTAINERS (Various Maintainer): Add myself as
1565 dataflow maintainer.
1567 2007-06-07 Ben Elliston <bje@au.ibm.com>
1569 * config.sub, config.guess: Update from upstream sources.
1571 2007-06-07 Ben Elliston <bje@au.ibm.com>
1573 * Makefile.tpl: Fix spelling error.
1574 * Makefile.in: Regenerate.
1576 2007-06-01 Steve Ellcey <sje@cup.hp.com>
1578 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
1579 lt_cv_sys_max_cmd_len.
1581 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
1583 * MAINTAINERS (Various Maintainers): Add myself as
1584 auto-vectorizer maintainer.
1586 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
1589 * libtool.m4: Revert previous change.
1590 * ltgcc.m4: Put it here.
1592 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
1594 * MAINTAINERS (Various Maintainers): Add myself as
1595 auto-vectorizer maintainer.
1597 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
1600 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
1602 2007-05-30 Richard Guenther <rguenther@suse.de>
1604 * MAINTAINERS (Various Maintainers): Add myself as
1605 auto-vectorizer maintainer.
1607 2007-05-30 Jakub Jelinek <jakub@redhat.com>
1610 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
1611 * configure: Rebuilt.
1613 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
1615 * MAINTAINERS (Write After Approval): Removed my name.
1617 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
1619 * MAINTAINERS (Write After Approval): Remove myself.
1621 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
1623 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
1625 2007-05-23 Steve Ellcey <sje@cup.hp.com>
1627 * ltmain.sh: Update from ToT Libtool.
1628 * libtool.m4: Update from ToT Libtool.
1629 * ltsugar.m4: New. Update from ToT Libtool.
1630 * ltversion.m4: New. Update from ToT Libtool.
1631 * ltoptions.m4: New. Update from ToT Libtool.
1633 * ltcf-c.sh: Remove.
1634 * ltcf-cxx.sh: Remove.
1635 * ltcf-gcj.sh: Remove.
1637 2007-05-22 Ollie Wild <aaw@google.com>
1639 * MAINTAINERS (Write After Approval): Add myself.
1641 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
1643 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
1645 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
1646 Remove CFLAGS/LIBCFLAGS.
1647 (configure-stage[+id+]-[+prefix+][+module+],
1648 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
1649 * Makefile.in: Regenerate.
1651 2007-05-15 Diego Novillo <dnovillo@google.com>
1653 * MAINTAINERS: Update e-mail address.
1655 2007-05-15 Revital Eres <eres@il.ibm.com>
1657 * MAINTAINERS (Write After Approval): Add myself.
1659 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
1661 * MAINTAINERS (Write After Approval): Updated my address.
1663 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
1665 * MAINTAINERS (Write After Approval): Add myself.
1667 2007-05-11 Silvius Rus <rus@google.com>
1669 * MAINTAINERS (Write After Approval): Add myself.
1671 2007-04-23 Tom Tromey <tromey@redhat.com>
1673 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
1675 2007-04-22 Mark Mitchell <mark@codesourcery.com>
1677 * MAINTAINERS (cpplib): Rename to ...
1678 (libcpp): ... this. Add C/C++ front end maintainers.
1680 2007-04-14 Steve Ellcey <sje@cup.hp.com>
1682 * config-ml.in: Pass ${ml_config_env} to configure calls.
1684 2007-04-04 Christian Bruel <christian.bruel@st.com>
1686 * MAINTAINERS (Write After Approval): Add myself.
1688 2007-04-02 Dave Korn <dave.korn@artimi.com>
1690 * MAINTAINERS (Write After Approval): Add myself.
1692 2007-03-31 Tobias Burnus <burnus@net-b.de>
1694 * MAINTAINERS (fortran 95 front end): Add myself.
1696 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
1698 * MAINTAINERS (Write After Approval): Add myself.
1700 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
1702 * MAINTAINERS (Modulo Scheduler): Add myself.
1704 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
1706 * MAINTAINERS (fortran 95 front end): Add myself.
1707 (c++ front end): whitespace fix.
1709 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
1711 * MAINTAINERS (Write After Approval): Add myself.
1713 2007-03-21 Richard Sandiford <richard@codesourcery.com>
1715 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
1716 of glob. Quote arguments with single quotes too.
1717 * configure: Regenerate.
1719 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
1721 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
1722 * Makefile.in: Regenerate
1724 2007-03-07 Andreas Schwab <schwab@suse.de>
1726 * configure: Regenerate.
1728 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
1730 * configure.ac: Add "--with-pdfdir" configure option,
1731 which defines pdfdir variable.
1732 * Makefile.def (target=fixincludes): Add install-pdf to
1734 (recursive_targets): Add install-pdf target.
1735 (flags_to_pass): Add pdfdir.
1736 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
1738 * configure: Regenerate
1739 * Makefile.in: Regenerate
1741 2007-02-28 Eric Christopher <echristo@apple.com>
1744 2006-12-07 Mike Stump <mrs@apple.com>
1746 * Makefile.def (dependencies): Add dependency for
1747 install-target-libssp and install-target-libgomp on
1749 * Makefile.in: Regenerate.
1751 2007-02-27 Matt Kraai <kraai@ftbfs.org>
1753 * configure: Regenerate.
1754 * configure.ac: Move statements after variable declarations.
1756 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
1758 * MAINTAINERS: Add myself as sh maintainer.
1760 2007-02-19 Joseph Myers <joseph@codesourcery.com>
1762 * configure.ac: Adjust for loop syntax.
1763 * configure: Regenerate.
1765 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
1767 * configure: Rebuilt.
1769 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
1771 * configure.ac: Drop multiple occurrences of --enable-languages,
1772 and fix its quoting.
1773 * configure: Rebuilt.
1775 2007-02-17 Mark Mitchell <mark@codesourcery.com>
1776 Nathan Sidwell <nathan@codesourcery.com>
1777 Vladimir Prus <vladimir@codesourcery.com>
1778 Joseph Myers <joseph@codesourcery.com>
1780 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
1781 * configure: Regenerate.
1783 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
1785 * ltconfig (freebsd*): Default to elf.
1787 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
1789 * configure.ac (target_libraries): Move libgcc before libiberty.
1790 * configure: Regenerated.
1792 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
1793 Paolo Bonzini <bonzini@gnu.org>
1796 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
1797 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
1798 * configure: Regenerated.
1800 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1802 * MAINTAINERS (Language Front End Maintainers): Update my mail
1805 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
1808 * configure.ac: Correct syntax for Solaris ksh.
1809 * configure: Regenerated.
1811 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
1813 * configure.ac: Sync with src.
1814 * configure: Regenerate.
1816 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
1818 * Makefile.in: Regenerate.
1820 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
1822 * config.sub: Sync with src.
1824 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
1826 * Makefile.tpl (build_alias, host_alias, target_alias): Use
1827 noncanonical equivalents.
1828 * configure.in: Rename to...
1829 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
1830 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
1831 target_noncanonical. Use them. Rewrite removal of configure
1832 arguments for autoconf 2.59. Discard variable settings. Force
1833 program_transform_name for native tools.
1835 * Makefile.in: Regenerated.
1836 * configure: Regenerated with autoconf 2.59.
1838 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
1840 * MAINTAINERS (Write After Approval): Add myself.
1842 2007-01-31 Andreas Schwab <schwab@suse.de>
1844 * Makefile.tpl (LDFLAGS): Substitute it.
1845 * Makefile.in: Regenerate.
1847 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
1849 * MAINTAINERS (Write After Approval): Add myself.
1851 2007-01-28 David Edelsohn <edelsohn@gnu.org>
1853 * MAINTAINERS (spu port): Add myself.
1855 2007-01-23 Richard Guenther <rguenther@suse.de>
1858 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
1859 * Makefile.tpl (GNATBIND): Substitute it.
1860 (GNATMAKE): Likewise.
1861 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
1863 * Makefile.in: Regenerate.
1864 * configure: Regenerate.
1866 2007-01-18 Mike Stump <mrs@apple.com>
1868 * configure.in: Re-enable -Werror for gcc builds.
1870 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
1872 * MAINTAINERS (Write After Approval): Add myself.
1874 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
1876 * configure.in: Change == to = in test command.
1877 * configure: Regenerate.
1879 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
1880 Nick Clifton <nickc@redhat.com>
1881 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
1883 * configure.in (build_configargs, host_configargs, target_configargs):
1884 Remove build/host/target parameters.
1885 (host_libs): Add gmp and mpfr.
1886 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
1887 * Makefile.def (gmp, mpfr): New.
1888 (gcc): Remove target.
1889 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
1890 target_os, target_vendor): New.
1891 (configure): Add host_alias/target_alias arguments. Adjust invocations.
1892 * configure: Regenerate.
1893 * Makefile.in: Regenerate.
1895 2007-01-11 Matt Fago <fago@earthlink.net>
1897 * configure.in: Try to link to functions only in mpfr 2.2.x
1898 to improve robustness of configure tests.
1899 * configure: Regenerate.
1901 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
1903 * MAINTAINERS: Add myself as i386 maintainer.
1905 2007-01-08 Jan Hubicka <jh@suse.cz>
1907 * MAINTAINERS: Add myself as i386 maintainer.
1909 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
1911 * configure.in: Add support for an x86_64-mingw* target.
1912 * configure: Regenerate.
1914 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
1916 * Makefile.tpl (all-target): Correct @if conditional for target
1918 * configure.in: Omit libiberty if building only target libgcc.
1919 * configure, Makefile.in: Regenerated.
1921 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
1923 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
1924 * configure: Regenerate.
1926 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
1928 * Makefile.def (target_modules): Add libgcc.
1929 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
1930 * Makefile.tpl (clean-target-libgcc): Delete.
1931 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
1932 on gcc even for bootstrapped modules. Rewrite handling of
1933 lang_env_dependencies to loop over target_modules.
1934 * configure.in (target_libraries): Add target-libgcc.
1935 * Makefile.in, configure: Regenerated.
1937 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
1939 * configure.in: Reorganize recognition of languages. Add
1940 --enable-stage1-languages. Show supported languages for the chosen
1941 target rather than all recognized languages.
1942 * configure: Regenerate.
1944 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
1946 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
1947 * Makefile.in: Regenerate.
1949 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1951 * configure.in: Warn that MPFR 2.2.0 is buggy.
1952 * configure: Regenerate.
1954 2006-12-27 Ian Lance Taylor <iant@google.com>
1956 * configure.in: When removing Makefiles to force a reconfigure, also
1957 remove prev-DIR*/Makefile.
1958 * configure: Regenerate.
1960 2006-12-22 Andreas Schwab <schwab@suse.de>
1962 * configure: Regenerate with correct autoconf version.
1964 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
1966 * configure.in: add AC_SUBST for *_FOR_TARGET.
1967 * configure: Regenerate.
1969 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
1971 * configure.in: Simplify logic for rejecting languages that cannot
1972 be built. Separate the case when a language is unsupported,
1973 from the case when the user chooses not to build a language.
1975 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
1977 * configure.in: Remove "$build" case for powerpc-*-darwin* since
1978 it only affects bootstrap and could be tested on "$host" as well.
1979 * configure: Regenerate.
1980 * config/mh-ppc-darwin: Add to the stage1 cflags here.
1982 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
1985 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
1986 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
1987 move here comment from Makefile.tpl.
1988 * Makefile.tpl: Move some definitions higher in the file.
1989 (STAGE1_CHECKING): New.
1990 * configure.in: Add --enable-stage1-checking.
1991 * configure: Regenerate.
1992 * Makefile.in: Regenerate.
1994 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
1996 * MAINTAINERS: Add myself as build system maintainer.
1998 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
2000 * MAINTAINERS (Write After Approval): Add myself.
2002 2006-12-13 Eric Christopher <echristo@apple.com>
2004 * MAINTAINERS: Add myself as darwin maintainer.
2006 2006-12-11 Ian Lance Taylor <ian@airs.com>
2008 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
2010 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
2012 MAINTAINERS: Update my entry.
2014 2006-12-11 Alan Modra <amodra@bigpond.net.au>
2016 * configure.in: Handle spu makefile frag.
2017 * Makefile.tpl (MAINT): Define
2018 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2019 * configure: Regenerate.
2020 * Makefile.in: Regenerate.
2022 2006-12-11 Ben Elliston <bje@au.ibm.com>
2024 * config.guess: Import latest version.
2025 * config.sub: Likewise.
2027 2006-12-11 Ben Elliston <bje@au.ibm.com>
2029 * configure.in (spu-*-*): Don't skip target-libiberty.
2030 * configure: Regenerate.
2032 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
2035 * configure.in: Correct x86 darwin support for libjava to powerpc
2037 * configure: Regenerate.
2039 2006-12-08 Sandro Tolaini <tolaini@libero.it>
2041 * configure.in: Add x86 darwin support for libjava.
2042 * configure: Regenerate.
2044 2006-12-07 Mike Stump <mrs@apple.com>
2046 * Makefile.def (dependencies): Add dependency for
2047 install-target-libssp and install-target-libgomp on
2049 * Makefile.in: Regenerate.
2051 2006-12-04 Richard Guenther <rguenther@suse.de>
2053 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
2054 (Non-Algorithmic Maintainers): Move over non-algorithmic
2055 loop optimizer maintainers, add myself as a non-algorithmic
2056 middle-end maintainer.
2058 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
2060 * MAINTAINERS (Write After Approval): Add myself.
2062 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2064 * configure.in: Update error message for missing GMP/MPFR.
2066 * configure: Regenerate.
2068 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2070 * configure.in: Update MPFR version in error message.
2072 * configure: Regenerate.
2074 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2076 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2077 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2078 --with-gmp-lib): New flags.
2080 * configure: Regenerate.
2082 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
2084 * MAINTAINERS (Write After Approval): Change my email address.
2086 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2088 * MAINTAINERS (Write After Approval): Add myself.
2090 2006-11-22 Philipp Thomas <pth@suse.de>
2092 * MAINTAINERS (i18n): Update e-mail address.
2094 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2096 * MAINTAINERS (spu port): Add myself as maintainer.
2097 (Write After Approval): Remove myself.
2099 2006-11-22 Ben Elliston <bje@au.ibm.com>
2101 * configure.in (skipdirs): Don't build libssp for SPU.
2102 * configure: Regenerate.
2104 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
2106 * MAINTAINERS (spu port): Add myself as maintainer.
2107 (libobjc): Update my email address.
2109 2006-11-21 Andrea Bona <andrea.bona@st.com>
2111 * MAINTAINERS (Write After Approval): Add myself.
2113 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2115 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
2116 * configure : Rebuilt.
2118 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2120 * MAINTAINERS (Write After Approval): Add myself.
2122 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
2124 * MAINTAINERS (Write After Approval): Add myself.
2126 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2128 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
2130 * configure: Regenerate.
2132 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
2134 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2135 (unstage): Test for stage_last presence.
2138 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2139 * Makefile.in: Regenerate.
2141 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
2143 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
2146 2006-11-14 Erven Rohou <erven.rohou@st.com>
2148 * MAINTAINERS (Write After Approval): Add myself.
2150 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
2152 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
2153 and stageN-package/Makefile.
2154 * Makefile.in: Regenerated.
2156 2006-11-14 Jie Zhang <jie.zhang@analog.com>
2158 * configure.in: Remove target-libgloss from noconfigdirs for
2160 * configure: Regenerated.
2162 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2164 * configure.in (have_gmp): Only error if the gcc directory exists.
2166 * configure: Regenerate.
2168 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2170 * configure.in: Robustify error message for missing GMP/MPFR.
2172 * configure: Regenerate.
2174 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
2176 * MAINTAINERS (Write After Approval): Add myself.
2178 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
2180 * MAINTAINERS: Change email address.
2182 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
2184 * MAINTAINERS (Write After Approval): Add myself.
2186 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
2188 * MAINTAINERS (Write After Approval): Add myself.
2190 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
2192 * MAINTAINERS (Write After Approval): Move myself to
2193 Write After Approval section.
2195 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2197 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
2199 * configure: Regenerate.
2201 2006-10-16 Tobias Burnus <burnus@net-b.de>
2203 * MAINTAINERS (Write After Approval): Add myself.
2205 2006-10-16 Ben Elliston <bje@au.ibm.com>
2207 * config.guess: Import latest version.
2208 * config.sub: Likewise.
2210 2006-10-10 Brooks Moses <bmoses@stanford.edu>
2212 * Makefile.def: Added pdf target handling.
2213 * Makefile.tpl: Added pdf target handling.
2214 * Makefile.in: Regenerated.
2216 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
2218 * MAINTAINERS: Add self as score port maintainer.
2220 2006-10-04 Brooks Moses <bmoses@stanford.edu>
2222 * MAINTAINERS (Write After Approval): Add myself.
2224 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
2226 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
2228 * configure: Regenerated.
2230 2006-09-27 Dave Brolley <brolley@redhat.com>
2232 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2234 * configure: Regenerated.
2236 2006-09-26 Thiemo Seufer <ths@mips.com>
2238 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2239 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2240 * configure: Regenerate.
2242 2006-09-24 Graeme Peterson <gridly@gmail.com>
2244 * MAINTAINERS (Write After Approval): Remove myself.
2246 2006-09-22 Chao-ying Fu <fu@mips.com>
2248 * MAINTAINERS (Write After Approval): Add myself.
2250 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
2252 * MAINTAINERS: Add self as soft-fp maintainer.
2254 2006-09-09 Anatoly Sokolov <aesok@post.ru>
2256 * MAINTAINERS: Add myself as avr maintainer.
2257 Remove Marek Michalkiewicz as avr maintainer.
2259 2006-09-07 Roberto Costa <roberto.costa@st.com>
2261 * MAINTAINERS (Write After Approval): Add myself.
2263 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
2265 * configure.in: Never build newlib for a Mingw host.
2266 Never build newlib as Mingw target library.
2267 Test the existence of winsup/cygwin for building a Cygwin newlib,
2268 rather than just winsup.
2269 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2270 building a Mingw target.
2271 * configure: Regenerate.
2273 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
2275 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
2277 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
2279 * config.guess: Import from src (was more updated).
2280 * config.sub: Likewise.
2282 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
2284 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2285 * configure: Regenerated.
2287 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
2289 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2290 for stages after the first.
2292 2006-07-17 Jakub Jelinek <jakub@redhat.com>
2294 * Makefile.def: Add dependencies for configure-opcodes
2295 on configure-intl and all-opcodes on all-intl.
2296 * Makefile.in: Regenerated.
2298 2006-07-13 Ben Elliston <bje@au.ibm.com>
2300 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
2302 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
2304 Port to hosts whose 'sort' and 'tail' implementations
2305 treat operands with leading '+' as file names, as POSIX
2306 has required since 2001. However, make sure the code still
2307 works on pre-POSIX hosts.
2308 * ltmain.sh: Don't assume "sort +2" is equivalent to
2309 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
2311 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
2313 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
2315 2006-07-04 Peter O'Gorman <peter@pogma.com>
2317 * ltconfig: chmod 644 before ranlib during install.
2319 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
2322 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2323 if the bootstrap compiler is a GCC version that supports it.
2324 * configure: Regenerate.
2326 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
2328 * configure.in: Fix thinkos in previous check-in.
2329 * configure: Regenerate.
2331 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
2334 * configure.in: Test subdir_requires and give an appropriate
2336 * configure: Regenerate.
2338 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
2340 * MAINTAINERS (Write After Approval): Add myself.
2342 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
2344 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2346 2006-06-22 Steve Ellcey <sje@cup.hp.com>
2348 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2350 2006-06-20 David Ayers <d.ayers@inode.at>
2353 * configure.in: Add target-boehm-gc to noconfigdirs depending on
2354 whether target-libjava is being configured instead of whether the
2355 java front end is enabled.
2356 * configure: Regenerate.
2358 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2361 * configure.in: Only enable libgomp on IRIX 6.
2362 * configure: Regenerate.
2364 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
2366 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
2368 * Makefile.in: Regenerate.
2370 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
2372 * config-ml.in: Alter CCASFLAGS to include special
2373 multilib options the same as is done for CFLAGS.
2375 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2377 * configure.in: Don't enable libgomp on hpux10.
2378 * configure: Rebuilt.
2380 2006-06-12 David Ayers <d.ayers@inode.at>
2384 * configure.in: Remove target-boehm-gc from noconfigdirs where
2385 ${libgcj} is specified.
2386 * configure: Regenerate.
2388 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
2392 * configure.in: Sync.
2393 * configure: Regenerated.
2395 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
2397 * Makefile.def: Added dependencies from sim and gdb on intl, and
2398 added configure dependencies to everything with an all dependency
2400 * Makefile.in: Regenerated.
2402 2006-06-06 David Ayers <d.ayers@inode.at>
2405 * Makefile.def: Add dependencies for libobjc which boehm-gc.
2406 * Makefile.in: Regenerate.
2407 * configure.in: Add --enable-objc-gc at toplevel and have it
2408 enable boehm-gc for Objective-C.
2409 Remove target-boehm-gc from libgcj.
2410 Add target-boehm-gc to target_libraries.
2411 Add target-boehm-gc to noconfigdirs where ${libgcj}
2413 Assert that boehm-gc is supported when requested for Objective-C.
2414 Only build boehm-gc if needed either for Java or Objective-C.
2415 * configure: Regenerate.
2417 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
2420 * Makefile.tpl (configure-[+prefix+][+module+],
2421 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
2422 Remove rule to unstage bootstrapped modules.
2423 (stage_current): New.
2424 * Makefile.in: Regenerate.
2426 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2428 * MAINTAINERS (Write After Approval): Update my e-mail address.
2430 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
2432 * include/libiberty.h: Declare pex_run_in_environment.
2434 2006-05-31 Asher Langton <langton2@llnl.gov>
2436 * MAINTAINERS (Write After Approval): Add myself.
2438 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
2440 * Makefile.def (bfd, opcodes): Fix lib_path.
2441 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
2442 (restrap): Move under "@if gcc-bootstrap". Fix typo.
2443 * Makefile.in: Regenerate.
2445 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
2447 * Makefile.in: Regenerate.
2449 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
2451 * Makefile.def: Add install-html target. Add datarootdir
2452 docdir and htmldir to flags_to_pass.
2453 * Makefile.tpl: Add install-html target.
2454 * Makefile.in: Regenerate.
2455 * configure.in: Add --with-datarootdir, --with-docdir, and
2456 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
2457 * configure: Regenerate.
2459 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
2461 * configure.in: Enable gprof for cross builds.
2462 * configure: Regenerate.
2464 2006-05-22 Richard Guenther <rguenther@suse.de>
2467 2006-01-31 Richard Guenther <rguenther@suse.de>
2468 Paolo Bonzini <bonzini@gnu.org>
2470 * Makefile.def (target_modules): Add libgcc-math target module.
2471 * configure.in (target_libraries): Add libgcc-math target library.
2472 (--enable-libgcc-math): New configure switch.
2473 * Makefile.in: Re-generate.
2474 * configure: Re-generate.
2475 * libgcc-math: New toplevel directory.
2477 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2478 Andreas Tobler <a.tobler@schweiz.ch>
2480 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
2481 * configure: Rebuilt.
2483 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
2485 * MAINTAINERS (Write After Approval): Add myself.
2487 2006-05-01 DJ Delorie <dj@redhat.com>
2489 * configure.in: Restore CFLAGS if GMP isn't present.
2490 * configure: Regenerate.
2492 2006-05-01 Richard Guenther <rguenther@suse.de>
2494 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
2497 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
2499 * MAINTAINERS (Write After Approval): Add myself.
2501 2006-04-28 Jan Beulich <jbeulich@novell.com>
2503 * MAINTAINERS (Write After Approval): Add myself.
2505 2006-04-18 DJ Delorie <dj@redhat.com>
2507 * configure.in (m32c): Build libstdc++-v3. Pass flags to
2508 reference libgloss so that libssp can be built in a combined
2510 * configure: Regenerate.
2512 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
2514 * MAINTAINERS (Write After Approval): Add myself.
2516 2006-04-05 Ben Elliston <bje@au.ibm.com>
2518 * configure.in: Require makeinfo 4.4 or higher.
2519 * configure: Regenerate.
2521 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
2523 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
2524 Rearrange the entries of other libraries to have them in one place.
2526 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
2528 * MAINTAINERS (Write After Approval): Remove myself.
2529 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2531 2006-03-14 Richard Guenther <rguenther@suse.de>
2533 * configure: Regenerate with autoconf 2.13.
2535 2006-03-13 Jim Blandy <jimb@codesourcery.com>
2537 * MAINTAINERS: Use my work address.
2539 * MAINTAINERS: Update my E-mail address.
2541 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
2543 * configure.in: Handle --disable-<component> generically.
2544 * configure: Regenerate.
2546 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
2549 * ltmain.sh: Don't use "$finalize_rpath" for compile.
2551 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
2553 * MAINTAINERS (Write After Approval): Remove myself.
2554 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2556 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2558 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
2559 (TARGET_CONFIGDIRS): Remove.
2560 * configure.in: Remove AC_SUBST(target_configdirs).
2561 * Makefile.in, configure: Regenerated.
2563 2006-02-20 Steven G. Kargl <kargls@comcast.net>
2565 * MAINTAINERS (Write After Approval): Remove myself.
2566 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2568 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
2572 * Makefile.tpl ([+compare-target+]): Print explanation messages.
2574 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
2575 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
2576 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
2577 BUILD_PREFIX, BUILD_PREFIX_1.
2578 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
2580 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
2581 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
2583 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
2584 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
2585 of `cat stage_current`. Always provide the `r' and `s' variables.
2586 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
2587 a single shell execution.
2588 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
2589 bootstrapped modules, make the stage1 module if the build was not
2590 started yet, else build the current stage.
2591 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
2592 (all-build, all-host, all-target, [+make_target+]-host,
2593 [+make_target+]-target): Do not use \-continued lines.
2594 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
2595 (current_stage, restrap, stage_last): New.
2597 * Makefile.in: Regenerate.
2598 * configure: Regenerate.
2600 2006-02-19 Bud Davis <jmdavis@link.com>
2602 * MAINTAINERS (Write After Approval): Remove myself.
2603 (Language Front End Maintainers): Add myself as fortran 95
2604 maintainer and update e-mail address.
2606 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2608 * MAINTAINERS (Write After Approval): Remove myself.
2609 (Language Front End Maintainers): Add myself as fortran 95
2612 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
2614 * MAINTAINERS (Write After Approval): Add myself.
2616 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
2618 * MAINTAINERS (Write After Approval): Remove myself.
2619 (Language Front End Maintainers): Add myself as
2620 fortran 95 maintainer.
2622 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
2626 2005-12-27 Leif Ekblad <leif@rdos.net>
2628 * configure.in: Add support for RDOS target.
2629 * configure: Regenerate.
2631 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
2632 Andreas Schwab <schwab@suse.de>
2634 * configure: Regenerate.
2636 2006-02-12 David Edelsohn <edelsohn@gnu.org>
2638 * configure.in (enable_libgomp): Add AIX.
2639 * configure: Regenerate.
2641 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
2643 * MAINTAINERS (Write After Approval): Add myself.
2645 2006-02-03 Lee Millward <lee.millward@gmail.com>
2647 * MAINTAINERS (Write After Approval): Add myself.
2649 2006-01-31 Richard Guenther <rguenther@suse.de>
2650 Paolo Bonzini <bonzini@gnu.org>
2652 * Makefile.def (target_modules): Add libgcc-math target module.
2653 * configure.in (target_libraries): Add libgcc-math target library.
2654 (--enable-libgcc-math): New configure switch.
2655 * Makefile.in: Re-generate.
2656 * configure: Re-generate.
2657 * libgcc-math: New toplevel directory.
2659 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
2661 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
2662 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
2663 the assembler, linker and binutils.
2664 * configure: Regenerate.
2666 2006-01-22 Dirk Mueller <dmueller@suse.de>
2668 * MAINTAINERS (Write After Approval): Add myself.
2670 2006-01-20 Diego Novillo <dnovillo@redhat.com>
2672 * configure: Regenerate.
2674 2006-01-18 Richard Henderson <rth@redhat.com>
2675 Jakub Jelinek <jakub@redhat.com>
2676 Diego Novillo <dnovillo@redhat.com>
2678 * libgomp: New directory.
2679 * Makefile.def: Add target_module libgomp.
2680 * Makefile.in: Regenerate.
2681 * configure.in (target_libraries): Add target-libgomp.
2682 * configure: Regenerate.
2684 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
2686 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
2687 @ from continuation.
2688 * Makefile.in: Rebuilt.
2690 2006-01-04 Chris Lattner <sabre@gnu.org>
2692 * MAINTAINERS (Write After Approval): Add myself.
2694 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
2698 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
2699 * Makefile.tpl (OBJDUMP): New.
2700 (EXTRA_HOST_FLAGS): Add it.
2701 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
2703 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
2704 to use symbolic links between directories. Avoid race conditions
2705 or make them harmless.
2706 * configure.in: Do not try to use symbolic links between directories.
2708 * Makefile.def (LEAN): Pass.
2709 * Makefile.tpl (LEAN): Define.
2710 (stage[+id+]-start): Accept that the previous directory does not
2711 exist, if the bootstrap is lean.
2712 (stage[+id+]-bubble): Invoke lean bootstrap commands after
2713 stage[+id+]-start. Use a makefile variable and an `if' instead of a
2714 configure substitution.
2715 ([+compare-target+]): Likewise.
2716 ([+bootstrap-target+]-lean): New.
2717 * configure.in: Remove lean bootstrap support from here.
2719 * Makefile.in: Regenerate.
2720 * configure: Regenerate.
2722 2006-01-04 Ben Elliston <bje@au.ibm.com>
2724 * MAINTAINERS (libdecnumber): Add myself.
2726 2006-01-02 Mark Mitchell <mark@codesourcery.com>
2728 * libtool-ldflags: New script.
2730 2006-01-02 Andreas Schwab <schwab@suse.de>
2732 * configure.in: When reconfiguring remove Makefile in
2733 all stage directories.
2734 * configure: Regenerate.
2736 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
2738 * MAINTAINERS: Update my email address.
2740 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
2742 Revert Ada-related part of the previous change.
2744 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
2746 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
2747 * Makefile.in: Regenerate.
2748 * configure.in: Do not include mt-ppc-aix target fragment.
2749 * configure: Regenerate.
2751 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
2753 * configure.in: Select appropriate fragments for PowerPC/AIX.
2754 * configure: Regenerate.
2756 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
2757 BOOT_CFLAGS, BOOT_LDFLAGS.
2758 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
2759 BOOT_CFLAGS, BOOT_LDFLAGS.
2760 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
2761 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
2762 (stage): Fail if we cannot complete the work.
2763 * Makefile.in: Regenerate.
2765 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
2767 * configure.in: Replace ms1 with mt.
2768 * configure: Rebuilt.
2770 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
2772 * MAINTAINERS: Update my email address.
2774 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
2776 * Makefile.tpl (all, do-[+make_target+], do-check, install,
2777 install-host-nogcc): Don't invoke $(stage) at the end.
2778 * Makefile.in: Regenerate.
2780 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
2782 * configure.in: Flip the top-level bootstrap switch.
2783 * configure: Regenerate.
2785 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
2787 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
2788 $(stage) and $(unstage).
2789 (EXTRA_TARGET_FLAGS): Correct double-quoting.
2790 (all): Remove stray semicolon.
2791 (local-distclean): Don't handle multilib.tmp and multilib.out.
2792 (install.all): Set $s for consistency.
2793 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
2794 check_multilibs setting. Always make the install directory.
2795 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
2797 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
2798 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
2799 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
2800 (multilib.out): Remove.
2801 * Makefile.in: Regenerated.
2803 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
2805 * MAINTAINERS (Write After Approval): Add myself.
2807 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
2809 * MAINTAINERS: Add myself as mt maintainer.
2811 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
2813 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
2815 * MAINTAINERS: Change email address.
2817 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
2819 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
2820 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
2821 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
2822 Find in-tree tools if available.
2823 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
2824 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
2825 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
2826 (COMPILER_*_FOR_TARGET): New.
2827 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
2828 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
2829 (CONFIGURED_*, USUAL_*): Remove.
2830 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
2831 STRIP): Use autoconf substitutions.
2832 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
2833 COMPILER_NM_FOR_TARGET): New.
2834 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
2836 (all): Make all-host and all-target in parallel.
2837 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
2838 that $$r and $$s are set before invoking a recursive make.
2839 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
2840 ([+bootstrap-target+]): Inline most of the `all' target.
2842 2005-11-29 Ben Elliston <bje@au.ibm.com>
2844 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
2845 from the gcc build directory.
2846 * Makefile.in: Regenerate.
2848 2005-11-29 Ben Elliston <bje@au.ibm.com>
2850 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
2851 depend on all-libdecnumber.
2852 * configure.in (host_libs): Include libdecnumber.
2853 * Makefile.in: Regenerate.
2854 * configure: Likewise.
2856 2005-11-29 Ben Elliston <bje@au.ibm.com>
2858 * libdecnumber: Import decNumber sources from the dfp-branch.
2860 2005-11-21 Kean Johnston <jkj@sco.com>
2862 * config.sub, config.guess: Sync from upstream sources.
2864 2005-11-21 Ben Elliston <bje@au.ibm.com>
2866 Import from Autoconf sources:
2868 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
2869 * config/move-if-change: Don't output "$2 is unchanged";
2870 suggested by Ben Elliston. Handle weird characters correctly.
2872 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
2874 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
2875 to match upstream libtool for darwin.
2877 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
2879 * Makefile.def: Remove gdb dependencies for gdbtk.
2880 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
2881 (configure-gdb, install-gdb): New rules.
2882 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
2883 * Makefile.in, configure: Regenerated.
2885 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
2887 * MAINTAINERS (Write After Approval): Add myself.
2889 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
2891 * MAINTAINERS (Write After Approval): Add myself.
2893 2005-10-24 Diego Novillo <dnovillo@redhat.com>
2895 * MAINTAINERS (alias analysis): Add Daniel Berlin and
2898 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
2901 * Makefile.tpl (do-[+make-target+], do-check, install,
2902 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
2903 are set before recursing.
2904 * Makefile.in: Regenerate.
2906 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
2909 * Makefile.def (gcc) <target>: Fix thinko.
2910 * Makefile.in: Regenerate.
2912 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
2914 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
2915 * configure: Regenerate.
2917 2005-10-15 Jie Zhang <jie.zhang@analog.com>
2919 * MAINTAINERS (Write After Approval): Add self.
2921 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
2923 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
2924 target-libffi, target-qthreads, target-libjava, and
2926 * configure: Regenerate.
2928 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
2930 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
2931 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
2932 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
2933 (USUAL_OBJDUMP_FOR_TARGET): New.
2934 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
2935 * configure.in: Check for $OBJDUMP_FOR_TARGET.
2936 * configure, Makefile.in: Regenerated.
2938 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
2940 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
2941 before other host packages.
2943 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
2945 * MAINTAINERS: Add self as sh libraries/configury maintainer.
2947 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
2951 * configure.in (default_target): Remove.
2952 * Makefile.tpl (all): Do not use prerequisites as subroutines
2953 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
2954 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
2955 use prerequisites as subroutines.
2956 (check-host, check-target): New.
2957 (bootstrap configure & all targets): Do not use stage*-start
2958 if the directory layout is already ok.
2959 (non-bootstrap configure & all targets): Prepend a $(unstage).
2960 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
2961 (NOTPARALLEL): Remove.
2962 (unstage, stage variables): New variables.
2963 (unstage, stage targets): Simply expand to those variables.
2965 * configure: Regenerate.
2966 * Makefile.in: Regenerate.
2968 2005-10-04 James E Wilson <wilson@specifix.com>
2970 * Makefile.def (lang_env_dependencies): Add libmudflap.
2971 * Makefile.in: Regenerate.
2973 2005-10-03 Andreas Schwab <schwab@suse.de>
2975 Backport from libtool CVS:
2976 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
2978 * ltmain.sh: add support for installing into temporary
2979 staging area (e.g. 'make install DESTDIR=...')
2981 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
2983 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
2984 * configure: Regenerated.
2986 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
2988 * configure: Regenerate with the correct
2991 2005-09-30 Catherine Moore <clm@cm00re.com>
2993 * configure.in (bfin-*-*): New.
2994 * configure: Regenerated.
2996 2005-09-28 Geoffrey Keating <geoffk@apple.com>
2998 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
2999 (LIPO_FOR_TARGET): New.
3000 (CONFIGURED_LIPO_FOR_TARGET): New.
3001 (USUAL_LIPO_FOR_TARGET): New.
3002 (STRIP_FOR_TARGET): New.
3003 (CONFIGURED_STRIP_FOR_TARGET): New.
3004 (USUAL_STRIP_FOR_TARGET): New.
3005 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3007 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3008 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3009 * Makefile.in: Regenerate.
3010 * configure: Regenerate.
3012 2005-09-19 David Edelsohn <edelsohn@gnu.org>
3014 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3015 (rs6000-*-aix*): Same.
3016 * configure: Regenerate.
3018 2005-09-16 Tom Tromey <tromey@redhat.com>
3020 * MAINTAINERS: Add self as java maintainer.
3022 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3024 * configure.in: Recognize f95 in the --enable-languages option,
3025 and substitute it for fortran, issuing a warning.
3026 * configure: Regenerate.
3028 2005-08-30 Phil Edwards <phil@codesourcery.com>
3030 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
3031 * configure: Regenerated.
3033 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
3035 * MAINTAINERS: Add self as ms1 maintainer.
3037 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
3039 * Makefile.def (libssp): Add to lang_env_dependencies.
3040 * Makefile.in: Regenerate.
3042 2005-08-18 Ian Lance Taylor <ian@airs.com>
3044 * MAINTAINERS: Add myself as middle-end maintainer.
3046 2005-08-17 Christian Groessler <chris@groessler.org>
3048 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3049 * Makefile.in: Regenerate.
3051 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
3053 * MAINTAINERS (write after approval): Added myself.
3055 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
3057 * MAINTAINERS (Write After Approval): Add myself.
3059 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
3061 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3062 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3063 Look for alternate names of the target cc and c++
3064 * configure: Regenerate.
3066 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
3068 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3069 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3070 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3071 tools; remove code to manually set them.
3072 (Target tools): Look in the environment for them.
3073 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3074 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3075 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3077 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3078 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3079 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3080 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3081 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3082 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3083 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3084 * configure: Regenerate.
3085 * Makefile.in: Regenerate.
3087 2005-07-28 Ben Elliston <bje@au.ibm.com>
3089 * MAINTAINERS: Update for removed CPU targets.
3091 2005-07-27 Mark Mitchell <mark@codesourcery.com>
3093 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
3094 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
3095 * Makefile.in: Regenerated.
3097 2005-07-26 Mark Mitchell <mark@codesourcery.com>
3099 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3100 (CFLAGS_FOR_TARGET): Use it.
3101 (CXXFLAGS_FOR_TARGET): Likewise.
3102 * Makefile.in: Regenerated.
3103 * configure.in (--with-build-sysroot): New option.
3104 * configure: Regenerated.
3106 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
3108 * Makefile.tpl: Wrap install between unstage and stage
3109 * Makefile.in: Regenerate.
3111 2005-07-21 Eric Christopher <echristo@apple.com>
3113 * MAINTAINERS: Update affiliation.
3115 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
3117 * MAINTAINERS: Add self as crx port maintainer.
3119 2005-07-20 DJ Delorie <dj@redhat.com>
3121 * MAINTAINERS: Add self as m32c maintainer.
3123 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
3125 * all files: Update FSF address.
3127 2005-07-15 Eric Christopher <echristo@redhat.com>
3129 * MAINTAINERS: Change affiliation.
3131 2005-07-14 Jim Blandy <jimb@redhat.com>
3133 * configure.in: Add cases for Renesas m32c.
3134 * configure: Regenerated.
3136 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3138 * COPYING.LIB: Update from fsf.org.
3140 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3142 * COPYING, compile, config.guess,
3143 config.sub, install-sh, missing, mkinstalldirs,
3144 symlink-tree, ylwrap: Sync from upstream sources.
3145 * config-ml.in: Update FSF address.
3147 2005-07-13 Eric Christopher <echristo@redhat.com>
3149 * configure.in: Add toplevel noconfigdir support for tpf.
3150 * configure: Regenerate.
3152 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
3156 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3157 * Makefile.in: Regenerate.
3159 2005-07-07 Mark Mitchell <mark@codesourcery.com>
3161 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
3162 Brolley to write-after-approval.
3164 2005-07-07 Andreas Schwab <schwab@suse.de>
3166 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3167 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3168 * Makefile.in: Regenerated.
3170 2005-07-06 Geoffrey Keating <geoffk@apple.com>
3172 * configure.in: Don't build sim or rda when targetting darwin.
3173 * configure: Regenerate.
3175 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
3177 * configure.in: Add --enable-libssp and --disable-libssp.
3178 * configure: Regenerate with autoconf-2.13.
3180 2005-07-02 Jakub Jelinek <jakub@redhat.com>
3182 * Makefile.def (target_modules): Add libssp.
3183 * configure.in (target_libraries): Add target-libssp.
3184 * configure: Rebuilt.
3185 * Makefile.in: Rebuilt.
3187 2005-07-01 Zack Weinberg <zackw@panix.com>
3189 * MAINTAINERS: Change email address. Resign from maintainership.
3191 2005-07-01 Richard Guenther <rguenther@suse.de>
3193 * MAINTAINERS: Change my e-mail address and affiliation.
3195 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
3197 * Makefile.def (stagefeedback): Come after profile.
3198 Define profiledbootstrap target.
3199 * Makefile.tpl (profiledbootstrap): Remove.
3200 (stageprofile-end): Zap stagefeedback.
3201 (stagefeedback-start): Copy all .gcda files, not only GCC's.
3202 * Makefile.in: Regenerate.
3204 2005-06-13 Richard Sandiford <richard@codesourcery.com>
3206 * MAINTAINERS: Update my email address.
3208 2005-06-13 Zack Weinberg <zack@codesourcery.com>
3210 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
3211 In 'cpp' stanza, support '#line' as well as '# '.
3213 2005-06-08 Andreas Schwab <schwab@suse.de>
3215 * MAINTAINERS: Move myself from 'Write After Approval' to
3216 'CPU Port Maintainers' section as m68k maintainer.
3218 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
3220 * configure.in (unsupported_languages): New macro.
3221 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
3222 non-ported target libraries in noconfigdirs.
3223 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3224 non-linux-gnu. Remove libgcj_ex_libffi.
3225 <lang_frag loop>: Set add_this_lang=no if the language is in
3226 unsupported_languages.
3227 * configure: Regenerate.
3229 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
3231 * configure.in: Fix typo in handling of --with-mpfr-dir.
3232 * configure: Regenerate.
3234 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
3236 * MAINTAINERS: Update my email address.
3238 2005-06-02 Jim Blandy <jimb@redhat.com>
3240 * config.sub: Add cases for the Renesas m32c. (This patch has been
3241 accepted into the master sources.)
3243 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
3244 Michael Snyder <msnyder@redhat.com>
3245 Stan Cox <scox@redhat.com>
3247 * configure.in: Set noconfigdirs for ms1.
3249 * configure: Regenerate.
3251 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
3253 * MAINTAINERS (Write After Approval): Add self.
3255 2005-06-01 Josh Conner <jconner@apple.com>
3257 * MAINTAINERS (Write After Approval): Add self.
3259 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
3261 * MAINTAINERS: Update my email address.
3263 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
3265 * MAINTAINERS (Write After Approval): Add self.
3267 2005-05-26 Chris Demetriou <cgd@broadcom.com>
3269 * MAINTAINERS (Write After Approval): Remove self.
3271 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
3273 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3274 (Dependencies): Consider target modules for bootstrap dependencies.
3275 Make target bootstrap modules depend on each stage's gcc.
3276 * Makefile.in: Regenerate.
3278 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
3280 * Makefile.def (configure-gcc): Depend on binutils having been built.
3281 (all-gcc): No need to do it here.
3282 * Makefile.in: Regenerate.
3284 2005-05-19 Paul Brook <paul@codesourcery.com>
3286 * configure.in: Rewrite misleading error message when requested
3287 language cannot be built.
3288 * configure: Regenerate.
3290 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3292 * ylwrap: Import from Automake 1.9.5.
3294 2005-05-13 David Ung <davidu@mips.com>
3296 * MAINTAINERS (Write After Approval): Add self.
3298 2005-05-09 Mike Stump <mrs@apple.com>
3300 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
3301 lt_cv_sys_max_cmd_len for now.
3303 2005-05-09 Stan Cox <scox@redhat.com>
3305 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
3307 2005-05-08 Matt Kraai <kraai@ftbfs.org>
3309 * README.SCO: Update the URL.
3311 2005-05-05 David Edelsohn <edelsohn@gnu.org>
3313 * ltconfig: Define file_list_spec. Pass file_list_spec and
3314 with_gnu_ld to libtool.
3315 * ltcf-c.sh (aix[45]): Define file_list_spec.
3316 * ltcf-cxx.sh (aix[45]): Same.
3317 * ltcf-gcj.sh (aix[45]): Same.
3318 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
3319 exists, write list of input files to temporary file.
3321 2005-05-04 Mike Stump <mrs@apple.com>
3323 * configure.in: Always pass --target to target configures as
3324 otherwise rebuilds that do --recheck will fail.
3325 * confiugure: Rebuilt.
3327 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
3329 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3331 (configure, all): Add bootstrap support.
3332 (Host modules, target modules): Pass post-stage1 flags and exports.
3333 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3334 * Makefile.in: Regenerate.
3336 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
3338 * configure: Regenerate.
3340 2005-04-27 Mike Stump <mrs@apple.com>
3342 * MAINTAINERS: Add self as darwin maintainer.
3344 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
3346 * config.sub: Update from master copy.
3348 2005-04-21 Mike Stump <mrs@apple.com>
3350 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
3351 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
3353 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
3355 * configure.in <crisv32-*-*, cris-*-*>: New local variable
3356 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
3357 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
3358 "*-*-elf" and "*-*-linux*".
3359 * configure: Regenerate.
3361 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
3363 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
3365 2005-04-12 Mike Stump <mrs@apple.com>
3367 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
3369 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
3371 * MAINTAINERS (Write After Approval): Add myself.
3373 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
3375 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
3377 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
3379 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
3380 (TARGET_CONFIGARGS): Include --with-target-subdir.
3381 (configure, all): New macros. Use them throughout.
3382 * Makefile.in: Regenerate.
3384 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
3386 * MAINTAINERS (Write After Approval): Add myself.
3388 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3390 * MAINTAINERS: Remove 'loop unrolling' maintainer.
3392 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
3394 * MAINTAINERS: Move John Carr to Write After Approval.
3396 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
3398 * config/mh-mingw32: Delete.
3399 * configure.in: Don't use it.
3400 * configure: Regenerate.
3402 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
3404 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3405 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3406 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3407 (HOST_LIB_PATH): Generate from Makefile.def.
3408 (TARGET_LIB_PATH): Likewise.
3409 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3410 * Makefile.in: Regenerate.
3411 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3412 (RPATH_ENVVAR): Include Darwin case.
3413 * configure: Regenerate.
3415 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
3417 * MAINTAINERS (Various Maintainers): Remove self.
3418 (Write After Approval): Add self.
3420 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
3422 * MAINTAINERS (Various Maintainers): Add self.
3424 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
3426 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3427 * configure: Regenerate.
3429 2005-03-21 Zack Weinberg <zack@codesourcery.com>
3431 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3432 gcc_version, and gcc_version_trigger from set of flags to pass.
3433 * Makefile.tpl: Remove definitions of above variables.
3434 (config.status): Remove dependency on $(gcc_version_trigger).
3435 * Makefile.in: Regenerate.
3436 * configure.in: Do not reference config/gcc-version.m4 nor
3437 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
3438 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
3439 * configure: Regenerate.
3441 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
3442 Andrew Pinski <pinskia@physics.uc.edu>
3444 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3445 * Makefile.in: Regenerate.
3447 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
3449 * MAINTAINERS (Write After Approval): Add myself.
3451 2005-03-03 David Ayers <d.ayers@inode.at>
3453 * MAINTAINERS (Write After Approval): Add myself.
3455 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
3458 * ltmain.sh: Avoid creating archives with components that have
3459 duplicate basenames.
3461 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
3464 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3466 * Makefile.in: Regenerate.
3468 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
3470 * Makefile.in: Regenerate to fix conflict between the previous two
3473 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
3476 * Makefile.def (target_modules): Remove "stage", now unnecessary.
3477 * Makefile.tpl (HOST_SUBDIR): New substitution.
3478 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3479 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3480 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3481 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3482 (Host modules, Bootstrapped modules): Use it.
3483 (Build modules, Target modules): Do not create symlink trees,
3484 always configure out-of-srcdir.
3485 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3486 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3487 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3488 $(HOST_SUBDIR). Create a symlink for host_subdir.
3490 * Makefile.in: Regenerate.
3491 * configure: Regenerate.
3493 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
3495 Merged from libada-gnattools-branch:
3496 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
3498 * gnattools: New directory.
3499 * Makefile.def: Add gnattools as a module, depending on target-libada.
3500 * Makefile.in: Regenerate.
3501 * configure.in: Include gnattools in host_tools; disable it if ada
3503 * configure: Regenerate.
3505 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
3507 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
3508 treelang maintainer.
3509 (Write After Approval): Remove myself.
3511 2005-02-23 Paul Schlie <schlie@comcast.net>
3513 * configure.in: Allow darwin targeted ports to build tk, itcl and
3515 * configure: Regenerate.
3517 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3520 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3521 * configure: Regenerate.
3523 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
3525 * MAINTAINERS (Write After Approval): Add myself.
3527 2005-02-10 Ian Lance Taylor <ian@airs.com>
3529 * MAINTAINERS: Update my e-mail address.
3531 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
3533 * MAINTAINERS (Write After Approval): Add myself.
3535 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
3537 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3538 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3539 target-libgloss when not *-*-elf and *-*-aout.
3540 * configure: Regenerate.
3542 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
3544 * MAINTAINERS: Remove obsolete entries.
3546 * MAINTAINERS (Write After Approval): Add Michael Matz.
3548 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
3550 * MAINTAINERS: Remove self as cpplib maintainer.
3552 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3554 * install-sh, config.sub: Import from upstream.
3556 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3559 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3560 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3561 * Makefile.in: Regenerate.
3563 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
3565 * MAINTAINERS: Update my email address.
3567 2005-01-12 David Edelsohn <edelsohn@gnu.org>
3568 Andreas Schwab <schwab@suse.de>
3571 * config-ml.in: Eval option if surrounded by single quotes.
3573 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
3575 Revert 2004-12-28 Makefile changes, a better fix will be
3576 applied to mainline and src after GCC 4.0 branches.
3578 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
3582 * Makefile.def (target_modules): Remove stage parameter,
3583 it is always true now.
3584 * Makefile.tpl (configure-build-[+module+],
3585 configure-target-[+module+]): Always build symlink tree
3586 for the directory and for include. BUILD_SUBDIR and
3587 TARGET_SUBDIR cannot be . anymore.
3588 * Makefile.in: Regenerate.
3590 2004-12-25 David Edelsohn <edelsohn@gnu.org>
3592 Revert 2004-12-08 Makefile changes.
3594 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
3596 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
3599 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
3601 * configure.in (sh64-*-*): Reenable gprof.
3602 * configure: Regenerate.
3604 2004-12-08 David Edelsohn <edelsohn@gnu.org>
3606 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
3607 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
3608 (EXTRA_TARGET_FLAGS): Add PICFLAG.
3609 * Makefile.in: Regenerate.
3611 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
3613 * MAINTAINERS: Update my email address.
3615 2004-12-07 Matt Kraai <kraai@ftbfs.org>
3617 * Makefile.tpl: Generate normal dependencies if the LHS module is
3619 * Makefile.in: Regenerate.
3621 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
3623 * configure.in: Include config/gxx-include-dir.m4. Use
3624 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
3625 * configure: Regenerate.
3627 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
3629 * config.if: Delete.
3630 * configure.in: Set libstdcxx_incdir directly.
3631 * configure: Regenerate.
3633 2004-12-02 Eric Christopher <echristo@redhat.com>
3635 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
3636 * Makefile.in: Regenerate.
3638 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
3640 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
3641 * configure: Regenerate.
3643 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
3645 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
3646 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
3647 * configure: Regenerate.
3649 2004-12-01 Eric Christopher <echristo@redhat.com>
3651 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
3652 of things to remove.
3654 2004-11-29 Matt Kraai <kraai@ftbfs.org>
3656 * MAINTAINERS (Write After Approval): Update my e-mail address.
3658 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
3660 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
3661 from CVS libtool to always pass_all.
3663 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3665 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
3666 (hppa*64*-*-*): Delete incorrect comment.
3667 * configure: Rebuilt.
3669 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
3671 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
3673 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
3675 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
3676 from CVS libtool to always pass_all.
3678 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
3680 * install-sh, compile: Import from automake.
3682 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
3684 * config.guess, config.sub: Import from savannnah.
3686 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
3688 * MAINTAINERS (Write After Approval): Add myself
3690 2004-11-12 Mike Stump <mrs@apple.com>
3692 * Makefile.def: Add html support.
3693 * Makefile.tpl: Likewise.
3694 * Makefile.in: Regenerate.
3696 2004-11-11 Geoffrey Keating <geoffk@apple.com>
3699 * configure.in: Remove all instances of build-fixincludes from
3701 (build_configargs): Supply --target to subdirectories.
3702 * configure: Regenerate.
3704 * Makefile.def: Make gcc install depend on fixincludes install.
3705 * Makefile.in: Regenerate.
3707 2004-11-10 Janis Johnson <janis187@us.ibm.com>
3709 * MAINTAINERS: Add myself as gcc testsuite maintainer.
3711 2004-11-11 Paul Brook <paul@codesourcery.com>
3713 * MAINTAINERS: Add self as arm maintainer. Update email address.
3715 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
3717 * configure.in (noconfigdirs) [mmix-*-*]: Disable
3719 * configure: Regenerate.
3721 2004-11-07 David Edelsohn <edelsohn@gnu.org>
3723 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
3726 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
3728 * Makefile.def (host fixincludes): Specify missing targets.
3729 * Makefile.in: Regenerate.
3731 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
3733 * MAINTAINERS: Add myself
3735 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
3737 * MAINTAINERS (Write After Approval): Add myself.
3739 2004-11-04 Geoffrey Keating <geoffk@apple.com>
3741 * Makefile.def: Build fixincludes for the host, too.
3742 * Makefile.in: Regenerate.
3743 * configure.in (host_tools): Add fixincludes.
3744 * configure: Regenerate.
3746 2004-11-04 Daniel Jacobowitz <dan@debian.org>
3748 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
3749 * configure: Regenerated.
3751 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
3754 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
3755 * configure: Regenerated.
3757 2004-10-31 Mark Mitchell <mark@codesourcery.com>
3759 * README.SCO: Update per FSF instructions.
3761 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
3764 * configure.in (case ${target}): Do not build fixincludes for avr.
3765 * configure: Regenerated.
3767 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
3769 * configure.in (case ${target}): Do not build fixincludes
3770 on platforms where it is not used.
3771 * configure: Regenerated.
3773 2004-10-23 Daniel Jacobowitz <dan@debian.org>
3775 * configure.in: Use an absolute path to install-sh.
3776 * configure: Regenerated.
3778 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3780 * MAINTAINERS (Write After Approval): Add myself.
3782 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
3784 * MAINTAINERS: Remove from Write After Approval those that are
3785 already maintainers.
3787 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
3789 * MAINTAINERS: Update my email address.
3791 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
3793 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
3794 * configure: Regenerate.
3796 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
3798 * MAINTAINERS: Update my email address.
3800 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
3802 * MAINTAINERS (Language Front Ends Maintainers): New. Move
3803 entries belonging to this category.
3805 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
3807 * MAINTAINERS: Update my e-mail address.
3809 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
3811 Fix wrong conflict resolution in:
3813 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
3815 * Makefile.in: Regenerate.
3816 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3817 in the recursive `make', instead of hardwiring `all'.
3818 (Autogenerated TARGET-* variables): New.
3820 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
3822 * configure.in: Enable target-libgloss for crx-*-*.
3823 * configure: Regenerate.
3825 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
3827 * MAINTAINERS (Various Maintainers): Move the "windows,
3828 cygwin, mingw" maintainer to ...
3829 (OS Port Maintainers): ... here.
3831 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
3833 * MAINTAINERS (Write After Approval): Remove those that are
3834 maintainers of some subsystem.
3836 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
3838 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
3839 * ltcf-cxx.sh (tpf*): Likewise.
3840 * ltconfig (tpf*): Add TPF OS configuration support.
3842 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
3844 * MAINTAINERS: Change my email address to my new work account.
3846 2004-09-24 Michael Roth <mroth@nessie.de>
3848 * configure.in (--without-headers): Add missing double quotes.
3849 * configure: Regenerate.
3851 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
3853 * ylwrap: Revert to previous version.
3855 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
3858 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
3859 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
3860 SET_GCC_LIB_PATH_CMD.
3861 (BASE_TARGET_EXPORTS): Likewise.
3862 * Makefile.in: Regenerated.
3864 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
3865 * configure: Regenerated.
3867 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
3869 * config.guess: New upstream version
3870 * compile, depcomp, install-sh, ylwrap: Likewise.
3872 2004-09-19 Roger Sayle <roger@eyesopen.com>
3874 * config/mh-x86omitfp: New host makefile fragment. Add
3875 -fomit-frame-pointer to the default BOOT_CFLAGS.
3876 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
3877 * configure: Regenerate.
3879 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
3882 * configure.in (*-*-darwin*): Renable libobjc.
3883 * configure: Regenerate.
3885 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
3887 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
3889 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
3891 * Makefile.def: Remove libbanshee.
3892 * Makefile.tpl: Ditto.
3893 * configure.in: Ditto.
3894 * Makefile.in: Regen.
3897 2004-09-08 David Edelsohn <edelsohn@gnu.org>
3899 * ltmain.sh: Use $pic_object as $non_pic_object if
3900 $non_pic_object=none.
3902 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
3904 * missing: Import latest version from master repository.
3906 2004-09-06 Nick Clifton <nickc@redhat.com>
3908 * config.sub: Import latest version from master repository.
3909 * config.guess: Likewise.
3910 This includes these changes:
3912 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
3914 * config.sub: Handle crisv32, alias etraxfs.
3915 * config.guess (crisv32:Linux:*:*): Handle.
3917 2004-08-13 Brad Smith <brad@comstyle.com>
3919 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
3920 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
3922 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
3924 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
3925 assume the processor is a powerpc. This is because coreutils
3926 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
3927 in this case, due to a MacOS X bug that causes
3928 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
3929 to return a negative number.
3930 Problem reported by Petter Reinholdtsen in:
3931 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
3933 2004-07-19 Ben Elliston <bje@gnu.org>
3935 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
3937 2004-06-24 Ben Elliston <bje@gnu.org>
3939 * config.guess: Update copyright years.
3940 * config.sub: Likewise.
3942 2004-06-22 Robert Millan <robertmh@gnu.org>
3944 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
3945 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
3947 2004-06-22 Stanley F. Quayle <stan@stanq.com>
3949 * config.guess (*:*VMS:*:*): New entry. Replaces
3950 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
3953 2004-06-22 Ben Elliston <bje@gnu.org>
3955 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
3956 * config.sub: Likewise.
3958 2004-06-22 Ben Elliston <bje@gnu.org>
3960 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
3961 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
3963 2004-06-11 Ben Elliston <bje@gnu.org>
3965 * config.guess (pegasos:OpenBSD:*:*): Remove.
3967 2004-06-11 Ben Elliston <bje@gnu.org>
3969 From Wouter Verhelst <wouter@grep.be>:
3970 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
3972 2004-06-11 Ben Elliston <bje@gnu.org>
3974 * config.guess (luna88k:OpenBSD:*:*): New.
3976 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3978 * config.guess (m32r*:Linux:*:*): New case.
3979 * config.sub: Handle m32rle.
3981 2004-03-12 Ben Elliston <bje@wasabisystems.com>
3983 From Jens Petersen <petersen@redhat.com>:
3984 * config.sub: Handle sparcv8.
3986 2004-03-03 Ben Elliston <bje@wasabisystems.com>
3988 From Tom Smith <smith@cag.lkg.hp.com>:
3989 * config.guess: Version suffixes are equally significant on Tru64
3990 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
3991 prefix of "P" (patched kernel).
3993 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
3995 * config.sub: Add support for National Semiconductor CRX target.
3997 2004-09-03 Janis Johnson <janis187@us.ibm.com>
3999 * MAINTAINERS (Various Maintainers): Remove myself as web page
4000 maintainer, add myself as maintainer of build status lists.
4002 2004-09-03 Jan Beulich <jbeulich@novell.com>
4004 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4005 *-*-netware, but add target-libmudflap.
4006 Consolidate *-*-netware targets (of which really only i?86 exists)
4007 into a single entry.
4008 * configure: Likewise.
4010 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
4012 * Makefile.tpl (sorry): Remove.
4013 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4014 (cleanstrap targets): Depend on distclean, not distclean-stage1.
4015 (do-clean): Clean per-stage directories too.
4016 (do-distclean): Run distclean-stage1 too.
4017 (.NOTPARALLEL): Enable during toplevel bootstrap.
4018 (stage[+id+]-bubble): Enable parallel execution during
4019 the recursive invocation.
4020 * Makefile.in: Regenerate.
4022 Fix previous checkin:
4024 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4026 * configure.in: Fix indentation.
4027 * configure: Regenerate.
4029 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
4031 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4032 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4033 * configure: regenerate
4034 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4038 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
4040 * Makefile.def (build_modules): Add fixincludes.
4041 (dependencies): Make gcc depend on fixincludes.
4042 * configure.in (build_tools): Add fixincludes.
4043 (build_configdirs): Always include build_libs.
4044 * Makefile.in: Regenerate.
4045 * configure: Regenerate.
4047 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
4049 * Makefile.def (bootstrap stages): Add 'lean' parameter.
4050 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4051 phony targets; do not generate timestamp files.
4052 (distclean-stageN): Remove references to their timestamp files.
4053 (restageN, touch-stageN): Remove.
4054 (stageN-bubble): Rewritten.
4055 (compare): Support lean bootstraps.
4056 * Makefile.in: Regenerate.
4058 * configure.in: Only warn when bootstrapping but
4059 build != host or build != target. Support lean bootstraps.
4060 * configure: Regenerate.
4062 2004-08-26 Phil Edwards <phil@codesourcery.com>
4064 * configure.in: Give a better error message if GMP/MPFR are missing
4065 and a language needing them has been requested.
4066 * configure: Regenerated.
4068 2004-08-25 Phil Edwards <phil@codesourcery.com>
4070 * configure.in: Print a list of available language front-ends if
4071 a requested one is missing. Tidy stray tab characters.
4072 * configure: Regenerated.
4074 2004-08-19 Michael Koch <konqueror@gmx.de>
4076 * gcc/doc/install.texi: Update entry about automake for libjava.
4078 2004-08-17 Robert Millan <robertmh@gnu.org>
4080 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4081 (instead of FreeBSD).
4082 * configure: Regenerate.
4084 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4086 * Makefile.in: Regenerate.
4087 * configure: Regenerate.
4089 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4091 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4092 for bootstrapped modules if toplevel bootstrap is going.
4093 (GCC bootstrap): Generate per-stage targets for all bootstrapped
4094 modules. Adjust for changes in Makefile.def. Enable several
4095 rules even in non-bootstrap mode, just to avoid peppering the
4096 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4097 (stage-[+prev+]-bubble): Remove.
4099 * Makefile.def (Dependencies): Depend on all-build-bison,
4100 all-build-flex, all-build-byacc, all-build-texinfo, rather
4101 than the host variations.
4102 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
4104 (BISON): Update for recent Bisons.
4106 (cross): Depend on all-build.
4107 (all): Do not depend on all-build.
4108 (prebootstrap): Remove.
4109 (dep-kind): Accept separate prefixes for MODULE and ON variables.
4110 (Prebootstrap dependencies): Add them to the per-stage targets
4111 and to all-prebootstrap.
4112 * configure.in (build_configdirs): Always enable build_tools.
4113 (BUILD_DIR_PREFIX): Remove.
4115 * Makefile.def (gcc): Add target variable.
4116 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4117 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4118 in the recursive `make', instead of hardwiring `all'.
4119 (Autogenerated TARGET-* variables): New.
4121 2004-08-13 Brian Booth <bbooth@redhat.com>
4123 * MAINTAINERS: Remove myself from write-after-approval.
4125 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
4127 * src-release: Stop distributing mmalloc with gdb (which doesn't
4129 * Makefile.def: GDB doesn't depend on mmalloc anymore.
4130 * Makefile.in: Regenerate.
4132 2004-08-09 Mark Mitchell <mark@codesourcery.com>
4134 * configure.in (arm*-*-eabi*): New target.
4135 * configure: Regenerate.
4137 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
4139 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4140 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4141 (Dependencies): New section.
4142 * Makefile.tpl (Dependencies): Generate from Makefile.def.
4143 (configure-target-[+module+]): Depend on maybe-all-gcc
4144 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
4145 (toplevel profiledbootstrap): Fix dependencies.
4146 * Makefile.in: Regenerate.
4148 2004-08-03 Mark Mitchell <mark@codesourcery.com>
4150 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4151 target-libiberty to noconfigdirs.
4152 * configure: Regenerate.
4154 2004-08-03 Paul Brook <paul@codesourcery.com>
4156 * configure.in: Check for MPFR as well as GMP.
4157 * configure: Regenerate.
4159 2004-08-01 Robert Millan <robertmh@gnu.org>
4161 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4162 libmudflap for all GNU-based systems (with Glibc).
4163 * configure: Regenerate.
4165 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
4167 * Makefile.def (host-modules): Add gcc.
4168 * Makefile.in: Regenerate.
4169 * Makefile.tpl (sorry): New rule.
4170 (configure-host, all-host, [+make_target+]-host, do-check,
4171 install-host): Do not add gcc as a special case.
4172 (host modules): Add a small special-casing for gcc. Export
4173 extra_make_flags through the environment.
4174 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4175 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4176 other recursive targets for gcc): Remove.
4178 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4179 (stage, unstage): New rules.
4180 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4181 distclean-stage[+id+]): Use stage_current.
4182 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4183 the stage*-start rules.
4185 2004-08-02 Geoffrey Keating <geoffk@apple.com>
4187 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
4190 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
4192 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
4193 * configure: Regenerate.
4195 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
4197 * maintainer-scripts/gcc_release: Revert yesterday's change.
4199 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
4201 * MAINTAINERS: Add myself to write-after-approval.
4203 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
4206 * gcc/gccbug.in: Updated because of libf2c removal.
4207 * maintainer-scripts/gcc_release: Ditto.
4209 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
4211 * configure.in: Build libmudflap by default on FreeBSD.
4212 * configure: Regenerated.
4214 2004-07-09 Mark Mitchell <mark@codesourcery.com>
4216 * configure.in: Do not build libmudflap by default on non-GNU/Linux
4218 * configure: Regenerated.
4220 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4223 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4224 feedback based compiler.
4225 * Makefile.in: Rebuilt.
4227 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
4229 * Makefile.def (host_modules): Set bootstrap=true for flex.
4230 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4231 * Makefile.in: Rebuilt.
4233 2004-07-07 Jan Hubicka <jh@suse.cz>
4235 * MAINTAINERS: Add self as a profile feedback maintainer.
4237 2004-07-05 Phil Edwards <phil@codesourcery.com>
4239 * configure.in: Do not prepend $srcdir to /dev/null in
4241 * configure: Regenerate.
4243 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
4245 * Makefile.def (build_modules): Add bison, byacc, flex,
4247 (flags_to_pass): Add FLEX.
4248 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4249 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4250 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4251 DEFAULT_MAKEINFO): Remove.
4252 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4253 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4254 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4255 objdir or else use configured tool.
4257 (all): Depend on it.
4258 (Build module dependencies): Add.
4259 * Makefile.in: Regenerate.
4260 * configure.in: Better support for multiple build modules,
4261 matching what is done for host/target modules. Do not look
4262 for "plausible" locations of build tools if Canadian cross.
4263 Use autoconf's AC_PROG_CC to find a C compiler. Define
4264 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
4265 * configure: Regenerate.
4267 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
4269 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4270 * Makefile.in: Regenerate.
4272 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
4274 * Makefile.tpl (configure-build-[+module+],
4275 configure-[+module+], configure-target-[+module+]): Pass
4276 [+extra_configure_args+].
4277 (all-build-[+module+], all-[+module+], check-[+module+],
4278 install-[+module+], [+make_target+]-[+module+],
4279 all-target-[+module+], check-target-[+module+],
4280 install-target-[+module+], [+make_target+]-target-[+module+]):
4281 Pass [+extra_make_args+].
4282 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4283 (GCC_HOST_EXPORTS): Remove.
4284 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4285 cross, check-gcc, check-gcc-c++, install-gcc,
4286 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4287 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4288 * Makefile.in: Regenerate.
4290 2004-06-21 Matthew Sachs <msachs@apple.com>
4292 * MAINTAINERS: Added self to write-after-approval.
4294 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
4296 * configure.in: Check for srcdir/winsup rather than build directory
4298 * configure: Regenerate.
4300 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
4302 * configure.in: Don't build Cygwin native newlib if winsup
4303 directory is missing. Emit warning instead.
4304 * configure: Regenerate.
4306 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
4308 * Makefile.tpl (touch-stage[+id+]): New.
4309 (restage[+prev+]): Depend on touch-stage[+id+].
4311 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4314 * Makefile.def: Add profile and feedback bootstrap stages.
4315 Remove next field from bootstrap stages.
4316 * Makefile.tpl (LN, LN_S): Substitute.
4317 (stageN-start, stageN-end): Use double-colon rules, to
4318 provide a hook for additional setup commands.
4319 (distclean-stageN-gcc, restageN): Create dependencies from
4320 [+prev+], not from [+next+].
4321 (stageN-bubble): Add commands for successive stages from
4322 [+prev+], using double-colon rules.
4323 (all-stageN-gcc): Fix typo.
4324 (stagefeedback-start, profiledbootstrap): New.
4325 * Makefile.in: Regenerate.
4326 * configure.in: Call ACX_PROG_LN.
4327 * configure: Regenerate.
4329 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
4331 * MAINTAINERS (Write After Approval): Add myself.
4333 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
4335 * MAINTAINERS (Write After Approval): Add myself.
4337 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
4339 * configure.in: Fix --enable-bootstrap breakage introduced in trees
4341 * configure: Regenerate.
4343 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
4345 * Makefile.tpl: Fix typo.
4346 * Makefile.in: Regenerate.
4348 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
4350 * configure.in: Remove new- prefix from toplevel
4352 * configure: Regenerate.
4354 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
4356 * Makefile.tpl (all.normal): Rename to all.
4357 (all): Replace with a rule to pick the default
4358 target from configure.
4359 (all-gcc, configure-gcc): Use conditionals to
4360 do nothing when toplevel bootstrap is going on.
4361 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4362 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4363 * configure.in: Support --enable-bootstrap.
4365 * Makefile.def: Remove new- prefix from toplevel
4367 * Makefile.tpl: Likewise.
4369 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
4372 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4373 $(RECURSE_FLAGS) to&nbs