1 2009-10-16 Nick Clifton <nickc@redhat.com>
3 * MAINTAINERS: Add myself as a maintainer for the RX port.
5 2009-10-26 Johannes Singler <singler@kit.edu>
7 * MAINTAINERS (Write After Approval): Update my e-mail address.
9 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11 * configure.ac (CLooG test): Use = with test.
12 * configure: Regenerate.
14 2009-10-22 Richard Guenther <rguenther@suse.de>
16 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
17 cloog if the ppl version check failed. Move flags saving
18 before setting in libelf check.
19 * configure: Regenerate.
21 2009-10-21 Richard Guenther <rguenther@suse.de>
23 * configure.ac: Adjust the ppl and cloog configure to work as
24 documented. Disable cloog if ppl was disabled. Omit the version
25 checks if they were disabled.
26 * configure: Re-generate.
28 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
30 * configure.ac: Add 'lto' to enable_languages, not
31 new_enable_languages, and only if not already present.
32 * configure: Regenerate.
34 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
36 * README: Refer to the various COPYING* files instead of just
38 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
40 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
42 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
44 2009-10-07 Richard Guenther <rguenther@suse.de>
46 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
47 and Richard Guenther as reviewers.
48 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
51 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
53 * config.sub: Update from upstream sources.
55 2009-10-06 Ian Lance Taylor <iant@google.com>
57 * Makefile.def: check-gold depends upon all-gas.
58 * Makefile.in: Rebuild.
60 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
62 * MAINTAINERS (Write After Approval): Add myself.
64 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
66 * Makefile.def: all-lto-plugin depends on all-libiberty.
67 set bootstrap=true for lto-plugin.
69 * Makefile.in: Regenerate.
70 * configure.ac (host_libs): Add lto-plugin.
71 * configure: Regenerate.
73 2009-10-03 Diego Novillo <dnovillo@google.com>
75 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
76 (HOST_LIBELFLIBS): Define.
77 (HOST_LIBELFINC): Define.
78 * Makefile.in: Regenerate.
79 * configure.ac: Add --enable-lto.
80 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
81 If --enable-lto is used, add 'lto' to new_enable_languages.
82 If --enable-lto is used and gold is enabled, add
83 lto-plugin to configdirs.
84 * configure: Regenerate.
86 2009-10-03 Simon Baldwin <simonb@google.com>
88 * configure.ac: If --with-system-zlib, suppress local zlib and
89 pass --with-system-zlib to subdir configure scripts.
90 * configure: Regenerate.
92 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
93 Paolo Bonzini <bonzini@gnu.org>
95 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
97 * Makefile.in: Rebuilt.
99 2009-09-26 Gary Funck <gary@intrepid.com>
101 * MAINTAINERS (Write After Approval): Add myself.
103 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
105 * configure.ac: Update minimum MPC version to 0.7.
106 * configure: Regenerate.
108 2009-09-25 Nick Clifton <nickc@redhat.com>
110 * configure.ac: Pass any --cache-file=/dev/null option on to
112 * configure: Regenerate.
114 2009-09-23 Nick Clifton <nickc@redhat.com>
116 * config.sub, config.guess: Update from upstream sources.
118 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
120 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
121 * Makefile.in: Rebuilt.
123 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
126 * configure.ac: Error out if $srcdir isn't '.' but contains
127 host-${host_noncanonical}.
128 * configure: Regenerate.
130 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
132 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
135 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
137 * configure.ac: If bootstrapping a combined tree with
138 --enable-gold, require c++ in stage1_languages.
139 * configure: Regenerate.
141 * configure.ac: Also add target_libs of stage1_languages to
142 bootstrap_target_libs.
143 * configure: Regenerate.
145 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
146 with --enable-languages not containing c++.
147 * configure: Regenerate.
149 2009-09-15 Jie Zhang <jie.zhang@analog.com>
151 * configure.ac: Disable java and boehm-gc for bfin-*-*.
152 * configure: Regenerate.
154 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
156 * MAINTAINERS (Write After Approval): Update my e-mail address,
157 and move from from here...
158 (Waiting for paperwork): To here.
160 2009-09-09 Joseph Myers <joseph@codesourcery.com>
162 * MAINTAINERS (Reviewers): Add self as driver reviewer.
164 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
166 * configure.ac: Do not use $extrasub for replacing @if/@endif
167 parts in Makefile; instead, use additional arguments to
168 AC_CONFIG_COMMANDS to do the replacement manually, with several
169 sed invocations, to avoid HP-UX sed command limits.
170 * configure: Regenerate.
172 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
174 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
177 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
179 * configure.ac (with-build-config): Document. Handle without.
180 Handle missing argument.
181 * configure: Rebuilt.
183 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
185 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
186 Default to bootstrap-debug only if compare-debug works.
187 * configure: Rebuilt.
188 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
189 * Makefile.in: Rebuilt.
191 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
193 * MAINTAINERS (OS Port Maintainers): Update my email address.
195 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
197 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
198 * Makefile.in: Rebuilt.
200 2009-09-01 Chris Demetriou <cgd@google.com>
202 * MAINTAINERS (Write After Approval): Add myself.
204 2009-08-31 Dodji Seketeli <dodji@redhat.com>
207 * include/dwarf2.h (enum dwarf_tag): Added
208 DW_TAG_GNU_template_template_param
209 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
211 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
213 * Makefile.tpl (AWK): Fix typo.
214 * Makefile.in: Regenerate.
216 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
218 * configure.ac: Detect awk and sed.
219 * Makefile.def (flags_to_pass): Add AWK and SED.
220 * Makefile.tpl (AWK, SED): New.
221 (BASE_FLAGS_TO_PASS): Add AWK and SED.
222 * configure: Regenerate.
223 * Makefile.in: Regenerate.
225 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
227 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
228 (collapseslashes): Likewise.
230 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
232 * configure.ac (AC_PREREQ): Bump to 2.64.
234 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
236 * configure.ac: Remove --with-datarootdir, --with-docdir,
237 --with-pdfdir, --with-htmldir switches.
238 * configure: Regenerate.
240 * configure: Regenerate.
242 * compile: Sync from Automake 1.11.
244 * install-sh: Likewise.
246 * mkinstalldirs: Likewise.
249 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
251 * ltmain.sh (func_normal_abspath): New function.
252 (func_relative_path): Likewise.
253 (func_mode_help): Document new -bindir option for link mode.
254 (func_mode_link): Add new -bindir option, and use it to place
255 output DLL if specified.
257 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
259 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
260 (baseargs): Add --disable-option-checking.
261 * configure: Regenerate.
263 * Makefile.def (configure-target-libiberty): Depend on
264 all-binutils and all-ld.
265 (configure-target-newlib): Likewise.
266 * Makefile.in: Regenerate.
268 2009-08-17 Ben Elliston <bje@au.ibm.com>
270 * config.sub, config.guess: Update from upstream sources.
272 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
274 Sync from src, merge:
276 2009-07-02 Tristan Gingold <gingold@adacore.com>
278 * configure.ac: Do not exclude gas for i386-*-darwin.
279 Add a case for x86_64-*-darwin.
280 * configure: Regenerate.
282 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
284 * MAINTAINERS: Add my name to Write After Approval list.
286 2009-08-06 Michael Eager <eager@eagercon.com>
288 * configure.ac: Add Microblaze target.
289 * configure: Regenerate.
291 2009-07-31 Christian Bruel <christian.bruel@st.com>
293 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
294 * configure: Regenerate.
296 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
298 * MAINTAINERS (Write After Approval): Update my e-mail address.
300 2009-07-06 Ian Lance Taylor <iant@google.com>
302 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
303 * configure: Rebuild.
305 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
307 * MAINTAINERS: Move myself to the Graphite Reviewers.
309 2009-06-30 Wei Guozhi <carrot@google.com>
311 * MAINTAINERS: Add my name to Write After Approval list.
313 2009-06-26 Steve Ellcey <sje@cup.hp.com>
316 * configure.ac (comparestring): Create new variable.
317 * Makefile.tpl (comparestring): Use to skip some comparisions.
318 * configure: Regenerate.
319 * Makefile.in: Regenerate.
321 2009-06-26 Doug Evans <dje@sebabeach.org>
323 * Makefile.def (host_modules): Add cgen.
324 * Makefile.in: Regenerate.
325 * configure.ac (host_tools): Add cgen.
326 * configure: Regenerate.
328 2009-06-23 DJ Delorie <dj@redhat.com>
330 * MAINTAINERS: Add myself as mep maintainer.
332 2009-06-23 Ian Lance Taylor <iant@google.com>
334 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
335 boot_languages. Only bootstrap target libraries listed in
336 target_libs for some boot language. Add --with-stage1-ldflags,
337 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
338 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
339 if not building with C++.
340 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
341 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
342 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
343 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
344 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
345 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
346 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
347 * configure, Makefile.in: Rebuild.
349 2009-06-23 Li Feng <nemokingdom@gmail.com>
351 * MAINTAINERS: Added my name to write-after-approval list.
353 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
355 * configure.ac: Define is_elf for QNX Neutrino targets.
356 * configure: Regenerate.
358 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
360 * MAINTAINERS: Added my name to the write-after-approval list
362 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
364 * configure.ac: Detect MPC in default directory.
365 * configure: Regenerate.
367 2009-06-03 Jerome Guitton <guitton@adacore.com>
368 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
370 * Makefile.tpl (all): Avoid a trailing backslash.
371 * Makefile.in: Regenerate.
373 2009-06-03 Ben Elliston <bje@au.ibm.com>
375 * config.sub, config.guess: Update from upstream sources.
377 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
379 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
381 * configure: Regenerate.
383 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
385 * Makefile.tpl ([+compare-target+]): Compare all stage
386 directories, rather than just gcc.
387 * Makefile.in: Rebuilt.
389 2009-06-01 Doug Kwan <dougkwan@google.com>
391 * configure.ac: Support gold for target arm*-*-*.
392 * configure: Regenerate.
394 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
396 * Makefile.def: Add MPC support and dependencies.
397 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
399 * Makefile.in, configure: Regenerate.
401 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
403 * Makefile.tpl (all): Avoid harmless warning in make all when
404 gcc-bootstrap is enabled but stage_last does not exist.
405 * Makefile.in: Rebuilt.
407 2009-05-24 Nicolas Roche <roche@adacore.com>
409 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
410 * Makefile.in: Regenerate.
412 2009-05-21 Denis Chertykov <chertykov@gmail.com>
414 * MAINTAINERS: Update my e-mail address.
416 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
418 * configure.ac (cygwin noconfigdirs): Remove libgcj.
419 * configure: Regenerate.
421 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
424 * Makefile.tpl (all): Don't assume gcc-bootstrap and
425 gcc-no-bootstrap are mutually exclusive.
426 * Makefile.in: Rebuilt.
428 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
431 * Makefile.tpl (all): Don't end with unconditional success.
432 * Makefile.in: Rebuilt.
434 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
437 * Makefile.def (flags_to_pass): Remove redundant and incomplete
438 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
439 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
440 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
441 stage_configureflags, stage_cflags and stage_libcflags into
442 explicit Makefile macros.
443 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
445 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
446 CC. Set CC_FOR_BUILD from CC.
447 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
448 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
449 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
450 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
452 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
453 (_LIBCFLAGS): Renamed to _TFLAGS.
454 (do-compare-debug, do-compare3-debug): Drop.
455 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
456 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
457 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
458 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
459 (XGCC_FLAGS_FOR_TARGET): New.
460 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
461 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
462 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
463 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
464 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
465 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
467 (BUILD_CONFIG): Include if requested.
468 (all): Set TFLAGS on bootstrap.
469 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
470 (all-stageid-prefixmodule): Likewise.
471 (do-clean, distclean-stageid): Set TFLAGS.
472 (restrap): Fix whitespace.
473 * Makefile.in: Rebuilt.
475 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
477 * config.guess: Sync with src.
479 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
481 * configure.ac ($with_ppl): Default to no if not supplied.
482 ($with_cloog): Likewise.
483 configure: Regenerate.
485 2009-04-27 James E. Wilson <wilson@codesourcery.com>
487 * MAINTAINERS: Update my e-mail address.
489 2009-04-27 Nick Clifton <nickc@redhat.com>
491 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
493 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
495 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
496 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
497 * Makefile.in: Regenerate.
499 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
502 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
503 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
505 * configure, Makefile.in: Regenerate.
507 2009-04-21 Taras Glek <tglek@mozilla.com>
509 * include/hashtab.h: Update GTY annotations to new syntax
510 * include/splay-tree.h: Likewise
512 2009-04-17 Ben Elliston <bje@au.ibm.com>
514 * config.sub, config.guess: Update from upstream sources.
516 2009-04-15 Anthony Green <green@moxielogic.com>
518 * configure.ac: Add moxie support.
519 * configure: Rebuilt.
521 2009-04-14 Jakub Jelinek <jakub@redhat.com>
523 * configure.ac: Change copyright header to refer to version
524 3 of the GNU General Public License and to point readers at the
525 COPYING3 file and the FSF's license web page.
526 * Makefile.def: Likewise.
527 * Makefile.tpl: Likewise.
528 * Makefile.in: Regenerate.
530 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
532 * configure.ac: Restore match for darwin9 or later. Use double
533 brackets since regeneration eats one pair.
534 * configure: Regenerate.
536 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
539 * configure.ac: Require texinfo 4.7.
540 * configure: Regenerated.
542 2009-04-09 Nick Clifton <nickc@redhat.com>
544 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
545 the GCC Runtime Library Exception.
547 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
549 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
550 * configure: Regenerate.
552 2009-04-01 Steve Ellcey <sje@cup.hp.com>
554 * Makefil.def (languages): New entries.
555 * Makefile.tpl (check-gcc-*): New generic target.
556 * Makefile.in: Regenerate.
558 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
560 * MAINTAINERS: Update my email address.
562 2009-03-18 Tom Tromey <tromey@redhat.com>
564 * configure: Rebuild.
565 * configure.ac (host_libs): Add libiconv.
566 * Makefile.in: Rebuild.
567 * Makefile.def (host_modules): Add libiconv.
568 (configure-gdb, all-gdb): Depend on libiconv.
570 2009-03-16 Tristan Gingold <gingold@adacore.com>
572 * configure.ac: Treat gdb as supported on x86_64-darwin.
573 * configure: Regenerate.
575 2009-03-16 Joseph Myers <joseph@codesourcery.com>
577 * configure.ac (--with-host-libstdcxx): New option.
578 * configure: Regenerate.
580 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
582 * MAINTAINERS: Move myself into the write after approval list.
584 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
586 * MAINTAINERS: Update e-mail address.
588 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
590 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
592 2009-03-10 Ira Rosen <irar@il.ibm.com>
594 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
596 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
598 Backport from git Libtool:
600 2009-01-19 Robert Millan <rmh@aybabtu.com>
601 Support GNU/kOpenSolaris.
602 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
603 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
604 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
607 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
609 * MAINTAINERS: Update e-mail address.
611 2009-02-24 Michael Eager <eager@eagercon.com>
613 * MAINTAINERS (Write After Approval): Add self.
615 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
617 * MAINTAINERS (Write After Approval): Add myself.
619 2009-02-05 Andreas Schwab <schwab@suse.de>
621 * Makefile.tpl (stage_last): Define $r and $s before using
622 $(RECURSE_FLAGS_TO_PASS).
623 * Makefile.in: Regenerate
625 2009-01-30 Ian Lance Taylor <iant@google.com>
627 * MAINTAINERS: Move myself to the Global Reviewers list.
629 2009-01-29 Robert Millan <rmh@aybabtu.com>
631 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
632 * configure: Regenerate.
634 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
636 * MAINTAINERS: Make whitespace consistent.
637 Remove Robert Millan from Write After Approval.
639 2009-01-16 Alan Modra <amodra@bigpond.net.au>
641 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
642 (all-opcodes): Depend on all-libiberty.
643 * Makefile.in: Regenerate.
645 2009-01-15 Douglas B Rupp <rupp@gnat.com>
647 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
648 * configure: Regenerate.
650 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
652 * MAINTAINERS (Write After Approval): Add myself.
654 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
656 * MAINTAINERS: Add myself to reviewers (Fortran).
658 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
660 PR tree-optimization/38515
661 * configure.ac (cloog-polylib): Removed.
662 (with_ppl, with_cloog): Test for "no".
663 * configure: Regenerated.
665 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
667 * MAINTAINERS: Moved myself to reviewers (Fortran).
669 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
671 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
672 (Write After Approval): Remove myself.
674 2009-01-03 Diego Novillo <dnovillo@google.com>
676 * MAINTAINERS: Remove myself from alias maintainership.
678 2009-01-02 David Ayers <ayers@fsfe.org>
680 * MAINTAINERS: Update e-mail address.
682 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
684 * MAINTAINERS: Make whitespace consistent.
686 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
688 Backport from upstream Libtool:
689 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
690 Add cache variables to tests that require the linker to work.
691 For shlibpath_overrides_runpath, this also changes the semantics
692 to let the result from the C compiler take precedence.
694 2008-12-02 Ben Elliston <bje@au.ibm.com>
696 * config.sub, config.guess: Update from upstream sources.
698 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
700 * configure.ac (ppllibs): Add by default the lib flags.
701 * configure: Regenerate.
703 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
705 * MAINTAINERS: Add myself to the write after approval list.
707 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
709 * configure.ac: Add double brackets on darwin[912].
710 * configure: Regenerate.
712 2008-12-03 Daniel Kraft <d@domob.eu>
714 * MAINTAINERS: Moved myself and Mikael Morin from Write After
715 Approval to Reviewer section (for Fortran front-end).
717 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
719 * configure.ac: Expand to darwin10 and later.
720 * configure: Regenerate.
722 2008-12-02 Andreas Schwab <schwab@suse.de>
724 * Makefile.def: configure-target-boehm-gc depends on
725 all-target-libstdc++-v3.
726 * Makefile.in: Regenerate.
728 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
730 * MAINTAINERS: Add myself as mingw maintainer.
732 2008-12-02 Ben Elliston <bje@au.ibm.com>
734 * config.sub, config.guess: Update from upstream sources.
736 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
738 * README.SCO: Remove.
740 2008-11-29 Fernando Pereira <pronesto@gmail.com>
742 * MAINTAINERS: Add myself to the write after approval list.
744 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
746 * MAINTAINERS: Update my email address in WAA section.
748 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
750 * MAINTAINERS: Update e-mail address.
752 2008-11-27 Toon Moene <toon@moene.org>
754 * MAINTAINERS: Change e-mail address.
756 2008-11-27 Tristan Gingold <gingold@adacore.com>
758 * configure.ac: Build gdb for i?86-*-darwin*
759 * configure: Regenerated.
761 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
763 * MAINTAINERS: Added my full name.
765 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
772 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
774 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
775 * Makefile.in: Regenerated.
777 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
784 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
785 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
786 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
787 (HOST_EXPORTS): Pass CPPFLAGS.
788 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
789 (LDFLAGS_FOR_TARGET): Initialize from configure script.
790 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
791 * Makefile.in, configure: Regenerated.
792 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
793 and CPPFLAGS_FOR_BUILD.
795 2008-11-06 Jeff Law <law@redhat.com>
797 * MAINTAINERS: Add myself as middle end maintainer.
799 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
801 * MAINTAINERS (Write after approval): Add myself.
803 2008-11-05 Diego Novillo <dnovillo@google.com>
805 * MAINTAINERS (Global Reviewers): Add myself.
806 (Non-Algorithmic Maintainers): Remove myself.
808 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
810 * MAINTAINERS (Write after approval): Add myself.
812 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
814 * MAINTAINERS (Write after approval): Add myself.
816 2008-10-31 Ben Elliston <bje@au.ibm.com>
818 * configure.ac (spu-*-*): Remove special case.
819 * configure: Regenerate.
821 2008-10-30 Catherine Moore <clm@codesourcery.com>
823 * MAINTAINERS (Write after approval): Update my email address.
825 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
827 * configure.ac [spu-*-*]: Do not set skipdirs.
828 * configure: Re-generate.
830 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
832 * MAINTAINERS (Various Maintainers): Add myself to reload.
834 2008-10-25 Richard Guenther <rguenther@suse.de>
836 * MAINTAINERS (Various Maintainers): Add myself as middle-end
837 maintainer. Remove myself as libgcc-math maintainer.
838 (Non-Algorithmic Maintainers): Remove myself.
840 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
842 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
843 * Makefile.in: Regenerated.
845 2008-10-23 Cary Coutant <ccoutant@google.com>
847 * MAINTAINERS (Write after approval): Add myself.
849 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
856 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
857 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
858 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
859 (HOST_EXPORTS): Pass CPPFLAGS.
860 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
861 (LDFLAGS_FOR_TARGET): Initialize from configure script.
862 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
863 * Makefile.in, configure: Regenerated.
864 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
865 and CPPFLAGS_FOR_BUILD.
867 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
869 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
872 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
874 * MAINTAINERS (Write After Approval): Added myself.
876 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
878 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
879 recommended version to 2.3.2.
881 * configure: Regenerate.
883 2008-10-01 Mark Mitchell <mark@codesourcery.com>
885 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
887 2008-09-29 David Daney <david.daney@caviumnetworks.com>
889 * MAINTAINERS (Write After Approval): Update e-mail address.
891 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
893 * libtool.m4: Update to libtool 2.2.6.
894 * lt~obsolete.m4: Update to libtool 2.2.6.
895 * ltmain.sh: Update to libtool 2.2.6.
896 * ltsugar.m4: Update to libtool 2.2.6.
897 * ltversion.m4: Update to libtool 2.2.6.
898 * ltoptions.m4: Update to libtool 2.2.6.
899 * ltgcc.m4: Update to match changes from libtool 2.2.6.
901 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
903 * MAINTAINERS (Write After Approval): Add myself.
905 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
907 * MAINTAINERS (Write After Approval): Update my name.
909 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
911 * MAINTAINERS: Add myself in "Write After Approval".
913 2008-09-18 Steve Ellcey <sje@cup.hp.com>
915 * MAINTAINERS: Add myself as ia64 maintainer.
917 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
919 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
920 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
921 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
922 and Michael Tiemann from Write After Approval since they do not
923 actually have access.
925 2008-09-05 Richard Guenther <rguenther@suse.de>
927 * configure.ac: Initialize clooglibs to -lcloog.
928 * configure: Re-generate.
930 2008-09-04 Le-Chun Wu <lcwu@google.com>
932 * MAINTAINERS (Write After Approval): Add myself.
934 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
936 * configure.ac (--with-cloog-polylib): New.
937 (--disable-cloog-version-check): New.
938 (--disable-ppl-version-check): New.
939 * configure: Re-generate.
941 2008-09-03 Richard Guenther <rguenther@suse.de>
943 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
945 * configure: Re-generate.
947 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
950 * MAINTAINERS: Add picoChip maintainers.
952 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
953 Tobias Grosser <grosser@fim.uni-passau.de>
954 Jan Sjodin <jan.sjodin@amd.com>
955 Harsha Jagasia <harsha.jagasia@amd.com>
956 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
957 Konrad Trifunovic <konrad.trifunovic@inria.fr>
958 Adrien Eliche <aeliche@isty.uvsq.fr>
960 Merge from graphite branch.
961 * configure: Regenerate.
962 * Makefile.in: Regenerate.
963 * configure.ac (host_libs): Add ppl and cloog.
964 Add checks for PPL and CLooG.
965 * Makefile.def (ppl, cloog): Added modules and dependences.
966 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
967 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
969 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
971 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
972 (GCC_SHLIB_SUBDIR): New.
973 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
974 * configure: Regenerate.
975 * Makefile.in: Regenerate.
977 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
979 * MAINTAINERS: Consistently use tabs to separate columns.
981 2008-08-29 Tristan Gingold <gingold@adacore.com>
983 * MAINTAINERS (Write after Approval): Add myself.
985 2008-08-28 Tristan Gingold <gingold@adacore.com>
987 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
988 Enable bfd, binutils and opcodes.
989 * configure: Regenerate.
991 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
993 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
995 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
997 * MAINTAINERS: Use correct Umlaut for last name.
999 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1001 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1003 2008-08-16 David Edelsohn <edelsohn@gnu.org>
1005 * MAINTAINERS: Update my email address.
1007 2008-08-16 Nicolas Roche <roche@adacore.com>
1009 * Makefile.tpl: Add BOOT_ADAFLAGS.
1010 * Makefile.in: Regenerate.
1012 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
1014 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1015 * configure: Regenerate.
1017 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
1019 * configure.ac: Add makefile fragments for hpux.
1020 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1021 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1022 * configure: Regenerate.
1023 * Makefile.in: Regenerate.
1025 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
1027 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1029 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
1031 * MAINTAINERS (Write after Approval): Add myself.
1033 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
1035 * MAINTAINERS (Write After Approval): Add myself.
1037 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
1039 * MAINTAINERS (Write After Approval): Add myself.
1041 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
1043 * MAINTAINERS: Update my email address.
1045 2008-06-25 Joey Ye <joey.ye@intel.com>
1047 * MAINTAINERS (Write After Approval): Add myself.
1049 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1051 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1052 * Makefile.in: Regenerate.
1053 * configure: Regenerate.
1055 2008-06-17 Daniel Kraft <d@domob.eu>
1057 * MAINTAINERS (Write After Approval): Add myself.
1059 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1061 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1062 "$@" is still intact with both Autoconf 2.59 and 2.62.
1063 * configure: Regenerate.
1065 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1067 * Makefile.tpl: Fix comment errors.
1068 * Makefile.in: Regenerate.
1070 2008-06-12 David S. Miller <davem@davemloft.net>
1071 David Edelsohn <edelsohn@gnu.org>
1073 * configure.ac: Add powerpc*-*-* to gold supported targets.
1074 * configure: Regenerate.
1076 2008-06-08 Joseph Myers <joseph@codesourcery.com>
1078 PR tree-optimization/36218
1079 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1080 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1081 (all prefix="build-"): Pass them to build-system sub-makes.
1082 * Makefile.in: Regenerate.
1084 2008-06-07 Joseph Myers <joseph@codesourcery.com>
1086 * MAINTAINERS (mt port): Remove.
1087 (sco5, unixware, sco udk): Remove.
1088 (Kean Johnston): Add to Write After Approval.
1090 2008-05-30 Julian Brown <julian@codesourcery.com>
1092 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1093 of libobjc for ARM EABI Linux.
1094 * configure: Regenerate.
1096 2008-05-18 Xinliang David Li <davidxl@google.com>
1098 * ChangeLog: Remove wrong ChangeLog entry.
1100 2008-05-17 Xinliang David Li <davidxl@google.com>
1102 * MAINTAINERS (Write After Approval): Add myself.
1104 2008-05-15 Janus Weil <janus@gcc.gnu.org>
1106 * MAINTAINERS (Write After Approval): Add myself.
1108 2008-05-14 Rafael Espíndola <espindola@google.com>
1110 * config-ml.in: don't handle --enable-shared and --enable-static.
1112 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
1114 * MAINTAINERS: Update my email address.
1116 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
1118 * MAINTAINERS: Update my email address.
1120 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
1122 * MAINTAINERS (Write After Approval): Add myself.
1124 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
1126 * MAINTAINERS (Write After Approval): Add myself.
1128 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
1130 * MAINTAINERS (crx): Add myself.
1132 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
1135 2008-04-14 David S. Miller <davem@davemloft.net>
1137 * configure.ac: Add sparc*-*-* to gold supported targets.
1138 * configure: Regenerate.
1140 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
1143 * configure.ac: Include override.m4.
1144 * configure: Regenerate.
1146 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
1148 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1149 * Makefile.in: Regenerate.
1151 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1153 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
1154 as nonconfigurable directories list.
1155 * configure: Regenerate.
1157 2008-04-14 Ben Elliston <bje@au.ibm.com>
1159 * config.sub, config.guess: Update from upstream sources.
1161 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
1163 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1164 * Makefile.in: Regenerate.
1166 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
1168 * configure.ac: Do not build libssp for the AVR.
1169 * configure: Regenerate.
1171 2008-04-07 Ian Lance Taylor <iant@google.com>
1173 * Makefile.def: check-gold depends upon all-binutils.
1174 * Makefile.in: Regenerate.
1176 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
1178 * MAINTAINERS (Write After Approval): Add myself.
1180 2008-04-04 Nick Clifton <nickc@redhat.com>
1183 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
1185 * configure: Regenerate.
1187 2008-04-04 NightStrike <NightStrike@gmail.com>
1190 * configure.ac: Combine rules for mingw32 and mingw64.
1191 * configure: Regenerate.
1193 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
1195 * MAINTAINERS (Write After Approval): Add myself.
1197 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
1199 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
1200 * Makefile.in (.NOTPARALLEL): Ditto.
1202 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
1204 * MAINTAINERS (Write After Approval): Add myself.
1206 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
1208 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
1209 * Makefile.in (.NOTPARALLEL): Regenerate.
1211 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
1213 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1214 * Makefile.in: Regenerate.
1216 2008-03-26 Jakub Staszak <kuba@et.pl>
1218 * MAINTAINERS (Write After Approval): Add myself.
1220 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
1222 * MAINTAINERS: Update e-mail address.
1224 2008-03-20 Ian Lance Taylor <iant@google.com>
1226 * configure.ac: Add support for --enable-gold.
1227 * Makefile.def: Add gold as a directory like ld.
1228 * configure, Makefile.in: Regenerate.
1230 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1232 * configure.ac: m4_include config/proginstall.m4.
1233 * configure: Regenerate.
1235 Backport from upstream Libtool:
1237 2007-10-12 Eric Blake <ebb9@byu.net>
1239 Deal with Autoconf 2.62's semantic change in m4_append.
1240 * ltsugar.m4 (lt_append): Replace broken versions of
1242 (lt_if_append_uniq): Don't require separator to be overquoted,
1243 and avoid broken m4_append.
1244 (lt_dict_add): Fix typo.
1245 * libtool.m4 (_LT_DECL): Don't overquote separator.
1247 2008-03-13 David Edelsohn <edelsohn@gnu.org>
1249 * config.rpath: Add AIX 6 support.
1251 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
1253 * Makefile.def (stageprofile). Remove -fprofile-generate
1254 from stage_libcflags.
1255 * Makefile.in: Regenerate.
1257 2008-03-13 Ben Elliston <bje@au.ibm.com>
1259 * config.sub, config.guess: Update from upstream sources.
1261 2008-03-06 Tom Tromey <tromey@redhat.com>
1263 * MAINTAINERS: Update for treelang deletion.
1265 2008-03-03 James E. Wilson <wilson@tuliptree.org>
1267 * MAINTAINERS: Update my email address.
1269 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
1271 * MAINTAINERS (darwin port): Add myself as a maintainer.
1272 (objective-c/c++): Add myself as a maintainer.
1274 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
1276 * MAINTAINERS (Write After Approval): Update my email address.
1278 2008-02-25 Tomas Bily <tbily@suse.cz>
1280 * MAINTAINERS (Write After Approval): Add myself.
1282 2008-02-23 Jakub Jelinek <jakub@redhat.com>
1284 * MAINTAINERS (OpenMP): Add myself.
1286 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
1291 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
1292 * configure: Regenerate.
1294 * Makefile.def: Define stage_libcflags for all bootstrap stages.
1295 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
1296 STAGE4_LIBCFLAGS): New.
1297 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
1298 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
1299 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
1300 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
1301 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
1302 for target modules. Don't export LIBCFLAGS.
1303 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
1304 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
1305 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
1306 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
1307 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
1308 * Makefile.in: Regenerate.
1310 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1313 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
1314 Do not use -DDLL_EXPORT. Backport from upstream.
1316 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1318 * MAINTAINERS (Write After Approval): Add myself.
1320 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
1322 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
1323 * configure: Regenerate.
1325 2008-01-31 Marc Gauthier <marc@tensilica.com>
1327 * configure.ac (xtensa*-*-*): Recognize processor variants.
1328 * configure: Regenerate.
1330 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1333 * configure.ac (PARSE_ARGS): Push suitable setting of
1334 ac_subdirs_all, for `./configure --help=recursive'.
1335 Handle `+' in generic toplevel directory disabling.
1336 * configure: Regenerate.
1338 2008-01-28 Nick Clifton <nickc@redhat.com>
1340 * MAINTAINERS (xstormy16): Take over maintainership.
1342 2008-01-25 Joseph Myers <joseph@codesourcery.com>
1344 * MAINTAINERS (c4x port): Remove.
1346 2008-01-24 David Edelsohn <edelsohn@gnu.org>
1348 * libtool.m4: Backport AIX 6 support from ToT Libtool.
1350 2008-01-23 Ben Elliston <bje@au.ibm.com>
1352 * config.sub, config.guess: Update from upstream sources.
1354 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
1356 * MAINTAINERS (Write After Approval): Add myself.
1358 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
1360 * MAINTAINERS: Update my email address.
1362 2008-01-09 Raksit Ashok <raksit@google.com>
1364 * MAINTAINERS (Write After Approval): Add myself.
1366 2008-01-09 Raksit Ashok <raksit@google.com>
1368 * MAINTAINERS (Write After Approval): Add myself.
1370 2008-01-08 Ben Elliston <bje@au.ibm.com>
1372 * config.sub, config.guess: Update from upstream sources.
1374 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1376 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
1377 Change recommended MPFR from 2.2.1 -> 2.3.0.
1378 * configure: Regenerate.
1380 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
1382 * MAINTAINERS: Update my email address.
1384 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
1386 * MAINTAINERS: Update my email address.
1388 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
1390 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
1391 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
1392 * Makefile.in: Regenerate.
1394 2007-12-10 Mark Heffernan <meheff@google.com>
1396 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
1399 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
1401 * configure.ac: Enable libjava for x86_64-*-darwin9.
1402 * configure: Regenerate.
1404 2007-12-07 Bill Maddox <maddox@google.com>
1406 * MAINTAINERS (Write After Approval): Add myself.
1408 2007-12-05 Ben Elliston <bje@au.ibm.com>
1410 * config.sub, config.guess: Update from upstream sources.
1412 2007-12-02 Matthias Klose <doko@ubuntu.com>
1414 * config-ml.in: Remove 64bit configure tests.
1416 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1418 * config-ml.in: Robustify against white space in absolute file
1421 * config-ml.in (multi-clean): Substitute ${Makefile}.
1422 Remove superfluous ${Makefile} in list.
1424 2007-11-19 Thiemo Seufer <ths@mips.com>
1426 * config-ml.in: Don't hardcode the Makefile name.
1428 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
1430 * MAINTAINERS (Write After Approval): Add myself.
1432 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
1434 * MAINTAINERS (Write After Approval): Add myself.
1436 2007-11-06 Doug Kwan <dougkwan@google.com>
1438 * MAINTAINERS (Write After Approval): Add myself.
1440 2007-10-25 Ben Elliston <bje@au.ibm.com>
1442 * MAINTAINERS (mercury): Remove entry.
1443 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
1445 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
1447 * Makefile.def (dependencies): Make configure-gdb depend on
1449 * Makefile.in: Regenerated.
1451 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
1453 * MAINTAINERS (Fortran maintainer): Remove myself.
1455 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
1457 * Makefile.def: To avoid problems running with parallel makes,
1458 build newlib before libgloss so that target specific header
1460 * Makefile.in: Regenerate
1462 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1464 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1465 * Makefile.in: Regenerate.
1467 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
1469 * MAINTAINERS (Register allocation reviewer): Add myself.
1471 2007-10-08 Mike Frysinger <vapier@gentoo.org>
1473 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1474 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1475 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
1476 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1477 * configure: Regenerate.
1479 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
1481 * MAINTAINERS (Register allocation reviewer): Add myself.
1483 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
1485 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1486 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1487 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1488 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1489 * configure.ac: Default them to host tools for $host = $build.
1492 * configure: Regenerate.
1493 * Makefile.in: Regenerate.
1495 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
1497 * MAINTAINERS (Register allocation reviewer): Add myself.
1499 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
1501 * MAINTAINERS (Register allocation reviewer): Add myself.
1503 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
1505 * MAINTAINERS (Write After Approval): Fix typo.
1507 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
1509 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
1510 * configure: Regenerate.
1512 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
1515 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
1516 they're already prefixed.
1518 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
1520 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
1522 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
1523 * configure: Regenerate.
1524 * Makefile.in: Regenerate.
1526 2007-09-17 Andreas Schwab <schwab@suse.de>
1528 * configure.ac: Raise minimum makeinfo version to 4.6.
1529 * configure: Regenerate.
1531 2007-09-17 Johannes Singler <singler@ira.uka.de>
1533 * MAINTAINERS (write-after-approval) add myself
1535 2007-09-15 Alan Modra <amodra@bigpond.net.au>
1537 * configure.ac: Correct makeinfo version check.
1538 * configure: Regenerate.
1540 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
1542 * MAINTAINERS: Update my email address.
1544 2007-09-14 Richard Sandiford <richard@codesourcery.com>
1546 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
1547 to $skipdirs and only disable gprof for newlib. Use the normal
1548 mips*-elf* handling in other respects.
1549 * configure: Regnerate.
1551 2007-09-12 David Daney <ddaney@avtrex.com>
1553 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
1555 * configure: Regenerate.
1557 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
1560 * configure.ac: For libgloss targets, point the linker to the linker
1561 script, startup code and simulator library.
1562 * configure: Regenerate.
1564 2007-09-07 Andrew Haley <aph@redhat.com>
1566 * configure.ac (noconfigdirs): Remove target-libffi and
1568 * configure: Regenerate.
1570 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1573 * configure.ac: Use config/mh-mingw on mingw.
1574 * configure: Regenerate.
1576 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
1578 * MAINTAINERS (Write After Approval): Add myself.
1580 2007-09-05 Richard Guenther <rguenther@suse.de>
1582 * configure.ac (--enable-stage1-checking): If neither --enable-checking
1583 nor --disable-checking is provided also turn on yes and types
1584 checking for stage1.
1585 * configure: Re-generate.
1587 2007-08-30 Krister Walfridsson <cato@df.lth.se>
1589 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
1590 (Write After Approval): Remove myself.
1592 2007-08-29 Nick Clifton <nickc@redhat.com>
1594 * config.sub, config.guess: Update from upstream sources.
1596 2007-08-22 Bud Davis <jmdavis@link.com>
1598 * MAINTAINERS (Write After Approval): Added myself.
1599 * MAINTAINERS (Reviewers): Removed myself.
1601 2007-08-18 Paul Brook <paul@codesourcery.com>
1602 Joseph Myers <joseph@codesourcery.com>
1604 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
1605 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
1606 * Makefile.in: Regenerate.
1607 * configure.ac (--with-debug-prefix-map): New.
1608 * configure: Regenerate.
1610 2007-08-17 Richard Sandiford <richard@codesourcery.com>
1611 Nigel Stephens <nigel@mips.com>
1613 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
1614 as target_makefile_frag.
1615 * configure: Regenerate.
1617 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
1619 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1620 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
1621 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1622 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1623 (do-compare, do-compare3, do-compare-debug): New.
1624 ([+compare-target+]): Use them.
1626 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
1628 * MAINTAINERS (Write After Approval): Change my email address.
1630 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1631 Ben Elliston <bje@au.ibm.com>
1633 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
1634 --silent if $silent.
1635 * configure: Regenerate.
1637 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
1639 * MAINTAINERS (Various Maintainers): Add myself as
1640 loop infrastructure maintainer. Update my e-mail
1643 2007-07-31 Diego Novillo <dnovillo@google.com>
1645 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
1648 2007-07-26 Richard Guenther <rguenther@suse.de>
1650 * configure.ac: Add types checking to stage1 checking flags.
1651 * configure: Regenerate.
1653 2007-07-17 Nick Clifton <nickc@redhat.com>
1655 * COPYING3: New file. Contains version 3 of the GNU General
1657 * COPYING3.LIB: New file. Contains version 3 of the GNU
1658 Lesser General Public License.
1660 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
1662 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
1664 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
1666 * MAINTAINERS (S/390 co-maintainer): Add myself.
1667 (Write After Approval): Remove myself.
1669 2007-07-13 Dan Hipschman <dsh@google.com>
1671 * MAINTAINERS (Write After Approval): Add myself.
1673 2007-07-11 Nick Clifton <nickc@redhat.com>
1675 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
1677 * Makefile.in: Regenerate.
1679 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1681 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
1684 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
1686 * lt~obsolete.m4: New. Import from 20070318 libtool.
1688 2007-07-03 Julian Brown <julian@codesourcery.com>
1690 * MAINTAINERS (Write After Approval): Add myself.
1692 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1694 * configure.ac: Rewrite 'configure --help' strings to look nicer.
1695 * configure: Regenerate.
1697 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1699 * configure.ac: Add some missing m4 quotation.
1700 * configure: Regenerate.
1702 2007-07-02 Simon Baldwin <simonb@google.com>
1704 * MAINTAINERS (Write After Approval): Add myself.
1706 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
1708 * configure: Regenerate.
1710 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
1712 * Makefile.def: Add windmc tool to build.
1713 * Makefile.tpl: Likewise.
1714 * configure.ac: Likewise.
1715 * Makefile.in: Regenerate.
1716 * configure: Regenerate.
1718 2007-06-28 DJ Delorie <dj@redhat.com>
1720 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
1721 not building newlib.
1722 * configure: Regenerated.
1724 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
1726 * MAINTAINERS (Write After Approval): Add myself.
1728 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
1730 * MAINTAINERS (Write After Approval): Add myself.
1732 2007-06-19 Chris Matthews <chrismatthews@google.com>
1734 * MAINTAINERS (Write After Approval): Add myself.
1736 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
1738 * MAINTAINERS (Write After Approval): Add myself.
1740 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
1742 * Makefile.def: Add dependency from configure-gdb to all-bfd.
1743 * Makefile.in: Regenerated.
1745 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
1747 * configure.ac: Don't add target-libmudflap to noconfigdirs for
1748 bfin*-*-uclinux* targets.
1749 * configure: Regenerate.
1751 2007-06-14 Ian Lance Taylor <iant@google.com>
1753 * MAINTAINERS: Add myself as non-algorithmic global write
1756 2007-06-14 Diego Novillo <dnovillo@google.com>
1758 * MAINTAINERS: Add self as middle-end maintainer and
1759 non-algorithmic global write maintainer.
1761 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1763 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
1764 Move all Fortran maintainers except Paul Brook into the
1765 Non-Autopoiesis section.
1767 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
1769 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
1770 (distclean-stage[+id+]): Possibly delete stage_last.
1771 * Makefile.in: Regenerate.
1773 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
1775 * MAINTAINERS (Various Maintainer): Fix typo.
1777 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
1779 * MAINTAINERS (Various Maintainer): Add myself as
1780 dataflow maintainer.
1782 2007-06-07 Ben Elliston <bje@au.ibm.com>
1784 * config.sub, config.guess: Update from upstream sources.
1786 2007-06-07 Ben Elliston <bje@au.ibm.com>
1788 * Makefile.tpl: Fix spelling error.
1789 * Makefile.in: Regenerate.
1791 2007-06-01 Steve Ellcey <sje@cup.hp.com>
1793 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
1794 lt_cv_sys_max_cmd_len.
1796 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
1798 * MAINTAINERS (Various Maintainers): Add myself as
1799 auto-vectorizer maintainer.
1801 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
1804 * libtool.m4: Revert previous change.
1805 * ltgcc.m4: Put it here.
1807 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
1809 * MAINTAINERS (Various Maintainers): Add myself as
1810 auto-vectorizer maintainer.
1812 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
1815 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
1817 2007-05-30 Richard Guenther <rguenther@suse.de>
1819 * MAINTAINERS (Various Maintainers): Add myself as
1820 auto-vectorizer maintainer.
1822 2007-05-30 Jakub Jelinek <jakub@redhat.com>
1825 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
1826 * configure: Rebuilt.
1828 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
1830 * MAINTAINERS (Write After Approval): Removed my name.
1832 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
1834 * MAINTAINERS (Write After Approval): Remove myself.
1836 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
1838 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
1840 2007-05-23 Steve Ellcey <sje@cup.hp.com>
1842 * ltmain.sh: Update from ToT Libtool.
1843 * libtool.m4: Update from ToT Libtool.
1844 * ltsugar.m4: New. Update from ToT Libtool.
1845 * ltversion.m4: New. Update from ToT Libtool.
1846 * ltoptions.m4: New. Update from ToT Libtool.
1848 * ltcf-c.sh: Remove.
1849 * ltcf-cxx.sh: Remove.
1850 * ltcf-gcj.sh: Remove.
1852 2007-05-22 Ollie Wild <aaw@google.com>
1854 * MAINTAINERS (Write After Approval): Add myself.
1856 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
1858 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
1860 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
1861 Remove CFLAGS/LIBCFLAGS.
1862 (configure-stage[+id+]-[+prefix+][+module+],
1863 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
1864 * Makefile.in: Regenerate.
1866 2007-05-15 Diego Novillo <dnovillo@google.com>
1868 * MAINTAINERS: Update e-mail address.
1870 2007-05-15 Revital Eres <eres@il.ibm.com>
1872 * MAINTAINERS (Write After Approval): Add myself.
1874 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
1876 * MAINTAINERS (Write After Approval): Updated my address.
1878 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
1880 * MAINTAINERS (Write After Approval): Add myself.
1882 2007-05-11 Silvius Rus <rus@google.com>
1884 * MAINTAINERS (Write After Approval): Add myself.
1886 2007-04-23 Tom Tromey <tromey@redhat.com>
1888 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
1890 2007-04-22 Mark Mitchell <mark@codesourcery.com>
1892 * MAINTAINERS (cpplib): Rename to ...
1893 (libcpp): ... this. Add C/C++ front end maintainers.
1895 2007-04-14 Steve Ellcey <sje@cup.hp.com>
1897 * config-ml.in: Pass ${ml_config_env} to configure calls.
1899 2007-04-04 Christian Bruel <christian.bruel@st.com>
1901 * MAINTAINERS (Write After Approval): Add myself.
1903 2007-04-02 Dave Korn <dave.korn@artimi.com>
1905 * MAINTAINERS (Write After Approval): Add myself.
1907 2007-03-31 Tobias Burnus <burnus@net-b.de>
1909 * MAINTAINERS (fortran 95 front end): Add myself.
1911 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
1913 * MAINTAINERS (Write After Approval): Add myself.
1915 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
1917 * MAINTAINERS (Modulo Scheduler): Add myself.
1919 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
1921 * MAINTAINERS (fortran 95 front end): Add myself.
1922 (c++ front end): whitespace fix.
1924 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
1926 * MAINTAINERS (Write After Approval): Add myself.
1928 2007-03-21 Richard Sandiford <richard@codesourcery.com>
1930 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
1931 of glob. Quote arguments with single quotes too.
1932 * configure: Regenerate.
1934 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
1936 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
1937 * Makefile.in: Regenerate
1939 2007-03-07 Andreas Schwab <schwab@suse.de>
1941 * configure: Regenerate.
1943 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
1945 * configure.ac: Add "--with-pdfdir" configure option,
1946 which defines pdfdir variable.
1947 * Makefile.def (target=fixincludes): Add install-pdf to
1949 (recursive_targets): Add install-pdf target.
1950 (flags_to_pass): Add pdfdir.
1951 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
1953 * configure: Regenerate
1954 * Makefile.in: Regenerate
1956 2007-02-28 Eric Christopher <echristo@apple.com>
1959 2006-12-07 Mike Stump <mrs@apple.com>
1961 * Makefile.def (dependencies): Add dependency for
1962 install-target-libssp and install-target-libgomp on
1964 * Makefile.in: Regenerate.
1966 2007-02-27 Matt Kraai <kraai@ftbfs.org>
1968 * configure: Regenerate.
1969 * configure.ac: Move statements after variable declarations.
1971 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
1973 * MAINTAINERS: Add myself as sh maintainer.
1975 2007-02-19 Joseph Myers <joseph@codesourcery.com>
1977 * configure.ac: Adjust for loop syntax.
1978 * configure: Regenerate.
1980 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
1982 * configure: Rebuilt.
1984 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
1986 * configure.ac: Drop multiple occurrences of --enable-languages,
1987 and fix its quoting.
1988 * configure: Rebuilt.
1990 2007-02-17 Mark Mitchell <mark@codesourcery.com>
1991 Nathan Sidwell <nathan@codesourcery.com>
1992 Vladimir Prus <vladimir@codesourcery.com>
1993 Joseph Myers <joseph@codesourcery.com>
1995 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
1996 * configure: Regenerate.
1998 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
2000 * ltconfig (freebsd*): Default to elf.
2002 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2004 * configure.ac (target_libraries): Move libgcc before libiberty.
2005 * configure: Regenerated.
2007 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2008 Paolo Bonzini <bonzini@gnu.org>
2011 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
2012 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
2013 * configure: Regenerated.
2015 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2017 * MAINTAINERS (Language Front End Maintainers): Update my mail
2020 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2023 * configure.ac: Correct syntax for Solaris ksh.
2024 * configure: Regenerated.
2026 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
2028 * configure.ac: Sync with src.
2029 * configure: Regenerate.
2031 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
2033 * Makefile.in: Regenerate.
2035 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
2037 * config.sub: Sync with src.
2039 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2041 * Makefile.tpl (build_alias, host_alias, target_alias): Use
2042 noncanonical equivalents.
2043 * configure.in: Rename to...
2044 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
2045 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
2046 target_noncanonical. Use them. Rewrite removal of configure
2047 arguments for autoconf 2.59. Discard variable settings. Force
2048 program_transform_name for native tools.
2050 * Makefile.in: Regenerated.
2051 * configure: Regenerated with autoconf 2.59.
2053 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
2055 * MAINTAINERS (Write After Approval): Add myself.
2057 2007-01-31 Andreas Schwab <schwab@suse.de>
2059 * Makefile.tpl (LDFLAGS): Substitute it.
2060 * Makefile.in: Regenerate.
2062 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
2064 * MAINTAINERS (Write After Approval): Add myself.
2066 2007-01-28 David Edelsohn <edelsohn@gnu.org>
2068 * MAINTAINERS (spu port): Add myself.
2070 2007-01-23 Richard Guenther <rguenther@suse.de>
2073 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2074 * Makefile.tpl (GNATBIND): Substitute it.
2075 (GNATMAKE): Likewise.
2076 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2078 * Makefile.in: Regenerate.
2079 * configure: Regenerate.
2081 2007-01-18 Mike Stump <mrs@apple.com>
2083 * configure.in: Re-enable -Werror for gcc builds.
2085 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
2087 * MAINTAINERS (Write After Approval): Add myself.
2089 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
2091 * configure.in: Change == to = in test command.
2092 * configure: Regenerate.
2094 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
2095 Nick Clifton <nickc@redhat.com>
2096 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
2098 * configure.in (build_configargs, host_configargs, target_configargs):
2099 Remove build/host/target parameters.
2100 (host_libs): Add gmp and mpfr.
2101 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2102 * Makefile.def (gmp, mpfr): New.
2103 (gcc): Remove target.
2104 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2105 target_os, target_vendor): New.
2106 (configure): Add host_alias/target_alias arguments. Adjust invocations.
2107 * configure: Regenerate.
2108 * Makefile.in: Regenerate.
2110 2007-01-11 Matt Fago <fago@earthlink.net>
2112 * configure.in: Try to link to functions only in mpfr 2.2.x
2113 to improve robustness of configure tests.
2114 * configure: Regenerate.
2116 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
2118 * MAINTAINERS: Add myself as i386 maintainer.
2120 2007-01-08 Jan Hubicka <jh@suse.cz>
2122 * MAINTAINERS: Add myself as i386 maintainer.
2124 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
2126 * configure.in: Add support for an x86_64-mingw* target.
2127 * configure: Regenerate.
2129 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
2131 * Makefile.tpl (all-target): Correct @if conditional for target
2133 * configure.in: Omit libiberty if building only target libgcc.
2134 * configure, Makefile.in: Regenerated.
2136 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
2138 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
2139 * configure: Regenerate.
2141 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
2143 * Makefile.def (target_modules): Add libgcc.
2144 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
2145 * Makefile.tpl (clean-target-libgcc): Delete.
2146 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2147 on gcc even for bootstrapped modules. Rewrite handling of
2148 lang_env_dependencies to loop over target_modules.
2149 * configure.in (target_libraries): Add target-libgcc.
2150 * Makefile.in, configure: Regenerated.
2152 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
2154 * configure.in: Reorganize recognition of languages. Add
2155 --enable-stage1-languages. Show supported languages for the chosen
2156 target rather than all recognized languages.
2157 * configure: Regenerate.
2159 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
2161 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2162 * Makefile.in: Regenerate.
2164 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2166 * configure.in: Warn that MPFR 2.2.0 is buggy.
2167 * configure: Regenerate.
2169 2006-12-27 Ian Lance Taylor <iant@google.com>
2171 * configure.in: When removing Makefiles to force a reconfigure, also
2172 remove prev-DIR*/Makefile.
2173 * configure: Regenerate.
2175 2006-12-22 Andreas Schwab <schwab@suse.de>
2177 * configure: Regenerate with correct autoconf version.
2179 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
2181 * configure.in: add AC_SUBST for *_FOR_TARGET.
2182 * configure: Regenerate.
2184 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2186 * configure.in: Simplify logic for rejecting languages that cannot
2187 be built. Separate the case when a language is unsupported,
2188 from the case when the user chooses not to build a language.
2190 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2192 * configure.in: Remove "$build" case for powerpc-*-darwin* since
2193 it only affects bootstrap and could be tested on "$host" as well.
2194 * configure: Regenerate.
2195 * config/mh-ppc-darwin: Add to the stage1 cflags here.
2197 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2200 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2201 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2202 move here comment from Makefile.tpl.
2203 * Makefile.tpl: Move some definitions higher in the file.
2204 (STAGE1_CHECKING): New.
2205 * configure.in: Add --enable-stage1-checking.
2206 * configure: Regenerate.
2207 * Makefile.in: Regenerate.
2209 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2211 * MAINTAINERS: Add myself as build system maintainer.
2213 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
2215 * MAINTAINERS (Write After Approval): Add myself.
2217 2006-12-13 Eric Christopher <echristo@apple.com>
2219 * MAINTAINERS: Add myself as darwin maintainer.
2221 2006-12-11 Ian Lance Taylor <ian@airs.com>
2223 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
2225 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
2227 MAINTAINERS: Update my entry.
2229 2006-12-11 Alan Modra <amodra@bigpond.net.au>
2231 * configure.in: Handle spu makefile frag.
2232 * Makefile.tpl (MAINT): Define
2233 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2234 * configure: Regenerate.
2235 * Makefile.in: Regenerate.
2237 2006-12-11 Ben Elliston <bje@au.ibm.com>
2239 * config.guess: Import latest version.
2240 * config.sub: Likewise.
2242 2006-12-11 Ben Elliston <bje@au.ibm.com>
2244 * configure.in (spu-*-*): Don't skip target-libiberty.
2245 * configure: Regenerate.
2247 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
2250 * configure.in: Correct x86 darwin support for libjava to powerpc
2252 * configure: Regenerate.
2254 2006-12-08 Sandro Tolaini <tolaini@libero.it>
2256 * configure.in: Add x86 darwin support for libjava.
2257 * configure: Regenerate.
2259 2006-12-07 Mike Stump <mrs@apple.com>
2261 * Makefile.def (dependencies): Add dependency for
2262 install-target-libssp and install-target-libgomp on
2264 * Makefile.in: Regenerate.
2266 2006-12-04 Richard Guenther <rguenther@suse.de>
2268 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
2269 (Non-Algorithmic Maintainers): Move over non-algorithmic
2270 loop optimizer maintainers, add myself as a non-algorithmic
2271 middle-end maintainer.
2273 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
2275 * MAINTAINERS (Write After Approval): Add myself.
2277 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2279 * configure.in: Update error message for missing GMP/MPFR.
2281 * configure: Regenerate.
2283 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2285 * configure.in: Update MPFR version in error message.
2287 * configure: Regenerate.
2289 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2291 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
2292 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
2293 --with-gmp-lib): New flags.
2295 * configure: Regenerate.
2297 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
2299 * MAINTAINERS (Write After Approval): Change my email address.
2301 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2303 * MAINTAINERS (Write After Approval): Add myself.
2305 2006-11-22 Philipp Thomas <pth@suse.de>
2307 * MAINTAINERS (i18n): Update e-mail address.
2309 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2311 * MAINTAINERS (spu port): Add myself as maintainer.
2312 (Write After Approval): Remove myself.
2314 2006-11-22 Ben Elliston <bje@au.ibm.com>
2316 * configure.in (skipdirs): Don't build libssp for SPU.
2317 * configure: Regenerate.
2319 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
2321 * MAINTAINERS (spu port): Add myself as maintainer.
2322 (libobjc): Update my email address.
2324 2006-11-21 Andrea Bona <andrea.bona@st.com>
2326 * MAINTAINERS (Write After Approval): Add myself.
2328 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2330 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
2331 * configure : Rebuilt.
2333 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
2335 * MAINTAINERS (Write After Approval): Add myself.
2337 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
2339 * MAINTAINERS (Write After Approval): Add myself.
2341 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2343 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
2345 * configure: Regenerate.
2347 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
2349 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
2350 (unstage): Test for stage_last presence.
2353 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2354 * Makefile.in: Regenerate.
2356 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
2358 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
2361 2006-11-14 Erven Rohou <erven.rohou@st.com>
2363 * MAINTAINERS (Write After Approval): Add myself.
2365 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
2367 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
2368 and stageN-package/Makefile.
2369 * Makefile.in: Regenerated.
2371 2006-11-14 Jie Zhang <jie.zhang@analog.com>
2373 * configure.in: Remove target-libgloss from noconfigdirs for
2375 * configure: Regenerated.
2377 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2379 * configure.in (have_gmp): Only error if the gcc directory exists.
2381 * configure: Regenerate.
2383 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2385 * configure.in: Robustify error message for missing GMP/MPFR.
2387 * configure: Regenerate.
2389 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
2391 * MAINTAINERS (Write After Approval): Add myself.
2393 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
2395 * MAINTAINERS: Change email address.
2397 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
2399 * MAINTAINERS (Write After Approval): Add myself.
2401 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
2403 * MAINTAINERS (Write After Approval): Add myself.
2405 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
2407 * MAINTAINERS (Write After Approval): Move myself to
2408 Write After Approval section.
2410 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2412 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
2414 * configure: Regenerate.
2416 2006-10-16 Tobias Burnus <burnus@net-b.de>
2418 * MAINTAINERS (Write After Approval): Add myself.
2420 2006-10-16 Ben Elliston <bje@au.ibm.com>
2422 * config.guess: Import latest version.
2423 * config.sub: Likewise.
2425 2006-10-10 Brooks Moses <bmoses@stanford.edu>
2427 * Makefile.def: Added pdf target handling.
2428 * Makefile.tpl: Added pdf target handling.
2429 * Makefile.in: Regenerated.
2431 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
2433 * MAINTAINERS: Add self as score port maintainer.
2435 2006-10-04 Brooks Moses <bmoses@stanford.edu>
2437 * MAINTAINERS (Write After Approval): Add myself.
2439 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
2441 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
2443 * configure: Regenerated.
2445 2006-09-27 Dave Brolley <brolley@redhat.com>
2447 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2449 * configure: Regenerated.
2451 2006-09-26 Thiemo Seufer <ths@mips.com>
2453 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2454 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2455 * configure: Regenerate.
2457 2006-09-24 Graeme Peterson <gridly@gmail.com>
2459 * MAINTAINERS (Write After Approval): Remove myself.
2461 2006-09-22 Chao-ying Fu <fu@mips.com>
2463 * MAINTAINERS (Write After Approval): Add myself.
2465 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
2467 * MAINTAINERS: Add self as soft-fp maintainer.
2469 2006-09-09 Anatoly Sokolov <aesok@post.ru>
2471 * MAINTAINERS: Add myself as avr maintainer.
2472 Remove Marek Michalkiewicz as avr maintainer.
2474 2006-09-07 Roberto Costa <roberto.costa@st.com>
2476 * MAINTAINERS (Write After Approval): Add myself.
2478 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
2480 * configure.in: Never build newlib for a Mingw host.
2481 Never build newlib as Mingw target library.
2482 Test the existence of winsup/cygwin for building a Cygwin newlib,
2483 rather than just winsup.
2484 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2485 building a Mingw target.
2486 * configure: Regenerate.
2488 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
2490 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
2492 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
2494 * config.guess: Import from src (was more updated).
2495 * config.sub: Likewise.
2497 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
2499 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2500 * configure: Regenerated.
2502 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
2504 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2505 for stages after the first.
2507 2006-07-17 Jakub Jelinek <jakub@redhat.com>
2509 * Makefile.def: Add dependencies for configure-opcodes
2510 on configure-intl and all-opcodes on all-intl.
2511 * Makefile.in: Regenerated.
2513 2006-07-13 Ben Elliston <bje@au.ibm.com>
2515 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
2517 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
2519 Port to hosts whose 'sort' and 'tail' implementations
2520 treat operands with leading '+' as file names, as POSIX
2521 has required since 2001. However, make sure the code still
2522 works on pre-POSIX hosts.
2523 * ltmain.sh: Don't assume "sort +2" is equivalent to
2524 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
2526 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
2528 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
2530 2006-07-04 Peter O'Gorman <peter@pogma.com>
2532 * ltconfig: chmod 644 before ranlib during install.
2534 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
2537 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2538 if the bootstrap compiler is a GCC version that supports it.
2539 * configure: Regenerate.
2541 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
2543 * configure.in: Fix thinkos in previous check-in.
2544 * configure: Regenerate.
2546 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
2549 * configure.in: Test subdir_requires and give an appropriate
2551 * configure: Regenerate.
2553 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
2555 * MAINTAINERS (Write After Approval): Add myself.
2557 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
2559 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2561 2006-06-22 Steve Ellcey <sje@cup.hp.com>
2563 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2565 2006-06-20 David Ayers <d.ayers@inode.at>
2568 * configure.in: Add target-boehm-gc to noconfigdirs depending on
2569 whether target-libjava is being configured instead of whether the
2570 java front end is enabled.
2571 * configure: Regenerate.
2573 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2576 * configure.in: Only enable libgomp on IRIX 6.
2577 * configure: Regenerate.
2579 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
2581 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
2583 * Makefile.in: Regenerate.
2585 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
2587 * config-ml.in: Alter CCASFLAGS to include special
2588 multilib options the same as is done for CFLAGS.
2590 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2592 * configure.in: Don't enable libgomp on hpux10.
2593 * configure: Rebuilt.
2595 2006-06-12 David Ayers <d.ayers@inode.at>
2599 * configure.in: Remove target-boehm-gc from noconfigdirs where
2600 ${libgcj} is specified.
2601 * configure: Regenerate.
2603 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
2607 * configure.in: Sync.
2608 * configure: Regenerated.
2610 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
2612 * Makefile.def: Added dependencies from sim and gdb on intl, and
2613 added configure dependencies to everything with an all dependency
2615 * Makefile.in: Regenerated.
2617 2006-06-06 David Ayers <d.ayers@inode.at>
2620 * Makefile.def: Add dependencies for libobjc which boehm-gc.
2621 * Makefile.in: Regenerate.
2622 * configure.in: Add --enable-objc-gc at toplevel and have it
2623 enable boehm-gc for Objective-C.
2624 Remove target-boehm-gc from libgcj.
2625 Add target-boehm-gc to target_libraries.
2626 Add target-boehm-gc to noconfigdirs where ${libgcj}
2628 Assert that boehm-gc is supported when requested for Objective-C.
2629 Only build boehm-gc if needed either for Java or Objective-C.
2630 * configure: Regenerate.
2632 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
2635 * Makefile.tpl (configure-[+prefix+][+module+],
2636 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
2637 Remove rule to unstage bootstrapped modules.
2638 (stage_current): New.
2639 * Makefile.in: Regenerate.
2641 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2643 * MAINTAINERS (Write After Approval): Update my e-mail address.
2645 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
2647 * include/libiberty.h: Declare pex_run_in_environment.
2649 2006-05-31 Asher Langton <langton2@llnl.gov>
2651 * MAINTAINERS (Write After Approval): Add myself.
2653 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
2655 * Makefile.def (bfd, opcodes): Fix lib_path.
2656 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
2657 (restrap): Move under "@if gcc-bootstrap". Fix typo.
2658 * Makefile.in: Regenerate.
2660 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
2662 * Makefile.in: Regenerate.
2664 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
2666 * Makefile.def: Add install-html target. Add datarootdir
2667 docdir and htmldir to flags_to_pass.
2668 * Makefile.tpl: Add install-html target.
2669 * Makefile.in: Regenerate.
2670 * configure.in: Add --with-datarootdir, --with-docdir, and
2671 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
2672 * configure: Regenerate.
2674 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
2676 * configure.in: Enable gprof for cross builds.
2677 * configure: Regenerate.
2679 2006-05-22 Richard Guenther <rguenther@suse.de>
2682 2006-01-31 Richard Guenther <rguenther@suse.de>
2683 Paolo Bonzini <bonzini@gnu.org>
2685 * Makefile.def (target_modules): Add libgcc-math target module.
2686 * configure.in (target_libraries): Add libgcc-math target library.
2687 (--enable-libgcc-math): New configure switch.
2688 * Makefile.in: Re-generate.
2689 * configure: Re-generate.
2690 * libgcc-math: New toplevel directory.
2692 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2693 Andreas Tobler <a.tobler@schweiz.ch>
2695 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
2696 * configure: Rebuilt.
2698 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
2700 * MAINTAINERS (Write After Approval): Add myself.
2702 2006-05-01 DJ Delorie <dj@redhat.com>
2704 * configure.in: Restore CFLAGS if GMP isn't present.
2705 * configure: Regenerate.
2707 2006-05-01 Richard Guenther <rguenther@suse.de>
2709 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
2712 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
2714 * MAINTAINERS (Write After Approval): Add myself.
2716 2006-04-28 Jan Beulich <jbeulich@novell.com>
2718 * MAINTAINERS (Write After Approval): Add myself.
2720 2006-04-18 DJ Delorie <dj@redhat.com>
2722 * configure.in (m32c): Build libstdc++-v3. Pass flags to
2723 reference libgloss so that libssp can be built in a combined
2725 * configure: Regenerate.
2727 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
2729 * MAINTAINERS (Write After Approval): Add myself.
2731 2006-04-05 Ben Elliston <bje@au.ibm.com>
2733 * configure.in: Require makeinfo 4.4 or higher.
2734 * configure: Regenerate.
2736 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
2738 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
2739 Rearrange the entries of other libraries to have them in one place.
2741 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
2743 * MAINTAINERS (Write After Approval): Remove myself.
2744 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2746 2006-03-14 Richard Guenther <rguenther@suse.de>
2748 * configure: Regenerate with autoconf 2.13.
2750 2006-03-13 Jim Blandy <jimb@codesourcery.com>
2752 * MAINTAINERS: Use my work address.
2754 * MAINTAINERS: Update my E-mail address.
2756 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
2758 * configure.in: Handle --disable-<component> generically.
2759 * configure: Regenerate.
2761 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
2764 * ltmain.sh: Don't use "$finalize_rpath" for compile.
2766 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
2768 * MAINTAINERS (Write After Approval): Remove myself.
2769 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2771 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2773 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
2774 (TARGET_CONFIGDIRS): Remove.
2775 * configure.in: Remove AC_SUBST(target_configdirs).
2776 * Makefile.in, configure: Regenerated.
2778 2006-02-20 Steven G. Kargl <kargls@comcast.net>
2780 * MAINTAINERS (Write After Approval): Remove myself.
2781 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2783 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
2787 * Makefile.tpl ([+compare-target+]): Print explanation messages.
2789 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
2790 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
2791 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
2792 BUILD_PREFIX, BUILD_PREFIX_1.
2793 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
2795 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
2796 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
2798 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
2799 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
2800 of `cat stage_current`. Always provide the `r' and `s' variables.
2801 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
2802 a single shell execution.
2803 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
2804 bootstrapped modules, make the stage1 module if the build was not
2805 started yet, else build the current stage.
2806 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
2807 (all-build, all-host, all-target, [+make_target+]-host,
2808 [+make_target+]-target): Do not use \-continued lines.
2809 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
2810 (current_stage, restrap, stage_last): New.
2812 * Makefile.in: Regenerate.
2813 * configure: Regenerate.
2815 2006-02-19 Bud Davis <jmdavis@link.com>
2817 * MAINTAINERS (Write After Approval): Remove myself.
2818 (Language Front End Maintainers): Add myself as fortran 95
2819 maintainer and update e-mail address.
2821 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2823 * MAINTAINERS (Write After Approval): Remove myself.
2824 (Language Front End Maintainers): Add myself as fortran 95
2827 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
2829 * MAINTAINERS (Write After Approval): Add myself.
2831 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
2833 * MAINTAINERS (Write After Approval): Remove myself.
2834 (Language Front End Maintainers): Add myself as
2835 fortran 95 maintainer.
2837 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
2841 2005-12-27 Leif Ekblad <leif@rdos.net>
2843 * configure.in: Add support for RDOS target.
2844 * configure: Regenerate.
2846 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
2847 Andreas Schwab <schwab@suse.de>
2849 * configure: Regenerate.
2851 2006-02-12 David Edelsohn <edelsohn@gnu.org>
2853 * configure.in (enable_libgomp): Add AIX.
2854 * configure: Regenerate.
2856 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
2858 * MAINTAINERS (Write After Approval): Add myself.
2860 2006-02-03 Lee Millward <lee.millward@gmail.com>
2862 * MAINTAINERS (Write After Approval): Add myself.
2864 2006-01-31 Richard Guenther <rguenther@suse.de>
2865 Paolo Bonzini <bonzini@gnu.org>
2867 * Makefile.def (target_modules): Add libgcc-math target module.
2868 * configure.in (target_libraries): Add libgcc-math target library.
2869 (--enable-libgcc-math): New configure switch.
2870 * Makefile.in: Re-generate.
2871 * configure: Re-generate.
2872 * libgcc-math: New toplevel directory.
2874 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
2876 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
2877 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
2878 the assembler, linker and binutils.
2879 * configure: Regenerate.
2881 2006-01-22 Dirk Mueller <dmueller@suse.de>
2883 * MAINTAINERS (Write After Approval): Add myself.
2885 2006-01-20 Diego Novillo <dnovillo@redhat.com>
2887 * configure: Regenerate.
2889 2006-01-18 Richard Henderson <rth@redhat.com>
2890 Jakub Jelinek <jakub@redhat.com>
2891 Diego Novillo <dnovillo@redhat.com>
2893 * libgomp: New directory.
2894 * Makefile.def: Add target_module libgomp.
2895 * Makefile.in: Regenerate.
2896 * configure.in (target_libraries): Add target-libgomp.
2897 * configure: Regenerate.
2899 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
2901 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
2902 @ from continuation.
2903 * Makefile.in: Rebuilt.
2905 2006-01-04 Chris Lattner <sabre@gnu.org>
2907 * MAINTAINERS (Write After Approval): Add myself.
2909 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
2913 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
2914 * Makefile.tpl (OBJDUMP): New.
2915 (EXTRA_HOST_FLAGS): Add it.
2916 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
2918 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
2919 to use symbolic links between directories. Avoid race conditions
2920 or make them harmless.
2921 * configure.in: Do not try to use symbolic links between directories.
2923 * Makefile.def (LEAN): Pass.
2924 * Makefile.tpl (LEAN): Define.
2925 (stage[+id+]-start): Accept that the previous directory does not
2926 exist, if the bootstrap is lean.
2927 (stage[+id+]-bubble): Invoke lean bootstrap commands after
2928 stage[+id+]-start. Use a makefile variable and an `if' instead of a
2929 configure substitution.
2930 ([+compare-target+]): Likewise.
2931 ([+bootstrap-target+]-lean): New.
2932 * configure.in: Remove lean bootstrap support from here.
2934 * Makefile.in: Regenerate.
2935 * configure: Regenerate.
2937 2006-01-04 Ben Elliston <bje@au.ibm.com>
2939 * MAINTAINERS (libdecnumber): Add myself.
2941 2006-01-02 Mark Mitchell <mark@codesourcery.com>
2943 * libtool-ldflags: New script.
2945 2006-01-02 Andreas Schwab <schwab@suse.de>
2947 * configure.in: When reconfiguring remove Makefile in
2948 all stage directories.
2949 * configure: Regenerate.
2951 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
2953 * MAINTAINERS: Update my email address.
2955 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
2957 Revert Ada-related part of the previous change.
2959 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
2961 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
2962 * Makefile.in: Regenerate.
2963 * configure.in: Do not include mt-ppc-aix target fragment.
2964 * configure: Regenerate.
2966 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
2968 * configure.in: Select appropriate fragments for PowerPC/AIX.
2969 * configure: Regenerate.
2971 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
2972 BOOT_CFLAGS, BOOT_LDFLAGS.
2973 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
2974 BOOT_CFLAGS, BOOT_LDFLAGS.
2975 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
2976 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
2977 (stage): Fail if we cannot complete the work.
2978 * Makefile.in: Regenerate.
2980 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
2982 * configure.in: Replace ms1 with mt.
2983 * configure: Rebuilt.
2985 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
2987 * MAINTAINERS: Update my email address.
2989 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
2991 * Makefile.tpl (all, do-[+make_target+], do-check, install,
2992 install-host-nogcc): Don't invoke $(stage) at the end.
2993 * Makefile.in: Regenerate.
2995 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
2997 * configure.in: Flip the top-level bootstrap switch.
2998 * configure: Regenerate.
3000 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
3002 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3003 $(stage) and $(unstage).
3004 (EXTRA_TARGET_FLAGS): Correct double-quoting.
3005 (all): Remove stray semicolon.
3006 (local-distclean): Don't handle multilib.tmp and multilib.out.
3007 (install.all): Set $s for consistency.
3008 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3009 check_multilibs setting. Always make the install directory.
3010 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3012 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3013 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3014 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3015 (multilib.out): Remove.
3016 * Makefile.in: Regenerated.
3018 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
3020 * MAINTAINERS (Write After Approval): Add myself.
3022 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3024 * MAINTAINERS: Add myself as mt maintainer.
3026 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
3028 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
3030 * MAINTAINERS: Change email address.
3032 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
3034 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3035 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3036 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
3037 Find in-tree tools if available.
3038 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3039 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3040 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3041 (COMPILER_*_FOR_TARGET): New.
3042 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3043 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3044 (CONFIGURED_*, USUAL_*): Remove.
3045 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3046 STRIP): Use autoconf substitutions.
3047 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3048 COMPILER_NM_FOR_TARGET): New.
3049 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3051 (all): Make all-host and all-target in parallel.
3052 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3053 that $$r and $$s are set before invoking a recursive make.
3054 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3055 ([+bootstrap-target+]): Inline most of the `all' target.
3057 2005-11-29 Ben Elliston <bje@au.ibm.com>
3059 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3060 from the gcc build directory.
3061 * Makefile.in: Regenerate.
3063 2005-11-29 Ben Elliston <bje@au.ibm.com>
3065 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
3066 depend on all-libdecnumber.
3067 * configure.in (host_libs): Include libdecnumber.
3068 * Makefile.in: Regenerate.
3069 * configure: Likewise.
3071 2005-11-29 Ben Elliston <bje@au.ibm.com>
3073 * libdecnumber: Import decNumber sources from the dfp-branch.
3075 2005-11-21 Kean Johnston <jkj@sco.com>
3077 * config.sub, config.guess: Sync from upstream sources.
3079 2005-11-21 Ben Elliston <bje@au.ibm.com>
3081 Import from Autoconf sources:
3083 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
3084 * config/move-if-change: Don't output "$2 is unchanged";
3085 suggested by Ben Elliston. Handle weird characters correctly.
3087 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
3089 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
3090 to match upstream libtool for darwin.
3092 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
3094 * Makefile.def: Remove gdb dependencies for gdbtk.
3095 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3096 (configure-gdb, install-gdb): New rules.
3097 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3098 * Makefile.in, configure: Regenerated.
3100 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
3102 * MAINTAINERS (Write After Approval): Add myself.
3104 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
3106 * MAINTAINERS (Write After Approval): Add myself.
3108 2005-10-24 Diego Novillo <dnovillo@redhat.com>
3110 * MAINTAINERS (alias analysis): Add Daniel Berlin and
3113 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
3116 * Makefile.tpl (do-[+make-target+], do-check, install,
3117 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3118 are set before recursing.
3119 * Makefile.in: Regenerate.
3121 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
3124 * Makefile.def (gcc) <target>: Fix thinko.
3125 * Makefile.in: Regenerate.
3127 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
3129 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3130 * configure: Regenerate.
3132 2005-10-15 Jie Zhang <jie.zhang@analog.com>
3134 * MAINTAINERS (Write After Approval): Add self.
3136 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
3138 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3139 target-libffi, target-qthreads, target-libjava, and
3141 * configure: Regenerate.
3143 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
3145 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3146 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3147 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3148 (USUAL_OBJDUMP_FOR_TARGET): New.
3149 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3150 * configure.in: Check for $OBJDUMP_FOR_TARGET.
3151 * configure, Makefile.in: Regenerated.
3153 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
3155 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3156 before other host packages.
3158 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
3160 * MAINTAINERS: Add self as sh libraries/configury maintainer.
3162 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
3166 * configure.in (default_target): Remove.
3167 * Makefile.tpl (all): Do not use prerequisites as subroutines
3168 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3169 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3170 use prerequisites as subroutines.
3171 (check-host, check-target): New.
3172 (bootstrap configure & all targets): Do not use stage*-start
3173 if the directory layout is already ok.
3174 (non-bootstrap configure & all targets): Prepend a $(unstage).
3175 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
3176 (NOTPARALLEL): Remove.
3177 (unstage, stage variables): New variables.
3178 (unstage, stage targets): Simply expand to those variables.
3180 * configure: Regenerate.
3181 * Makefile.in: Regenerate.
3183 2005-10-04 James E Wilson <wilson@specifix.com>
3185 * Makefile.def (lang_env_dependencies): Add libmudflap.
3186 * Makefile.in: Regenerate.
3188 2005-10-03 Andreas Schwab <schwab@suse.de>
3190 Backport from libtool CVS:
3191 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
3193 * ltmain.sh: add support for installing into temporary
3194 staging area (e.g. 'make install DESTDIR=...')
3196 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
3198 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3199 * configure: Regenerated.
3201 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
3203 * configure: Regenerate with the correct
3206 2005-09-30 Catherine Moore <clm@cm00re.com>
3208 * configure.in (bfin-*-*): New.
3209 * configure: Regenerated.
3211 2005-09-28 Geoffrey Keating <geoffk@apple.com>
3213 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3214 (LIPO_FOR_TARGET): New.
3215 (CONFIGURED_LIPO_FOR_TARGET): New.
3216 (USUAL_LIPO_FOR_TARGET): New.
3217 (STRIP_FOR_TARGET): New.
3218 (CONFIGURED_STRIP_FOR_TARGET): New.
3219 (USUAL_STRIP_FOR_TARGET): New.
3220 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3222 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3223 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3224 * Makefile.in: Regenerate.
3225 * configure: Regenerate.
3227 2005-09-19 David Edelsohn <edelsohn@gnu.org>
3229 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3230 (rs6000-*-aix*): Same.
3231 * configure: Regenerate.
3233 2005-09-16 Tom Tromey <tromey@redhat.com>
3235 * MAINTAINERS: Add self as java maintainer.
3237 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3239 * configure.in: Recognize f95 in the --enable-languages option,
3240 and substitute it for fortran, issuing a warning.
3241 * configure: Regenerate.
3243 2005-08-30 Phil Edwards <phil@codesourcery.com>
3245 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
3246 * configure: Regenerated.
3248 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
3250 * MAINTAINERS: Add self as ms1 maintainer.
3252 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
3254 * Makefile.def (libssp): Add to lang_env_dependencies.
3255 * Makefile.in: Regenerate.
3257 2005-08-18 Ian Lance Taylor <ian@airs.com>
3259 * MAINTAINERS: Add myself as middle-end maintainer.
3261 2005-08-17 Christian Groessler <chris@groessler.org>
3263 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3264 * Makefile.in: Regenerate.
3266 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
3268 * MAINTAINERS (write after approval): Added myself.
3270 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
3272 * MAINTAINERS (Write After Approval): Add myself.
3274 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
3276 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3277 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3278 Look for alternate names of the target cc and c++
3279 * configure: Regenerate.
3281 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
3283 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3284 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3285 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3286 tools; remove code to manually set them.
3287 (Target tools): Look in the environment for them.
3288 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3289 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3290 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3292 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3293 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3294 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3295 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3296 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3297 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3298 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3299 * configure: Regenerate.
3300 * Makefile.in: Regenerate.
3302 2005-07-28 Ben Elliston <bje@au.ibm.com>
3304 * MAINTAINERS: Update for removed CPU targets.
3306 2005-07-27 Mark Mitchell <mark@codesourcery.com>
3308 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
3309 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
3310 * Makefile.in: Regenerated.
3312 2005-07-26 Mark Mitchell <mark@codesourcery.com>
3314 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
3315 (CFLAGS_FOR_TARGET): Use it.
3316 (CXXFLAGS_FOR_TARGET): Likewise.
3317 * Makefile.in: Regenerated.
3318 * configure.in (--with-build-sysroot): New option.
3319 * configure: Regenerated.
3321 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
3323 * Makefile.tpl: Wrap install between unstage and stage
3324 * Makefile.in: Regenerate.
3326 2005-07-21 Eric Christopher <echristo@apple.com>
3328 * MAINTAINERS: Update affiliation.
3330 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
3332 * MAINTAINERS: Add self as crx port maintainer.
3334 2005-07-20 DJ Delorie <dj@redhat.com>
3336 * MAINTAINERS: Add self as m32c maintainer.
3338 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
3340 * all files: Update FSF address.
3342 2005-07-15 Eric Christopher <echristo@redhat.com>
3344 * MAINTAINERS: Change affiliation.
3346 2005-07-14 Jim Blandy <jimb@redhat.com>
3348 * configure.in: Add cases for Renesas m32c.
3349 * configure: Regenerated.
3351 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3353 * COPYING.LIB: Update from fsf.org.
3355 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3357 * COPYING, compile, config.guess,
3358 config.sub, install-sh, missing, mkinstalldirs,
3359 symlink-tree, ylwrap: Sync from upstream sources.
3360 * config-ml.in: Update FSF address.
3362 2005-07-13 Eric Christopher <echristo@redhat.com>
3364 * configure.in: Add toplevel noconfigdir support for tpf.
3365 * configure: Regenerate.
3367 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
3371 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3372 * Makefile.in: Regenerate.
3374 2005-07-07 Mark Mitchell <mark@codesourcery.com>
3376 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
3377 Brolley to write-after-approval.
3379 2005-07-07 Andreas Schwab <schwab@suse.de>
3381 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3382 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3383 * Makefile.in: Regenerated.
3385 2005-07-06 Geoffrey Keating <geoffk@apple.com>
3387 * configure.in: Don't build sim or rda when targetting darwin.
3388 * configure: Regenerate.
3390 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
3392 * configure.in: Add --enable-libssp and --disable-libssp.
3393 * configure: Regenerate with autoconf-2.13.
3395 2005-07-02 Jakub Jelinek <jakub@redhat.com>
3397 * Makefile.def (target_modules): Add libssp.
3398 * configure.in (target_libraries): Add target-libssp.
3399 * configure: Rebuilt.
3400 * Makefile.in: Rebuilt.
3402 2005-07-01 Zack Weinberg <zackw@panix.com>
3404 * MAINTAINERS: Change email address. Resign from maintainership.
3406 2005-07-01 Richard Guenther <rguenther@suse.de>
3408 * MAINTAINERS: Change my e-mail address and affiliation.
3410 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
3412 * Makefile.def (stagefeedback): Come after profile.
3413 Define profiledbootstrap target.
3414 * Makefile.tpl (profiledbootstrap): Remove.
3415 (stageprofile-end): Zap stagefeedback.
3416 (stagefeedback-start): Copy all .gcda files, not only GCC's.
3417 * Makefile.in: Regenerate.
3419 2005-06-13 Richard Sandiford <richard@codesourcery.com>
3421 * MAINTAINERS: Update my email address.
3423 2005-06-13 Zack Weinberg <zack@codesourcery.com>
3425 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
3426 In 'cpp' stanza, support '#line' as well as '# '.
3428 2005-06-08 Andreas Schwab <schwab@suse.de>
3430 * MAINTAINERS: Move myself from 'Write After Approval' to
3431 'CPU Port Maintainers' section as m68k maintainer.
3433 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
3435 * configure.in (unsupported_languages): New macro.
3436 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
3437 non-ported target libraries in noconfigdirs.
3438 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3439 non-linux-gnu. Remove libgcj_ex_libffi.
3440 <lang_frag loop>: Set add_this_lang=no if the language is in
3441 unsupported_languages.
3442 * configure: Regenerate.
3444 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
3446 * configure.in: Fix typo in handling of --with-mpfr-dir.
3447 * configure: Regenerate.
3449 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
3451 * MAINTAINERS: Update my email address.
3453 2005-06-02 Jim Blandy <jimb@redhat.com>
3455 * config.sub: Add cases for the Renesas m32c. (This patch has been
3456 accepted into the master sources.)
3458 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
3459 Michael Snyder <msnyder@redhat.com>
3460 Stan Cox <scox@redhat.com>
3462 * configure.in: Set noconfigdirs for ms1.
3464 * configure: Regenerate.
3466 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
3468 * MAINTAINERS (Write After Approval): Add self.
3470 2005-06-01 Josh Conner <jconner@apple.com>
3472 * MAINTAINERS (Write After Approval): Add self.
3474 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
3476 * MAINTAINERS: Update my email address.
3478 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
3480 * MAINTAINERS (Write After Approval): Add self.
3482 2005-05-26 Chris Demetriou <cgd@broadcom.com>
3484 * MAINTAINERS (Write After Approval): Remove self.
3486 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
3488 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3489 (Dependencies): Consider target modules for bootstrap dependencies.
3490 Make target bootstrap modules depend on each stage's gcc.
3491 * Makefile.in: Regenerate.
3493 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
3495 * Makefile.def (configure-gcc): Depend on binutils having been built.
3496 (all-gcc): No need to do it here.
3497 * Makefile.in: Regenerate.
3499 2005-05-19 Paul Brook <paul@codesourcery.com>
3501 * configure.in: Rewrite misleading error message when requested
3502 language cannot be built.
3503 * configure: Regenerate.
3505 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3507 * ylwrap: Import from Automake 1.9.5.
3509 2005-05-13 David Ung <davidu@mips.com>
3511 * MAINTAINERS (Write After Approval): Add self.
3513 2005-05-09 Mike Stump <mrs@apple.com>
3515 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
3516 lt_cv_sys_max_cmd_len for now.
3518 2005-05-09 Stan Cox <scox@redhat.com>
3520 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
3522 2005-05-08 Matt Kraai <kraai@ftbfs.org>
3524 * README.SCO: Update the URL.
3526 2005-05-05 David Edelsohn <edelsohn@gnu.org>
3528 * ltconfig: Define file_list_spec. Pass file_list_spec and
3529 with_gnu_ld to libtool.
3530 * ltcf-c.sh (aix[45]): Define file_list_spec.
3531 * ltcf-cxx.sh (aix[45]): Same.
3532 * ltcf-gcj.sh (aix[45]): Same.
3533 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
3534 exists, write list of input files to temporary file.
3536 2005-05-04 Mike Stump <mrs@apple.com>
3538 * configure.in: Always pass --target to target configures as
3539 otherwise rebuilds that do --recheck will fail.
3540 * confiugure: Rebuilt.
3542 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
3544 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3546 (configure, all): Add bootstrap support.
3547 (Host modules, target modules): Pass post-stage1 flags and exports.
3548 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3549 * Makefile.in: Regenerate.
3551 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
3553 * configure: Regenerate.
3555 2005-04-27 Mike Stump <mrs@apple.com>
3557 * MAINTAINERS: Add self as darwin maintainer.
3559 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
3561 * config.sub: Update from master copy.
3563 2005-04-21 Mike Stump <mrs@apple.com>
3565 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
3566 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
3568 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
3570 * configure.in <crisv32-*-*, cris-*-*>: New local variable
3571 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
3572 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
3573 "*-*-elf" and "*-*-linux*".
3574 * configure: Regenerate.
3576 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
3578 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
3580 2005-04-12 Mike Stump <mrs@apple.com>
3582 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
3584 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
3586 * MAINTAINERS (Write After Approval): Add myself.
3588 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
3590 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
3592 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
3594 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
3595 (TARGET_CONFIGARGS): Include --with-target-subdir.
3596 (configure, all): New macros. Use them throughout.
3597 * Makefile.in: Regenerate.
3599 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
3601 * MAINTAINERS (Write After Approval): Add myself.
3603 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3605 * MAINTAINERS: Remove 'loop unrolling' maintainer.
3607 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
3609 * MAINTAINERS: Move John Carr to Write After Approval.
3611 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
3613 * config/mh-mingw32: Delete.
3614 * configure.in: Don't use it.
3615 * configure: Regenerate.
3617 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
3619 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3620 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3621 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3622 (HOST_LIB_PATH): Generate from Makefile.def.
3623 (TARGET_LIB_PATH): Likewise.
3624 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3625 * Makefile.in: Regenerate.
3626 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3627 (RPATH_ENVVAR): Include Darwin case.
3628 * configure: Regenerate.
3630 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
3632 * MAINTAINERS (Various Maintainers): Remove self.
3633 (Write After Approval): Add self.
3635 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
3637 * MAINTAINERS (Various Maintainers): Add self.
3639 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
3641 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3642 * configure: Regenerate.
3644 2005-03-21 Zack Weinberg <zack@codesourcery.com>
3646 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3647 gcc_version, and gcc_version_trigger from set of flags to pass.
3648 * Makefile.tpl: Remove definitions of above variables.
3649 (config.status): Remove dependency on $(gcc_version_trigger).
3650 * Makefile.in: Regenerate.
3651 * configure.in: Do not reference config/gcc-version.m4 nor
3652 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
3653 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
3654 * configure: Regenerate.
3656 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
3657 Andrew Pinski <pinskia@physics.uc.edu>
3659 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3660 * Makefile.in: Regenerate.
3662 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
3664 * MAINTAINERS (Write After Approval): Add myself.
3666 2005-03-03 David Ayers <d.ayers@inode.at>
3668 * MAINTAINERS (Write After Approval): Add myself.
3670 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
3673 * ltmain.sh: Avoid creating archives with components that have
3674 duplicate basenames.
3676 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
3679 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3681 * Makefile.in: Regenerate.
3683 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
3685 * Makefile.in: Regenerate to fix conflict between the previous two
3688 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
3691 * Makefile.def (target_modules): Remove "stage", now unnecessary.
3692 * Makefile.tpl (HOST_SUBDIR): New substitution.
3693 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3694 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3695 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3696 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3697 (Host modules, Bootstrapped modules): Use it.
3698 (Build modules, Target modules): Do not create symlink trees,
3699 always configure out-of-srcdir.
3700 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3701 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3702 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3703 $(HOST_SUBDIR). Create a symlink for host_subdir.
3705 * Makefile.in: Regenerate.
3706 * configure: Regenerate.
3708 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
3710 Merged from libada-gnattools-branch:
3711 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
3713 * gnattools: New directory.
3714 * Makefile.def: Add gnattools as a module, depending on target-libada.
3715 * Makefile.in: Regenerate.
3716 * configure.in: Include gnattools in host_tools; disable it if ada
3718 * configure: Regenerate.
3720 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
3722 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
3723 treelang maintainer.
3724 (Write After Approval): Remove myself.
3726 2005-02-23 Paul Schlie <schlie@comcast.net>
3728 * configure.in: Allow darwin targeted ports to build tk, itcl and
3730 * configure: Regenerate.
3732 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3735 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3736 * configure: Regenerate.
3738 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
3740 * MAINTAINERS (Write After Approval): Add myself.
3742 2005-02-10 Ian Lance Taylor <ian@airs.com>
3744 * MAINTAINERS: Update my e-mail address.
3746 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
3748 * MAINTAINERS (Write After Approval): Add myself.
3750 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
3752 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3753 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3754 target-libgloss when not *-*-elf and *-*-aout.
3755 * configure: Regenerate.
3757 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
3759 * MAINTAINERS: Remove obsolete entries.
3761 * MAINTAINERS (Write After Approval): Add Michael Matz.
3763 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
3765 * MAINTAINERS: Remove self as cpplib maintainer.
3767 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3769 * install-sh, config.sub: Import from upstream.
3771 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3774 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3775 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3776 * Makefile.in: Regenerate.
3778 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
3780 * MAINTAINERS: Update my email address.
3782 2005-01-12 David Edelsohn <edelsohn@gnu.org>
3783 Andreas Schwab <schwab@suse.de>
3786 * config-ml.in: Eval option if surrounded by single quotes.
3788 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
3790 Revert 2004-12-28 Makefile changes, a better fix will be
3791 applied to mainline and src after GCC 4.0 branches.
3793 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
3797 * Makefile.def (target_modules): Remove stage parameter,
3798 it is always true now.
3799 * Makefile.tpl (configure-build-[+module+],
3800 configure-target-[+module+]): Always build symlink tree
3801 for the directory and for include. BUILD_SUBDIR and
3802 TARGET_SUBDIR cannot be . anymore.
3803 * Makefile.in: Regenerate.
3805 2004-12-25 David Edelsohn <edelsohn@gnu.org>
3807 Revert 2004-12-08 Makefile changes.
3809 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
3811 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
3814 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
3816 * configure.in (sh64-*-*): Reenable gprof.
3817 * configure: Regenerate.
3819 2004-12-08 David Edelsohn <edelsohn@gnu.org>
3821 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
3822 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
3823 (EXTRA_TARGET_FLAGS): Add PICFLAG.
3824 * Makefile.in: Regenerate.
3826 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
3828 * MAINTAINERS: Update my email address.
3830 2004-12-07 Matt Kraai <kraai@ftbfs.org>
3832 * Makefile.tpl: Generate normal dependencies if the LHS module is
3834 * Makefile.in: Regenerate.
3836 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
3838 * configure.in: Include config/gxx-include-dir.m4. Use
3839 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
3840 * configure: Regenerate.
3842 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
3844 * config.if: Delete.
3845 * configure.in: Set libstdcxx_incdir directly.
3846 * configure: Regenerate.
3848 2004-12-02 Eric Christopher <echristo@redhat.com>
3850 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
3851 * Makefile.in: Regenerate.
3853 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
3855 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
3856 * configure: Regenerate.
3858 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
3860 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
3861 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
3862 * configure: Regenerate.
3864 2004-12-01 Eric Christopher <echristo@redhat.com>
3866 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
3867 of things to remove.
3869 2004-11-29 Matt Kraai <kraai@ftbfs.org>
3871 * MAINTAINERS (Write After Approval): Update my e-mail address.
3873 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
3875 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
3876 from CVS libtool to always pass_all.
3878 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3880 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
3881 (hppa*64*-*-*): Delete incorrect comment.
3882 * configure: Rebuilt.
3884 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
3886 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
3888 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
3890 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
3891 from CVS libtool to always pass_all.
3893 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
3895 * install-sh, compile: Import from automake.
3897 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
3899 * config.guess, config.sub: Import from savannnah.
3901 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
3903 * MAINTAINERS (Write After Approval): Add myself
3905 2004-11-12 Mike Stump <mrs@apple.com>
3907 * Makefile.def: Add html support.
3908 * Makefile.tpl: Likewise.
3909 * Makefile.in: Regenerate.
3911 2004-11-11 Geoffrey Keating <geoffk@apple.com>
3914 * configure.in: Remove all instances of build-fixincludes from
3916 (build_configargs): Supply --target to subdirectories.
3917 * configure: Regenerate.
3919 * Makefile.def: Make gcc install depend on fixincludes install.
3920 * Makefile.in: Regenerate.
3922 2004-11-10 Janis Johnson <janis187@us.ibm.com>
3924 * MAINTAINERS: Add myself as gcc testsuite maintainer.
3926 2004-11-11 Paul Brook <paul@codesourcery.com>
3928 * MAINTAINERS: Add self as arm maintainer. Update email address.
3930 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
3932 * configure.in (noconfigdirs) [mmix-*-*]: Disable
3934 * configure: Regenerate.
3936 2004-11-07 David Edelsohn <edelsohn@gnu.org>
3938 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
3941 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
3943 * Makefile.def (host fixincludes): Specify missing targets.
3944 * Makefile.in: Regenerate.
3946 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
3948 * MAINTAINERS: Add myself
3950 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
3952 * MAINTAINERS (Write After Approval): Add myself.
3954 2004-11-04 Geoffrey Keating <geoffk@apple.com>
3956 * Makefile.def: Build fixincludes for the host, too.
3957 * Makefile.in: Regenerate.
3958 * configure.in (host_tools): Add fixincludes.
3959 * configure: Regenerate.
3961 2004-11-04 Daniel Jacobowitz <dan@debian.org>
3963 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
3964 * configure: Regenerated.
3966 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
3969 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
3970 * configure: Regenerated.
3972 2004-10-31 Mark Mitchell <mark@codesourcery.com>
3974 * README.SCO: Update per FSF instructions.
3976 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
3979 * configure.in (case ${target}): Do not build fixincludes for avr.
3980 * configure: Regenerated.
3982 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
3984 * configure.in (case ${target}): Do not build fixincludes
3985 on platforms where it is not used.
3986 * configure: Regenerated.
3988 2004-10-23 Daniel Jacobowitz <dan@debian.org>
3990 * configure.in: Use an absolute path to install-sh.
3991 * configure: Regenerated.
3993 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3995 * MAINTAINERS (Write After Approval): Add myself.
3997 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
3999 * MAINTAINERS: Remove from Write After Approval those that are
4000 already maintainers.
4002 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
4004 * MAINTAINERS: Update my email address.
4006 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4008 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4009 * configure: Regenerate.
4011 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
4013 * MAINTAINERS: Update my email address.
4015 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
4017 * MAINTAINERS (Language Front Ends Maintainers): New. Move
4018 entries belonging to this category.
4020 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
4022 * MAINTAINERS: Update my e-mail address.
4024 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
4026 Fix wrong conflict resolution in:
4028 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4030 * Makefile.in: Regenerate.
4031 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4032 in the recursive `make', instead of hardwiring `all'.
4033 (Autogenerated TARGET-* variables): New.
4035 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
4037 * configure.in: Enable target-libgloss for crx-*-*.
4038 * configure: Regenerate.
4040 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
4042 * MAINTAINERS (Various Maintainers): Move the "windows,
4043 cygwin, mingw" maintainer to ...
4044 (OS Port Maintainers): ... here.
4046 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
4048 * MAINTAINERS (Write After Approval): Remove those that are
4049 maintainers of some subsystem.
4051 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4053 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4054 * ltcf-cxx.sh (tpf*): Likewise.
4055 * ltconfig (tpf*): Add TPF OS configuration support.
4057 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
4059 * MAINTAINERS: Change my email address to my new work account.
4061 2004-09-24 Michael Roth <mroth@nessie.de>
4063 * configure.in (--without-headers): Add missing double quotes.
4064 * configure: Regenerate.
4066 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4068 * ylwrap: Revert to previous version.
4070 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4073 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4074 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4075 SET_GCC_LIB_PATH_CMD.
4076 (BASE_TARGET_EXPORTS): Likewise.
4077 * Makefile.in: Regenerated.
4079 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4080 * configure: Regenerated.
4082 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4084 * config.guess: New upstream version
4085 * compile, depcomp, install-sh, ylwrap: Likewise.
4087 2004-09-19 Roger Sayle <roger@eyesopen.com>
4089 * config/mh-x86omitfp: New host makefile fragment. Add
4090 -fomit-frame-pointer to the default BOOT_CFLAGS.
4091 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4092 * configure: Regenerate.
4094 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4097 * configure.in (*-*-darwin*): Renable libobjc.
4098 * configure: Regenerate.
4100 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
4102 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
4104 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
4106 * Makefile.def: Remove libbanshee.
4107 * Makefile.tpl: Ditto.
4108 * configure.in: Ditto.
4109 * Makefile.in: Regen.
4112 2004-09-08 David Edelsohn <edelsohn@gnu.org>
4114 * ltmain.sh: Use $pic_object as $non_pic_object if
4115 $non_pic_object=none.
4117 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
4119 * missing: Import latest version from master repository.
4121 2004-09-06 Nick Clifton <nickc@redhat.com>
4123 * config.sub: Import latest version from master repository.
4124 * config.guess: Likewise.
4125 This includes these changes:
4127 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
4129 * config.sub: Handle crisv32, alias etraxfs.
4130 * config.guess (crisv32:Linux:*:*): Handle.
4132 2004-08-13 Brad Smith <brad@comstyle.com>
4134 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4135 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4137 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4139 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4140 assume the processor is a powerpc. This is because coreutils
4141 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4142 in this case, due to a MacOS X bug that causes
4143 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4144 to return a negative number.
4145 Problem reported by Petter Reinholdtsen in:
4146 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4148 2004-07-19 Ben Elliston <bje@gnu.org>
4150 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4152 2004-06-24 Ben Elliston <bje@gnu.org>
4154 * config.guess: Update copyright years.
4155 * config.sub: Likewise.
4157 2004-06-22 Robert Millan <robertmh@gnu.org>
4159 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4160 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4162 2004-06-22 Stanley F. Quayle <stan@stanq.com>
4164 * config.guess (*:*VMS:*:*): New entry. Replaces
4165 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4168 2004-06-22 Ben Elliston <bje@gnu.org>
4170 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4171 * config.sub: Likewise.
4173 2004-06-22 Ben Elliston <bje@gnu.org>
4175 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4176 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4178 2004-06-11 Ben Elliston <bje@gnu.org>
4180 * config.guess (pegasos:OpenBSD:*:*): Remove.
4182 2004-06-11 Ben Elliston <bje@gnu.org>
4184 From Wouter Verhelst <wouter@grep.be>:
4185 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4187 2004-06-11 Ben Elliston <bje@gnu.org>
4189 * config.guess (luna88k:OpenBSD:*:*): New.
4191 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4193 * config.guess (m32r*:Linux:*:*): New case.
4194 * config.sub: Handle m32rle.
4196 2004-03-12 Ben Elliston <bje@wasabisystems.com>
4198 From Jens Petersen <petersen@redhat.com>:
4199 * config.sub: Handle sparcv8.
4201 2004-03-03 Ben Elliston <bje@wasabisystems.com>
4203 From Tom Smith <smith@cag.lkg.hp.com>:
4204 * config.guess: Version suffixes are equally significant on Tru64
4205 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
4206 prefix of "P" (patched kernel).
4208 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
4210 * config.sub: Add support for National Semiconductor CRX target.
4212 2004-09-03 Janis Johnson <janis187@us.ibm.com>
4214 * MAINTAINERS (Various Maintainers): Remove myself as web page
4215 maintainer, add myself as maintainer of build status lists.
4217 2004-09-03 Jan Beulich <jbeulich@novell.com>
4219 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4220 *-*-netware, but add target-libmudflap.
4221 Consolidate *-*-netware targets (of which really only i?86 exists)
4222 into a single entry.
4223 * configure: Likewise.
4225 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
4227 * Makefile.tpl (sorry): Remove.
4228 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4229 (cleanstrap targets): Depend on distclean, not distclean-stage1.
4230 (do-clean): Clean per-stage directories too.
4231 (do-distclean): Run distclean-stage1 too.
4232 (.NOTPARALLEL): Enable during toplevel bootstrap.
4233 (stage[+id+]-bubble): Enable parallel execution during
4234 the recursive invocation.
4235 * Makefile.in: Regenerate.
4237 Fix previous checkin:
4239 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4241 * configure.in: Fix indentation.
4242 * configure: Regenerate.
4244 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
4246 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4247 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4248 * configure: regenerate
4249 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4253 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
4255 * Makefile.def (build_modules): Add fixincludes.
4256 (dependencies): Make gcc depend on fixincludes.
4257 * configure.in (build_tools): Add fixincludes.
4258 (build_configdirs): Always include build_libs.
4259 * Makefile.in: Regenerate.
4260 * configure: Regenerate.
4262 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
4264 * Makefile.def (bootstrap stages): Add 'lean' parameter.
4265 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4266 phony targets; do not generate timestamp files.
4267 (distclean-stageN): Remove references to their timestamp files.
4268 (restageN, touch-stageN): Remove.
4269 (stageN-bubble): Rewritten.
4270 (compare): Support lean bootstraps.
4271 * Makefile.in: Regenerate.
4273 * configure.in: Only warn when bootstrapping but
4274 build != host or build != target. Support lean bootstraps.
4275 * configure: Regenerate.
4277 2004-08-26 Phil Edwards <phil@codesourcery.com>
4279 * configure.in: Give a better error message if GMP/MPFR are missing
4280 and a language needing them has been requested.
4281 * configure: Regenerated.
4283 2004-08-25 Phil Edwards <phil@codesourcery.com>
4285 * configure.in: Print a list of available language front-ends if
4286 a requested one is missing. Tidy stray tab characters.
4287 * configure: Regenerated.
4289 2004-08-19 Michael Koch <konqueror@gmx.de>
4291 * gcc/doc/install.texi: Update entry about automake for libjava.
4293 2004-08-17 Robert Millan <robertmh@gnu.org>
4295 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4296 (instead of FreeBSD).
4297 * configure: Regenerate.
4299 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4301 * Makefile.in: Regenerate.
4302 * configure: Regenerate.
4304 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4306 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4307 for bootstrapped modules if toplevel bootstrap is going.
4308 (GCC bootstrap): Generate per-stage targets for all bootstrapped
4309 modules. Adjust for changes in Makefile.def. Enable several
4310 rules even in non-bootstrap mode, just to avoid peppering the
4311 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4312 (stage-[+prev+]-bubble): Remove.
4314 * Makefile.def (Dependencies): Depend on all-build-bison,
4315 all-build-flex, all-build-byacc, all-build-texinfo, rather
4316 than the host variations.
4317 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
4319 (BISON): Update for recent Bisons.
4321 (cross): Depend on all-build.
4322 (all): Do not depend on all-build.
4323 (prebootstrap): Remove.
4324 (dep-kind): Accept separate prefixes for MODULE and ON variables.
4325 (Prebootstrap dependencies): Add them to the per-stage targets
4326 and to all-prebootstrap.
4327 * configure.in (build_configdirs): Always enable build_tools.
4328 (BUILD_DIR_PREFIX): Remove.
4330 * Makefile.def (gcc): Add target variable.
4331 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4332 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4333 in the recursive `make', instead of hardwiring `all'.
4334 (Autogenerated TARGET-* variables): New.
4336 2004-08-13 Brian Booth <bbooth@redhat.com>
4338 * MAINTAINERS: Remove myself from write-after-approval.
4340 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
4342 * src-release: Stop distributing mmalloc with gdb (which doesn't
4344 * Makefile.def: GDB doesn't depend on mmalloc anymore.
4345 * Makefile.in: Regenerate.
4347 2004-08-09 Mark Mitchell <mark@codesourcery.com>
4349 * configure.in (arm*-*-eabi*): New target.
4350 * configure: Regenerate.
4352 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
4354 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4355 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4356 (Dependencies): New section.
4357 * Makefile.tpl (Dependencies): Generate from Makefile.def.
4358 (configure-target-[+module+]): Depend on maybe-all-gcc
4359 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
4360 (toplevel profiledbootstrap): Fix dependencies.
4361 * Makefile.in: Regenerate.
4363 2004-08-03 Mark Mitchell <mark@codesourcery.com>
4365 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4366 target-libiberty to noconfigdirs.
4367 * configure: Regenerate.
4369 2004-08-03 Paul Brook <paul@codesourcery.com>
4371 * configure.in: Check for MPFR as well as GMP.
4372 * configure: Regenerate.
4374 2004-08-01 Robert Millan <robertmh@gnu.org>
4376 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4377 libmudflap for all GNU-based systems (with Glibc).
4378 * configure: Regenerate.