Commit 7673c962 by Rainer Orth Committed by Rainer Orth

configure.ac (gcc_cv_as_sparc_gotdata_op): Remove GNU ld check.

	* configure.ac (gcc_cv_as_sparc_gotdata_op): Remove GNU ld check.
	* configure: Regenerate.

From-SVN: r172387
parent 9698252f
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
......
......@@ -23374,7 +23374,6 @@ 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
......@@ -23383,9 +23382,6 @@ bar:
gcc_cv_as_sparc_gotdata_op=yes
fi
fi
else
gcc_cv_as_sparc_gotdata_op=yes
fi
fi
rm -f conftest
else
......
......@@ -3278,7 +3278,6 @@ 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
......@@ -3287,9 +3286,6 @@ bar:
gcc_cv_as_sparc_gotdata_op=yes
fi
fi
else
gcc_cv_as_sparc_gotdata_op=yes
fi
fi
rm -f conftest],
[AC_DEFINE(HAVE_AS_SPARC_GOTDATA_OP, 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment