re PR bootstrap/51734 (Bootstrap fails in libada)
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Wed, 4 Jan 2012 11:41:06 +0000 (11:41 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Wed, 4 Jan 2012 11:41:06 +0000 (11:41 +0000)
config/
2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

PR bootstrap/51734
* picflag.m4: Remove s390 case statement.

gcc/
2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* configure: Regenerate.

libada/
2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* configure: Regenerate.

libgcc/
2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* configure: Regenerate.
* config/s390/t-crtstuff: Remove -fPIC.

libiberty/
2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* configure: Regenerate.

From-SVN: r182868

config/ChangeLog
config/picflag.m4
gcc/ChangeLog
gcc/configure
libada/ChangeLog
libada/configure
libgcc/ChangeLog
libgcc/config/s390/t-crtstuff
libgcc/configure
libiberty/ChangeLog
libiberty/configure

index 8012167e1ab91c69ca59bb9b2fc6f9c243004bbd..840969fee2a9d65fec69c2875bb96751ce96861e 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       PR bootstrap/51734
+       * picflag.m4: Remove s390 case statement.
+
 2011-12-20  Andreas Schwab  <schwab@linux-m68k.org>
 
        * warnings.m4 (ACX_PROG_CC_WARNING_OPTS): Avoid leading dash in
index f6f1b444e40bf0db73e4a966af2c262c57bf9c6f..a720e257c45d9a47ed6a4b13ebdddccb356a8b7a 100644 (file)
@@ -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
index 78e69a72f0ae6398503f1672a69c80c7a5af91fa..f359bd1cb632014415d7012ffe0eaf8d44e9e77c 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * configure: Regenerate.
+
 2012-01-04  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/49651
index b17c30afb25de0781ac8ea6b55ef6923fa5c7835..ba6156f0087d7682b48650ed56264acc6ee97944 100755 (executable)
@@ -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
index 17269228d3e9821cd709b2499bae2733982f10b7..c60b93d17f8b7d9b7ade328439dbf012d96510e4 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * configure: Regenerate.
+
 2011-11-12  Iain Sandoe  <iains@gcc.gnu.org>
 
        * Makefile.in: Change dependency on oscons to depend on the generator
index 1e0ceefc86a4e08a2cd76608983c1ebaf958299f..8303c5611df2e2796e32fe89f6f4a02b6473ffd8 100755 (executable)
@@ -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
index 47305caf2e779b9dbd57f8ea88c17593e8c7bab2..e14c4b017fec6678eb44dcaae28f1e2f93b0a7cd 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * configure: Regenerate.
+       * config/s390/t-crtstuff: Remove -fPIC.
+
 2012-01-02  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
        PR bootstrap/51006
index f90e35b72200e956350c20725f9469c069cf1c21..d738673fea47f7d481ba52da16034ed3d6b06cd3 100644 (file)
@@ -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
index e1c58f579378e644abc50a1a08534fa937b15e58..f14605e7a0c9edd9afa5972b24098bc54b45027f 100644 (file)
@@ -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
index 34d6b6ad8c512ee6ac2e9b61ece0efdc5da1ac2c..344f18dc7c465c5c2a0fe87765e0d14d5befbe67 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * configure: Regenerate.
+
 2012-01-02  Jakub Jelinek  <jakub@redhat.com>
 
        * make-relative-prefix.c (make_relative_prefix_1): Avoid
index 9bdea73f950d4fa2d11cf3d2ce7df0950170e71f..b0edb0b2994590f8e43fde6e73a6b14fec9b2b61 100755 (executable)
@@ -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