Skip to content

Commit

Permalink
toplevel:
Browse files Browse the repository at this point in the history
2014-11-11  Francois-Xavier Coudert  <[email protected]>

	PR target/63610
	* libtool.m4: Fix globbing of darwin versions.

boehm-gc/
2014-11-11  Francois-Xavier Coudert  <[email protected]>

	PR target/63610
	* configure: Regenerate.

gcc/
2014-11-11  Francois-Xavier Coudert  <[email protected]>

	PR target/63610
	* configure: Regenerate.

libatomic/
2014-11-11  Francois-Xavier Coudert  <[email protected]>

	PR target/63610
	* configure: Regenerate.

libbacktrace/
2014-11-11  Francois-Xavier Coudert  <[email protected]>

	PR target/63610
	* configure: Regenerate.

libcc1/
2014-11-11  Francois-Xavier Coudert  <[email protected]>

	PR target/63610
	* configure: Regenerate.

libcilkrts/
2014-11-11  Francois-Xavier Coudert  <[email protected]>

	PR target/63610
	* configure: Regenerate.

libffi/
2014-11-11  Francois-Xavier Coudert  <[email protected]>

	PR target/63610
	* configure: Regenerate.

libgfortran/
2014-11-11  Francois-Xavier Coudert  <[email protected]>

	PR target/63610
	* configure: Regenerate.

libgomp/
2014-11-11  Francois-Xavier Coudert  <[email protected]>

	PR target/63610
	* configure: Regenerate.

libitm/
2014-11-11  Francois-Xavier Coudert  <[email protected]>

	PR target/63610
	* configure: Regenerate.

libobjc/
2014-11-11  Francois-Xavier Coudert  <[email protected]>

	PR target/63610
	* configure: Regenerate.

libquadmath/
2014-11-11  Francois-Xavier Coudert  <[email protected]>

	PR target/63610
	* configure: Regenerate.

libsanitizer/
2014-11-11  Francois-Xavier Coudert  <[email protected]>

	PR target/63610
	* configure: Regenerate.

libssp/
2014-11-11  Francois-Xavier Coudert  <[email protected]>

	PR target/63610
	* configure: Regenerate.

libstdc++-v3/
2014-11-11  Francois-Xavier Coudert  <[email protected]>

	PR target/63610
	* configure: Regenerate.

libvtv/
2014-11-11  Francois-Xavier Coudert  <[email protected]>

	PR target/63610
	* configure: Regenerate.

lto-plugin/
2014-11-11  Francois-Xavier Coudert  <[email protected]>

	PR target/63610
	* configure: Regenerate.

libjava/
2014-11-11  Francois-Xavier Coudert  <[email protected]>

	PR target/63610
	* configure: Regenerate.

libjava/classpath/
2014-11-11  Francois-Xavier Coudert  <[email protected]>

	PR target/63610
	* configure: Regenerate.

zlib/
2014-11-11  Francois-Xavier Coudert  <[email protected]>

	PR target/63610
	* configure: Regenerate.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217366 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
fxcoudert committed Nov 11, 2014
1 parent 572cf1f commit 7c40780
Show file tree
Hide file tree
Showing 42 changed files with 129 additions and 23 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2014-11-11 Francois-Xavier Coudert <[email protected]>

PR target/63610
* libtool.m4: Fix globbing of darwin versions.
* configure: Regenerate.

2014-11-11 Tobias Burnus <[email protected]>

* config/cloog.m4: Remove.
Expand Down
5 changes: 5 additions & 0 deletions boehm-gc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-11 Francois-Xavier Coudert <[email protected]>

PR target/63610
* configure: Regenerate.

2014-10-23 Rainer Orth <[email protected]>

* include/gc.h [(sparc || __sparc) && sun] (GC_INIT): Remove
Expand Down
2 changes: 1 addition & 1 deletion boehm-gc/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;;
Expand Down
5 changes: 5 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-11 Francois-Xavier Coudert <[email protected]>

PR target/63610
* configure: Regenerate.

2014-11-11 James Greenhalgh <[email protected]>

* config/aarch64/aarch64-simd.md
Expand Down
2 changes: 1 addition & 1 deletion gcc/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;;
Expand Down
5 changes: 5 additions & 0 deletions libatomic/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-11 Francois-Xavier Coudert <[email protected]>

PR target/63610
* configure: Regenerate.

2014-08-19 Yaakov Selkowitz <[email protected]>

* configure.tgt: Add cygwin to supported targets.
Expand Down
2 changes: 1 addition & 1 deletion libatomic/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;;
Expand Down
5 changes: 5 additions & 0 deletions libbacktrace/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-11 Francois-Xavier Coudert <[email protected]>

PR target/63610
* configure: Regenerate.

2014-10-23 Ian Lance Taylor <[email protected]>

* internal.h (backtrace_atomic_load_pointer) [no atomic or sync]:
Expand Down
2 changes: 1 addition & 1 deletion libbacktrace/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;;
Expand Down
5 changes: 5 additions & 0 deletions libcc1/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-11 Francois-Xavier Coudert <[email protected]>

PR target/63610
* configure: Regenerate.

2014-11-11 Francois-Xavier Coudert <[email protected]>

PR bootstrap/63699
Expand Down
2 changes: 1 addition & 1 deletion libcc1/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;;
Expand Down
5 changes: 5 additions & 0 deletions libcilkrts/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-11 Francois-Xavier Coudert <[email protected]>

PR target/63610
* configure: Regenerate.

2014-08-01 Alexander Ivchenko <[email protected]>

* configure.ac: Move pthread affinity test to the place where
Expand Down
2 changes: 1 addition & 1 deletion libcilkrts/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;;
Expand Down
5 changes: 5 additions & 0 deletions libffi/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-11 Francois-Xavier Coudert <[email protected]>

PR target/63610
* configure: Regenerate.

2014-10-15 Ian Lance Taylor <[email protected]>

* configure.ac: If the compiler supports -Qunused-arguments, use
Expand Down
2 changes: 1 addition & 1 deletion libffi/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;;
Expand Down
5 changes: 5 additions & 0 deletions libgfortran/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-11 Francois-Xavier Coudert <[email protected]>

PR target/63610
* configure: Regenerate.

2014-11-10 Janne Blomqvist <[email protected]>

PR libfortran/47007
Expand Down
2 changes: 1 addition & 1 deletion libgfortran/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;;
Expand Down
5 changes: 5 additions & 0 deletions libgomp/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-11 Francois-Xavier Coudert <[email protected]>

PR target/63610
* configure: Regenerate.

2014-11-05 Rainer Orth <[email protected]>

* config/posix/lock.c (_XOPEN_SOURCE) Define as 600.
Expand Down
2 changes: 1 addition & 1 deletion libgomp/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;;
Expand Down
5 changes: 5 additions & 0 deletions libitm/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-11 Francois-Xavier Coudert <[email protected]>

PR target/63610
* configure: Regenerate.

2014-10-06 Marek Polacek <[email protected]>

* testsuite/libitm.c/memcpy-1.c: Declare getpagesize.
Expand Down
2 changes: 1 addition & 1 deletion libitm/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;;
Expand Down
5 changes: 5 additions & 0 deletions libjava/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-11 Francois-Xavier Coudert <[email protected]>

PR target/63610
* configure: Regenerate.

2014-05-20 Sebastian Huber <[email protected]>

* testsuite/lib/libjava.exp (load_gcc_lib): Register loaded libs.
Expand Down
5 changes: 5 additions & 0 deletions libjava/classpath/ChangeLog.gcj
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-11 Francois-Xavier Coudert <[email protected]>

PR target/63610
* configure: Regenerate.

2014-01-02 Tobias Burnus <[email protected]>

* gnu/java/rmi/registry/RegistryImpl.java (version): Update
Expand Down
2 changes: 1 addition & 1 deletion libjava/classpath/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;;
Expand Down
2 changes: 1 addition & 1 deletion libjava/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;;
Expand Down
5 changes: 5 additions & 0 deletions libobjc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-11 Francois-Xavier Coudert <[email protected]>

PR target/63610
* configure: Regenerate.

2014-11-05 Rainer Orth <[email protected]>

* thr.c (_XOPEN_SOURCE): Define as 600.
Expand Down
2 changes: 1 addition & 1 deletion libobjc/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;;
Expand Down
5 changes: 5 additions & 0 deletions libquadmath/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-11 Francois-Xavier Coudert <[email protected]>

PR target/63610
* configure: Regenerate.

2014-10-21 Francois-Xavier Coudert <[email protected]>

PR libquadmath/55821
Expand Down
2 changes: 1 addition & 1 deletion libquadmath/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;;
Expand Down
5 changes: 5 additions & 0 deletions libsanitizer/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-11 Francois-Xavier Coudert <[email protected]>

PR target/63610
* configure: Regenerate.

2014-10-16 Martin Liska <[email protected]>

* asan/Makefile.am: IPA ICF pass is disabled.
Expand Down
2 changes: 1 addition & 1 deletion libsanitizer/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;;
Expand Down
5 changes: 5 additions & 0 deletions libssp/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-11 Francois-Xavier Coudert <[email protected]>

PR target/63610
* configure: Regenerate.

2013-12-07 Jakub Jelinek <[email protected]>

* ssp.c (fail): Avoid -Wformat-security warning.
Expand Down
2 changes: 1 addition & 1 deletion libssp/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;;
Expand Down
5 changes: 5 additions & 0 deletions libstdc++-v3/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-11 Francois-Xavier Coudert <[email protected]>

PR target/63610
* configure: Regenerate.

2014-11-11 Siva Chandra Reddy <[email protected]>

* python/libstdcxx/v6/xmethods.py: Add xmethods for associative
Expand Down
2 changes: 1 addition & 1 deletion libstdc++-v3/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;;
Expand Down
2 changes: 1 addition & 1 deletion libtool.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;;
Expand Down
5 changes: 5 additions & 0 deletions libvtv/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-11 Francois-Xavier Coudert <[email protected]>

PR target/63610
* configure: Regenerate.

2013-09-25 Caroline Tice <[email protected]>

* Makefile.am: Reinstate ENABLE_VTABLE_VERIFY checks, to make
Expand Down
6 changes: 3 additions & 3 deletions libvtv/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;;
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions lto-plugin/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-11 Francois-Xavier Coudert <[email protected]>

PR target/63610
* configure: Regenerate.

2014-08-26 H.J. Lu <[email protected]>

PR bootstrap/62260
Expand Down
2 changes: 1 addition & 1 deletion lto-plugin/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;;
Expand Down
5 changes: 5 additions & 0 deletions zlib/ChangeLog.gcj
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-11 Francois-Xavier Coudert <[email protected]>

PR target/63610
* configure: Regenerate.

2013-10-15 David Malcolm <[email protected]>

* configure.ac: Add --enable-host-shared, setting up new
Expand Down
2 changes: 1 addition & 1 deletion zlib/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;;
Expand Down

0 comments on commit 7c40780

Please sign in to comment.