From 925b0ed82128abe666ae80e17e2191a786dde654 Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Wed, 4 Jan 2012 11:41:06 +0000 Subject: [PATCH] re PR bootstrap/51734 (Bootstrap fails in libada) config/ 2012-01-04 Andreas Krebbel PR bootstrap/51734 * picflag.m4: Remove s390 case statement. gcc/ 2012-01-04 Andreas Krebbel * configure: Regenerate. libada/ 2012-01-04 Andreas Krebbel * configure: Regenerate. libgcc/ 2012-01-04 Andreas Krebbel * configure: Regenerate. * config/s390/t-crtstuff: Remove -fPIC. libiberty/ 2012-01-04 Andreas Krebbel * configure: Regenerate. From-SVN: r182868 --- config/ChangeLog | 5 +++++ config/picflag.m4 | 3 --- gcc/ChangeLog | 4 ++++ gcc/configure | 7 ++----- libada/ChangeLog | 4 ++++ libada/configure | 3 --- libgcc/ChangeLog | 5 +++++ libgcc/config/s390/t-crtstuff | 2 +- libgcc/configure | 3 --- libiberty/ChangeLog | 4 ++++ libiberty/configure | 3 --- 11 files changed, 25 insertions(+), 18 deletions(-) diff --git a/config/ChangeLog b/config/ChangeLog index 8012167e1ab9..840969fee2a9 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2012-01-04 Andreas Krebbel + + PR bootstrap/51734 + * picflag.m4: Remove s390 case statement. + 2011-12-20 Andreas Schwab * warnings.m4 (ACX_PROG_CC_WARNING_OPTS): Avoid leading dash in diff --git a/config/picflag.m4 b/config/picflag.m4 index f6f1b444e40b..a720e257c45d 100644 --- a/config/picflag.m4 +++ b/config/picflag.m4 @@ -51,9 +51,6 @@ case "${$2}" in m68k-*-*) $1=-fpic ;; - s390*-*-*) - $1=-fpic - ;; # FIXME: Override -fPIC default in libgcc only? sh-*-linux* | sh[[2346lbe]]*-*-linux*) $1=-fpic diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 78e69a72f0ae..f359bd1cb632 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-01-04 Andreas Krebbel + + * configure: Regenerate. + 2012-01-04 Richard Guenther PR tree-optimization/49651 diff --git a/gcc/configure b/gcc/configure index b17c30afb25d..ba6156f0087d 100755 --- a/gcc/configure +++ b/gcc/configure @@ -4925,9 +4925,6 @@ case "${target}" in m68k-*-*) PICFLAG_FOR_TARGET=-fpic ;; - s390*-*-*) - PICFLAG_FOR_TARGET=-fpic - ;; # FIXME: Override -fPIC default in libgcc only? sh-*-linux* | sh[2346lbe]*-*-linux*) PICFLAG_FOR_TARGET=-fpic @@ -18109,7 +18106,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 18112 "configure" +#line 18109 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -18215,7 +18212,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 18218 "configure" +#line 18215 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/libada/ChangeLog b/libada/ChangeLog index 17269228d3e9..c60b93d17f8b 100644 --- a/libada/ChangeLog +++ b/libada/ChangeLog @@ -1,3 +1,7 @@ +2012-01-04 Andreas Krebbel + + * configure: Regenerate. + 2011-11-12 Iain Sandoe * Makefile.in: Change dependency on oscons to depend on the generator diff --git a/libada/configure b/libada/configure index 1e0ceefc86a4..8303c5611df2 100755 --- a/libada/configure +++ b/libada/configure @@ -2868,9 +2868,6 @@ case "${host}" in m68k-*-*) PICFLAG=-fpic ;; - s390*-*-*) - PICFLAG=-fpic - ;; # FIXME: Override -fPIC default in libgcc only? sh-*-linux* | sh[2346lbe]*-*-linux*) PICFLAG=-fpic diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 47305caf2e77..e14c4b017fec 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2012-01-04 Andreas Krebbel + + * configure: Regenerate. + * config/s390/t-crtstuff: Remove -fPIC. + 2012-01-02 Jonathan Wakely PR bootstrap/51006 diff --git a/libgcc/config/s390/t-crtstuff b/libgcc/config/s390/t-crtstuff index f90e35b72200..d738673fea47 100644 --- a/libgcc/config/s390/t-crtstuff +++ b/libgcc/config/s390/t-crtstuff @@ -2,4 +2,4 @@ # because then __FRAME_END__ might not be the last thing in .eh_frame # section. CRTSTUFF_T_CFLAGS += -fno-asynchronous-unwind-tables -CRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables -fPIC +CRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables diff --git a/libgcc/configure b/libgcc/configure index e1c58f579378..f14605e7a0c9 100644 --- a/libgcc/configure +++ b/libgcc/configure @@ -2322,9 +2322,6 @@ case "${host}" in m68k-*-*) PICFLAG=-fpic ;; - s390*-*-*) - PICFLAG=-fpic - ;; # FIXME: Override -fPIC default in libgcc only? sh-*-linux* | sh[2346lbe]*-*-linux*) PICFLAG=-fpic diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 34d6b6ad8c51..344f18dc7c46 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2012-01-04 Andreas Krebbel + + * configure: Regenerate. + 2012-01-02 Jakub Jelinek * make-relative-prefix.c (make_relative_prefix_1): Avoid diff --git a/libiberty/configure b/libiberty/configure index 9bdea73f950d..b0edb0b29945 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -4899,9 +4899,6 @@ case "${host}" in m68k-*-*) PICFLAG=-fpic ;; - s390*-*-*) - PICFLAG=-fpic - ;; # FIXME: Override -fPIC default in libgcc only? sh-*-linux* | sh[2346lbe]*-*-linux*) PICFLAG=-fpic -- 2.39.2