diff options
author | krebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-04 11:41:06 +0000 |
---|---|---|
committer | krebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-04 11:41:06 +0000 |
commit | ce94380e8f29f51361c2130d984482bc94370a76 (patch) | |
tree | 9b58f1898af74d7eb0ef03bd3ddea0e4a38077fe | |
parent | b4c39a3787c483b560c757b948ebc24cc2add0df (diff) | |
download | gcc-ce94380e8f29f51361c2130d984482bc94370a76.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182868 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | config/ChangeLog | 5 | ||||
-rw-r--r-- | config/picflag.m4 | 3 | ||||
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rwxr-xr-x | gcc/configure | 7 | ||||
-rw-r--r-- | libada/ChangeLog | 4 | ||||
-rwxr-xr-x | libada/configure | 3 | ||||
-rw-r--r-- | libgcc/ChangeLog | 5 | ||||
-rw-r--r-- | libgcc/config/s390/t-crtstuff | 2 | ||||
-rw-r--r-- | libgcc/configure | 3 | ||||
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rwxr-xr-x | libiberty/configure | 3 |
11 files changed, 25 insertions, 18 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 8012167e1ab..840969fee2a 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -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 diff --git a/config/picflag.m4 b/config/picflag.m4 index f6f1b444e40..a720e257c45 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 78e69a72f0a..f359bd1cb63 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/configure b/gcc/configure index b17c30afb25..ba6156f0087 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 17269228d3e..c60b93d17f8 100644 --- a/libada/ChangeLog +++ b/libada/ChangeLog @@ -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 diff --git a/libada/configure b/libada/configure index 1e0ceefc86a..8303c5611df 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 47305caf2e7..e14c4b017fe 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -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 diff --git a/libgcc/config/s390/t-crtstuff b/libgcc/config/s390/t-crtstuff index f90e35b7220..d738673fea4 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 e1c58f57937..f14605e7a0c 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 34d6b6ad8c5..344f18dc7c4 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -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 diff --git a/libiberty/configure b/libiberty/configure index 9bdea73f950..b0edb0b2994 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 |