X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=ChangeLog;h=0c6c7e51c7124396a785ad41acfc85f873cdf4a4;hp=37a73cdcc697f32be0eee6ab4b6ddf30c5cd7e4f;hb=23a44cd6b52e8d9476559605340b77c8eb0a6f0f;hpb=8e051ef433359a2e2a72702142c30c69b477d746 diff --git a/ChangeLog b/ChangeLog index 37a73cdcc69..0c6c7e51c71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,366 @@ +2010-11-20 Ian Lance Taylor + + * configure.ac: Only disable a language library if no language needs + it. Don't let --disable-libgcj uncondtionally disable libffi. + * configure: Rebuild. + +2010-11-20 Ralf Wildenhues + + * Makefile.in: Regenerate. + + PR other/46202 + * configure.ac: Fix just-built in-tree STRIP name to be + binutils/strip-new. + * configure: Regenerate. + * Makefile.def (install-strip-gcc, install-strip-binutils) + (install-strip-opcodes, install-strip-ld, install-strip-itcl) + (install-strip-sid): Mirror dependencies on non-strip variants + of these targets on the respective -strip prerequisites. + * Makefile.tpl (install-strip, install-strip-host) + (install-strip-target): New targets. + (install-strip-[+module+], install-strip-target-[+module+]): + New targets. + * Makefile.in: Regenerate. + +2010-11-19 Ian Lance Taylor + Ralf Wildenhues + + * configure.ac: Add target-libgo to target_libraries. Set + and substitute GOC_FOR_BUILD and GOC_FOR_TARGET. + * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS. + (HOST_EXPORTS): Add GOC. + (BASE_TARGET_EXPORTS): Add GOC. + (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables. + (GOCFLAGS_FOR_TARGET): New variable. + (EXTRA_HOST_FLAGS): Add GOC. + (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS. + * Makefile.def (target_modules): Add libgo. + (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET. + (dependencies): Add dependency from configure-target-libgo to + configure-target-libffi and all-target-libstdc++-v3. Add + dependencies from all-target-libgo to all-target-libffi. + (languages): Add go. + * configure: Rebuild. + * Makefile.in: Rebuild. + +2010-11-19 Ian Lance Taylor + + * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other + compiler/flag environment variables. + +2010-11-18 Ian Lance Taylor + + * configure.ac: Check for lang_requires_boot_languages in + config-lang.in files. + * configure: Rebuild. + +2010-11-16 Francois-Xavier Coudert + Tobias Burnus + + PR fortran/32049 + * Makefile.def: Add libquadmath; build it with language=fortran. + * configure.ac: Add libquadmath. + * Makefile.tpl: Handle multiple libs in check-[+language+]. + * Makefile.in: Regenerate. + * configure: Regenerate. + +2010-11-16 Tom Tromey + + * MAINTAINERS: Moved myself to reviewers section. + +2010-11-15 Zdenek Dvorak + + * MAINTAINERS: Moved myself to reviewers section. + +2010-11-15 Ralf Wildenhues + + * MAINTAINERS (Various Maintainers): Add self for build machinery. + (Write After Approval): Remove self. + +2010-11-15 Andreas Schwab + + * configure.ac: Fix spelling in option names. + * configure: Regenerated. + +2010-11-13 Georg-Johann Lay + + PR bootstrap/39622 + * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path. + * configure: Regenerated. + +2010-11-13 Kaveh R. Ghazi + + * MAINTAINERS: Update my email address. + +2010-11-12 Tobias Grosser + + * configure: Regenerate. + +2010-11-12 Tobias Grosser + + * configure: Regenerate. + +2010-11-12 Tobias Grosser + + * configure: Regenerate. + +2010-11-12 Tobias Grosser + + * configure: Regenerate. + +2010-11-11 Andreas Simbuerger + + * configure.ac: Support official CLooG.org versions. + * configure: Regenerate. + * config/cloog.m4: New. + +2010-11-10 François Dumont + + * MAINTAINERS (Write After Approval): Add myself. + +2010-11-09 David Edelsohn + + * MAINTAINERS: Update my email address. + +2010-11-04 Iain Sandoe + + * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants. + * configure: Regenerate. + +2010-11-03 Ian Lance Taylor + Dave Korn + + PR lto/46273 + * configure.ac: Remove libelf tests. Build lto-plugin on ELF always + and on other supported platforms whenever LTO is enabled. + * configure: Rebuild. + +2010-11-02 Alan Modra + + PR binutils/12110 + * configure.ac: Error when source path contains spaces. + * configure: Regenerate. + +2010-10-23 James E. Wilson + + * MAINTAINERS: Update my email address. + +2010-10-20 Ian Lance Taylor + + * Makefile.def (target_modules): Set lib_path to src/.libs for + libstdc++-v3 module. + * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment. + * Makefile.in: Rebuild. + +2010-10-18 Laurynas Biveinis + + * MAINTAINERS (Reviewers): Add myself for gengtype/GTY. + (Write After Approval): Remove myself. + +2010-10-15 Tristan Gingold + + * MAINTAINERS (OS Port Maintainers): Add myself for VMS. + +2010-10-14 Douglas Rupp + + * MAINTAINERS (OS Port Maintainers): Add myself for VMS. + +2010-10-07 Dave Korn + + * configure.ac (build_lto_plugin): New shell variable. + (--enable-lto): Turn on by default for all non-ELF platforms that + have had LTO support added so far. Set build_lto_plugin appropriately + for both ELF and non-ELF. + (configdirs): Add lto-plugin or not based on build_lto_plugin. + * configure: Regenerate. + +2010-10-07 Ralf Wildenhues + + Sync from src: + * configure.ac (v850 support): Remove target-libgloss from + noconfigdirs. + * configure: Regenerate. + +2010-10-02 Ralf Wildenhues + + PR bootstrap/45326 + PR bootstrap/45174 + * configure.ac: Honor initial values of $build_configargs, + $host_configargs, $target_configargs. Mark the precious, so + environment settings get recorded. + * configure: Regenerate. + +2010-09-30 Ralf Wildenhues + + PR bootstrap/45796 + * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc): + Depend on all-build-libiberty. + * Makefile.in: Regenerate. + +2010-09-30 Michael Eager + + * configure.ac (microblaze): Add target-libssp to noconfigdirs. + * configure: Regenerate. + +2010-09-28 Michael Eager + + * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port. + +2010-06-27 Ralf Wildenhues + + PR bootstrap/44621 + * configure.ac: Fix unportable shell quoting. + * configure: Regenerate. + +2010-09-21 Iain Sandoe + + * configure.ac (enable-lto): Add Darwin to the list of supported lto + targets and amend comment. + * configure: Regenerate. + +2010-09-15 Tejas Belagod + + * MAINTAINERS (Write After Approval): Add myself. + +2010-09-03 Jack Howarth + + * configure.ac: Enable LTO by default on Darwin. + * configure: Regenerate. + +2010-09-02 Marcus Shawcroft + + * MAINTAINERS (Write After Approval): Add myself. + +2010-09-01 Ian Bolton + + * MAINTAINERS (Write After Approval): Add myself. + +2010-08-25 Danny Smith + + * MAINTAINERS (OS Port Maintainers): Remove myself from windows + ports + +2010-07-28 David Yuste + + * MAINTAINERS (Write After Approval): Add myself. + +2010-07-26 Naveen.H.S + + * configure.ac: Support all v850 targets. + * configure: Regenerate. + +2010-07-23 Marc Glisse + + PR bootstrap/44455 + * configure.ac (extra_mpfr_configure_flags): Copy from + extra_mpc_gmp_configure_flags. + * configure: Re-generated. + +2010-07-22 Andi Kleen + + * MAINTAINERS (Write After Approval): Add myself. + +2010-07-22 Chung-Lin Tang + + * MAINTAINERS (Write After Approval): Add myself. + +2010-07-20 Jeffrey Yasskin + + * MAINTAINERS (Write After Approval): Add myself. + +2010-07-17 Jack Howarth + + PR target/44862 + * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): + Provide -B option to allow for link spec %s substitutions for + libstdc++.a on darwin. + * Makefile.in: Regenerate. + +2010-07-10 Mikael Morin + + * MAINTAINERS (Reviewers): Update my e-mail address + +2010-06-10 Alexandre Oliva + + * Makefile.def (configure-gcc): Depend on all-libelf. + * Makefile.in: Rebuild. + +2010-06-05 Fabien Chêne + + * MAINTAINERS (Write After Approval): Add myself in the right place. + +2010-06-04 Fabien Chêne + + * MAINTAINERS (Write After Approval): Add myself. + +2010-05-25 Sterling Augustine + + * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port. + +2010-05-25 Maxim Kuvyrkov + + * config.sub: Update to version 2010-05-21. + * config.guess: Update to version 2010-04-03. + +2010-05-18 Steven Bosscher + + * configure.ac (--enable-lto): All *-apple-darwin* now support LTO. + * configure: Regenerate. + +2010-05-12 Sriraman Tallam + + * MAINTAINERS (Write After Approval): Add myself. + +2010-05-07 Steven Bosscher + + * configure.ac (--enable-lto): Add x86_64-apple-darwin* as + a platform that supports LTO. + * configure: Regenerate. + +2010-05-05 Sebastian Pop + + * configure.ac: Allow all the versions greater than 0.10 of PPL. + * configure: Regenerated. + +2010-04-27 Roland McGrath + H.J. Lu + + * configure.ac (--enable-gold): Support both, both/gold and + both/bfd to add gold to configdirs without removing ld. + * configure: Regenerated. + + * Makefile.def: Add install-gold dependency to install-ld. + * Makefile.in: Regenerated. + +2010-04-27 Dave Korn + + PR lto/42776 + * configure.ac (--enable-lto): Refactor handling so libelf tests + are only performed inside then-clause of ACX_ELF_TARGET_IFELSE, + and allow LTO to be explicitly enabled on non-ELF platforms that + are known to support it inside else-clause. + * configure: Regenerate. + +2010-04-20 Eric Botcazou + + * configure.ac (BUILD_CONFIG): Redirect output to /dev/null. + * configure: Regenerate. + +2010-04-17 Ralf Corsépius + + * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs. + * configure: Regenerate. + +2010-04-16 Rainer Orth + + * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx + separately. + * configure: Regenerate. + +2010-04-16 Kevin Williams + + * MAINTAINERS (Write After Approval): Add myself. + 2010-04-14 Tristan Gingold * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs. @@ -70,7 +433,7 @@ * config.sub: Update to version 2010-03-22. * config.guess: Update to version 2009-12-30. -2010-03-19 Jack Howarth +2010-03-19 Jack Howarth PR ada/42554 * configure.ac: Only pass -c to ranlib for darwin9 and earlier. @@ -123,7 +486,7 @@ (RANLIB_FOR_TARGET): Remove superfluous : argument. * configure: Regenerate. -2010-02-17 Rafael Ávila de Espíndola +2010-02-17 Rafael Ávila de Espíndola * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself. (Write After Approval): Update my email address. @@ -344,7 +707,7 @@ * MAINTAINERS (Write After Approval): Add myself. -2009-11-09 Jon Beniston +2009-11-09 Jon Beniston * MAINTAINERS (Write After Approval): Add myself. @@ -354,7 +717,7 @@ paths for *-w64-mingw* and x86_64-*mingw*. * configure: Regenerated. -2009-11-05 Joern Rennecke +2009-11-05 Joern Rennecke * MAINTAINERS (Write After Approval): Add entry for my INRIA work. @@ -373,7 +736,7 @@ * MAINTAINERS: Add myself as a maintainer for the RX port. -2009-10-26 Johannes Singler +2009-10-26 Johannes Singler * MAINTAINERS (Write After Approval): Update my e-mail address. @@ -408,7 +771,7 @@ COPYING. Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions. -2009-10-07 Rafael Avila de Espindola +2009-10-07 Rafael Avila de Espindola * MAINTAINERS: Change my email address. Change plugi-in to plugin. @@ -460,14 +823,14 @@ pass --with-system-zlib to subdir configure scripts. * configure: Regenerate. -2009-10-01 Loren J. Rittle +2009-10-01 Loren J. Rittle Paolo Bonzini * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than $(srcdir). * Makefile.in: Rebuilt. -2009-09-26 Gary Funck +2009-09-26 Gary Funck * MAINTAINERS (Write After Approval): Add myself. @@ -486,7 +849,7 @@ * config.sub, config.guess: Update from upstream sources. -2009-09-22 Loren J. Rittle +2009-09-22 Loren J. Rittle * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/. * Makefile.in: Rebuilt. @@ -522,7 +885,7 @@ * configure.ac: Disable java and boehm-gc for bfin-*-*. * configure: Regenerate. -2009-09-12 Joern Rennecke +2009-09-12 Joern Rennecke * MAINTAINERS (Write After Approval): Update my e-mail address, and move from from here... @@ -654,7 +1017,7 @@ * MAINTAINERS: Add my name to Write After Approval list. -2009-08-06 Michael Eager +2009-08-06 Michael Eager * configure.ac: Add Microblaze target. * configure: Regenerate. @@ -664,7 +1027,7 @@ * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs. * configure: Regenerate. -2009-07-28 Rask Ingemann Lambertsen +2009-07-28 Rask Ingemann Lambertsen * MAINTAINERS (Write After Approval): Update my e-mail address. @@ -926,7 +1289,7 @@ * Makefile.tpl (check-gcc-*): New generic target. * Makefile.in: Regenerate. -2009-03-25 Erven Rohou +2009-03-25 Erven Rohou * MAINTAINERS: Update my email address. @@ -948,7 +1311,7 @@ * configure.ac (--with-host-libstdcxx): New option. * configure: Regenerate. -2009-03-12 Joern Rennecke +2009-03-12 Joern Rennecke * MAINTAINERS: Move myself into the write after approval list. @@ -960,7 +1323,7 @@ * MAINTAINERS: Remove myself as auto-vectorizer maintainer. -2009-03-10 Ira Rosen +2009-03-10 Ira Rosen * MAINTAINERS: Add myself as auto-vectorizer maintainer. @@ -1026,7 +1389,7 @@ * MAINTAINERS: Add myself to reviewers (Fortran). -2009-01-12 Sebastian Pop +2009-01-12 Sebastian Pop PR tree-optimization/38515 * configure.ac (cloog-polylib): Removed. @@ -1066,7 +1429,7 @@ * config.sub, config.guess: Update from upstream sources. -2008-12-12 Sebastian Pop +2008-12-12 Sebastian Pop * configure.ac (ppllibs): Add by default the lib flags. * configure: Regenerate. @@ -1116,11 +1479,11 @@ * MAINTAINERS: Update my email address in WAA section. -2008-11-29 Chen Liqin +2008-11-29 Chen Liqin * MAINTAINERS: Update e-mail address. -2008-11-27 Toon Moene +2008-11-27 Toon Moene * MAINTAINERS: Change e-mail address. @@ -1129,7 +1492,7 @@ * configure.ac: Build gdb for i?86-*-darwin* * configure: Regenerated. -2008-11-24 Hariharan Sandanagobalane +2008-11-24 Hariharan Sandanagobalane * MAINTAINERS: Added my full name. @@ -1163,7 +1526,7 @@ * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET, and CPPFLAGS_FOR_BUILD. -2008-11-06 Jeff Law +2008-11-06 Jeff Law * MAINTAINERS: Add myself as middle end maintainer. @@ -1235,7 +1598,7 @@ * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET, and CPPFLAGS_FOR_BUILD. -2008-10-20 Sebastian Pop +2008-10-20 Sebastian Pop * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and Sebastian Pop. @@ -1385,7 +1748,7 @@ * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu. * configure: Regenerate. -2008-07-30 Paolo Bonzini +2008-07-30 Paolo Bonzini * configure.ac: Add makefile fragments for hpux. * Makefile.def (flags_to_pass): Add ADA_CFLAGS. @@ -1393,11 +1756,11 @@ * configure: Regenerate. * Makefile.in: Regenerate. -2008-07-28 Aldy Hernandez +2008-07-28 Aldy Hernandez * MAINTAINERS: Add Jakub and myself as gimple maintainers. -2008-07-11 Dodji Seketeli +2008-07-11 Dodji Seketeli * MAINTAINERS (Write after Approval): Add myself. @@ -1464,11 +1827,11 @@ of libobjc for ARM EABI Linux. * configure: Regenerate. -2008-05-18 Xinliang David Li +2008-05-18 Xinliang David Li * ChangeLog: Remove wrong ChangeLog entry. -2008-05-17 Xinliang David Li +2008-05-17 Xinliang David Li * MAINTAINERS (Write After Approval): Add myself. @@ -1496,7 +1859,7 @@ * MAINTAINERS (Write After Approval): Add myself. -2008-04-25 Pompapathi V Gadad +2008-04-25 Pompapathi V Gadad * MAINTAINERS (crx): Add myself. @@ -1519,7 +1882,7 @@ * Makefile.tpl (restrap): Call `make all' using double-colon rules. * Makefile.in: Regenerate. -2008-04-18 M R Swami Reddy +2008-04-18 M R Swami Reddy * configure.ac (cr16-*-*): Add case for cr16 target and include gdb as nonconfigurable directories list. @@ -1565,7 +1928,7 @@ * MAINTAINERS (Write After Approval): Add myself. -2008-04-01 Seongbae Park +2008-04-01 Seongbae Park * Makefile.tpl (.NOTPARALLEL): Revert previous change. * Makefile.in (.NOTPARALLEL): Ditto. @@ -1574,7 +1937,7 @@ * MAINTAINERS (Write After Approval): Add myself. -2008-03-31 Seongbae Park +2008-03-31 Seongbae Park * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty. * Makefile.in (.NOTPARALLEL): Regenerate. @@ -1762,7 +2125,7 @@ (CXXFLAGS_FOR_TARGET): Add -O2 -g. * Makefile.in: Regenerate. -2007-12-10 Mark Heffernan +2007-12-10 Mark Heffernan * MAINTAINERS (Write After Approval): Add myself and alphabetize two misplaced entries. @@ -1772,7 +2135,7 @@ * configure.ac: Enable libjava for x86_64-*-darwin9. * configure: Regenerate. -2007-12-07 Bill Maddox +2007-12-07 Bill Maddox * MAINTAINERS (Write After Approval): Add myself. @@ -1804,7 +2167,7 @@ * MAINTAINERS (Write After Approval): Add myself. -2007-11-06 Doug Kwan +2007-11-06 Doug Kwan * MAINTAINERS (Write After Approval): Add myself. @@ -1823,7 +2186,7 @@ * MAINTAINERS (Fortran maintainer): Remove myself. -2007-10-15 Patrick Mansfield +2007-10-15 Patrick Mansfield * Makefile.def: To avoid problems running with parallel makes, build newlib before libgloss so that target specific header @@ -1847,7 +2210,7 @@ LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS. * configure: Regenerate. -2006-10-04 Seongbae Park +2006-10-04 Seongbae Park * MAINTAINERS (Register allocation reviewer): Add myself. @@ -1863,11 +2226,11 @@ * configure: Regenerate. * Makefile.in: Regenerate. -2006-09-24 Peter Bergner +2006-09-24 Peter Bergner * MAINTAINERS (Register allocation reviewer): Add myself. -2006-09-24 Kenneth Zadeck +2006-09-24 Kenneth Zadeck * MAINTAINERS (Register allocation reviewer): Add myself. @@ -1899,7 +2262,7 @@ * configure.ac: Raise minimum makeinfo version to 4.6. * configure: Regenerate. -2007-09-17 Johannes Singler +2007-09-17 Johannes Singler * MAINTAINERS (write-after-approval) add myself @@ -2421,7 +2784,7 @@ * Makefile.in: Regenerated. * configure: Regenerated with autoconf 2.59. -2007-02-07 Roman Zippel +2007-02-07 Roman Zippel * MAINTAINERS (Write After Approval): Add myself. @@ -2430,7 +2793,7 @@ * Makefile.tpl (LDFLAGS): Substitute it. * Makefile.in: Regenerate. -2007-01-30 Andrey Belevantsev +2007-01-30 Andrey Belevantsev * MAINTAINERS (Write After Approval): Add myself. @@ -2474,7 +2837,7 @@ (gcc): Remove target. * Makefile.tpl (build_os, build_vendor, host_os, host_vendor, target_os, target_vendor): New. - (configure): Add host_alias/target_alias arguments. Adjust invocations. + (configure): Add host_alias/target_alias arguments; adjust invocations. * configure: Regenerate. * Makefile.in: Regenerate. @@ -2506,7 +2869,7 @@ 2007-01-04 Paolo Bonzini - * configure.in: Use DEV-PHASE to detect the default for --enable-werror. + * configure.in: Use DEV-PHASE to detect default for --enable-werror. * configure: Regenerate. 2007-01-03 Daniel Jacobowitz @@ -2593,7 +2956,7 @@ * MAINTAINERS: Add myself as libgcc and fp-bit maintainer. -2006-12-11 Joern Rennecke +2006-12-11 Joern Rennecke MAINTAINERS: Update my entry. @@ -2673,7 +3036,7 @@ * MAINTAINERS (Write After Approval): Add myself. -2006-11-22 Philipp Thomas +2006-11-22 Philipp Thomas * MAINTAINERS (i18n): Update e-mail address. @@ -2696,12 +3059,12 @@ * MAINTAINERS (Write After Approval): Add myself. -2006-11-20 Trevor Smigiel +2006-11-20 Trevor Smigiel * configure.in (skipdirs) : Don't build target-libiberty for SPU. * configure : Rebuilt. -2006-11-20 Trevor Smigiel +2006-11-20 Trevor Smigiel * MAINTAINERS (Write After Approval): Add myself. @@ -2721,7 +3084,8 @@ (unstage): Test for stage_last presence. PR bootstrap/29802 - * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX. + * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in + STAGE_PREFIX. * Makefile.in: Regenerate. 2003-11-16 Zdenek Dvorak @@ -2757,11 +3121,11 @@ * configure: Regenerate. -2006-10-31 Stephen M. Webb +2006-10-31 Stephen M. Webb * MAINTAINERS (Write After Approval): Add myself. -2006-10-30 Uros Bizjak +2006-10-30 Uros Bizjak * MAINTAINERS: Change email address. @@ -2815,8 +3179,8 @@ 2006-09-27 Dave Brolley - * configure.in (RUNTEST): Look for 'runtest' in the source tree by using - $s instead of $r. + * configure.in (RUNTEST): Look for 'runtest' in the source tree by + using $s instead of $r. * configure: Regenerated. 2006-09-26 Thiemo Seufer @@ -2825,7 +3189,7 @@ for mipstx39-*-*. Disable libgloss for mips64*-*-linux*. * configure: Regenerate. -2006-09-24 Graeme Peterson +2006-09-24 Graeme Peterson * MAINTAINERS (Write After Approval): Remove myself. @@ -2837,7 +3201,7 @@ * MAINTAINERS: Add self as soft-fp maintainer. -2006-09-09 Anatoly Sokolov +2006-09-09 Anatoly Sokolov * MAINTAINERS: Add myself as avr maintainer. Remove Marek Michalkiewicz as avr maintainer. @@ -2971,7 +3335,7 @@ ${libgcj} is specified. * configure: Regenerate. -2006-06-06 Carlos O'Donell +2006-06-06 Carlos O'Donell Sync from src: @@ -3066,7 +3430,7 @@ * configure.in: Enable libgcj for hppa*-hp-hpux11*. * configure: Rebuilt. -2006-05-12 Sandra Loosemore +2006-05-12 Sandra Loosemore * MAINTAINERS (Write After Approval): Add myself. @@ -3080,7 +3444,7 @@ * MAINTAINERS (Various Maintainers): Add myself as libgcc-math maintainer. -2006-04-30 Kenneth Zadeck +2006-04-30 Kenneth Zadeck * MAINTAINERS (Write After Approval): Add myself. @@ -3139,7 +3503,7 @@ * MAINTAINERS (Write After Approval): Remove myself. (Language Front End Maintainers): Add myself as fortran 95 maintainer. -2006-02-21 Rafael Ávila de Espíndola +2006-02-21 Rafael Ávila de Espíndola * Makefile.tpl (BUILD_CONFIGDIRS): Remove. (TARGET_CONFIGDIRS): Remove. @@ -3386,7 +3750,7 @@ (multilib.out): Remove. * Makefile.in: Regenerated. -2005-12-12 Carlos O'Donell +2005-12-12 Carlos O'Donell * MAINTAINERS (Write After Approval): Add myself. @@ -3979,7 +4343,7 @@ * MAINTAINERS: Move John Carr to Write After Approval. -2005-03-30 J"orn Rennecke +2005-03-30 J"orn Rennecke * config/mh-mingw32: Delete. * configure.in: Don't use it. @@ -3989,7 +4353,7 @@ * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path. * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove. - (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR). + (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR. (HOST_LIB_PATH): Generate from Makefile.def. (TARGET_LIB_PATH): Likewise. (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR. @@ -4025,7 +4389,7 @@ * configure: Regenerate. 2005-03-16 Manfred Hollstein - Andrew Pinski + Andrew Pinski * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi. * Makefile.in: Regenerate. @@ -4379,7 +4743,7 @@ * configure.in (*-*-cygwin*): Supress warning if newlib not present. * configure: Regenerate. -2004-10-07 J"orn Rennecke +2004-10-07 J"orn Rennecke * MAINTAINERS: Update my email address. @@ -4434,7 +4798,7 @@ * configure.in (--without-headers): Add missing double quotes. * configure: Regenerate. -2004-09-24 Kelley Cook +2004-09-24 Kelley Cook * ylwrap: Revert to previous version. @@ -4612,7 +4976,7 @@ * configure.in: Fix indentation. * configure: Regenerate. -2004-08-31 Robert Bowdidge +2004-08-31 Robert Bowdidge * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include. * configure.in: add test for powerpc-*-darwin* to specify makefile frag @@ -4620,7 +4984,6 @@ * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for -mdynamic-no-pic - 2004-08-31 Paolo Bonzini * Makefile.def (build_modules): Add fixincludes. @@ -4748,7 +5111,7 @@ libmudflap for all GNU-based systems (with Glibc). * configure: Regenerate. -2004-08-03 Paolo Bonzini +2004-08-03 Paolo Bonzini * Makefile.def (host-modules): Add gcc. * Makefile.in: Regenerate. @@ -4792,7 +5155,7 @@ * gcc/gccbug.in: Updated because of libf2c removal. * maintainer-scripts/gcc_release: Ditto. -2004-07-09 Loren J. Rittle +2004-07-09 Loren J. Rittle * configure.in: Build libmudflap by default on FreeBSD. * configure: Regenerated. @@ -4803,7 +5166,7 @@ systems. * configure: Regenerated. -2004-07-08 John David Anglin +2004-07-08 John David Anglin PR target/16344 * Makefile.tpl (profiledbootstrap): Build runtime libraries with @@ -4931,7 +5294,7 @@ * Makefile.tpl: Fix typo. * Makefile.in: Regenerate. -2004-06-01 Paolo Bonzini +2004-06-01 Paolo Bonzini * configure.in: Remove new- prefix from toplevel bootstrap targets. @@ -4962,7 +5325,7 @@ * configure: Regenerate. 2004-05-30 Andreas Jaeger - Jim Wilson + Jim Wilson * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77 like CC. @@ -4980,7 +5343,7 @@ targets. * Makefile.in: Regenerate. -2004-05-24 Paolo Bonzini +2004-05-24 Paolo Bonzini * configure.in: Test the ability to symlink directories. * configure: Regenerate. @@ -5460,7 +5823,7 @@ * MAINTAINERS: Update my email address. -2004-01-14 Loren J. Rittle +2004-01-14 Loren J. Rittle * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage. * Makefile.tpl (configure-target-[+module+]): Support stage. @@ -5535,7 +5898,7 @@ * MAINTAINERS: Move myself from 'Bug database only accounts' to 'Write After Approval' section. Update email. -2003-12-01 James Lemke +2003-12-01 James Lemke * MAINTAINERS (Write After Approval): Add myself. @@ -5578,7 +5941,7 @@ * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs. * configure: Regenerate. -2003-10-20 Nicolas Pitre +2003-10-20 Nicolas Pitre * MAINTAINERS: Add myself to 'Write After Approval' section. @@ -5594,7 +5957,7 @@ * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes. -2003-10-17 Ralph Loader +2003-10-17 Ralph Loader * MAINTAINERS: Add myself to 'Write After Approval' section. @@ -5603,7 +5966,7 @@ * config.guess: Update to 2003-10-16 version. * config.sub: Update to 2003-10-16 version. -2003-10-15 David Daney +2003-10-15 David Daney * MAINTAINERS: Added myself to 'Write After Approval' section. @@ -5881,7 +6244,7 @@ * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl. * Makefile.in: Regenerate. -2003-07-04 H.J. Lu +2003-07-04 H.J. Lu * Makefile.tpl: Replace PWD with PWD_COMMAND. * Makefile.in: Regenerated. @@ -5940,16 +6303,16 @@ * MAINTAINERS (Write After Approval): Remove Andrew Haley. -2003-06-16 Graeme Peterson +2003-06-16 Graeme Peterson * MAINTAINERS (Write After Approval): Add myself. -2003-06-14 H.J. Lu +2003-06-14 H.J. Lu * config.guess: Update to 2003-06-12 version. * config.sub: Update to 2003-06-13 version. -2003-06-12 H.J. Lu +2003-06-12 H.J. Lu * config.guess: Update to 2003-06-06 version. * config.sub: Update to 2003-06-06 version. @@ -6070,7 +6433,7 @@ * config.guess: Update to 2003-05-09 version. * config.sub: Update to 2003-05-09 version. -2003-05-13 Michael Eager +2003-05-13 Michael Eager * configure.in: Correct sed script so that options in quotes are not deleted. @@ -6117,7 +6480,7 @@ * MAINTAINERS (Write After Approval): Upgrade myself from GNATS only to write-after-approval. Update my mail address. -2003-04-25 Loren J. Rittle +2003-04-25 Loren J. Rittle (OS Port Maintainers: freebsd): Add myself. @@ -6249,7 +6612,7 @@ * Makefile.tpl: Rearrange. * Makefile.in: Regenerate. -2003-02-25 Uwe Stieber +2003-02-25 Uwe Stieber * configure.in: Add support for kaOS as cross build target system. * configure: Regenerated. @@ -6444,10 +6807,10 @@ gdb/gdbtk directory being present. * configure: Regenerate. -2003-01-04 John David Anglin +2003-01-04 John David Anglin - * configure.in (LD): Improve test for gcc. Try to set LD to the ld used - by gcc if LD is not defined and we are not doing a Canadian Cross. + * configure.in (LD): Improve test for gcc. Try to set LD to the ld + used by gcc if LD is not defined and we are not doing a Canadian Cross. * configure: Rebuilt. 2002-12-31 Tom Tromey @@ -6566,7 +6929,7 @@ * Makefile.tpl, configure.in: Substitute libstdcxx_incdir. * Makefile.in: Regenerate. -2002-12-18 H.J. Lu +2002-12-18 H.J. Lu * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR). * Makefile.in: Regenerated. @@ -6790,7 +7153,7 @@ * Makefile.tpl: syntactic cleanup -2002-11-13 Stuart Hastings +2002-11-13 Stuart Hastings * MAINTAINERS: Add myself to write-after-approval list. @@ -7005,7 +7368,7 @@ * MAINTAINERS (Write After Approval): Remove myself. (Various Maintainers: c++ runtime libs): Add myself. -2002-08-20 Loren J. Rittle +2002-08-20 Loren J. Rittle * MAINTAINERS (Write After Approval): Remove myself. (Various Maintainers: c++ runtime libs): Add myself. @@ -7046,7 +7409,7 @@ * ltconfig (shlibpath_*, dynamic_linker, library_names_spec, soname_spec, sys_lib_search_path_spec): Ditto. -2002-08-06 Federico G. Schwindt +2002-08-06 Federico G. Schwindt * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*. @@ -7129,7 +7492,7 @@ (all-opcodes): Do not depend on all-cgen. (all-sim): Likewise. -2002-07-01 Nathanael Nerode +2002-07-01 Nathanael Nerode * Makefile.in: Eliminate 'apache' targets. * configure.in: Eliminate 'apache' targets. @@ -7298,7 +7661,7 @@ Tue Jun 18 22:37:35 2002 Denis Chertykov * MAINTAINERS: Add self. -2002-05-06 Loren J. Rittle +2002-05-06 Loren J. Rittle * ltmain.sh: Detect and handle object name conflicts while piecewise linking a static library. @@ -7346,7 +7709,7 @@ Tue Jun 18 22:37:35 2002 Denis Chertykov for Dan Berlin, Chris Demetriou and Michael Matz. Remove entry for a29k port maintainer. -2002-04-26 Joel Sherrill +2002-04-26 Joel Sherrill * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj. (sparc-*-elf*, sparc64-*-elf*): Disable libgcj. @@ -7450,7 +7813,7 @@ Fri Jun 8 11:14:02 2001 Andrew Cagney * Makefile.in (VER): When present, extract the version number from the file version.in. -2001-05-24 Tom Rix +2001-05-24 Tom Rix * configure.in : enable ld for aix @@ -7486,7 +7849,7 @@ Fri Jun 8 11:14:02 2001 Andrew Cagney * configure.in (host_tools): Add cgen. Only configure cgen if --enable-cgen-maint. -2002-04-09 Loren J. Rittle +2002-04-09 Loren J. Rittle * configure.in: Add *-*-freebsd* configurations. @@ -7503,7 +7866,7 @@ Fri Jun 8 11:14:02 2001 Andrew Cagney * configure.in (alpha*-dec-osf*): Enable libgcj. -2003-03-27 Matthew Gingell +2003-03-27 Matthew Gingell * MAINTAINERS (Write After Approval): Add myself. @@ -7517,7 +7880,7 @@ Fri Jun 8 11:14:02 2001 Andrew Cagney * configure.in: Enable libgcj for xscale-elf target. -Tue Mar 19 09:05:08 2002 J"orn Rennecke +Tue Mar 19 09:05:08 2002 J"orn Rennecke * MAINTAINERS: Update my email address. @@ -7572,7 +7935,7 @@ Tue Mar 19 09:05:08 2002 J"orn Rennecke * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava. -2002-02-11 Adam Megacz +2002-02-11 Adam Megacz * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and boehm-gc @@ -7623,7 +7986,7 @@ Thu Feb 7 12:40:58 CET 2002 Jan Hubicka * MAINTAINERS (Write After Approval): Add myself. -2002-01-17 H.J. Lu +2002-01-17 H.J. Lu * Makefile.in (all-fastjar): Also depend on all-libiberty. (all-target-fastjar): Also depend on all-target-libiberty. @@ -7677,7 +8040,7 @@ Wed Dec 5 07:33:45 2001 Douglas B. Rupp * MAINTAINERS: Update mail address for config.* patches. -2001-11-27 DJ Delorie +2001-11-27 DJ Delorie Zack Weinberg When build != host, create libiberty for the build machine. @@ -7772,7 +8135,7 @@ Wed Dec 5 07:33:45 2001 Douglas B. Rupp * MAINTAINERS: Tweak my address. -Thu Oct 11 21:50:15 2001 J"orn Rennecke +Thu Oct 11 21:50:15 2001 J"orn Rennecke * MAINTAINERS: Update my email address. @@ -7786,7 +8149,7 @@ Thu Oct 11 21:50:15 2001 J"orn Rennecke * MAINTAINERS (Various maintainers: Ada front end): Added Robert Dewar. -2001-10-03 David Billinghurst +2001-10-03 David Billinghurst * MAINTAINERS (Write After Approval): Added self @@ -7802,7 +8165,7 @@ Thu Oct 11 21:50:15 2001 J"orn Rennecke * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX). -2001-09-26 Will Cohen +2001-09-26 Will Cohen * configure.in (*-*-linux*): Disable configuration of target-newlib and target-libgloss. @@ -7967,7 +8330,7 @@ Fri Jun 1 18:55:19 2001 Rainer Orth * MAINTAINERS (Write After Approval): Add myself. -2001-05-28 Simon Patarin +2001-05-28 Simon Patarin * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared libraries when using g++ with native linker. @@ -8147,7 +8510,7 @@ Mon Apr 23 09:15:03 2001 Anthony Green * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C. -2001-03-09 Nicola Pero +2001-03-09 Nicola Pero * configure.in: Only use `lang_requires' for languages athat are actually enabled. @@ -8228,7 +8591,7 @@ Mon Apr 23 09:15:03 2001 Anthony Green * config.guess: Add linux target for S/390. * config.sub: Likewise. -2001-02-08 Chandrakala Chavva +2001-02-08 Chandrakala Chavva * configure.in: for *-chorusos, don't config target-newlib and target-libgloss. @@ -8526,7 +8889,7 @@ Mon Apr 23 09:15:03 2001 Anthony Green * ltconfig (aix4): Define library and soname specs appropriate for AIX. Define command to create export symbols list. -Mon Nov 6 14:19:35 2000 Christopher Faylor +Mon Nov 6 14:19:35 2000 Christopher Faylor * config.sub: Add support for Sun Chorus @@ -8586,7 +8949,7 @@ Mon 25-Sep-2000 19:46:09 BST Neil Booth * INSTALL/README: egcs -> GCC update. -Sun Sep 17 16:55:59 CEST 2000 Marc Espie +Sun Sep 17 16:55:59 CEST 2000 Marc Espie * MAINTAINERS: Add myself to Write After Approval list. @@ -9019,7 +9382,7 @@ Thu Feb 24 16:15:56 2000 Andrew Cagney * config.guess, config.sub: Updated to match config's 2000-02-15 version. -2000-02-23 Linas Vepstas +2000-02-23 Linas Vepstas * config.sub: Add support for Linux/IBM 370. * configure.in: Likewise. @@ -9028,7 +9391,7 @@ Thu Feb 24 16:15:56 2000 Andrew Cagney * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets. -2000-02-20 Christopher Faylor +2000-02-20 Christopher Faylor * config.guess: Guess "cygwin" rather than "cygwin32". @@ -9053,7 +9416,7 @@ Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson * MAINTAINERS: Pair cccp with cpplib maintainership. -2000-01-27 Christopher Faylor +2000-01-27 Christopher Faylor * Makefile.in (CC_FOR_TARGET): Add new winsup directory structure stuff to -L library search. @@ -9106,7 +9469,7 @@ Tue Nov 23 00:57:41 1999 Rainer Orth * config-ml.in (sparc*-*-*): Disable sparcv9 support if the necessary libraries are missing. -Fri Nov 19 11:22:31 MST 1999 Diego Novillo +Fri Nov 19 11:22:31 MST 1999 Diego Novillo * MAINTAINERS: Add new 'write after approval' maintainer.