X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=ChangeLog;h=69d15720422fc4b2a319e1208fd144ec86a80a7b;hb=127fb64dee19a65504cef92fcf1ed8f802540dfa;hp=25563b4ce8e636c66a18613cb80589ebe8e774f9;hpb=da01ad1e03201f4087e67aa91a3e989e018d26e2;p=pf3gnuchains%2Fgcc-fork.git diff --git a/ChangeLog b/ChangeLog index 25563b4ce8e..69d15720422 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,398 @@ +2008-07-11 Dodji Seketeli + + * MAINTAINERS (Write after Approval): Add myself. + +2008-07-02 Xuepeng Guo + + * MAINTAINERS (Write After Approval): Add myself. + +2008-06-29 Andrew Jenner + + * MAINTAINERS (Write After Approval): Add myself. + +2008-06-29 Krister Walfridsson + + * MAINTAINERS: Update my email address. + +2008-06-25 Joey Ye + + * MAINTAINERS (Write After Approval): Add myself. + +2008-06-17 Ralf Wildenhues + + * Makefile.tpl ($(srcdir)/configure): Update dependencies. + * Makefile.in: Regenerate. + * configure: Regenerate. + +2008-06-17 Daniel Kraft + + * MAINTAINERS (Write After Approval): Add myself. + +2008-06-16 Ralf Wildenhues + + * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when + "$@" is still intact with both Autoconf 2.59 and 2.62. + * configure: Regenerate. + +2008-06-16 Ralf Wildenhues + + * Makefile.tpl: Fix comment errors. + * Makefile.in: Regenerate. + +2008-06-12 David S. Miller + David Edelsohn + + * configure.ac: Add powerpc*-*-* to gold supported targets. + * configure: Regenerate. + +2008-06-08 Joseph Myers + + PR tree-optimization/36218 + * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD. + * Makefile.tpl (EXTRA_BUILD_FLAGS): Define. + (all prefix="build-"): Pass them to build-system sub-makes. + * Makefile.in: Regenerate. + +2008-06-07 Joseph Myers + + * MAINTAINERS (mt port): Remove. + (sco5, unixware, sco udk): Remove. + (Kean Johnston): Add to Write After Approval. + +2008-05-30 Julian Brown + + * configure.ac (arm*-*-linux-gnueabi): Don't disable building + of libobjc for ARM EABI Linux. + * configure: Regenerate. + +2008-05-18 Xinliang David Li + + * ChangeLog: Remove wrong ChangeLog entry. + +2008-05-17 Xinliang David Li + + * MAINTAINERS (Write After Approval): Add myself. + +2008-05-15 Janus Weil + + * MAINTAINERS (Write After Approval): Add myself. + +2008-05-14 Rafael Espindola + + * config-ml.in: don't handle --enable-shared and --enable-static. + +2008-05-10 Richard Sandiford + + * MAINTAINERS: Update my email address. + +2008-05-10 Paolo Carlini + + * MAINTAINERS: Update my email address. + +2008-05-03 Kris Van Hees + + * MAINTAINERS (Write After Approval): Add myself. + +2008-04-28 Gabriele Svelto + + * MAINTAINERS (Write After Approval): Add myself. + +2008-04-25 Pompapathi V Gadad + + * MAINTAINERS (crx): Add myself. + +2008-04-18 Paolo Bonzini + + Sync with src: + 2008-04-14 David S. Miller + + * configure.ac: Add sparc*-*-* to gold supported targets. + * configure: Regenerate. + +2008-04-18 Paolo Bonzini + + PR bootstrap/35457 + * configure.ac: Include override.m4. + * configure: Regenerate. + +2008-04-18 Paolo Bonzini + + * Makefile.tpl (restrap): Call `make all' using double-colon rules. + * Makefile.in: Regenerate. + +2008-04-18 M R Swami Reddy + + * configure.ac (cr16-*-*): Add case for cr16 target and include gdb + as nonconfigurable directories list. + * configure: Regenerate. + +2008-04-14 Ben Elliston + + * config.sub, config.guess: Update from upstream sources. + +2008-04-12 Hans-Peter Nilsson + + * Makefile.tpl : Error early unless at least GNU make 3.80. + * Makefile.in: Regenerate. + +2008-04-11 Eric B. Weddington + + * configure.ac: Do not build libssp for the AVR. + * configure: Regenerate. + +2008-04-07 Ian Lance Taylor + + * Makefile.def: check-gold depends upon all-binutils. + * Makefile.in: Regenerate. + +2008-04-04 Andy Hutchinson + + * MAINTAINERS (Write After Approval): Add myself. + +2008-04-04 Nick Clifton + + PR binutils/4334 + * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted + builds. + * configure: Regenerate. + +2008-04-04 NightStrike + + PR other/35151 + * configure.ac: Combine rules for mingw32 and mingw64. + * configure: Regenerate. + +2008-04-02 Kai Tietz + + * MAINTAINERS (Write After Approval): Add myself. + +2008-04-01 Seongbae Park + + * Makefile.tpl (.NOTPARALLEL): Revert previous change. + * Makefile.in (.NOTPARALLEL): Ditto. + +2008-04-01 Peter O'Gorman + + * MAINTAINERS (Write After Approval): Add myself. + +2008-03-31 Seongbae Park + + * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty. + * Makefile.in (.NOTPARALLEL): Regenerate. + +2008-03-27 Paolo Bonzini + + * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove. + * Makefile.in: Regenerate. + +2008-03-26 Jakub Staszak + + * MAINTAINERS (Write After Approval): Add myself. + +2008-03-23 Thomas Koenig + + * MAINTAINERS: Update e-mail address. + +2008-03-20 Ian Lance Taylor + + * configure.ac: Add support for --enable-gold. + * Makefile.def: Add gold as a directory like ld. + * configure, Makefile.in: Regenerate. + +2008-03-16 Ralf Wildenhues + + * configure.ac: m4_include config/proginstall.m4. + * configure: Regenerate. + + Backport from upstream Libtool: + + 2007-10-12 Eric Blake + + Deal with Autoconf 2.62's semantic change in m4_append. + * ltsugar.m4 (lt_append): Replace broken versions of + m4_append. + (lt_if_append_uniq): Don't require separator to be overquoted, + and avoid broken m4_append. + (lt_dict_add): Fix typo. + * libtool.m4 (_LT_DECL): Don't overquote separator. + +2008-03-13 David Edelsohn + + * config.rpath: Add AIX 6 support. + +2008-03-13 Paolo Bonzini + + * Makefile.def (stageprofile). Remove -fprofile-generate + from stage_libcflags. + * Makefile.in: Regenerate. + +2008-03-13 Ben Elliston + + * config.sub, config.guess: Update from upstream sources. + +2008-03-06 Tom Tromey + + * MAINTAINERS: Update for treelang deletion. + +2008-03-03 James E. Wilson + + * MAINTAINERS: Update my email address. + +2008-03-03 Stan Shebs + + * MAINTAINERS (darwin port): Add myself as a maintainer. + (objective-c/c++): Add myself as a maintainer. + +2008-03-03 Volker Reichelt + + * MAINTAINERS (Write After Approval): Update my email address. + +2008-02-25 Tomas Bily + + * MAINTAINERS (Write After Approval): Add myself. + +2008-02-23 Jakub Jelinek + + * MAINTAINERS (OpenMP): Add myself. + +2008-02-20 Paolo Bonzini + + PR bootstrap/32009 + PR bootstrap/32161 + + * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here. + * configure: Regenerate. + + * Makefile.def: Define stage_libcflags for all bootstrap stages. + * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS, + STAGE4_LIBCFLAGS): New. + (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without + $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET). + (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS. + (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS. + (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags + for target modules. Don't export LIBCFLAGS. + (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass + $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after + the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET. + (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with + $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS). + * Makefile.in: Regenerate. + +2008-02-16 Ralf Wildenhues + + PR libgcj/33085 + * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] : + Do not use -DDLL_EXPORT. Backport from upstream. + +2008-02-13 Ralf Wildenhues + + * MAINTAINERS (Write After Approval): Add myself. + +2008-02-02 Hans-Peter Nilsson + + * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf. + * configure: Regenerate. + +2008-01-31 Marc Gauthier + + * configure.ac (xtensa*-*-*): Recognize processor variants. + * configure: Regenerate. + +2008-01-30 Ralf Wildenhues + + PR bootstrap/34922 + * configure.ac (PARSE_ARGS): Push suitable setting of + ac_subdirs_all, for `./configure --help=recursive'. + Handle `+' in generic toplevel directory disabling. + * configure: Regenerate. + +2008-01-28 Nick Clifton + + * MAINTAINERS (xstormy16): Take over maintainership. + +2008-01-25 Joseph Myers + + * MAINTAINERS (c4x port): Remove. + +2008-01-24 David Edelsohn + + * libtool.m4: Backport AIX 6 support from ToT Libtool. + +2008-01-23 Ben Elliston + + * config.sub, config.guess: Update from upstream sources. + +2008-01-22 Tobias Grosser + + * MAINTAINERS (Write After Approval): Add myself. + +2008-01-17 H.J. Lu + + * MAINTAINERS: Update my email address. + +2008-01-09 Raksit Ashok + + * MAINTAINERS (Write After Approval): Add myself. + +2008-01-09 Raksit Ashok + + * MAINTAINERS (Write After Approval): Add myself. + +2008-01-08 Ben Elliston + + * config.sub, config.guess: Update from upstream sources. + +2007-12-17 Kaveh R. Ghazi + + * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1. + Change recommended MPFR from 2.2.1 -> 2.3.0. + * configure: Regenerate. + +2007-12-15 Sebastian Pop + + * MAINTAINERS: Update my email address. + +2007-12-15 Bernhard Fischer + + * MAINTAINERS: Update my email address. + +2007-12-13 Richard Sandiford + + * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g. + (CXXFLAGS_FOR_TARGET): Add -O2 -g. + * Makefile.in: Regenerate. + +2007-12-10 Mark Heffernan + + * MAINTAINERS (Write After Approval): Add myself and alphabetize two + misplaced entries. + +2007-12-10 Andreas Tobler + + * configure.ac: Enable libjava for x86_64-*-darwin9. + * configure: Regenerate. + +2007-12-07 Bill Maddox + + * MAINTAINERS (Write After Approval): Add myself. + +2007-12-05 Ben Elliston + + * config.sub, config.guess: Update from upstream sources. + +2007-12-02 Matthias Klose + + * config-ml.in: Remove 64bit configure tests. + +2007-11-28 Ralf Wildenhues + + * config-ml.in: Robustify against white space in absolute file + names. + + * config-ml.in (multi-clean): Substitute ${Makefile}. + Remove superfluous ${Makefile} in list. + 2007-11-19 Thiemo Seufer * config-ml.in: Don't hardcode the Makefile name. @@ -90,7 +485,7 @@ PR bootstrap/31906 * libtool-ldflags: Don't prefix arguments with -Xcompiler if - they're already prefixed. + they're already prefixed. 2007-09-19 Benjamin Kosnik @@ -107,7 +502,7 @@ 2007-09-17 Johannes Singler - * MAINTAINERS (write-after-approval) add myself + * MAINTAINERS (write-after-approval) add myself 2007-09-15 Alan Modra @@ -170,13 +565,13 @@ * config.sub, config.guess: Update from upstream sources. -2007-08-22 Bud Davis +2007-08-22 Bud Davis * MAINTAINERS (Write After Approval): Added myself. * MAINTAINERS (Reviewers): Removed myself. 2007-08-18 Paul Brook - Joseph Myers + Joseph Myers * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New. (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it. @@ -565,9 +960,9 @@ * configure: Rebuilt. 2007-02-17 Mark Mitchell - Nathan Sidwell - Vladimir Prus + Nathan Sidwell + Vladimir Prus + Joseph Myers * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting. * configure: Regenerate.