X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=ChangeLog;h=46ad5395725d108df325b214e636ee862695a48a;hb=200ad982dd4e3f375f6469d1f09ba8f3a69e352e;hp=c66e671221287bcc73d3f7f1f52964bc318f48d8;hpb=f8520ad797ec8cbb3919b39111f411babfe46e86;p=pf3gnuchains%2Fgcc-fork.git diff --git a/ChangeLog b/ChangeLog index c66e6712212..46ad5395725 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,338 @@ +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. + +2007-11-08 Alexander Monakov + + * MAINTAINERS (Write After Approval): Add myself. + +2007-11-07 Samuel Tardieu + + * MAINTAINERS (Write After Approval): Add myself. + +2007-11-06 Doug Kwan + + * MAINTAINERS (Write After Approval): Add myself. + +2007-10-25 Ben Elliston + + * MAINTAINERS (mercury): Remove entry. + (Write After Approval): Add Fergus Henderson . + +2007-10-23 Daniel Jacobowitz + + * Makefile.def (dependencies): Make configure-gdb depend on + all-intl. + * Makefile.in: Regenerated. + +2007-10-22 Steven G. Kargl + + * MAINTAINERS (Fortran maintainer): Remove myself. + +2007-10-15 Patrick Mansfield + + * Makefile.def: To avoid problems running with parallel makes, + build newlib before libgloss so that target specific header + files are availble. + * Makefile.in: Regenerate + +2007-10-11 Daniel Jacobowitz + + * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber. + * Makefile.in: Regenerate. + +2007-10-09 Vladimir Makarov + + * MAINTAINERS (Register allocation reviewer): Add myself. + +2007-10-08 Mike Frysinger + + * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD, + LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build. + Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default + LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS. + * configure: Regenerate. + +2006-10-04 Seongbae Park + + * MAINTAINERS (Register allocation reviewer): Add myself. + +2007-10-01 Paolo Bonzini + + * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD, + DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD, + LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD, + WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions. + * configure.ac: Default them to host tools for $host = $build. + Subst them. + + * configure: Regenerate. + * Makefile.in: Regenerate. + +2006-09-24 Peter Bergner + + * MAINTAINERS (Register allocation reviewer): Add myself. + +2006-09-24 Kenneth Zadeck + + * MAINTAINERS (Register allocation reviewer): Add myself. + +2007-09-21 Seongbae Park + + * MAINTAINERS (Write After Approval): Fix typo. + +2007-09-20 Richard Sandiford + + * configure.ac (mipsisa*-*-elfoabi*): New stanza. + * configure: Regenerate. + +2007-09-20 Paul Jarc + + PR bootstrap/31906 + * libtool-ldflags: Don't prefix arguments with -Xcompiler if + they're already prefixed. + +2007-09-19 Benjamin Kosnik + + * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before + libstdc++. + * Makefile.def: Add libgomp config as a maybe dependency for libstdc++. + * configure: Regenerate. + * Makefile.in: Regenerate. + +2007-09-17 Andreas Schwab + + * configure.ac: Raise minimum makeinfo version to 4.6. + * configure: Regenerate. + +2007-09-17 Johannes Singler + + * MAINTAINERS (write-after-approval) add myself + +2007-09-15 Alan Modra + + * configure.ac: Correct makeinfo version check. + * configure: Regenerate. + +2007-09-14 Richard Sandiford + + * MAINTAINERS: Update my email address. + +2007-09-14 Richard Sandiford + + * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty + to $skipdirs and only disable gprof for newlib. Use the normal + mips*-elf* handling in other respects. + * configure: Regnerate. + +2007-09-12 David Daney + + * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus + enabling libgcj. + * configure: Regenerate. + +2007-09-10 Rask Ingemann Lambertsen + + PR other/32154 + * configure.ac: For libgloss targets, point the linker to the linker + script, startup code and simulator library. + * configure: Regenerate. + +2007-09-07 Andrew Haley + + * configure.ac (noconfigdirs): Remove target-libffi and + target-libjava. + * configure: Regenerate. + +2007-09-06 Francois-Xavier Coudert + + PR target/33281 + * configure.ac: Use config/mh-mingw on mingw. + * configure: Regenerate. + +2007-09-05 Pat Haugen + + * MAINTAINERS (Write After Approval): Add myself. + +2007-09-05 Richard Guenther + + * configure.ac (--enable-stage1-checking): If neither --enable-checking + nor --disable-checking is provided also turn on yes and types + checking for stage1. + * configure: Re-generate. + +2007-08-30 Krister Walfridsson + + * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer. + (Write After Approval): Remove myself. + +2007-08-29 Nick Clifton + + * config.sub, config.guess: Update from upstream sources. + +2007-08-22 Bud Davis + + * MAINTAINERS (Write After Approval): Added myself. + * MAINTAINERS (Reviewers): Removed myself. + +2007-08-18 Paul Brook + Joseph Myers + + * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New. + (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it. + * Makefile.in: Regenerate. + * configure.ac (--with-debug-prefix-map): New. + * configure: Regenerate. + 2007-08-17 Richard Sandiford Nigel Stephens - * config/mt-sde: New file. * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde as target_makefile_frag. * configure: Regenerate. @@ -380,9 +711,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.