From 7c407808321952bdb50521107914f99f9b1c7189 Mon Sep 17 00:00:00 2001 From: fxcoudert Date: Tue, 11 Nov 2014 20:25:18 +0000 Subject: [PATCH] toplevel: 2014-11-11 Francois-Xavier Coudert PR target/63610 * libtool.m4: Fix globbing of darwin versions. boehm-gc/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. gcc/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libatomic/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libbacktrace/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libcc1/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libcilkrts/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libffi/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libgfortran/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libgomp/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libitm/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libobjc/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libquadmath/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libsanitizer/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libssp/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libstdc++-v3/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libvtv/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. lto-plugin/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libjava/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libjava/classpath/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. zlib/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217366 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 6 ++++++ boehm-gc/ChangeLog | 5 +++++ boehm-gc/configure | 2 +- gcc/ChangeLog | 5 +++++ gcc/configure | 2 +- libatomic/ChangeLog | 5 +++++ libatomic/configure | 2 +- libbacktrace/ChangeLog | 5 +++++ libbacktrace/configure | 2 +- libcc1/ChangeLog | 5 +++++ libcc1/configure | 2 +- libcilkrts/ChangeLog | 5 +++++ libcilkrts/configure | 2 +- libffi/ChangeLog | 5 +++++ libffi/configure | 2 +- libgfortran/ChangeLog | 5 +++++ libgfortran/configure | 2 +- libgomp/ChangeLog | 5 +++++ libgomp/configure | 2 +- libitm/ChangeLog | 5 +++++ libitm/configure | 2 +- libjava/ChangeLog | 5 +++++ libjava/classpath/ChangeLog.gcj | 5 +++++ libjava/classpath/configure | 2 +- libjava/configure | 2 +- libobjc/ChangeLog | 5 +++++ libobjc/configure | 2 +- libquadmath/ChangeLog | 5 +++++ libquadmath/configure | 2 +- libsanitizer/ChangeLog | 5 +++++ libsanitizer/configure | 2 +- libssp/ChangeLog | 5 +++++ libssp/configure | 2 +- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/configure | 2 +- libtool.m4 | 2 +- libvtv/ChangeLog | 5 +++++ libvtv/configure | 6 +++--- lto-plugin/ChangeLog | 5 +++++ lto-plugin/configure | 2 +- zlib/ChangeLog.gcj | 5 +++++ zlib/configure | 2 +- 42 files changed, 129 insertions(+), 23 deletions(-) diff --git a/ChangeLog b/ChangeLog index dca5d4f..a2b3984 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-11-11 Francois-Xavier Coudert + + PR target/63610 + * libtool.m4: Fix globbing of darwin versions. + * configure: Regenerate. + 2014-11-11 Tobias Burnus * config/cloog.m4: Remove. diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 1c8cbda..b70492a 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,8 @@ +2014-11-11 Francois-Xavier Coudert + + PR target/63610 + * configure: Regenerate. + 2014-10-23 Rainer Orth * include/gc.h [(sparc || __sparc) && sun] (GC_INIT): Remove diff --git a/boehm-gc/configure b/boehm-gc/configure index 025003c..ef7100e 100755 --- a/boehm-gc/configure +++ b/boehm-gc/configure @@ -7508,7 +7508,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3029584..da2d3b5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-11-11 Francois-Xavier Coudert + + PR target/63610 + * configure: Regenerate. + 2014-11-11 James Greenhalgh * config/aarch64/aarch64-simd.md diff --git a/gcc/configure b/gcc/configure index 40b2a87..7c26545 100755 --- a/gcc/configure +++ b/gcc/configure @@ -14546,7 +14546,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; diff --git a/libatomic/ChangeLog b/libatomic/ChangeLog index 4470736..609779f 100644 --- a/libatomic/ChangeLog +++ b/libatomic/ChangeLog @@ -1,3 +1,8 @@ +2014-11-11 Francois-Xavier Coudert + + PR target/63610 + * configure: Regenerate. + 2014-08-19 Yaakov Selkowitz * configure.tgt: Add cygwin to supported targets. diff --git a/libatomic/configure b/libatomic/configure index 4b22172..e16b2fd 100755 --- a/libatomic/configure +++ b/libatomic/configure @@ -7329,7 +7329,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index 8cc54be..2530d19 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,3 +1,8 @@ +2014-11-11 Francois-Xavier Coudert + + PR target/63610 + * configure: Regenerate. + 2014-10-23 Ian Lance Taylor * internal.h (backtrace_atomic_load_pointer) [no atomic or sync]: diff --git a/libbacktrace/configure b/libbacktrace/configure index f4f9d05..b1c2377 100755 --- a/libbacktrace/configure +++ b/libbacktrace/configure @@ -7576,7 +7576,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; diff --git a/libcc1/ChangeLog b/libcc1/ChangeLog index 5624bf6..023c444 100644 --- a/libcc1/ChangeLog +++ b/libcc1/ChangeLog @@ -1,5 +1,10 @@ 2014-11-11 Francois-Xavier Coudert + PR target/63610 + * configure: Regenerate. + +2014-11-11 Francois-Xavier Coudert + PR bootstrap/63699 PR bootstrap/63750 * plugin.cc: Don't include . diff --git a/libcc1/configure b/libcc1/configure index 0c203a2..05384d3 100755 --- a/libcc1/configure +++ b/libcc1/configure @@ -7023,7 +7023,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; diff --git a/libcilkrts/ChangeLog b/libcilkrts/ChangeLog index ab10a0b..f7e41c4 100644 --- a/libcilkrts/ChangeLog +++ b/libcilkrts/ChangeLog @@ -1,3 +1,8 @@ +2014-11-11 Francois-Xavier Coudert + + PR target/63610 + * configure: Regenerate. + 2014-08-01 Alexander Ivchenko * configure.ac: Move pthread affinity test to the place where diff --git a/libcilkrts/configure b/libcilkrts/configure index 1e8eabd..72a89d2 100644 --- a/libcilkrts/configure +++ b/libcilkrts/configure @@ -7546,7 +7546,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; diff --git a/libffi/ChangeLog b/libffi/ChangeLog index ed7f555..953db85 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,8 @@ +2014-11-11 Francois-Xavier Coudert + + PR target/63610 + * configure: Regenerate. + 2014-10-15 Ian Lance Taylor * configure.ac: If the compiler supports -Qunused-arguments, use diff --git a/libffi/configure b/libffi/configure index 4c53cf9..68f0295 100755 --- a/libffi/configure +++ b/libffi/configure @@ -7125,7 +7125,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index fc433b1..2d600d1 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,8 @@ +2014-11-11 Francois-Xavier Coudert + + PR target/63610 + * configure: Regenerate. + 2014-11-10 Janne Blomqvist PR libfortran/47007 diff --git a/libgfortran/configure b/libgfortran/configure index e75fbff..e02ef1a 100755 --- a/libgfortran/configure +++ b/libgfortran/configure @@ -8816,7 +8816,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index b004551e..53a9e68 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2014-11-11 Francois-Xavier Coudert + + PR target/63610 + * configure: Regenerate. + 2014-11-05 Rainer Orth * config/posix/lock.c (_XOPEN_SOURCE) Define as 600. diff --git a/libgomp/configure b/libgomp/configure index 766eb09..0f553aa 100755 --- a/libgomp/configure +++ b/libgomp/configure @@ -7312,7 +7312,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; diff --git a/libitm/ChangeLog b/libitm/ChangeLog index f35a630..30c3244 100644 --- a/libitm/ChangeLog +++ b/libitm/ChangeLog @@ -1,3 +1,8 @@ +2014-11-11 Francois-Xavier Coudert + + PR target/63610 + * configure: Regenerate. + 2014-10-06 Marek Polacek * testsuite/libitm.c/memcpy-1.c: Declare getpagesize. diff --git a/libitm/configure b/libitm/configure index ce6d50a..45ef74e 100644 --- a/libitm/configure +++ b/libitm/configure @@ -8002,7 +8002,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; diff --git a/libjava/ChangeLog b/libjava/ChangeLog index fea4b31..fb315ee 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2014-11-11 Francois-Xavier Coudert + + PR target/63610 + * configure: Regenerate. + 2014-05-20 Sebastian Huber * testsuite/lib/libjava.exp (load_gcc_lib): Register loaded libs. diff --git a/libjava/classpath/ChangeLog.gcj b/libjava/classpath/ChangeLog.gcj index 0561093..10b28da 100644 --- a/libjava/classpath/ChangeLog.gcj +++ b/libjava/classpath/ChangeLog.gcj @@ -1,3 +1,8 @@ +2014-11-11 Francois-Xavier Coudert + + PR target/63610 + * configure: Regenerate. + 2014-01-02 Tobias Burnus * gnu/java/rmi/registry/RegistryImpl.java (version): Update diff --git a/libjava/classpath/configure b/libjava/classpath/configure index bcb5bff..bf99d0b 100755 --- a/libjava/classpath/configure +++ b/libjava/classpath/configure @@ -8368,7 +8368,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; diff --git a/libjava/configure b/libjava/configure index afbc996..f59fc95 100755 --- a/libjava/configure +++ b/libjava/configure @@ -9580,7 +9580,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 1d0814d..dc03720 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,8 @@ +2014-11-11 Francois-Xavier Coudert + + PR target/63610 + * configure: Regenerate. + 2014-11-05 Rainer Orth * thr.c (_XOPEN_SOURCE): Define as 600. diff --git a/libobjc/configure b/libobjc/configure index dd39d7e..3843dab 100755 --- a/libobjc/configure +++ b/libobjc/configure @@ -6794,7 +6794,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index f2b96bc..71c4498 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,3 +1,8 @@ +2014-11-11 Francois-Xavier Coudert + + PR target/63610 + * configure: Regenerate. + 2014-10-21 Francois-Xavier Coudert PR libquadmath/55821 diff --git a/libquadmath/configure b/libquadmath/configure index 907e0cf..593e474 100755 --- a/libquadmath/configure +++ b/libquadmath/configure @@ -6986,7 +6986,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog index ac08daf..0df34af 100644 --- a/libsanitizer/ChangeLog +++ b/libsanitizer/ChangeLog @@ -1,3 +1,8 @@ +2014-11-11 Francois-Xavier Coudert + + PR target/63610 + * configure: Regenerate. + 2014-10-16 Martin Liska * asan/Makefile.am: IPA ICF pass is disabled. diff --git a/libsanitizer/configure b/libsanitizer/configure index 5e4840f..acb84c7 100755 --- a/libsanitizer/configure +++ b/libsanitizer/configure @@ -8506,7 +8506,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; diff --git a/libssp/ChangeLog b/libssp/ChangeLog index 6291561..7e3c516 100644 --- a/libssp/ChangeLog +++ b/libssp/ChangeLog @@ -1,3 +1,8 @@ +2014-11-11 Francois-Xavier Coudert + + PR target/63610 + * configure: Regenerate. + 2013-12-07 Jakub Jelinek * ssp.c (fail): Avoid -Wformat-security warning. diff --git a/libssp/configure b/libssp/configure index b26c0b3..3e688a9 100755 --- a/libssp/configure +++ b/libssp/configure @@ -7123,7 +7123,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index dd810a9..dffc107 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2014-11-11 Francois-Xavier Coudert + + PR target/63610 + * configure: Regenerate. + 2014-11-11 Siva Chandra Reddy * python/libstdcxx/v6/xmethods.py: Add xmethods for associative diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 3f5fc9a..6a57537 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -7861,7 +7861,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; diff --git a/libtool.m4 b/libtool.m4 index 797468f..c96d80c 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -1006,7 +1006,7 @@ _LT_EOF case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[[012]]*) + 10.[[012]][[,.]]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog index fcbdc10..8c671c3 100644 --- a/libvtv/ChangeLog +++ b/libvtv/ChangeLog @@ -1,3 +1,8 @@ +2014-11-11 Francois-Xavier Coudert + + PR target/63610 + * configure: Regenerate. + 2013-09-25 Caroline Tice * Makefile.am: Reinstate ENABLE_VTABLE_VERIFY checks, to make diff --git a/libvtv/configure b/libvtv/configure index 5a73f26..1c9b958 100755 --- a/libvtv/configure +++ b/libvtv/configure @@ -8614,7 +8614,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; @@ -12127,7 +12127,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12099 "configure" +#line 12130 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12233,7 +12233,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12205 "configure" +#line 12236 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 632c116..0bb1354 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,8 @@ +2014-11-11 Francois-Xavier Coudert + + PR target/63610 + * configure: Regenerate. + 2014-08-26 H.J. Lu PR bootstrap/62260 diff --git a/lto-plugin/configure b/lto-plugin/configure index c34e653..5f3dd22 100755 --- a/lto-plugin/configure +++ b/lto-plugin/configure @@ -6825,7 +6825,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; diff --git a/zlib/ChangeLog.gcj b/zlib/ChangeLog.gcj index f32e302..4fa5446 100644 --- a/zlib/ChangeLog.gcj +++ b/zlib/ChangeLog.gcj @@ -1,3 +1,8 @@ +2014-11-11 Francois-Xavier Coudert + + PR target/63610 + * configure: Regenerate. + 2013-10-15 David Malcolm * configure.ac: Add --enable-host-shared, setting up new diff --git a/zlib/configure b/zlib/configure index 32e33e7..4095df2 100755 --- a/zlib/configure +++ b/zlib/configure @@ -6594,7 +6594,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; -- 2.7.4