configure.ac (gcc_cv_as_sparc_gotdata_op): Remove GNU ld check.
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Wed, 13 Apr 2011 17:12:53 +0000 (17:12 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Wed, 13 Apr 2011 17:12:53 +0000 (17:12 +0000)
* configure.ac (gcc_cv_as_sparc_gotdata_op): Remove GNU ld check.
* configure: Regenerate.

From-SVN: r172387

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index c8522ec40ea1a4c68aa5f07ded36134cc374a982..6847c995c56aa90d40515bd7bbc3d5835cd349a1 100644 (file)
@@ -1,3 +1,8 @@
+2011-04-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * configure.ac (gcc_cv_as_sparc_gotdata_op): Remove GNU ld check.
+       * configure: Regenerate.
+
 2011-04-13  Nathan Froyd  <froydnj@codesourcery.com>
 
        * tree.h (struct tree_int_cst, struct real_value): Include tree_typed
index 1ea08e2bf71295482750ed3fa1b1ec142510e2d6..9056adbeab1fc547373298fc4b32f6ce323ff4fb 100755 (executable)
@@ -23374,17 +23374,13 @@ bar:
     then
        if test x$gcc_cv_ld != x \
        && $gcc_cv_ld -o conftest conftest.o -G > /dev/null 2>&1; then
-         if $gcc_cv_ld -v | grep GNU >/dev/null 2>&1; then
-           if test x$gcc_cv_objdump != x; then
-             if $gcc_cv_objdump -s -j .text conftest 2> /dev/null \
-                | grep ' 03000004 82186004 c405c001'> /dev/null 2>&1; then
+         if test x$gcc_cv_objdump != x; then
+           if $gcc_cv_objdump -s -j .text conftest 2> /dev/null \
+              | grep ' 03000004 82186004 c405c001'> /dev/null 2>&1; then
               gcc_cv_as_sparc_gotdata_op=no
-             else
+           else
               gcc_cv_as_sparc_gotdata_op=yes
-             fi
            fi
-         else
-          gcc_cv_as_sparc_gotdata_op=yes
          fi
        fi
        rm -f conftest
index 8b2eae56452ee6a354f271b93fb7cf1f100e079a..eacf2001087311358b3aa50dfd4b56d4543dc1bd 100644 (file)
@@ -3278,17 +3278,13 @@ bar:
        ld    [[%l7 + %g1]], %g2, %gdop(foo)],
       [if test x$gcc_cv_ld != x \
        && $gcc_cv_ld -o conftest conftest.o -G > /dev/null 2>&1; then
-         if $gcc_cv_ld -v | grep GNU >/dev/null 2>&1; then
-           if test x$gcc_cv_objdump != x; then
-             if $gcc_cv_objdump -s -j .text conftest 2> /dev/null \
-                | grep ' 03000004 82186004 c405c001'> /dev/null 2>&1; then
+         if test x$gcc_cv_objdump != x; then
+           if $gcc_cv_objdump -s -j .text conftest 2> /dev/null \
+              | grep ' 03000004 82186004 c405c001'> /dev/null 2>&1; then
               gcc_cv_as_sparc_gotdata_op=no
-             else
+           else
               gcc_cv_as_sparc_gotdata_op=yes
-             fi
            fi
-         else
-          gcc_cv_as_sparc_gotdata_op=yes
          fi
        fi
        rm -f conftest],