From 4c57c1a2a73c1e8a766efaa3c403e61672dd6e78 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 6 Mar 2008 19:22:36 +0000 Subject: Merge with trunk at revision 132576. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/stack@132987 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 58 insertions(+), 10 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 18833f80ded..af5ac356a9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,58 @@ +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. + 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 @@ -264,13 +312,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. @@ -659,9 +707,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. -- cgit v1.2.3